一、改动httpd.conf打开appserv的安装文件夹,找到httpd.conf文件,分别去掉以下两行文字前面的#号。#LoadModule
vhost_alias_module modules/mod_vhost_alias.so去掉#意思是启用apache的虚拟主机功能。#Include c...
分类:
其他好文 时间:
2014-06-13 00:50:31
阅读次数:
179
1. 资源共享的应用限制在同一个module里 这样 综合工具才能最大限度地发挥其资源共 享综合作用
2. 尽可能将Critical path上所有相关逻辑放在同一个module里 这样 综合工具能够发挥其 最佳综合效果 3. Critical path
所在的module与其它module分别综合...
分类:
其他好文 时间:
2014-06-12 16:10:24
阅读次数:
227
Kubuntu14.04中默认安装的是IBUS输入法。不过,不知道这个输入法如何输入中文。于是便想以来fcitx。以下是简答的安装记录。在终端里面输入下面的命令:sudo
apt-get install fcitx kde-config-fcitx fcitx-module-kimpanel接着在输...
分类:
其他好文 时间:
2014-06-12 15:32:28
阅读次数:
209
mWebView.setWebViewClient(newWebViewClient(){publicbooleanshouldOverrideUrlLoading(WebViewview,Stringurl){view.loadUrl(url);returntrue;}});假如不做任何处置,阅读页面,点击体系“Back”键,整个Browser会调用finish()而结束本身,假如期望阅读的网页回退而不是推出..
分类:
移动开发 时间:
2014-06-10 23:50:27
阅读次数:
625
1.问题:Eclipse+Tomcat6,run到Tomcat6时报这个版本支持问题.2.原因:Tomcate6最多支持Servlet2.5的,但是现在的项目是3.0,所以要降低项目的版本3.解决在项目的根目录下有个.settings文件夹,找org.eclipse.wst.common.project.facet.core.xml文件.把<installedfacet="jst.web"v..
分类:
Web程序 时间:
2014-06-10 23:42:25
阅读次数:
823
看到很多人在firefox上操作下载窗口用autoit,太麻烦了,提供一种用profile来解决的办法:FirefoxProfile profile = new
FirefoxProfile();profile.setPreference("browser.download.downloadDir"...
分类:
Web程序 时间:
2014-06-10 20:43:25
阅读次数:
286
function compatibleIE8(){ var browser =
navigator.appName; var b_version = navigator.appVersion; if(browser ==
"Microsoft Internet Explorer"){ var ve....
分类:
其他好文 时间:
2014-06-10 17:10:05
阅读次数:
184
index9.html 模块加载器
这里的某块加载器实现的是commonJs规范,完全和nodeJs的模块加载器相同模块定义exports.txt = "hello
word";module.exports={ "name":"张三"}这里有不懂得可以查下commo...
分类:
Web程序 时间:
2014-06-10 10:33:49
阅读次数:
269