用户使用的sql: select count( distinct patient_id ) from argus.table_aa000612_641cd8ce_ceff_4ea0_9b27_0a3a743f0fe3; 下面做不同的测试: 1.beeline -u jdbc:hive2://0.0. ...
分类:
编程语言 时间:
2017-07-07 10:25:57
阅读次数:
1770
1.ftp://ftp.gnu.org/gnu/wget/官网下载最新的安装包 wget-1.19.tar.gz 2.打开终端输入 tar zxvf wget-1.9.1.tar.gz 解压缩 3.进入wget所在文件夹 终端输入cd wget-1.9.1 4.终端输入 ./configure 如果 ...
分类:
系统相关 时间:
2017-07-07 00:01:06
阅读次数:
466
设置表结构要展示的属性,以及各个属性的展示列宽 不显示标题 右键单击items,选择format,然后Available栏中选择ListText选项卡,设置表格边框 保存为模板,Report->Create Template From Section 然后File->Save As,保存为XXX.r ...
分类:
数据库 时间:
2017-07-05 10:05:29
阅读次数:
289
在桌面新建DevWarningPatch.bat,写入以下内容,以管理员身份运行 参考文献:https://stackoverflow.com/questions/30287907/how-to-hack-chrome-dll-to-get-rid-of-the-disable-developer- ...
分类:
其他好文 时间:
2017-07-04 20:20:49
阅读次数:
1263
CAT3 SAP tcode - Time Sheet: Display Times CAT3 (Time Sheet: Display Times) is a standard SAP transaction code available within R/3 SAP systems depend ...
分类:
其他好文 时间:
2017-06-30 18:03:59
阅读次数:
193
importjava.io.*;
importsun.misc.*;
//对图片文件进行Base64编码
publicStringgetImagebase64(StringimgFileName){
byte[]data=null;
try{
InputStreamin=newFileInputStream(imgFileName);
data=newbyte[in.available()];
in.read(data);
in.close();
}catch(IOExceptione){..
分类:
其他好文 时间:
2017-06-29 22:14:56
阅读次数:
190
一、需求 因为在python画图显示的时候,经常需要展示一些中文,但是ubuntu系统下按照默认安装方式安装的时候,一般是不能显示中文的,当强行给legend、xlabel、ylabel赋予中文的时候,会显示为方块 二、参考 http://blog.csdn.net/onepiece_dn/arti ...
分类:
编程语言 时间:
2017-06-29 13:29:15
阅读次数:
1555
HTTP Status 500 - {msg=SolrCore 'collection1' is not available due to init failure: Could not load conf for core collection1: Error loading solr confi ...
分类:
其他好文 时间:
2017-06-26 12:38:20
阅读次数:
168
什么是分布式消息中间件? 什么是分布式消息中间件? 对于分布式消息中间件,首先要了解两个基础的概念,即什么是分布式系统,什么又是中间件。 分布式系统 “A distributed system is one in which components located at networked compu ...
分类:
其他好文 时间:
2017-06-26 00:01:20
阅读次数:
214
在ios6以后,苹果官方建议用“- (CGRect)boundingRectWithSize:(CGSize)size options:(NSStringDrawingOptions)options attributes:(nullable NSDictionary<NSString *, id> ...
分类:
移动开发 时间:
2017-06-24 11:22:23
阅读次数:
318