推荐
专栏
教程
课程
飞鹅
本次共找到1323条
观察者模式
相关的信息
Johnny21
•
4年前
MySQL 8.0 创建 user 及允许远程连接
进入mysql命令行模式mysqlh127.0.0.1urootp查看当前mysql版本selectversion();查看当前mysql用户列表信息selecthost,user,authentication_string,pluginfromuser;执行完上面的命令后会显示一个表格查看表格
Stella981
•
3年前
Centos7快速安装Rancher
通过docker,我们可以快速安装rancher安装步骤如下:\root@localhost~\run运行,d后台模式restartalways跟随docker启动,p映射端口,镜像名为rancher/server。docker会自动下载并安装启动root@localhost~dockerrund
Stella981
•
3年前
FreeSWITCH 学习笔记(一)
【1】FreeSWITCH学习笔记1、Windows安装包下载地址:http://files.freeswitch.org/windows/installer/2、源码下载地址:http://files.freeswitch.org/freeswitch1.2.10.tar.gz3、FreeSWITCH后台模式启动命令:freesw
Stella981
•
3年前
Android Wear 2.0 AlarmManager 后台定时任务
以前在Android4.0时,alarmManager没什么问题。后来android为了优化系统耗电情况,引入了doze模式,参见此页https://developer.android.com/training/monitoringdevicestate/dozestandby(https://www.oschina.net/action/
Stella981
•
3年前
FreeSWITCH折腾笔记11
测试环境:阿里云服务器ECSOS:debian9服务器配置信息:架构: x86_64CPU 运行模式: 32bit, 64bit字节序: Little EndianCPU: 8在线 CPU 列表: 0
Stella981
•
3年前
Python爬虫,爬取实验楼全部课程
目的:使用requests库以及xpath解析进行实验楼所有课程,存入MySQL数据库中。准备工作:首先安装,requests库,lxml库,以及peewee库。在命令行模式,使用以下命令。pipinstallrequestspipinstalllxmlpipinstallpeew
Stella981
•
3年前
Lua 字符串查找函数 string.find(s, pattern [, init [, plain]] )【转】
函数原型string.find(s,pattern\,init\,plain\\)s:源字符串pattern:待搜索模式串init:可选,起始位置plain:我没用过①子串匹配:print(string.find("haha",'ah'))输出23注意:
Wesley13
•
3年前
MySQL分组,聚合函数,连表查询,子查询
\分组: setglobalsql\_mode"strict\_trans\_tables,only\_full\_group\_by"; 更改数据库模式,在分组后,只能显示被分组字段和使用聚合函数选取出来的字段. groupbygroup\_concat !(https://oscimg.oschina.net/
Wesley13
•
3年前
Java入门
1.辅助书籍:《Java核心技术》、《设计模式》 2.推荐网址;http://www.oracle.com(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.oracle.com%2F) https:
1
•••
57
58
59
•••
133