上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 20 下一页
  2018年1月24日
摘要: composer 安装 扩展包 注意版本:默认安装5.1的扩展包 地址: 仔细看官方示例即可..... 新建队列文件 业务文件: 后台监听: 阅读全文
posted @ 2018-01-24 11:09 上善若水-随 阅读(12684) 评论(0) 推荐(0) 编辑
  2018年1月19日
摘要: crontab -e 55 8 * * * /home/sui/bak.sh 阅读全文
posted @ 2018-01-19 09:16 上善若水-随 阅读(200) 评论(0) 推荐(0) 编辑
  2018年1月13日
摘要: 避免踩坑,特此记录... 阅读全文
posted @ 2018-01-13 14:13 上善若水-随 阅读(274) 评论(0) 推荐(0) 编辑
  2017年12月18日
摘要: $selector = "//*[@id='hospital_id']/@value"; 阅读全文
posted @ 2017-12-18 15:39 上善若水-随 阅读(2727) 评论(0) 推荐(0) 编辑
  2017年12月13日
摘要: 查看本地语言环境 locale 中文环境: export LC_ALL=zh_CN.UTF-8 英文环境:export LC_ALL=en_US.UTF-8具体设置其他环境百度... 阅读全文
posted @ 2017-12-13 14:27 上善若水-随 阅读(2950) 评论(0) 推荐(0) 编辑
  2017年11月24日
摘要: openssl pkcs12 -in 你的p12文件名称.p12 -out 需要生成的pem文件名称.pem -nodes 阅读全文
posted @ 2017-11-24 08:57 上善若水-随 阅读(1185) 评论(0) 推荐(0) 编辑
  2017年11月23日
摘要: 隐藏X-Powered-By 修改 php.ini 文件 设置 expose_php = Off apache 隐藏 server 修改httpd.conf 设置 ServerSignature Off ServerTokens Prod nginx 隐藏 server 修改nginx.conf 在 阅读全文
posted @ 2017-11-23 11:06 上善若水-随 阅读(756) 评论(0) 推荐(0) 编辑
  2017年11月18日
摘要: function array_orderby() { $args = func_get_args(); $data = array_shift($args); foreach ($args as $n => $field) { if (is_string($field)) { $tmp = array(); ... 阅读全文
posted @ 2017-11-18 15:45 上善若水-随 阅读(381) 评论(0) 推荐(0) 编辑
  2017年11月15日
摘要: phpstrom 官方帮助手册 https://www.jetbrains.com/help/phpstorm/system-requirements.html # 激活工具 https://www.cnblogs.com/Worssmagee1002/p/6233698.html # xdebug 阅读全文
posted @ 2017-11-15 10:49 上善若水-随 阅读(240) 评论(0) 推荐(0) 编辑
  2017年11月9日
摘要: function list_sort_by($list, $field, $sortby = 'asc') { if (is_array($list)) { $refer = $resultSet =[]; foreach ($list as $i => $data) { $refer[$i]... 阅读全文
posted @ 2017-11-09 13:52 上善若水-随 阅读(348) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 20 下一页