上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 42 下一页
摘要: 使用jpype,java导出jar包。 参考:https://www.cnblogs.com/bandaobudaoweng/p/10785766.html 阅读全文
posted @ 2020-07-11 15:06 西伯尔 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 2种方法: 1.open文件设置encoding file = open(filename, 'r', encoding='UTF-8') 2.用encode方法 str = str.encode() 参考:https://www.fujieace.com/python/str-bytes.html 阅读全文
posted @ 2020-07-04 22:55 西伯尔 阅读(766) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/zhang__shuang_/article/details/82527314 阅读全文
posted @ 2020-07-04 22:43 西伯尔 阅读(592) 评论(0) 推荐(0) 编辑
摘要: 1.各种json工具包比较 四个JSON类库分别为:Gson,FastJson,Jackson,Json-lib。 适用:使用FastJson进行JSON字符串解析,Jackson将集合转成JSON格式字符串。 参考:https://blog.csdn.net/jiyueqianxue/articl 阅读全文
posted @ 2020-07-01 22:42 西伯尔 阅读(269) 评论(0) 推荐(0) 编辑
摘要: Junit4单元测试报错:method 'initializationError' not found: Opening the test classs 1.缺包 除了junit还需要hamcrest-core和hamcrest-library。 下载:https://mvnrepository.c 阅读全文
posted @ 2020-07-01 10:46 西伯尔 阅读(434) 评论(0) 推荐(0) 编辑
摘要: 1.java.io的几种读写文件的方式 (1)建议使用:BufferedInputStream、BufferedOutputStream (2)5种方式 InputStream、OutputStream(字节流) BufferedInputStream、BufferedOutputStream(缓存 阅读全文
posted @ 2020-07-01 09:51 西伯尔 阅读(594) 评论(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 西伯尔 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 由于方法3在线转,会生成的图片是一张互联网的链接,存在对方网站服务器上,不知道是否会定期清理,一个月后访问试试看,2023年2月21日02点58分。 深感在线转过于危险,尤其是身份敏感信息,最好在本地,ps和手机app都比较安全。 总结: 非敏感信息:https://tuguoba.com/ 敏感信 阅读全文
posted @ 2020-06-22 18:42 西伯尔 阅读(147) 评论(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 西伯尔 阅读(4001) 评论(0) 推荐(0) 编辑
摘要: 1.TrapezoidalMap 参考:https://github.com/TylerChenhall/TrapezoidalMap 阅读全文
posted @ 2020-06-21 18:45 西伯尔 阅读(429) 评论(0) 推荐(0) 编辑
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 42 下一页