pkgname_="***"version_="1.0"importsysimportosbasepath_=os.path.dirname(os.path.realpath(__file__))modulepath_=os.path.join(basepath_,"modules")custompath_=os.path.join(basepath_,"custom")configpath_=os.path.join(basepath_,"config")sys.path.append(os.path.jo..
分类:
其他好文 时间:
2014-12-12 17:04:06
阅读次数:
229
正常运行时间当一个网站发布以后,你肯定希望你的网站不会遇到任何问题,一直处在正常运行状态之中。现在,我使用下面这些工具来监控“Superexpert.com”网站,确保它一直处在正常运行状态之中。4,ELMAHELMAH 是 Error Logging Modules and Handlers fo...
分类:
Web程序 时间:
2014-12-12 14:47:25
阅读次数:
251
你在用Netbeans(实际上是Ant)Clean and Build你的项目生成可执行文件(例如Windows下的exe文件)时候遇到报错或者遇到这样的报错:The libs.CopyLibs.classpath property is not set up参考资料:http://www.adam...
分类:
编程语言 时间:
2014-12-12 14:41:03
阅读次数:
171
开闭原则的描述是:Software entities (classes, modules, functions, etc.) should be open for extension but closed for modification.软件实体(类,模块,方法等等)应当对扩展开放,对修改关闭,即...
分类:
其他好文 时间:
2014-12-12 11:30:18
阅读次数:
235
1、下载对应版本的源码包2、解压后找到modules/mappers目录并进入3、运行如下命令自动编译、安装和修改httpd.conf文件: /usr/sbin/apxs -c -i -a mod_xxxx.c选项说明:-c 执行编译操作-i 安装操作,安装一个或多个动态共享对象到服务器的modu....
分类:
Web程序 时间:
2014-12-11 11:43:22
阅读次数:
175
Linux对文件目录大小写敏感,URL大小写敏感会导致网页打不开,解决方法之一是启用Apache的mod_speling.so模块。1、确认/usr/lib/httpd/modules目录下是否存在mod_speling.so模块,没有就安装上2、修改 /etc/httpd/conf/httpd.c...
分类:
Web程序 时间:
2014-12-11 10:22:20
阅读次数:
147
Browserify allows you to leverage 10s of thousands of javascript modules available in the Node Package Manager (npm) in your browser apps.Notice:// Wh...
分类:
Web程序 时间:
2014-12-10 21:06:42
阅读次数:
200
通过search,发现在project的.setting folder下面,有个名为org.eclipse.wst.common.project.facet.core.xml的文件,里面配置有各种版本信息。此时,按照本机配置修改这个文件,问题就解决了。像我这样的错误,可以下载Tomcat 7。0解决...
分类:
编程语言 时间:
2014-12-10 16:03:20
阅读次数:
176
在" /modules/system/system.module" 里面有一行 $result = drupal_http_request(url(‘‘, array(‘absolute‘ => TRUE))); 改成: $result = drupal_http_request(url(‘http://drupal.org‘, array(‘absolute‘ => T...
分类:
Web程序 时间:
2014-12-09 20:03:42
阅读次数:
202
查看系统版本~$ uname -aLinux laptop 2.6.27-7-generic #1 SMP Tue Nov 4 19:33:20UTC 2008 i686 GNU/Linux查看型号为ac97的声卡驱动模块~$ modprobe -l | grep ac97/lib/modules/...
分类:
系统相关 时间:
2014-12-09 15:36:13
阅读次数:
270