Apache is the most popular web server in the world,because it is more efficient than others.Thrust of this article is to share some useful apache modules,they’ll help your web app more flexible. 1.SSO Module - LemonLDAP LemonLdap can achieve great Ap…
10+ powerful debugging tricks with Visual Studio Original link : http://www.codeproject.com/Articles/359801/plus-powerful-debugging-tricks-with-Visual-Studi…
以下内容由http://hbase.apache.org/book.html#getting_started节选并改编而来. 运行环境:hadoop-1.0.4,hbase-0.94.22,jdk1.7.0_65 Chapter 1. Getting Started create a table in HBase using the hbase shell CLI, insert rows into the table, perform put and scan operations again…
刚更新到了 Mac OS X Yosemite 10.10,发现运行Apache出现了一些问题,修正一下! 教程基于 Mac OS X Mavericks 10.9.X,移步:Mac OS X Mavericks 配置 Apache+Mysql+PHP 详细教程 首先启动 Apache,在终端里输入命令: sudo apachectl start 查看 Apache 版本: httpd -v 在Yosemite 10.10下,apache更新了 Server version: Apache/2.…
step 1: Apache sudo apt-get install apache2 After have apache2 installed, go to localhost by browser to verfiy the correct operation of it. you can also launch : apache2 -v to verify it. step 2: PHP sudo apt-get install php5 Verify: php5 -v lee@N55SL…