io.lettuce.core.RedisCommandExecutionException: ERR invalid longitude,latitude pair 111.110000,111.230000 at io.lettuce.core.ExceptionFactory.createEx ...
分类:
其他好文 时间:
2019-11-25 11:25:19
阅读次数:
527
1.准备证书 2.1 springboot 1.x配置 2.2 springboot 2.x配置 1.准备证书: keytool -genkeypair -alias tomcat -keyalg RSA -keystore C:\tomcat.key #注意要用.key结尾证书文件 更多keyto ...
分类:
编程语言 时间:
2019-11-24 12:07:43
阅读次数:
74
The "travelling salesman problem" asks the following question: "Given a list of cities and the distances between each pair of cities, what is the shor ...
分类:
其他好文 时间:
2019-11-23 23:35:34
阅读次数:
72
很好的一篇文章,不愧是reid大组中山大学Weishi-Zheng老师的工作 文章的基本出发点很有意思:用source domain的feature做作为参考,衡量target domain images是否相似,从而构成正负样本进行contrasive learning和domain adapti ...
分类:
其他好文 时间:
2019-11-23 21:57:49
阅读次数:
197
1 在R2使用rsa local-key-pair create 命令来生成本地RSA主机密钥对 2 在R2上配置VTY用户界面,设置用户的验证方式为AAA授权验证方式并且指定VTY类型用户只支持SSH协议 user-interface vty 0 4 authentication-mode aaa ...
分类:
其他好文 时间:
2019-11-22 19:41:19
阅读次数:
164
源码地址:https://github.com/aitorzip/PyTorch-CycleGAN 数据的读取是比较简单的,cycleGAN对数据没有pair的需求,不同域的两个数据集分别存放于A,B两个文件夹,写好dataset接口即可 fake_A_buffer = ReplayBuffer() ...
分类:
其他好文 时间:
2019-11-20 19:35:32
阅读次数:
161
CSS 预处理器 Stylus分享 ps:为了分享,内容东拼西凑,并非原创,很多参考了 张鑫旭大大翻译的中文文档。这里放上两个不错的stylus链接: https://github.com/leeseean/stylus-style-guide github stylus语法规范 http://bl ...
分类:
Web程序 时间:
2019-11-19 12:17:11
阅读次数:
76
https://book.douban.com/subject/34855927/ 作者: 杜军 出版社: 电子工业出版社出品方: 博文视点出版年: 2019-10页数: 348定价: 89ISBN: 9787121373398 ...
分类:
Web程序 时间:
2019-11-17 20:35:30
阅读次数:
283
9.1 Relations and Their Properties(关系及关系性质) 1.基本概念 Ordered pair(序偶) 当且仅当a1 = a2并且b1 = b2时, 才有序偶对(a1, b1)=(a2, b2) Cartesian product(笛卡尔积) 如果A和B是两个非空集, ...
分类:
其他好文 时间:
2019-11-15 18:34:43
阅读次数:
115
转自:https://www.cnblogs.com/reblue520/p/10767428.html 编写一个简单的hello world程序 test.lua 如果觉得简单,可以给一个for循环,打印1~10 正常执行,说明lua环境安装没有问题 二.lua语言的基本语法 数值: 1,2,3 ...
分类:
其他好文 时间:
2019-11-15 13:49:24
阅读次数:
74