problem making ssl connection Error: Cannot retrieve repository metadata (repomd.xml) for repository: openstac k-icehouse. Please verify its path and ...
分类:
其他好文 时间:
2014-12-17 01:28:22
阅读次数:
329
使用客户端登陆ftp 500 OOPS: cannot change directory:/root解决 ? 可以在windows上使用一ftp客户端来尝试进行登录。这个时候一般都会报一个错误。 ? 无效的用户权限错误 ? 删除ftpuser 里面的root和user_li...
分类:
其他好文 时间:
2014-12-16 19:34:44
阅读次数:
156
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /.../vhindex.php:1) in /......
分类:
其他好文 时间:
2014-12-16 18:59:41
阅读次数:
147
Android编译的时候出现错误:
/usr/bin/ld: cannot find -lz
collect2: ld returned 1 exit status
解决:
sudo apt-get install zlib1g-dev正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
下列【新】软件包将被安装:
zlib1...
分类:
移动开发 时间:
2014-12-16 17:10:54
阅读次数:
174
$crs_stat-t
CRS-0184: Cannot communicate with the CRSdaemon.
$crsctlcheck crs
CRS-4638: Oracle High Availability Servicesis online
CRS-4535: Cannot communicate with ClusterReady Services
CRS-4529...
分类:
其他好文 时间:
2014-12-16 15:12:00
阅读次数:
967
The way to solve this problem have two methods:1.Through command lineRunning this command will update the repo to use HTTP rather than HTTPS:sudo sed ...
分类:
Web程序 时间:
2014-12-16 13:04:44
阅读次数:
214
java.lang.Class:是反射的源头。创建一个类,通过编译,生成.class文件。之后使用java.exe加载(JVM的类加载器)加载此.class文件。加载到内存以后,就是一个运行时类,存在缓冲区。那么这个运行时类本身就是一个Class的实例。 1. 一个运行时类只加载一次 2. 有了Cl...
分类:
其他好文 时间:
2014-12-15 18:54:44
阅读次数:
168
1、今天尝试使用yeoman,执行grunt server 时报错:cannot find where you keep your bower packges需要将bower npm install bower -g 安装到全局当中然后执行bower install 就可以解决这个问题
分类:
其他好文 时间:
2014-12-15 18:45:53
阅读次数:
110
执行CHANGE MASTER TO master_host............后报错ERROR 1201 (HY000): Could not initialize master info structure; more error messages can be found in the M...
分类:
数据库 时间:
2014-12-15 15:00:12
阅读次数:
250
前一阵子,由于写程序要用到数据库,便在本子上下载了一个,却出现很多小问题(自己的台式机却没有该问题,可能是本人的本子太渣了吧),纠结了好一阵,回头想想,发现问题,分析问题,解决问题,不就是我们的软件管理的思想嘛,只有经历过问题,才能深刻理解。废话不多说了,直接上题。
下载好mysql后,当你打开mysql的字符界面时(MySQL 5.5 Command Line Client),输入密码(在安装...
分类:
数据库 时间:
2014-12-15 13:49:51
阅读次数:
240