[root@localhost ipvsadm-1.26]# makemake -C libipvsmake[1]: Entering directory `/usr/local/soft/ipvsadm-1.26/libipvs'gcc -Wall -Wunused -Wstrict-protot...
分类:
其他好文 时间:
2014-06-25 22:30:05
阅读次数:
1074
1.Could not find gem 'sqlite3 (>= 0)' in any of the gem sources listed in you
r Gemfile
2.ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions into the /usr/local/lib/ruby/gems/1.9.1 director.y
3.rails 3遇到 Could n...
分类:
其他好文 时间:
2014-06-24 22:18:45
阅读次数:
316
环境:ubuntu lnmp
下载中文版本wordpress
cd /usr/local/nginx/html
wget http://cn.wordpress.org/wordpress-3.9-zh_CN.zip
unzip wordpress-3.9-zh_CN.zip '若未安装zip,先安装zip,apt-get install zip
在浏览器中安装
前提是已经建立好了数...
分类:
其他好文 时间:
2014-06-24 18:10:56
阅读次数:
177
解决方法如下 On the Windows 7 machine:Run secpol.mscDrill down through Local Policies | Security Options.Find Network Security: LAN Manager authentication l...
一、安装SVNLinux 下可以直接通过如下命令直接获取svn server:(我使用的服务器系统为Debian 7.5 稳定版)apt-get install subversion安装完成后,可通过svnserve --version 查看安装的版本,我所使用的svn server 版本为1.6....
分类:
系统相关 时间:
2014-06-24 15:03:23
阅读次数:
266
It is strange but interesting to see that all the toolbars in LibreOffice 4.2.4.2 have title bar displayed on Linux operating system (Debian Wheezy wi...
分类:
系统相关 时间:
2014-06-24 14:30:25
阅读次数:
303
一、创建索引表空间:指令:create tablespace orcl_index datafile 'D:\app\Administrator\oradata\orclyg\index\orcl_index.dbf' size 50M extent management local uni...
分类:
其他好文 时间:
2014-06-24 12:33:30
阅读次数:
235
make install 要su 切换用户权限. /configure --with-apr=/usr/local/aprbash: ./configure: 没有那个文件或目录--------------------------------------------------解决方案: chmod...
分类:
系统相关 时间:
2014-06-24 12:29:37
阅读次数:
291
1,使用load data和mysqlimport导入数据 1个ok,2个warning!!! 为什么会有warning,而且数据也没有load进去 2,指定数据文件位置 了解MySQL查找文件位置的规则。 如果load data语句没有local选项,MySQL读取数据文件将按下述规则在服务器所在...
分类:
数据库 时间:
2014-06-24 12:25:46
阅读次数:
284
LOAD DATA [LOW_PRIORITY | CONCURRENT] [LOCAL] INFILE 'file_name.txt' [REPLACE | IGNORE] INTO TABLE tbl_name [FIELDS [TERMINATED BY 'string'] [[OPTIONA...
分类:
数据库 时间:
2014-06-24 12:10:34
阅读次数:
429