1,下载bind-9.9.2.tar.gz包http://download.chinaunix.net/download.php?id=44214&ResourceID=62,编译安装#tarzvxfbind-9.9.2.tar.gz#cdbind-9.9.2#./configure--prefix=/usr/local/bind9--sysconfdir=/etc/named/--enable-threads--enable-epoll--disable-chroot#make&a..
分类:
其他好文 时间:
2016-03-11 06:38:07
阅读次数:
878
弄了好久,才知道如何向GIT@OSC托管代码,这里有需要的同学可以参考一下。 1、在GIT@OSC上新建一个工程 2、在AS中新建一个工程 3、在AS中选择“enable version control” ,选择 GIT 4、用gitbash.exe或者git.exe进入AS工程目录下 5、前期先设
分类:
移动开发 时间:
2016-03-09 15:50:37
阅读次数:
192
1) 对于Myisam类型的表,可以通过以下方式快速的导入大量的数据。 ALTER TABLE tblname DISABLE KEYS; loading the data ALTER TABLE tblname ENABLE KEYS;这两个命令用来打开或者关闭Myisam表非唯一索引的更新。在导
分类:
数据库 时间:
2016-03-09 00:01:13
阅读次数:
386
1、创建一个文档库,进入库设置。找到”Information management policy settings”,点进去。例如以下图: 2、分别设置”Document”、”Folder”两个。例如以下图: 3、勾选Enable Auditing。例如以下图: 4、勾选全部的Event,例如以下图
分类:
其他好文 时间:
2016-03-07 22:24:13
阅读次数:
199
本主题假设您掌握了实体框架中 Code First 迁移的基本知识。 借助自动迁移功能,您无需对您所做的每一个更改都在程序包管理器控制台中运行Update-Database 命令。 启用迁移 只需执行一次开启迁移命令,在程序包管理器控制台中运行 Enable-Migrations(如已启用迁移则无需
分类:
其他好文 时间:
2016-03-07 13:35:31
阅读次数:
183
CORS 参考 http://enable-cors.org/index.html https://help.aliyun.com/document_detail/oss/practice/cors_guide.html 同源策略 跨域访问,或者说JavaScript的跨域访问问题,是浏览器出于安全
分类:
Web程序 时间:
2016-03-05 21:49:57
阅读次数:
221
一、在Spring中使用thymeleaf的步骤 1.配置 In order to use Thymeleaf with Spring, you’ll need to configure three beans that enable Thymeleaf-Spring integration:? A
分类:
编程语言 时间:
2016-03-05 13:17:50
阅读次数:
218
选中"Security",在界面中勾选"Enable ClickOnce Security Settings"后,在Properties下就有自动生成app.manifest文件。 打开app.manifest文件,将 <requestedExecutionLevel level="改为 <requ
安装vsftpd#查看当前系统版本[root@localhostvsftpd]#cat/etc/redhat-release
CentOSrelease6.7(Final)#安装yuminstallvsftpd-y#开机启动chkconfigvsftpdon基于虚拟用户和被动模式的配置[root@localhostvsftpd]#catvsftpd.conf
anonymous_enable=NO
listen=YES
listen_port=21
..
分类:
其他好文 时间:
2016-03-04 22:52:15
阅读次数:
303