技术

记一次Git-hooks部署错误
在配置 git-hooks 的post-receive指令的时候一直报错
remote: error: cannot run hooks/post-receive: No such file or directory

PHP-把curl扩展的SSL版本从NSS改为OpenSSL
使用curl要支持openssl ,查看编译安装的php竟然不支持,重新编译了一下



Android弹出框错误:Unable to add window -- token android.os.BinderProxy@a88700d is not valid; is your activity running?
在自己的app中编辑记录后,点击提交,弹出loading框就报这个错误,找到了原因却一直没有得到解决


解决ScrollView嵌套GridView导致GridView不自动换行的问题
在ScrollView中使用GridView,GridView只能显示一行,且不能换行显示,出现滚动条但不能滚动
2018-01-02 13:30
浏览(2368)
Android
ScrollView
GridView
技术
