RHEL5 中配置好后,今天想在XP下用ftp连接虚拟机中的linux,但ftp连接的时候会出现 "500 OOPS:cannot change directory:/root" 错误,如何解决呢?
默认下是没有开启FTP的支持,所以访问时都被阻止了。
解决:
1. 查看SELinux设置
# getsebool -a | grep...
分类:
其他好文 时间:
2015-04-12 14:51:50
阅读次数:
186
今天在使用 yeoman 的时候,当我运行 grunt serve 命令的时候,出现如下提示:1、Error: Cannot find module 'load-grunt-tasks'$ grunt serveLoading "Gruntfile.js" tasks...ERROR>> Error...
分类:
其他好文 时间:
2015-04-12 14:48:48
阅读次数:
325
错误日志:
E/cutils ( 1180): Not a directory: /storage/sdcard0
W/Zygote ( 1180): Failed to mount emulated storage: 22
E/Zygote ( 1180): Cannot continue without emulated storage
F/art...
分类:
其他好文 时间:
2015-04-11 13:25:25
阅读次数:
390
一般从SVN检出的项目,按《【SVN】新SVN项目的注意事项》(点击打开链接)改好一切,并且按照《【Mysql】修改root密码与创造一个与root一样权限的账号》(点击打开链接)配置好数据库密码,就基本没有问题的,但是请注意。有时候,你弄得再怎么好,你会发现你的SVN工程,尽管能够正常编译与运行,但是里面所有jar包消失,工程目录结构凌乱,然后写Java代码的时候没有半点提示,在MyEclips...
分类:
其他好文 时间:
2015-04-11 11:54:15
阅读次数:
345
FAILED: Parse Error: line 1:27 cannot recognize input near ‘<EOF>‘ ‘<EOF>‘ ‘<EOF>‘ in select clause hsql的书写顺序: set 》add jar 》insert table (没有分号)select...
分类:
其他好文 时间:
2015-04-10 20:33:52
阅读次数:
190
在有些android手机上使用adb root希望获取root权限时出现如下提示信息:adbd cannot run as root in production builds。此时提升root权限的方法是:1。在android手机上获取超级用户权限;2。使用adb shell命令登录到android...
分类:
数据库 时间:
2015-04-10 19:48:59
阅读次数:
388
(1) Blink cannot run alone, and (2) porting to other platforms happens at a different layer Instead of adding platform-specific code to Blink, you sh....
分类:
其他好文 时间:
2015-04-10 17:30:34
阅读次数:
139
Genymotion] [Fatal] Cannot mix incompatible Qt library (version 0x40806) with this library (versiongenymotion提示更新,我就更新了,Ubuntu系统下,发现更新后不能正常打开了…提示错误如下:...
分类:
其他好文 时间:
2015-04-10 08:17:20
阅读次数:
162
最近genymotion提示更新,我就更新了,Ubuntu系统下,发现更新后不能正常打开了…提示错误如下:
[Genymotion] [Fatal] Cannot mix incompatible Qt library (version 0x40806) with this library (version 0x40804)
于是乎,上百度查找半天,说是要安装QT什么的,但是我旧版...
分类:
其他好文 时间:
2015-04-10 07:08:25
阅读次数:
112
1.遇到的第一个错误 The context cannot be used while the model is being created. 按提示的异常原因 猜测应该是初始化调用时线程安全的问题出现问题的地方是插入第一个实体;解决办法:在程序启动就调用一次 然后再里面放一个select usi....
分类:
Web程序 时间:
2015-04-09 19:12:31
阅读次数:
104