1. 启用模块 httpd.conf
LoadModule filter_module modules/mod_filter.so
2. <Directory 的Options配置中增加Includes
Options +Includes
3. 增加 .shtml文档类型,并设置INCLUD...
分类:
其他好文 时间:
2014-08-19 14:11:34
阅读次数:
205
在openerp安装过程中报错:psql: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain so...
分类:
数据库 时间:
2014-08-19 12:26:05
阅读次数:
154
./emulator: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory你用的是64位的系统吧?应该是缺少 lib32stdc...
分类:
移动开发 时间:
2014-08-19 07:07:23
阅读次数:
296
1、索引的管理//指定索引库文件存放文件位置FSDirectory directory = FSDirectory.Open(new DirectoryInfo(this.IndexDataDir), new NativeFSLockFactory());//判断索引文件目录是否存在bool isE...
分类:
Web程序 时间:
2014-08-19 00:51:13
阅读次数:
352
一,首先服务端开启监听ServerSocket1->Port=StrToInt(5000); ServerSocket1->Active=true;ServerSocket1控件,响应ServerSocket1Listen事件;二,创建连接 ClientSocket1->Address="127.....
分类:
其他好文 时间:
2014-08-18 16:10:52
阅读次数:
319
在做新浪某个项目的时候,在ajax动态加载的时候,想增加分享功能,采用bshare插件。怎么办呢,看API?可是采用方法调用的时候,不是会重复绑定事件,就是会丢失事件,原因我想在于异步加载的原因。后来联系客服,不断地调配,终于成功了。分享一下方法function makeActives(active...
分类:
其他好文 时间:
2014-08-18 14:24:52
阅读次数:
233
来源: ServletListener 之 监听HTTP会话 在开始先要知道我们可以通过HttpSessionListener接口监听HTTP会话的创建,销毁的信息;通过HTTPSessionActivationListener监听HTTP会话的active,passivate情况;通过HttpSe...
分类:
Web程序 时间:
2014-08-18 12:14:54
阅读次数:
360
+---------------------------------- * @version 1.2 (2013-5-31) +---------------------------------- */include (dirname(__FILE__) . DIRECTORY_SEPAR...
分类:
数据库 时间:
2014-08-18 12:04:04
阅读次数:
327
伪类: :first-child :link :hover :active :visited :focus :lang伪元素: :first-line :first-letter :before :after注意:CSS3中伪元素前是两个冒号,如 ::first-lin...
分类:
其他好文 时间:
2014-08-18 09:14:33
阅读次数:
240
启动了AVD却说找不到AVD
错误提示:
No active compatible AVD's or devices found. Relaunch this configuration after connecting a device o
查看你的project版本是运行在哪个版本的(AndroidManifest.xml中android:targetSdkVersion属性...
分类:
其他好文 时间:
2014-08-18 00:20:43
阅读次数:
253