上一页 1 ··· 7 8 9 10 11 12 13 14 下一页
摘要: 需要将git信息删除再推,要不就会使用原来的git信息 阅读全文
posted @ 2018-09-03 09:45 Sea_wxx 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 使用maven管理会出现报错 所以就下载了sdk文件进行解压 将rong下面的所有文件 拷贝到java 文件夹下 还有就是resources里面的jsonsource的所有文件拷贝到 自己项目的resources下(之前没拷贝使用融云的方法会出现报错,所以要注意) 然后配置好key和secret 就 阅读全文
posted @ 2018-08-31 14:42 Sea_wxx 阅读(1461) 评论(3) 推荐(0) 编辑
摘要: var str=‘aaa’; var userId=JSON.stringify(str) ; var url = ‘/user/goEdit?userId=’ + userId ; 那么这个地址是 /user/goEdit?userId="3e29ccfff04440d48eb9dacf8b715 阅读全文
posted @ 2018-08-24 11:19 Sea_wxx 阅读(381) 评论(0) 推荐(0) 编辑
摘要: <%--引入高德地图--%><link rel="stylesheet" href="https://cache.amap.com/lbs/static/main1119.css"/><script type="text/javascript" src="https://webapi.amap.co 阅读全文
posted @ 2018-08-22 18:07 Sea_wxx 阅读(7366) 评论(0) 推荐(0) 编辑
摘要: 在 最后需要处理的函数里面 写上 $(".layui-laypage-btn").click(); 即可原理 关闭子 iframe的同时,触发分页的确认按钮 从而可以获取到当前分页 阅读全文
posted @ 2018-08-16 15:21 Sea_wxx 阅读(1064) 评论(0) 推荐(0) 编辑
摘要: 500 页面 阅读全文
posted @ 2018-08-13 15:41 Sea_wxx 阅读(658) 评论(0) 推荐(0) 编辑
摘要: 1.在项目resources下创建 log4j.properties 配置如下 阅读全文
posted @ 2018-08-10 11:09 Sea_wxx 阅读(271) 评论(0) 推荐(0) 编辑
摘要: File -> Settings->File Encodings -> Defaule encoding for properties files 属性设置成utf-8 选中Transparent native-to-ascii conversion 阅读全文
posted @ 2018-08-03 11:54 Sea_wxx 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 转成json后 没有pId的属性 fastjson 支持最少第一个单词是2个小写字母的组合方式 如 private String ppId; 最后换成Gson 去解析 阅读全文
posted @ 2018-07-31 09:34 Sea_wxx 阅读(668) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 下一页