码迷,mamicode.com
首页 >  
搜索关键字:centos 6.5安装python2.7版本 出错    ( 44404个结果
git - 搭建git仓库
1. 更新git版本:http://codelife.me/blog/2013/06/25/upgrade-git-on-centos-6-4/2. 建立git仓库:git init --bare myrepo.git # 建立代码仓库chgrp -R git/opt/myrepo.git #...
分类:其他好文   时间:2014-06-28 18:16:41    阅读次数:232
Centos彻底完全删除已安装软件的办法
1、查询是否安装了软件rpm -qa | grep -i 软件名rpm -qa | grep php2、删除已安装的软件包根据第一步显示的软件包名,一个个删除sudo rpm -e -- 包名 # 普通删除模式sudo rpm -e --nodeps 包名 #强力删除模式,如果用上面命令删除时,提示...
分类:其他好文   时间:2014-06-28 18:04:55    阅读次数:209
Linux系统安装Mysql
Ubuntu Linux:1.root账号执行:apt-get install mysql-server2.设置远程连接:GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '123' WITH GRANT OPTION;CentOS Li...
分类:数据库   时间:2014-06-28 18:04:16    阅读次数:277
centos下添加定时执行php脚本任务
centos定时任务,php定时任务,centos设置php定时执行
分类:Web程序   时间:2014-06-28 17:46:21    阅读次数:304
[原][Android]All WebView methods must be called on the same thread.
问题webView调用JS出错。 class TestJS { ...... public TestJS(){ } public void save(String data){ webView.loadUrl("javascript: alert(" + data +")");...
分类:移动开发   时间:2014-06-28 17:07:40    阅读次数:284
ubuntu 常见错误--Could not get lock /var/lib/dpkg/lock
通过终端安装程序sudo apt-get install xxx时出错:E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)E: Unable to lock the admini...
分类:其他好文   时间:2014-06-28 16:06:36    阅读次数:198
KEIL C 出现ADDRESS SPACE OVERFLOW的解决办法
ERROR L107: ADDRESS SPACE OVERFLOW用KEIL选用small模式编译一个程序时老时出错,信息如下。 *** ERROR L107: ADDRESS SPACE OVERFLOW ... ... Program Size: data=217.6 xdata=0 code...
分类:其他好文   时间:2014-06-28 15:26:20    阅读次数:175
安装和配置CentOS时钟同步服务
Type the following command to install ntp:# yum install -y ntpTurn on service:#chkconfig ntpd onSynchronize the system clock with 0.pool.ntp.org serve...
分类:其他好文   时间:2014-06-28 14:45:54    阅读次数:185
CentOS-6.3 编译erlang-otp 17.0 报relocation R_X86_64_32 against `OPENSSL_ia32cap_P' can not be used when making a shared object; recompile with -fPIC错误
编译erlang otp 17.0 一直提示:/usr/bin/ld: /usr/local/ssl/lib/libcrypto.a(cryptlib.o): relocation R_X86_64_32 against `OPENSSL_ia32cap_P' can not be used whe...
分类:其他好文   时间:2014-06-28 13:16:07    阅读次数:497
php heredoc 与 nowdoc
php heredoc 与 nowdocheredoc 结构heredoc 句法结构:testblogFDIPZONE;echo $content;?>heredoc 结构不能用来初始化类的属性。自 PHP 5.3 起,此限制仅对 heredoc 包括变量时有效。下例将会出错。a;?>heredoc...
分类:Web程序   时间:2014-06-28 13:07:25    阅读次数:245
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!