摘要:        
http://pan.baidu.com/s/1nvlIw21?errno=0&errmsg=Auth%20Login%20Sucess&stoken=bb98db9f451c00ae85e239959d4c9814aa7f9a1fa02096d2d11e7e51db7d37e2d4aab936f224063386d4b7593616668c78e318b42437bcd098876c2cf8e...    阅读全文
        
            posted @ 2016-08-09 11:41
山高似水深
阅读(1009)
评论(1)
推荐(1)
        
            
        
        
摘要:        
package udf; import org.apache.hadoop.hive.ql.exec.UDF; public class helloudf extends UDF{ public String evaluate(String str){ try { return "HelloWorld " + str; } catch (Exception e) { // TODO: han...    阅读全文
        
            posted @ 2016-08-09 11:40
山高似水深
阅读(3871)
评论(0)
推荐(0)
        
            
        
        
摘要:        
类似: 在MYSQL里面我们可以这样的执行SQL select a.Community,a.PID,b.spidertime,b.comm,b.showings,b.room from lianjia_list a ,RentHouse_lianjia b where a.site = 7 and b.city='北京' and b.comm like %a.Community%; 不行...    阅读全文
        
            posted @ 2016-08-09 11:38
山高似水深
阅读(55824)
评论(0)
推荐(2)
        
            
        
        
摘要:        
conn = MysqlJdbcUtils.getConnection(); Statement ps=conn.createStatement(); ps.addBatch("truncate QB_ShowCount_Asite_copy"); ps.executeBatch(); String SrcSql = "select convert(unhex(hex(convert(Commu...    阅读全文
        
            posted @ 2016-08-09 11:38
山高似水深
阅读(3559)
评论(0)
推荐(0)
        
            
        
        
摘要:        
就是简单的一个字符串拼接,意义和所用场景自己体会下 insert into table agent_library1 select concat_ws(':',collect_set(name)) as name,contact,concat_ws(':',collect_set(company)) as company,concat_ws(':',collect_set(stores))as...    阅读全文
        
            posted @ 2016-08-09 11:35
山高似水深
阅读(26483)
评论(0)
推荐(0)
        
            
        
        
摘要:        
经过测试其中匹配双字节字符(包括汉字在内):[^\x00-\xff]非常好用推荐一下 两外推荐个网址http://mscenter.edu.cn/blog/yongsheng/archive/2004/11/19/308.html 这个家伙收录的正则很多,呵呵 关键字:正则表达式 模式匹配 Java    阅读全文
        
            posted @ 2016-08-09 11:34
山高似水深
阅读(5558)
评论(0)
推荐(0)
        
            
        
        
摘要:        
function chkHalf(str){ for(var i=0;i { strCode=str.charCodeAt(i); if((strCode>65248)||(strCode==12288)){ ale...    阅读全文
        
            posted @ 2016-08-09 11:31
山高似水深
阅读(800)
评论(0)
推荐(0)
        
            
        
        
摘要:        
executeQuery : 用于实现单个结果集,例如: Select 一般使用executeQuery 就是来实现单个结果集的工具 executeUpdate 用于执行 INSERT、UPDATE 或 DELETE 语句以及 SQL DDL(数据定义语言)语句,例如 CREATE TABLE 和     阅读全文
        
            posted @ 2016-08-09 11:29
山高似水深
阅读(3341)
评论(0)
推荐(0)
        
 
                    
                     
                    
                 
                    
                 
  
 
         
         浙公网安备 33010602011771号
浙公网安备 33010602011771号 
 