码迷,mamicode.com
首页 >  
搜索关键字:batch export    ( 8024个结果
【MongoDB】mongoimport and mongoexport of data (一)
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
【MongoDB】mongoimport and mongoexport of data (二)
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
Restore Oracle database to another server
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打jar包 一、右键点击MyEclipse中的项目 二、点击Export,选择java—>JARfile,Next 三、选择你要打jar包的文件,如果将源代码也打在包中就选中第三条,第一条必选 四、选择你要导出的目录 Next,Next 五、选择Main class作为执行文件的入口,可以Browse选择,其他默认。Fin...
分类:编程语言   时间:2014-10-27 09:26:00    阅读次数:153
Ubuntu下的Sun Java的安装与配置
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
centos /home/ 目录下的中文名文件夹改为英文
$ export LANG=en_US$ xdg-user-dirs-gtk-update在弹出的窗口中询问是否将目录转化为英文路径,同意并关闭在终端中输入命令:export LANG=zh_CN注销或重启 搞定!!!
分类:其他好文   时间:2014-10-24 18:16:09    阅读次数:191
linux系统怎么改为中文版(转)
linux系统安装好后怎么改为中文版呢?今天就跟大家介绍下linux系统改为中文版的方法,希望能帮助到大家!以下是linux系统改为中文版的四种方法,一起来看看:方法1:写入环境变量echo "export LANG="zh_CN.UTF8"">>/etc/profilesource /etc/pr...
分类:系统相关   时间:2014-10-24 14:25:48    阅读次数:168
BASH 命令以及使用方法小结【转】
1,export VAR=... 这个命令在Shell下直接运行可以使之后运行的脚本也知道这个VAR。但是如果 这个命令在脚本中运行,那么不影响脚本以外的参数。举个例子,如果在一个脚本运行之前没有 VAR这个环境变量,而在脚本中运行了 export VAR=3 这一命令,那么在脚本结束之后,如果运行...
分类:其他好文   时间:2014-10-24 12:57:28    阅读次数:203
IT忍者神龟之Eclipse文件转码插件
插件源代码下载 (导入插件在workspace中,右键export->Plug-in Development->Deployable plug-ins and fragments,然后生成插件binar文件) 二进制包下载   (因为blogjava不许上传jar文件,请下载后将zip后缀改为jar后缀然后拷贝到eclipse/plugins目录) 一般在使用Eclipse过程中会有两...
分类:系统相关   时间:2014-10-24 10:59:49    阅读次数:230
Ubuntu 14.04解决登录界面无限循环的方法
在Ubuntu下配置Android的环境时,想像在Windows中那样在终端中直接启动adb,以为Linux和Windows一样,将adb的路径添加到环境变量中,于是将adb的路径也export到/etc/profile中,可杯具了,重启系统后,无限循环登录界面,经多方查找资料找到了解决办法。 办....
分类:系统相关   时间:2014-10-24 10:29:59    阅读次数:935
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!