12 2018 档案

摘要:``` Failed to load the JNI shared library 解决方法 换了JDK 32位x86的 打开32位 eclipse 2017 oxygen 出现这个问题,修改 配置文件 指定一下32位jdk javaw.exe即可。 阅读全文
posted @ 2018-12-19 16:16 zhaocundang 阅读(274) 评论(0) 推荐(0) 编辑
摘要:``` 获取本类service路径,然后字符串截取和拼接 String classpath= this.getClass().getResource("/").getPath(); String path = classpath.substring(0,classpath.length() - "WEB-INF/classes/".length()); ... 阅读全文
posted @ 2018-12-17 12:50 zhaocundang 阅读(399) 评论(0) 推荐(0) 编辑
摘要:首先更改centos系统中文乱码 warning: setlocale: LC_CTYPE: cannot change locale (UTF 8): No such file or directory mysql中文乱码 修改 vim /etc/my.cnf 阅读全文
posted @ 2018-12-12 10:14 zhaocundang 阅读(1914) 评论(0) 推荐(0) 编辑
摘要:list 添加对象时,没有把new object写到循环体里,导致最后添加了相同的一个对象; 阅读全文
posted @ 2018-12-10 19:12 zhaocundang 阅读(1010) 评论(0) 推荐(0) 编辑
摘要:``` WebSocket示例 open 发送 ``` ``` package Test; import javax.websocket.OnClose; import javax.websocket.OnError; import javax... 阅读全文
posted @ 2018-12-03 14:38 zhaocundang 阅读(664) 评论(0) 推荐(0) 编辑
摘要:前言 具体操作 关于websocket 采用注解指明URL,采用tomcat启动的方式来做: 总结 阅读全文
posted @ 2018-12-03 11:06 zhaocundang 阅读(1918) 评论(4) 推荐(1) 编辑

点击右上角即可分享
微信分享提示