上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页
摘要: 1, 2, 阅读全文
posted @ 2019-01-23 15:26 無玑小姐 阅读(1927) 评论(0) 推荐(0) 编辑
摘要: 1,进入tomcat的安装目录\apache-tomcat-7.0.6\conf\server.xml 2,修改<Server port="8005" shutdown="SHUTDOWN"> 3,修改 <Connector port="8080" protocol="HTTP/1.1" conne 阅读全文
posted @ 2019-01-23 15:19 無玑小姐 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 1,页面 2,js 3,后台 4,出现问题 (1)一开始用的ajax发送的请求 但是响应头正确,数据也正确的传到后台,但是未下载文件 总结(参考:https://www.cnblogs.com/qlqwjy/p/8971207.html): 即使ajax请求到一个controller在跳转到下载的c 阅读全文
posted @ 2019-01-04 17:05 無玑小姐 阅读(1802) 评论(0) 推荐(0) 编辑
摘要: 原文:https://blog.csdn.net/hu_mouse/article/details/47972271 阅读全文
posted @ 2018-12-24 17:58 無玑小姐 阅读(3987) 评论(0) 推荐(0) 编辑
摘要: var a = xxxxxxxx; if(typeof a == "number") { //a是数 } else if(typeof a == "string") { //a是字符串 } else if(typeof a == "undefined") { //a是未定义 } else if(typeof a == "boolean") { //a是bool变量... 阅读全文
posted @ 2018-12-24 15:22 無玑小姐 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 1,字符串中是否包含 2,数组中是否包含 阅读全文
posted @ 2018-12-24 15:00 無玑小姐 阅读(562) 评论(0) 推荐(0) 编辑
摘要: Map map = (Map) JSONUtils.parse(result) 阅读全文
posted @ 2018-12-24 14:06 無玑小姐 阅读(4484) 评论(0) 推荐(1) 编辑
摘要: 一,准备 1,先查看Linux是32位还是64位 getconf LONG_BIT 如果返回的是32,那么就是32位 如果返回的是64,那么就是64位 2,如果服务器不能联网,就先去官网下载好压缩包,然后上传到服务器 下载地址:https://dev.mysql.com/downloads/mysq 阅读全文
posted @ 2018-12-24 11:24 無玑小姐 阅读(1157) 评论(0) 推荐(0) 编辑
摘要: 1,格式化json对象 2,格式化json字符串 结果 阅读全文
posted @ 2018-12-20 17:55 無玑小姐 阅读(16127) 评论(1) 推荐(1) 编辑
摘要: 2,模态框 点击1中的"API测试工具"即可打开弹窗 二,点击的先调用js方法判断是否要打开 1,点击按钮:相比一.1 去掉了[data-toggle="modal" data-target="#test"] 2,弹窗不变 3,在方法toApiTestPage()中 阅读全文
posted @ 2018-12-20 17:29 無玑小姐 阅读(5677) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页