链接:https://vjudge.net/problem/HDU-2612#author=zhang95986 题意: hsj和lsh最近迷上了pokemon go的游戏。在双十一大物期中考试来临之前,他们想抓一只稀有土拨鼠来攒攒人品(因为土拨鼠的刷新地点最近来到了哈工程)但是由于土拨鼠过于强大, ...
                            
                            
                                分类:
其他好文   时间:
2019-03-24 23:26:15   
                                阅读次数:
285
                             
                    
                        
                            
                            
                                1.Locality Sensitive Hashing(Shingling+MinHash) (LSH, 局部敏感哈希) 2. Learning to Hash 1.Introduction 很多的网页挖掘问题都可以表述为寻找相似集合: 1. 论文查重; 2. 推荐系统; 2.Finding Si ...
                            
                            
                                分类:
其他好文   时间:
2019-03-23 13:11:55   
                                阅读次数:
143
                             
                    
                        
                            
                            
                                    .InstallShield安装包在Win7下权限问题的解决方案 ...
                            
                            
                         
                    
                        
                            
                            
                                git config:配置相关信息 git clone 复制仓库 git init 初始化仓库 git add 添加更新内容到索引中 git diff 比较内容 git status 获取当前项目状况 git commit 提交 git branch 创建分支(相关) git checkout 切换 ...
                            
                            
                                分类:
其他好文   时间:
2019-03-08 23:28:58   
                                阅读次数:
235
                             
                    
                        
                            
                            
                                    解决jest处理es模块 问题场景 项目使用 进行测试时, 当引入外部库是 模块时, 无法处理导致报错. 解决方法 查阅 发现, 目前 不支持 模块, 只有通过 去处理了 1. 安装依赖 2. 配置 3. 配置 脚注 "Unexpected import inside nodejs module"  ...
                            
                            
                                分类:
其他好文   时间:
2019-03-08 15:19:04   
                                阅读次数:
1842
                             
                    
                        
                            
                            
                                Edit1.setFocus keybd_event(8, MapVirtualKey(8, 0), 0, 0); keybd_event(8, MapVirtualKey(8, 0), KEYEVENTF_KEYUP, 0); procedure TForm1.Button1Click(Sende ...
                            
                            
                                分类:
其他好文   时间:
2019-02-20 13:14:58   
                                阅读次数:
156
                             
                    
                        
                            
                            
                                一、配置静态文件 https://www.cnblogs.com/lshedward/p/10351051.html 二、路由分发 https://www.cnblogs.com/lshedward/p/10351098.html 三、视图函数 https://www.cnblogs.com/lsh ...
                            
                            
                                分类:
其他好文   时间:
2019-02-04 19:41:05   
                                阅读次数:
154
                             
                    
                        
                            
                            
                                    本地安装并启动Cassandra数据库 1. 安装条件 1.1 python连接条件:python2.7.x与python3.3.x或3.4.x 1.2 在启动Cassandra时,它会自动监测python2.7.x,如果没有,则不能顺利启动。 1.3 在启动cqlsh时,其只能与python3.3 ...
                            
                            
                                分类:
其他好文   时间:
2019-01-21 19:28:44   
                                阅读次数:
205
                             
                    
                        
                            
                            
                                    # Redis configuration file example. # # Note that in order to read the configuration file, Redis must be # started with the file path as first argumen ...
                            
                            
                                分类:
其他好文   时间:
2019-01-06 21:59:01   
                                阅读次数:
361
                             
                    
                        
                            
                            
                                    转自局部敏感哈希(Locality-Sensitive Hashing, LSH) 一、局部敏感哈希LSH 在很多应用领域中,我们面对和需要处理的数据往往是海量并且具有很高的维度,怎样快速地从海量的高维数据集合中找到与某个数据最相似(距离最近)的一个数据或多个数据成为了一个难点和问题。如果是低维的小 ...
                            
                            
                                分类:
其他好文   时间:
2019-01-02 17:33:43   
                                阅读次数:
209