1.打开apache的配置文件httpd.conf,搜索关键词:vhost,查找:Include conf/extra/httpd-vhosts.conf,去掉前面的注释#。2.打开apache的apache/conf/extra下的次配置文件httpd-vhosts.conf;在最后加入类似内容:...
分类:
其他好文 时间:
2014-08-27 00:09:46
阅读次数:
268
首先,修改/opt/lampp/etc/httpd.conf文件,开启虚拟主机功能找到配置项# Virtual hosts# Include etc/extra/httpd-vhosts.conf修改为# Virtual hostsInclude etc/extra/httpd-vhosts.con...
分类:
其他好文 时间:
2014-08-26 13:19:06
阅读次数:
220
Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length.Do not allocate extra space for...
分类:
其他好文 时间:
2014-08-23 11:14:10
阅读次数:
219
LeetCode: Linked List CycleGiven a linked list, determine if it has a cycle in it. Follow up:Can you solve it without using extra space?地址:https://oj....
分类:
其他好文 时间:
2014-08-22 22:28:09
阅读次数:
285
?将数据发送给其他程序向其他应用程序发送文本数据Intent sendIntent = new Intent(); sendIntent.setAction(Intent.ACTION_SEND); sendIntent.putExtra(Intent.EXTRA_TEXT, "要分享的文本数据")...
分类:
其他好文 时间:
2014-08-22 19:27:09
阅读次数:
143
Determine whether an integer is a palindrome. Do this without extra space.click to show spoilers.Some hints:Could negative integers be palindromes? (i...
分类:
其他好文 时间:
2014-08-22 00:14:05
阅读次数:
172
首先打开source\function下的function_core.php找到如下代码:if($type == 'forum_forumdisplay') { list(,,, $fid, $page, $extra) = func_get_args(); $r = a...
分类:
其他好文 时间:
2014-08-21 22:23:14
阅读次数:
217
Given a sorted array, remove the duplicates in place such that each element appear onlyonceand return the new length.Do not allocate extra space for a...
分类:
其他好文 时间:
2014-08-20 13:52:32
阅读次数:
142
Determine whether an integer is a palindrome. Do this without extra space.click to show spoilers.Some hints:Could negative integers be palindromes? (i...
分类:
其他好文 时间:
2014-08-19 23:42:35
阅读次数:
227
httpd.conf的配置 426 # Server-pool management (MPM specific) 427 Include conf/extra/httpd-mpm.conf [root@AY140716161543837722Z /]# apachectl -l Compiled in modules: ? core.c ? prefork.c ? http_c...
分类:
Web程序 时间:
2014-08-19 16:57:55
阅读次数:
334