上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 26 下一页
摘要: 原先的字串./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2/bin/apxs --enable-zip --enable-calendar --with-mysql=/usr/local/mysql --with-... 阅读全文
posted @ 2014-12-19 19:18 samu 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 1、Navicat for MysqlXML导出导入格式支持二进制数据;虽然同步数据人眼看不出区别,但是java尝试读取数据时,报datetime字段取出的值为“0000-00-00 00:00:00”,找不到理由;2、mysqldump数据导出1) export:mysqldump -h -P ... 阅读全文
posted @ 2014-12-16 21:05 samu 阅读(155) 评论(0) 推荐(0) 编辑
摘要: a.showtables或showtables from database_name; -- 显示当前数据库中所有表的名称b.showdatabases; -- 显示mysql中所有数据库的名称c.showcolumns from table_name from database_name; 或sh... 阅读全文
posted @ 2014-12-16 21:00 samu 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 对比表,以 apache / httpd 为例任务旧指令新指令使某服务自动启动chkconfig --level 3 httpd onsystemctl enable httpd.service使某服务不自动启动chkconfig --level 3 httpd offsystemctl disab... 阅读全文
posted @ 2014-12-10 13:27 samu 阅读(387) 评论(0) 推荐(0) 编辑
摘要: http://www.ibm.com/developerworks/cn/linux/l-gperf.html命令行处理和 gperf 的作用命令行处理一直以来都是软件开发中最容易被忽视的领域。几乎所有比较复杂的软件都具有一些可用的命令行选项。事实上,大量if-else语句经常被用来处理用户输入,因... 阅读全文
posted @ 2014-11-30 19:04 samu 阅读(418) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/spacetiller/article/details/5784461一. WebKit简介 Webkit 是一个开放源代码的浏览器引擎 (web browser engine) ,最初的代码来自 KDE 的 KHTML 和 KJS( 均开放源代码 ) 。苹... 阅读全文
posted @ 2014-11-30 18:46 samu 阅读(176) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/span76/article/details/11473315有时候我们不关注程序是否有界面(比如自动化测试),只要程序在运行就可以了很感谢 xvfb 这个工具给我们提供了相关的功能 阅读全文
posted @ 2014-11-30 18:42 samu 阅读(252) 评论(11) 推荐(0) 编辑
摘要: 做应用识别这一块经常要对应用产生的数据流量进行分析。抓包采用wireshark,提取特征时,要对session进行过滤,找到关键的stream,这里总结了wireshark过滤的基本语法,供自己以后参考。(脑子记不住东西)wireshark进行过滤时,按照过滤的语法可分为协议过滤和内容过滤。对标准协... 阅读全文
posted @ 2014-11-17 15:36 samu 阅读(443) 评论(0) 推荐(0) 编辑
摘要: 【原文】http://blog.csdn.net/wildfireli/article/details/19829479Charles是目前最强大的http调试工具,在界面和功能上远强于Fiddler,同时是全平台支持,堪称圣杯级工具,唯一的缺陷是这货是收费的,而且是要¥50美元大洋…当然网上是有破... 阅读全文
posted @ 2014-11-15 09:25 samu 阅读(734) 评论(0) 推荐(0) 编辑
摘要: download SDL 1.2.xxx version source code.1) configure2) make & make instlldownload recent ffmpeg source code.1) configure --enable-ffplay2) vi ffplay.... 阅读全文
posted @ 2014-10-28 23:55 samu 阅读(126) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 26 下一页