上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 44 下一页
摘要: 1.java.io的几种读写文件的方式 (1)建议使用:BufferedInputStream、BufferedOutputStream (2)5种方式 InputStream、OutputStream(字节流) BufferedInputStream、BufferedOutputStream(缓存 阅读全文
posted @ 2020-07-01 09:51 西伯尔 阅读(604) 评论(0) 推荐(0) 编辑
摘要: 一、网址 http://mvnrepository.com/ 操作参考:https://www.cnblogs.com/dhqy/p/12300222.html 二、常用类和对应jar包 1.将java对象转换成json数据 (1)ObjectMapper类 使用 ObjectMapper类 必须引 阅读全文
posted @ 2020-07-01 00:50 西伯尔 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 由于方法3在线转,会生成的图片是一张互联网的链接,存在对方网站服务器上,不知道是否会定期清理,一个月后访问试试看,2023年2月21日02点58分。 深感在线转过于危险,尤其是身份敏感信息,最好在本地,ps和手机app都比较安全。 总结: 非敏感信息:https://tuguoba.com/ 敏感信 阅读全文
posted @ 2020-06-22 18:42 西伯尔 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 1.JCC的参考文献格式文件:jcc.bst http://muchong.com/t-8791230-1-authorid-1530793 2.参考文献引用管理——BibTeX https://www.jianshu.com/p/5aa8ea1578e6 3.毕业论文LaTeX模板 https:/ 阅读全文
posted @ 2020-06-21 19:13 西伯尔 阅读(4036) 评论(0) 推荐(0) 编辑
摘要: 1.TrapezoidalMap 参考:https://github.com/TylerChenhall/TrapezoidalMap 阅读全文
posted @ 2020-06-21 18:45 西伯尔 阅读(432) 评论(0) 推荐(0) 编辑
摘要: 1.运行时类型 TPU是Google专有的,其他平台没有。如果使用,需要在代码中设置TPU。据说TPU速度比GPU更快。 大多数人选择的还是通用的GPU。 运行别人的代码,最好选择GPU,我之前曾经跑过别人的一个代码,选择的TPU,因为代码没有设置TPU实际上就是None,速度超级慢,还总是内存满, 阅读全文
posted @ 2020-06-20 09:10 西伯尔 阅读(400) 评论(0) 推荐(1) 编辑
摘要: import matplotlib.pyplot as plt x = [[1, 3], [2, 5]] # [1,3]是线段1两端点的x坐标 y = [[4, 7], [6, 3]] # [1,3]是线段1两端点的y坐标 plt.figure() # 创建绘制窗口 for i in range(l 阅读全文
posted @ 2020-06-18 16:37 西伯尔 阅读(6818) 评论(0) 推荐(0) 编辑
摘要: 1. https://www.cnblogs.com/shiyanlou/p/11752002.html https://tensorflow.google.cn/api_docs/python/tf/keras/Sequential 阅读全文
posted @ 2020-06-18 02:53 西伯尔 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 1.使用已有数据库时,报错 C:\Users\h>neo4j.bat console 2020-06-17 14:17:48.851+0000 WARN dbms.active_database is deprecated. 2020-06-17 14:17:48.870+0000 INFO Neo 阅读全文
posted @ 2020-06-17 23:56 西伯尔 阅读(653) 评论(0) 推荐(0) 编辑
摘要: 论文:《Transferable Multi-Domain State Generator for Task-Oriented Dialogue Systems》 源码:https://github.com/jasonwu0731/trade-dst#zero-shot-dst 参考:https:/ 阅读全文
posted @ 2020-06-16 01:31 西伯尔 阅读(685) 评论(0) 推荐(0) 编辑
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 44 下一页