gitlab webhook php
<?php ini_set('date.timezone','Asia/Shanghai'); $data = file_get_contents("php://input"); if(empty($data)){ return ; } $gitJson … 阅读全文
<?php ini_set('date.timezone','Asia/Shanghai'); $data = file_get_contents("php://input"); if(empty($data)){ return ; } $gitJson … 阅读全文
准备条件:docker已经正常安装 开始pull gitlab的镜像运行:docker pull sameersbn/gitlab:8.15.2
php xdebug简单配置说明 配置参数选项 参数值类型与默认值 参数选项描述 xdebug.remote_enable boolean类型,默认值=0 是否启用Xdebug的远程调试功能(默认:未启用) xdebug.remote_host string类 … 阅读全文
最近,我大量阅读了Steve Yegge的文章。其中有一篇叫“Practicing Programming”(练习编程),写成于2005年,读后令我惊讶不已: 与你所相信的恰恰相反,单纯地每天埋头于工作并不能算是真正意义上的锻炼——参加会议并不能锻炼你的人际交 … 阅读全文
google-hosts 2015-12-23 googlehost hosts20151223.txt 最新有效版本 hosts.txt 更新于2015.12.8号 google-hosts2015.12.2.txt 更新于2015/10/21 goog … 阅读全文
以下是php动态生成plist的脚本 注意如果你没有https域名,推荐你去www.android.top进行苹果plist生成。