When you using sqlcmd to export some data by a query, you will found some column data is truncated if it is a ntext/text/varch(max)/nvarchar(max).the ...
分类:
其他好文 时间:
2014-12-24 19:48:09
阅读次数:
200
#pdd 2014_12-24#安装java环境rpm -ivh jdk-7u72-linux-x64.rpmvim /etc/profile #set for java export JAVA_HOME=/usr/java/jdk1.7.0_72 export JAVA_BIN=/usr/java...
分类:
编程语言 时间:
2014-12-24 18:03:10
阅读次数:
233
#!/bin/bash
startDate="$1"
endDate="$2"
DATE_FMT="%Y%m%d"
source?./log.sh
export?DEBUG="true"
function?showUsage()?{?
warn?""
warn?"------------------------?Usage?---------------------...
分类:
系统相关 时间:
2014-12-24 14:58:44
阅读次数:
161
Production Order Goods Receipt in MassMy client need production order Goods Receipt in mass i e at time number of production orders with batch creatio...
分类:
其他好文 时间:
2014-12-24 13:18:17
阅读次数:
119
从来没有想过web项目还能打包的,但是有要求,就不得不去实现,在网上找了一下,发现挺简单的。 首先是使用MyEclipse将web项目打包,如下图所示。 右键选中项目,选择export。 然后选择J2EE->WAR File。点击next ...
分类:
编程语言 时间:
2014-12-24 12:05:32
阅读次数:
257
Freebsd默认安装之后用户的shell是csh,如果都已经习惯了使用bash。如何配置用户使用bash?1.安装bash。cd/usr/ports/shells/bash;makeinstallclean这样安装完之后,bash会被安装在/usr/local/bin/目录下面。2.修改/etc/shells文件,将bash增加进去,添加一行:/usr/local/bin/b..
分类:
其他好文 时间:
2014-12-24 12:00:30
阅读次数:
222
在前面的两篇文章中,讲述了编译android源码和内核源码,此篇文章建立在之前的基础上,不清楚的请先转战:
源码编译
内核编译
---------------------------------------------------------------------------------------------
在使用了下面的命令启动了模拟器之后:
export PATH=...
分类:
移动开发 时间:
2014-12-24 11:54:00
阅读次数:
156
新装了一台服务器,用nginx做代理。突然发现上传超过1M大的客户端文件无法正常上传,于是修改了下nginx的配置。 cd/export/servers/nginx/conf/nginx.conf,在这个配置文件里面的server段里面的location / { root ...
分类:
Web程序 时间:
2014-12-24 08:43:02
阅读次数:
115
package com.ok.hbase.export; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.PrintStream; import java...
分类:
其他好文 时间:
2014-12-23 22:28:53
阅读次数:
307
本文不是技术收集贴,就是记录一下,因此没有收集所有的HBase表导入导出方式,只是记录一下自己用过的一种。数据表的导出:1 $ bin/hbase org.apache.hadoop.hbase.mapreduce.Driver export [ [ []]]需要注意的是,outputdir指的.....
分类:
其他好文 时间:
2014-12-23 22:23:15
阅读次数:
195