前段时间做了一个全文索引,现在整理一下,有什么不合适的请多多指点 1.sqlserver命令:use Site_001 --数据库名goexecute sp_fulltext_database 'enable' --打开全文索引支持execute sp_fullt...
分类:
其他好文 时间:
2015-08-13 14:02:34
阅读次数:
139
一、源码安装1.编译安装./configure --prefix=/usr/local/php--with-config-file-path=/usr/local/php/etc --with-bz2 --with-curl --enable-ftp --enable-sockets --disable-ipv6 --with-gd --with-jpeg-dir=/usr/local...
分类:
Web程序 时间:
2015-08-13 10:02:46
阅读次数:
340
chroot_local_user,chroot_list_enable,chroot_list_file三个配置项的解释: chroot_local_user #是否将所有用户限制在主目录,YES为启用 NO禁用.(该项默认值是NO,即在安装vsftpd后不做配置的话,ftp用户是可以向上切换.....
分类:
其他好文 时间:
2015-08-12 23:31:41
阅读次数:
508
今天听到同事处理数据结构的时候特意处理为了 BindingList,据说可以直接绑定到Dev GridView上,于是测试了一下: 1、在Dev GridView中新增三列,三列的FieldName分别对应与FormItem类对应:ItemKey、Name、Enable 具体类代码如下:public class FormItem
{
///
/// 标识
///...
分类:
其他好文 时间:
2015-08-12 21:51:07
阅读次数:
138
1.Enable NSZombie Objects(开启僵尸对象)Enable NSZombie Objects可能是整个Xcode开发环境中最有用的调试技巧。这个技巧非常非常容易追踪到重复释放的问题。该技巧会以非常简洁的方式打印指出重复释放的类和该类的内存地址。怎么开启僵尸对象呢?首先打开“Edi...
分类:
其他好文 时间:
2015-08-12 21:06:41
阅读次数:
95
http://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VEThe vmware system consists of two disks in raw format: the old boot disk and the second ...
分类:
其他好文 时间:
2015-08-11 20:40:44
阅读次数:
126
1.默认配置:1>允许匿名用户和本地用户登陆。 anonymous_enable=YESlocal_enable=YES2>匿名用户使用的登陆名为ftp或anonymous,口令为空;匿名用户不能离开匿名用户家目录/var/ftp,且只能下载不能上传。3>本地用户的登录名为本地用户名,口令为此本地用...
分类:
其他好文 时间:
2015-08-11 11:38:07
阅读次数:
106
1.抛弃临时对象,让所有的智能指针都有名字.2.类向外传递 this 的 shared_ptr 让类继承 enable_shared_from_this. 然后返回 shared_from_this();3. 例子有时间再补上.
分类:
编程语言 时间:
2015-08-09 22:05:31
阅读次数:
158
Global transactions Global transactions enable you to work with multiple transactional resources, typically relational databases and message queues. T...
分类:
编程语言 时间:
2015-08-09 00:10:54
阅读次数:
165
gcc4.6以后对于ld自动加上了as-needed选项。所以编译选项应该变成: g++?-Wl,--no-as-needed?-std=c++11?-pthread?a.cpp 这样就没有问题了!
分类:
编程语言 时间:
2015-08-08 23:06:37
阅读次数:
330