1、Sysfs文件系统
"sysfsis a ram-based filesystem initially based on ramfs. It provides ameans to export kernel data structures, their attributes, and thelinkages between them to userspace.”
Linux2.6内...
分类:
系统相关 时间:
2014-10-30 11:50:14
阅读次数:
351
#manshellbuiltinsBASH_BUILTINS(1)BASH_BUILTINS(1)NAMEbash,:,.,[,alias,bg,bind,break,builtin,cd,command,comp-gen,complete,continue,declare,dirs,disown,echo,enable,eval,exec,exit,export,fc,fg,getopts,hash,help,history,jobs,kill,let,local,logout,popd,printf,pu..
分类:
系统相关 时间:
2014-10-30 01:55:08
阅读次数:
222
使用 python ./repo sync -f同步,可自动修复同步错误的文件设置shell代理$ export HTTP_PROXY=http://:@:$ export HTTPS_PROXY=http://:@:Not a git repository错误多试几次,如果还不行,可查看相应目录下...
分类:
移动开发 时间:
2014-10-28 21:32:46
阅读次数:
220
EXPORT TO "D:/test.txt" OF DEL SELECT loginname,password FROM cm_staff where loginname = 'TEST'
分类:
数据库 时间:
2014-10-28 17:38:04
阅读次数:
250
In the software development, we usually are faced with a common question of exporting or importing data from database. So in this blog we will together study the mongoddb export and mongodb import.
...
分类:
数据库 时间:
2014-10-28 02:07:13
阅读次数:
176
in last blog,we talked about how to export data from mongo database. now in this blog, on the contrary, we focus on how to import data to database.
before doing our experiment, we delete the user co...
分类:
数据库 时间:
2014-10-28 02:05:37
阅读次数:
252
1. Copy or remotely mount the backupset folder from the source server to the target server2. On the target server, export ORACLE_SID as same as the so...
分类:
数据库 时间:
2014-10-28 00:34:09
阅读次数:
309
MyEclipse打jar包
一、右键点击MyEclipse中的项目
二、点击Export,选择java—>JARfile,Next
三、选择你要打jar包的文件,如果将源代码也打在包中就选中第三条,第一条必选
四、选择你要导出的目录 Next,Next
五、选择Main class作为执行文件的入口,可以Browse选择,其他默认。Fin...
分类:
编程语言 时间:
2014-10-27 09:26:00
阅读次数:
153
1. 安装下载Sun Java包,然后解压文件 tar -zxvf xxx.tar.gz, 然后 mv jdk文件夹 /usr/local/jdk然后设置环境变量sudo gedit /etc/profile JAVA_HOME=/usr/local/jdk export JRE_HOME=...
分类:
编程语言 时间:
2014-10-26 18:12:27
阅读次数:
250
$ export LANG=en_US$ xdg-user-dirs-gtk-update在弹出的窗口中询问是否将目录转化为英文路径,同意并关闭在终端中输入命令:export LANG=zh_CN注销或重启 搞定!!!
分类:
其他好文 时间:
2014-10-24 18:16:09
阅读次数:
191