- 博客(4)
- 收藏
- 关注
原创 WebSocket学习笔记
maven导入jar包:<dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>2.3.0</version></...
2019-05-17 15:23:40
177
原创 微信服务器配置的一点点经验(内含:验证服务器出现token验证失败的处理,接收事件出现XML格式错误,微信网页授权获取 access token 报错40125)
首先需要多些网上的大神链接:https://bbs.youkuaiyun.com/topics/390991193 ;https://blog.youkuaiyun.com/sinat_22878395/article/details/69258165 ;https://blog.youkuaiyun.com/hanghangde/article/details/51028755 ;https://bbs.youkuaiyun.com/...
2019-01-05 14:08:56
1952
1
原创 关于去除 (全角空格)
String string="xxx yyy"; String str=string.replaceAll(" ", "");这是清除全角的方法,正则表达式那边会miss掉全角空格“&#x3000;”
2018-10-24 11:37:59
866
原创 字节流读取文件防止乱码
public static StringBuilder reader(String filePath) { try { File file = new File(filePath); if (file.isFile() && file.exists()) { FileInputStream f...
2018-09-18 15:16:57
658
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人