09 2018 档案

摘要:解决方法如下: 1、在Firefox浏览器的地址栏中输入about:config,即打开Firefox的配置页面 2、然后搜索dom.allow_scripts_to_close_windows,找到后你会发现该配置的默认值是false,右键选择Toggle选项,选择切换,将值修改为true即可. 阅读全文
posted @ 2018-09-29 13:39 lvlin241 阅读(296) 评论(0) 推荐(0) 编辑
摘要:1、通过URL传递并接受 阅读全文
posted @ 2018-09-28 17:56 lvlin241 阅读(123) 评论(0) 推荐(0) 编辑
摘要:参考: https://www.gaotengjiao.com/kibana%E4%B8%AD%E6%93%8D%E4%BD%9C%E6%95%B0%E6%8D%AE%E4%B9%8B%E5%88%A0%E9%99%A4%E4%B8%80%E6%9D%A1%E6%96%87%E6%A1%A3%E4% 阅读全文
posted @ 2018-09-28 17:23 lvlin241 阅读(2448) 评论(0) 推荐(0) 编辑
摘要:背景:elasticsearch 进行排序的时候,可能会排序数字、日期。但是在排序text类型的时候就会出现上述错误 原因(参考): https://blog.csdn.net/wild46cat/article/details/62889554 https://www.elastic.co/guide/en/elasticsearch/reference/current/fielddata.... 阅读全文
posted @ 2018-09-27 15:38 lvlin241 阅读(2225) 评论(0) 推荐(0) 编辑
摘要:参考:https://blog.csdn.net/qq_27093465/article/details/52796892 阅读全文
posted @ 2018-09-25 16:56 lvlin241 阅读(119) 评论(0) 推荐(0) 编辑
摘要:// 参考: https://www.cnblogs.com/blog5277/p/6407463.htmlpublic class DateTest { // 支持时分秒 private static String LocalDateTimeTest(){ LocalDateTime date = LocalDateTime.now(); Strin... 阅读全文
posted @ 2018-09-21 10:54 lvlin241 阅读(1166) 评论(0) 推荐(0) 编辑
摘要:参考:https://blog.csdn.net/qq_27446553/article/details/52433375 1、a href="_blank" 添加属性 rel="noreferrer" 2、window.ope var newWindow = window.open("跳转链接") 阅读全文
posted @ 2018-09-12 14:07 lvlin241 阅读(1247) 评论(0) 推荐(0) 编辑
摘要:background-color:transparent; 阅读全文
posted @ 2018-09-06 14:41 lvlin241 阅读(3009) 评论(0) 推荐(0) 编辑
摘要:思路:把对象转换为字符串进行传递 参考:https://blog.csdn.net/shuai870081885/article/details/51283390 阅读全文
posted @ 2018-09-06 11:41 lvlin241 阅读(1087) 评论(0) 推荐(0) 编辑
摘要:参考:https://www.cnblogs.com/a-du/p/7736181.html ElasticSearch 全文检索,参考: https://my.oschina.net/UpBoy/blog/703560 阅读全文
posted @ 2018-09-05 17:23 lvlin241 阅读(103) 评论(0) 推荐(0) 编辑
摘要:问题: 一个界面有个多个文本框输入值(或下拉框)展示的查询条件,也就是组合条件查询,需要在java里面动态拼接SQL,where条件如何写? 解决思路: 在where关键字后面固定写 1=1, 若还有其他条件,直接拼接 " and 条件 "。 阅读全文
posted @ 2018-09-05 10:20 lvlin241 阅读(4016) 评论(0) 推荐(0) 编辑
摘要:/** * 时间戳转换为日期 */ function convertTimestamp(timestamp){ // 时间戳转换为日期 var d = new Date(timestamp); // 日期按指定格式输出(例如: 2018-09-03 17:09:45) var year = date.getFullYear(); var month = ... 阅读全文
posted @ 2018-09-03 17:45 lvlin241 阅读(459) 评论(0) 推荐(0) 编辑

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