上一页 1 2 3 4 5 6 7 8 9 ··· 30 下一页
摘要: 查看ntpd的状态 service ntpd status1一、连网的情况: 同步互联网的时间(可自行找一个时间服务器)ntpdate ntp1.aliyun.com12二、离线情况: 以其中一台最接近当前网络时间的服务器作为时间服务器,然后其他机器将时间同步到与该机器一致。11、作为时间服务器的那 阅读全文
posted @ 2019-08-28 17:13 闲云-野鹤 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 前提准备 phpstorm开发软件 + dnmp(docker + nginx + mysql +php) 配置好hosts 映射比如 /etc/hosts 127.0.0.1 tp5.dev 为现有的php环境安装好xdebug扩展,安装成功之后可以通过页面输出phpinfo()查看是否安装成功x 阅读全文
posted @ 2019-08-17 21:22 闲云-野鹤 阅读(1420) 评论(0) 推荐(0) 编辑
摘要: 获取http 响应code 和 http request 信息 阅读全文
posted @ 2019-06-12 11:34 闲云-野鹤 阅读(190) 评论(0) 推荐(0) 编辑
摘要: function refresh() { var random = Math.floor((Math.random() * 10000) + 1); var url = decodeURI(window.location.href); if (url.indexOf('?') < 0) { url 阅读全文
posted @ 2019-05-01 10:23 闲云-野鹤 阅读(1400) 评论(0) 推荐(0) 编辑
摘要: npm rebuild node-sass 阅读全文
posted @ 2019-03-18 17:21 闲云-野鹤 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 今天使用微信支付服务商模式开发的时候,遇到了一些。特记录下 https://pay.weixin.qq.com/wiki/doc/api/jsapi_sl.php?chapter=9_1 官方的文档,写的真的很难懂。demo 也是普通商户的。 在支付的时候。几个参数需要注意下 appid. 这个填服 阅读全文
posted @ 2019-03-03 21:24 闲云-野鹤 阅读(3341) 评论(0) 推荐(0) 编辑
摘要: 用php获取月末 阅读全文
posted @ 2018-10-15 17:33 闲云-野鹤 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 今天在使用mac的时候,需要删除 /usr/bin/下的 自带的php文件。然后提示Operation not permitted 使用sudo 依然不可以,通过google 得到解决方案。 需要关闭Mac OS的 Rootless 重新电脑,按住 Command+R 进入恢复模式 打开Termin 阅读全文
posted @ 2018-10-10 16:06 闲云-野鹤 阅读(396) 评论(0) 推荐(0) 编辑
摘要: https://github.com/mpx/lua-cjson/issues/56 阅读全文
posted @ 2018-09-25 15:16 闲云-野鹤 阅读(1937) 评论(0) 推荐(0) 编辑
摘要: https://github.com/laravel/framework/issues/15144 https://stackoverflow.com/questions/30555844/laravel-migrations-issues-while-creating-timestamps Lar 阅读全文
posted @ 2018-09-20 11:18 闲云-野鹤 阅读(1504) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 30 下一页