2013年4月15日

CodeIgniter

摘要: http://ellislab.com/codeigniterhttp://codeigniter.org.cn/CodeIgniter 是一个简单快速的PHP MVC 框架。EllisLab 的工作人员发布了 CodeIgniter。许多企业尝试体验过所有 PHP MVC 框架之后,CodeIgniter 都成为赢家,主要是由于它为组织提供了足够的自由支持,允许开发人员更迅速地工作。自由意味着使用 CodeIgniter 时,您不必以某种方式命名数据库表,也不必根据表命名模型。这使 CodeIgniter 成为重构遗留 PHP 应用程序的理想选择,在此类遗留应用程序中,可能存在需要移植的所有 阅读全文

posted @ 2013-04-15 19:59 androidme 阅读(221) 评论(0) 推荐(0) 编辑

CodeMirror

摘要: http://codemirror.net/CodeMirror 是一款“Online Source Editor”,基于Javascript,短小精悍,实时在线代码高亮显示,他不是某个富文本编辑器的附属产品,他是许多大名鼎鼎的在线代码编辑器的基础库。CodeMirror is a JavaScript component that provides a code editor in the browser. When a mode is available for the language you are coding in, it will color your code, and opt 阅读全文

posted @ 2013-04-15 19:56 androidme 阅读(228) 评论(0) 推荐(0) 编辑

著名的HTTP服务器

摘要: Apache httpdhttp://httpd.apache.org/lighttpdhttp://www.lighttpd.net/nginxhttp://nginx.org/Cherokeehttp://www.cherokee-project.com/ 阅读全文

posted @ 2013-04-15 19:42 androidme 阅读(229) 评论(0) 推荐(0) 编辑

How to create a hex dump from binary data in C++

摘要: http://stahlworks.com/dev/index.php?tool=csc01How to create a hex dump from binary data in C++ with a few lines of code: free source code examples for instant use in any project, for windows and linux.starting point: let's say we have a simple program like this:#include <stdio.h>int main(i 阅读全文

posted @ 2013-04-15 18:36 androidme 阅读(478) 评论(0) 推荐(0) 编辑

导航