会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Sentiger
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
17
下一页
2018年5月17日
vscode+vagrant+xdebug调试
摘要: 配置:
阅读全文
posted @ 2018-05-17 17:35 Sentiger
阅读(413)
评论(0)
推荐(0)
2018年5月16日
php回调函数设计
摘要: 'onReceive', 'pid' => 1009 ]; $callback($arr); } } $ser = new Server(); $ser->onReceive([], function ($param){ print_r($param); });
阅读全文
posted @ 2018-05-16 21:36 Sentiger
阅读(219)
评论(0)
推荐(0)
2018年4月29日
vagrant+xdebug
摘要: https://segmentfault.com/a/1190000007789295
阅读全文
posted @ 2018-04-29 22:07 Sentiger
阅读(92)
评论(0)
推荐(0)
2018年2月2日
css之vw布局
摘要: vw,vh是视口单位,是相对视口单位,与百分百布局不一样的是,百分百是相对于父及元素,而vw布局是相对与窗口。 而rem布局是要与js一起配合
阅读全文
posted @ 2018-02-02 14:55 Sentiger
阅读(374)
评论(0)
推荐(0)
css之rem布局
摘要: rem介绍和原理网上都是,这里不具体介绍 以iphone6设计稿 flexible.js
阅读全文
posted @ 2018-02-02 14:34 Sentiger
阅读(115)
评论(0)
推荐(0)
2018年1月29日
微信jssdk支付坑
摘要: 1.使用easywechat开发的时候,由于没有注意,配置文件中默认的请求地址是
阅读全文
posted @ 2018-01-29 19:24 Sentiger
阅读(264)
评论(0)
推荐(0)
2018年1月18日
webpack中添加px2rem-loader
摘要: 在buid->util.js var px2remLoader = { loader: 'px2rem-loader', options: { remUnit: 75 } }
阅读全文
posted @ 2018-01-18 10:05 Sentiger
阅读(619)
评论(0)
推荐(0)
2018年1月3日
phpstorm+xdebug手机app调试
摘要: 1.安装过程网上搜一下全都是,这里省略。 2.由于debug调试需要去判断cookie中XDEBUG_SESSION,然后去调试。由于app接口请求没法去传,而且就算去传递也很麻烦,还要让app去改动,很不现实。 3.去网上搜索了很长时间,都没搜索到,于是自己想办法弄。 4.由于自己的本地是ngin
阅读全文
posted @ 2018-01-03 20:37 Sentiger
阅读(1078)
评论(0)
推荐(0)
2017年12月13日
mysql产生死锁
摘要: select * from information_schema.innodb_trx; kill 对应线程ID show PROCESSLIST;
阅读全文
posted @ 2017-12-13 17:11 Sentiger
阅读(181)
评论(0)
推荐(0)
2017年12月6日
linux配置多个tomcat
摘要: 1.修改tomcat目录下面conf/server.xml,修改shutdown的port和http port 2.修改bin/catalina.sh 在最前面加上 export CATALINA_BASE=/usr/local/src/apache-tomcat-8.5.16_2export CA
阅读全文
posted @ 2017-12-06 14:41 Sentiger
阅读(124)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
17
下一页
公告