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