文章

正在研究一基于c的qqrobot,无奈需搭建linux开发环境。经过 Dev-cpp,Cygwin(已通过编译但运行异常,怀疑环境有关)的尝试,各有不足,遂选择新装ubuntu来解决。
2011-04-26
1分钟阅读时长
285字
阅读
很多尝试VMware 7虚拟机的朋友都会发现,用Ghost xp安装Windows以后,在开始安装VMware Tools时,会弹出显示如下内容的警告框: VMware Tools installation cannot be started manually while Easy Install is in progress. 解决方法: 在开启虚拟机操作系统的情况下,在虚拟机设置中更改floppy为auto detect。然后点击菜单中的安装VMWare Tools,虚拟操作系统中的光驱里就会有VMWare Tools的安装程序了,自行安装即
2011-04-19
1分钟阅读时长
193字
阅读
当PHP运行在FastCGI模式时,PHP FPM提供了一个名为fastcgi_finish_request的方法。
2011-04-13
1分钟阅读时长
366字
阅读
下载并安装Cygwin 及Node.js安装依赖的附加组件 cygwin下载: http://cygwin.com/setup.exe (下载点最好选择台湾或日本的临近点,速度快) 附加组件选择: Devel : gcc-g++: C++ compiler gcc-mingw-g++: Mingw32 support headers and libraries for GCC C++ gcc4-g++: G++ subpackage git: Fast Version Control System – core files (github方式下载时用) make: The GNU version of the ‘make’ utility openssl-devel: The OpenSSL development environment pkg-config: A utility used to retrieve information about installed libraries zlib-devel: The zlib compression/decompression library (development) Editor: vim: Vi IMproved – enhanced vi editor Python: 全部 Web: wget: Utility to retrieve files from the WWW via HTTP and FTP curl: Multi-protocol file transfer command-line tool 由于操作系统为 windows 7 (Windows Vista以后版本),需要在ash模式下执行rebaseall才能保证 node.js的编译通过 a. 进入 cygwin安装目录/bin/ b. 运行ash.exe
2011-04-06
2分钟阅读时长
700字
阅读
Featured Image
近期改版中涉及到此小需求。就看了下,其实挺简单,这里就做个简单记录,不需要分析了。简单的使用了PHP语言(其他也一样),扩展性很容易做(稍微做点可变处理就行),所以就没去刻意做,写死效率最高 - -。
2011-04-02
1分钟阅读时长
125字
阅读
HTML5 canvas 即HTML5画布,是一个现代浏览器都支持的HTML5非插件绘图的功能,本文将展示如何通过HTML5 canvas API操作canvas元素、绘制图形、改变绘图颜色以及删除图形,让我们开始进入这很酷的新技术的短暂旅行吧。
2011-03-20
6分钟阅读时长
2531字
阅读
Featured Image
表单是Web应用不可缺少的功能,它是服务器端与浏览器端数据交换的最基本的方法。你应该已经读过很多关于HTML5和Javascript的表单标签和数据验证的文章,今天我们来讨论下如何检查表单数据是否被改变了。
2011-03-20
5分钟阅读时长
2069字
阅读
下面是一些另类的但挺高效的浏览器探测技巧,主要利用了各浏览器的私有特征完成。
2011-03-20
1分钟阅读时长
113字
阅读
Featured Image
JavaScript Memory Leak Detector (download) is a debugging tool to detect memory leaks and enforce best practices in JavaScript code when working with version of Internet Explorer older than IE8.
2011-03-20
3分钟阅读时长
598字
阅读
http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/overflow-scrollbar-combinations.html 非常不错, only webkit的话,还是不错的。
2011-03-20
1分钟阅读时长
22字
阅读