PROC EXPORT可导出两种类型的文件:导出delimited文件 1 *例子; 2 PROC EXPORT DATA=hotels 3 OUTFILE='C:\MyRawData\Hotels.txt' /*后缀名决定了输出文件的格式,除此...
分类:
其他好文 时间:
2014-07-26 00:18:16
阅读次数:
511
默认字体不好分辨,修改:sudo dpkg-reconfigure console-setup选择:utf-8,Guess...,VGA,8X16。默认的ls的目录颜色也太深,看不清楚,修改成绿色,在~/.profile中添加:export LS_COLOR='rs=0:di=01;32:ln=01...
分类:
其他好文 时间:
2014-07-24 22:32:42
阅读次数:
308
1、Platform Toolset设置Visual Studio 2013 - Windows XP (v120_xp)。2、Character Set设置Use Multi-Byte Character Set。3、添加以下Preprocessor Definitions:NPRT_EXPORT...
主要是路径没添加进来:在shell里面输入这条命令:export PATH=$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.1.2...
分类:
系统相关 时间:
2014-07-24 22:00:32
阅读次数:
230
GoLang的官网被墙,镜像下载地址:http://tip.golang.so/dl/ 或者http://golang.so/dl/安装说明:http://tip.golang.so/doc/install其实只要设置一下环境变量就ok了。export GOROOT=$HOME/goexport P...
分类:
其他好文 时间:
2014-07-24 17:27:15
阅读次数:
246
本文转载:http://mattberseth.com/blog/2007/04/export_gridview_to_excel_1.html http://geekswithblogs.net/azamsharp/archive/2005/12/21/63843.aspx参考:http...
分类:
Web程序 时间:
2014-07-24 17:17:40
阅读次数:
324
Question:I want to understand when to export and import by dbms_stats statistics and learn when it is a good idea to export and import statistics.Answ...
分类:
其他好文 时间:
2014-07-23 22:29:17
阅读次数:
322
一、介绍逻辑备份是指使用工具export将数据对象的结构和数据导出到文件的过程。逻辑恢复是指当数据库对象被误操作而损坏后使用工具import利用备份的文件把数据对象导入到数据库的过程。物理备份即可在数据库open的状态下进行也可在关闭数据库后进行,但是逻辑备份和恢复只能在open的状态下进行。二、备...
分类:
数据库 时间:
2014-07-23 16:53:11
阅读次数:
359
下载maven
http://maven.apache.org/download.cgi
解压
用压缩管理器打开,解压至home目录下
配置环境变量
sudo gedit /etc/profile添加
export M2_HOME=/home/weibo/apache-maven-3.0.5(视自己的情况而定)
export M2=$M2_HOME/bin
e...
分类:
其他好文 时间:
2014-07-23 00:11:27
阅读次数:
305
brew install libevent$ export CFLAGS="-I /usr/local/Cellar/libevent/2.0.21/include -L /usr/local/Cellar/libevent/2.0.21/lib"
分类:
其他好文 时间:
2014-07-22 22:50:12
阅读次数:
215