08 2015 档案

摘要:准备在windows7上安装Jekyll,安装好了Ruby和RubyDevKit之后,准备使用:$ gem install jekyll安装jekyll,但是返回错误:ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) E... 阅读全文
posted @ 2015-08-13 19:59 niceforbear 阅读(744) 评论(0) 推荐(0)
摘要:我的低效方法:通过本地php脚本进行create:发现效率很低,同时由于dev的连接网速不稳定且慢,create到9就结束了。新方法:先在dev机的数据库中创建karate_final_tmp, 在本地通过脚本生成SQL语句,CREATE TABLE karate_final_{$i} LIKE k... 阅读全文
posted @ 2015-08-11 15:34 niceforbear 阅读(285) 评论(0) 推荐(0)
摘要:执行操作:$ git pull返回错误:error: RPC failed; result=7, HTTP code = 0fatal: The remote and hung up unexpectedly然后,更换github的邮箱换为最初的gmail的,重新执行操作:$ git pull or... 阅读全文
posted @ 2015-08-11 10:46 niceforbear 阅读(2060) 评论(0) 推荐(0)
摘要:在开发机上,执行操作$ git clone https://github.com/xxx/rank.git返回错误:error: The requested URL returned error: 403 Forbidden while accessing https://github.com/xx... 阅读全文
posted @ 2015-08-10 13:38 niceforbear 阅读(253) 评论(0) 推荐(0)
摘要:症状:安装phpBB3.1的最后一步完成安装之后,注册用户,浏览器崩溃。localhost的所有页面都打不开同时没有响应。Trace:虽然打开了nginx.exe,但是进程中未发现服务。重新电脑,再度打开ng,进程中依然没有服务。cmd下netstat -ano|find "80",未发现local... 阅读全文
posted @ 2015-08-06 15:37 niceforbear 阅读(2105) 评论(0) 推荐(1)