2016年3月8日
摘要: linux 远程服务器端口是否打开 telnet IP 端口 举例:telnet 192.168.0.33 22 阅读全文
posted @ 2016-03-08 16:02 geeky 阅读(324) 评论(0) 推荐(0) 编辑
  2015年12月31日
摘要: error_reporting(E_ALL); ini_set('display_errors', '1'); ini_set('error_log', dirname(__FILE__) . '/error_log.txt'); //将出错信息输出到一个文本文件 怎样输出错误信息到一... 阅读全文
posted @ 2015-12-31 15:13 geeky 阅读(135) 评论(0) 推荐(0) 编辑
  2015年12月3日
摘要: http://www.iitshare.com/linux svn migration.html 阅读全文
posted @ 2015-12-03 19:46 geeky 阅读(132) 评论(0) 推荐(0) 编辑
  2015年12月2日
摘要: https://github.com/rubentd/gifplayer http://www.xwcms.net/webAnnexImages/fileAnnex/20140610/49295/index.html http://www.htmleaf.com/jQuery/Image E... 阅读全文
posted @ 2015-12-02 18:35 geeky 阅读(912) 评论(0) 推荐(0) 编辑
  2015年10月23日
摘要: ERROR 2003 (HY000): Can't connect to MySQL server on '远程服务器' 解决办法:关闭远程服务器防火墙firewall <pre <code service iptables stop </pre </code 阅读全文
posted @ 2015-10-23 00:19 geeky 阅读(171) 评论(0) 推荐(0) 编辑
  2015年10月21日
摘要: 在nginx的早期版本,nginx重启需要通过kill命令向nginx发送信号来实现nginx的重启。 但是,现在,nginx增加了 s选项,实现nginx的停止,重新加载功能。 1. 如果是平滑的重启nginx,可以用./nginx s reload命令实现nginx的平滑重启。 2. 如果是非平... 阅读全文
posted @ 2015-10-21 12:39 geeky 阅读(3432) 评论(0) 推荐(0) 编辑
  2015年10月20日
摘要: 看你的mysql现在已提供什么存储引擎:<pre <code mysql show engines;</code </pre 看你的mysql当前默认的存储引擎:<code mysql show variables like '%storage_engine%';</code 阅读全文
posted @ 2015-10-20 15:09 geeky 阅读(138) 评论(0) 推荐(0) 编辑
摘要: select table_name,data_length,concat(round(data_length/1024/1024,2),'MB') from information_schema.tables where table_name like 'dz_thread_feeds_%' 阅读全文
posted @ 2015-10-20 11:10 geeky 阅读(152) 评论(0) 推荐(0) 编辑
  2015年10月9日
摘要: Mac更新了EI Capitan系统后使用Sequel Pro通过ssh远程连接MySQL报错:The SSH Tunnel has unexpectedly closed,用万能的Stackoverflow搜索发现SQLPro to Vagrant connection issue(http://... 阅读全文
posted @ 2015-10-09 11:10 geeky 阅读(1349) 评论(0) 推荐(0) 编辑
  2015年9月26日
摘要: In the Interface Builder, 1. Select the view controller which contains the UITextView.3 2. Go to the attribute inspector. 3. Uncheck "Adjust Scroll V... 阅读全文
posted @ 2015-09-26 22:10 geeky 阅读(298) 评论(0) 推荐(0) 编辑