总结1打开appserv的安装目录,找到httpd.conf文件,分别去掉下面两行文字前面的#号。 #LoadModule vhost_alias_module
modules/mod_vhost_alias.so 去掉#意思是启用apache的虚拟主机功能。2#Include conf/ex...
分类:
移动开发 时间:
2014-06-16 00:19:32
阅读次数:
422
原地址:http://www.cnblogs.com/thinksasa/archive/2013/08/26/3283695.html安装PIL-1.1.7.win32-py2.7的时候,不能再注册表中识别出来python2.7方法:新建一个register.py
文件,把一下代码贴进去,保存##...
分类:
编程语言 时间:
2014-06-12 23:25:53
阅读次数:
309
Question:Say you have an array for which
theithelement is the price of a given stock on dayi.Design an algorithm to find
the maximum profit. You may c...
分类:
其他好文 时间:
2014-06-12 19:55:05
阅读次数:
292
解决方案:将c3p0.jar包换成c3p0-0.9.0.2.jar,c3p0这个包应该有bug引用如下:com.mchange.v2.log.MLogDetermines
which library c3p0 will output log messages to. By default, if l...
分类:
其他好文 时间:
2014-06-12 19:17:23
阅读次数:
419
原题地址:https://oj.leetcode.com/problems/maximum-subarray/题意:Find
the contiguous subarray within an array (containing at least one number) which
has the ...
分类:
编程语言 时间:
2014-06-12 17:06:04
阅读次数:
339
Given a binary tree, determine if it is
height-balanced.For this problem, a height-balanced binary tree is defined as a
binary tree in which the depth...
分类:
其他好文 时间:
2014-06-12 08:10:28
阅读次数:
194