Corrupt JPEG data: 1 extraneous bytes before marker 0xd9 JPEG datastream contains no image ...
                            
                            
                                分类:
其他好文   时间:
2019-12-03 11:47:30   
                                阅读次数:
382
                             
                    
                        
                            
                            
                                CONTAINS全文搜索函数 1. 查询住址在北京的学生SELECT student_id,student_nameFROM studentsWHERE CONTAINS( address, 'beijing' ) <contains_search_condition> 属于 nvarchar .  ...
                            
                            
                                分类:
其他好文   时间:
2019-12-02 23:45:29   
                                阅读次数:
127
                             
                    
                        
                            
                            
                                看了一遍有关哈希表的文字,作者总结的真是不错 。收藏起来 1. 哈希表(HashTable)简述 在.NET Framework中,Hashtable是System.Collections命名空间提供的一个容器,用于处理和表现类似keyvalue的键值对,其中key通常可用来快速查找,同时key是区 ...
                            
                            
                         
                    
                        
                            
                            
                                    1. 前置条件: 已经安装好了带有HDFS, MapReduce, Yarn 功能的 Hadoop集群 链接: "ubuntu18.04.2 hadoop3.1.2+zookeeper3.5.5高可用完全分布式集群搭建" 2. 上传tar包并解压到指定目录: 3. 修改hive配置文件: 新建文件夹 ...
                            
                            
                                分类:
其他好文   时间:
2019-12-02 13:51:54   
                                阅读次数:
127
                             
                    
                        
                            
                            
                                Excel can sort records according to any column. Now you are supposed to imitate this function. Input Specification: Each input file contains one test  ...
                            
                            
                                分类:
其他好文   时间:
2019-12-02 00:47:23   
                                阅读次数:
119
                             
                    
                        
                            
                            
                                    转自:https://www.jianshu.com/u/9c5cb1ee4c46 一. org.apache.commons.io.IOUtils 注解说明 closeQuietly 关闭一个IO流、socket、或者selector且不抛出异常,通常放在finally块 toString 转换I ...
                            
                            
                                分类:
编程语言   时间:
2019-12-01 20:42:02   
                                阅读次数:
123
                             
                    
                        
                            
                            
                                springboot之jpa支持 导入相关pom依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> </dependency ...
                            
                            
                                分类:
编程语言   时间:
2019-12-01 19:15:29   
                                阅读次数:
101
                             
                    
                        
                            
                            
                                    ARP Poisoning - arpspoof Arpspoof is a tool part of a suit called dsniff, which contains a number of network penetration tools. Arpspoof can be used t ...
                            
                            
                                分类:
Web程序   时间:
2019-12-01 17:13:16   
                                阅读次数:
133
                             
                    
                        
                            
                            
                                    题目:http://lx.lanqiao.cn/problem.page?gpid=T448 题意:有两个字符串例如*WWBB和WWBB*,*每次能往左或右跳1-3步,与原位置的字符交换,问最少步数跳到第二个字符串的状态。bfs裸题,C++能秒杀,改用java做题倒是折腾了挺久,测试了HashMap ...
                            
                            
                                分类:
其他好文   时间:
2019-12-01 17:09:05   
                                阅读次数:
200
                             
                    
                        
                            
                            
                                    1055 - Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'rpacloudsit.t.app_id' which is not functionally depen ...
                            
                            
                                分类:
数据库   时间:
2019-12-01 00:38:33   
                                阅读次数:
123