1、yum install vsftpd;2、vi /etc/vsftpd/vsftpd.conf 将userlist_enable=YES改为NO3、vi /etc/vsftpd/ftpuser 将root注释掉4、如果提示 500 OOPS cannot change directory:/ro...
分类:
系统相关 时间:
2014-07-19 15:28:00
阅读次数:
349
在index.php的第97和98行的注释, // The directory name, relative to the "controllers" folder. Leave blank // if your controller is not in a sub-folder within t....
分类:
其他好文 时间:
2014-07-19 00:18:35
阅读次数:
212
美观的界面能够在一定程度上提升视觉感官与效率,Ubuntu14.04自带的主题还是不错的,但还有提升的空间,废话少说,进入主题。安装:1)Mac壁纸下载Mac OS X Wallpapers2)安装DockyTerminal Commands:sudo add-apt-repository ppa:...
分类:
系统相关 时间:
2014-07-18 16:14:25
阅读次数:
409
Ctrl+1 快速修复Ctrl+D 删除当前行Ctrl+/ 注释当前行,再按则取消注释 (对java代码有效)Ctrl+M 切换窗口的大小Ctrl+I 格式化激活的元素Format Active Elements。Ctrl+Shift+/ 自动注释代码Ctrl+Shift+\ 自动取消已经注释的代码...
分类:
系统相关 时间:
2014-07-18 15:38:37
阅读次数:
304
..\..\SYSTEM\usart\usart.c(1): error: #5: cannot open source input file "sys.h": No such file or directory
#include "..\sys\sys.h"这样就可以找到路径了
再次编译出现了问题
..\..\SYSTEM\usart\..\sys\sys.h(3): error: ...
分类:
其他好文 时间:
2014-07-18 13:33:31
阅读次数:
311
SegmentInfo包含除了delCount和delGen之外的段其他信息
SegmentInfoPerCommit既包含SegmentInfo,也包含delCount和delGen信息。
SegmentInfos是SegmentInfoPerCommit的集合,此外还包含counter,generation,user data信息。
addIndexes(Directory...)操作过...
分类:
其他好文 时间:
2014-07-18 13:29:06
阅读次数:
177
Smith Numbers
Background
While skimming his phone directory in 1982, Albert Wilansky, a mathematician of Lehigh University , noticed that the telephone number of his brother-in-law H. Smith had ...
分类:
其他好文 时间:
2014-07-18 13:28:06
阅读次数:
234
JNDI 全称:Java Name and Directory Interface
,中文名:Java命名和目录服务接口
用途:
将【名称】和【位置|服务|信息|资源】绑定,从而通过【名称】即可访问【位置|服务|信息|资源】,进而在分布式计算环境中获取共享的【组件和资源】
功能:
1.将【名称】和【位置|服务|信息|资源】绑定
2.通过【名称】对【位置|服务|信息|资源】进...
分类:
其他好文 时间:
2014-07-18 12:33:44
阅读次数:
221
1、利用System.getProperty()函数获取当前路径:System.out.println(System.getProperty("user.dir"));//user.dir指定了当前的路径2、使用File提供的函数获取当前路径:File directory = new File(""...
分类:
编程语言 时间:
2014-07-18 00:12:41
阅读次数:
286
pyenv安装:https://github.com/yyuu/pyenv#choosing-the-python-versionpyenv命令:https://github.com/yyuu/pyenv/blob/master/COMMANDS.mdpyenv virtualenv插件安装:htt...
分类:
编程语言 时间:
2014-07-17 23:22:39
阅读次数:
348