Stella981 Stella981
3年前
Postman+Postman interceptor的安装和使用
PostmanPostmaninterceptor的安装和使用解决把chrome浏览器登录状态同步到postman进行有依赖的接口测试(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fqingqing919%2Fp%2F8980994.html
Stella981 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 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 Stella981
3年前
Python爬虫,爬取实验楼全部课程
目的:使用requests库以及xpath解析进行实验楼所有课程,存入MySQL数据库中。准备工作:首先安装,requests库,lxml库,以及peewee库。在命令行模式,使用以下命令。pipinstallrequestspipinstalllxmlpipinstallpeew
Stella981 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 Wesley13
3年前
MySQL分组,聚合函数,连表查询,子查询
\分组:  setglobalsql\_mode"strict\_trans\_tables,only\_full\_group\_by"; 更改数据库模式,在分组后,只能显示被分组字段和使用聚合函数选取出来的字段.  groupbygroup\_concat  !(https://oscimg.oschina.net/
Wesley13 Wesley13
3年前
Java入门
    1.辅助书籍:《Java核心技术》、《设计模式》    2.推荐网址;http://www.oracle.com(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.oracle.com%2F)                https:
Wesley13 Wesley13
3年前
oracle导入导出
基本语法和实例:   1、EXP:     有三种主要的方式(完全、用户、表)     1、完全:         EXPSYSTEM/MANAGERBUFFER64000FILEC:\\FULL.DMPFULLY         如果要执行完全导出,必须具有特殊的权限     2、用户模式:
进程还在,JSF接口不干活了,这你敢信?
1、问题背景:应用在配合R2m升级redis版本的过程中,上游反馈调用接口报错,RpcException:2)分析栈信息可以用在线分析工具:2.1)分析线程状态通过工具可以定位到JSF线程大部分卡在JedisClusterInfoCachegetSlave