azhai

Results 8 issues of azhai

If you want to use gopkg service in the site of yourself or another git host. Change these in file custom.go: ```go GitSiteDomain = "github.com" // the target domain MyPkgDomain...

修改了 LoadNetWordDict 方法: - 加上 HTTP 状态码状态码检查,要求小于400; - 增加参数 allowHtml ,简单检查一下 Content-Type 是否包含 html 。

格式化PHP代码时报错,原因是认为下面的代码有语法错误: $c = $a ?: $b; 其实这是PHP5.4新添加的语法,相当于原来的 $c = $a ? $a : $b; 另一个报错是数组的JSON式定义语法: $d = ['a' => 1]; 相当于原来的 $d = array('a' => 1);

``` File "/var/www/apns-proxy-server/lib/python2.6/site-packages/apns.py", line 526, in send_notification_multiple return self.write(frame.get_frame()) File "/var/www/apns-proxy-server/lib/python2.6/site-packages/apns.py", line 260, in write return self._connection().write(string) File "/usr/lib64/python2.6/ssl.py", line 148, in write return self._sslobj.write(data) TypeError: write() argument 1 must...

个人感觉比SourceTree好用更直观和流畅,也是免费的,只是开发时间不长,功能不完整。

【开源推荐】Zed编辑器的Windows发行版(第三方)。 https://github.com/sonercirit/zed-windows-stable