上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 25 下一页
摘要: 1、安装chromesudo apt-get install chromium-browsersudo apt-get install pepperflashplugin-nonfreesudo update-pepperflashplugin-nonfree --install2、Ubuntu设置... 阅读全文
posted @ 2014-06-16 23:40 小郭学路 阅读(1562) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/zhanhuai1/article/details/7236262 阅读全文
posted @ 2014-06-16 18:09 小郭学路 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 1、生成动态链接库[root@typhoeus79 c]# more head.c #include #include typedef struct _point{ int x; int y;}Point;Point * InitPoint(int x,int y){ Point ... 阅读全文
posted @ 2014-06-16 16:22 小郭学路 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 预处理阶段:预处理器根据以字符#开头的命令,修改原始的C程序,将源代码插入到程序文本中,得到另一个C程序,通常以.i作为文件扩展名编译阶段:编译器ccl将文本文件hello.i翻译成文本文件hello.s,包含一个汇编语言程序汇编阶段:汇编器as将hello.s翻译成机器语言指令,把这些指令打包成可... 阅读全文
posted @ 2014-06-16 13:39 小郭学路 阅读(432) 评论(0) 推荐(0) 编辑
摘要: http://www.tuicool.com/articles/36ZzA3http://www.dongwm.com/archives/shi-yong-tornadorang-ni-de-qing-qiu-yi-bu-fei-zu-sai/http://lbolla.info/blog/2013... 阅读全文
posted @ 2014-06-12 18:12 小郭学路 阅读(134) 评论(0) 推荐(0) 编辑
摘要: http://www.ibm.com/developerworks/cn/linux/sdk/lex/ 阅读全文
posted @ 2014-06-11 16:11 小郭学路 阅读(130) 评论(0) 推荐(0) 编辑
摘要: http://www.sitepoint.com/database-as-a-service-mysql-in-the-cloud/ 阅读全文
posted @ 2014-06-09 16:55 小郭学路 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 1、查看端口是否被占用[guosong@alice48 main]$ netstat -nlp|grep 6184 (Not all processes could be identified, non-owned process infowill not be shown, you would h... 阅读全文
posted @ 2014-06-09 16:22 小郭学路 阅读(1043) 评论(0) 推荐(0) 编辑
摘要: http://www.orczhou.com/index.php/2010/02/innodb-double-write/http://www.mysqlperformanceblog.com/2006/08/04/innodb-double-write/http://dev.mysql.com/d... 阅读全文
posted @ 2014-05-27 10:44 小郭学路 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 1、如何定义和生成GTIDs唯一性:在所有主从库都是唯一的,由二元组构成每个事务和GTIDs之间都有1:1映射GTID = source_id:transaction_idsource_id标记主库的server_uuidtransaction_id是一个递增序列,从1开始,包含5个事务的GTID3... 阅读全文
posted @ 2014-05-20 15:18 小郭学路 阅读(1594) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 25 下一页