摘要: 1 select version(),@@sql_mode; 2 SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY','')); 阅读全文
posted @ 2020-08-04 21:17 遥~ 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 一、hightlights 1、performance description 2、data type 3、persistence (1)When snapshot, it will block client request; (2)“aof” is not used to master-slave 阅读全文
posted @ 2020-08-01 16:11 遥~ 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 一、node expression description node select all children nodes of this node / select from root node // select the document node from the current matched 阅读全文
posted @ 2020-07-31 21:05 遥~ 阅读(329) 评论(0) 推荐(0) 编辑
摘要: 一、synopsis 1、products 2、environment requirements 二、install 1、key points of knowledge 2、activate(need other materials) 三、usage 1、need JDK/JRE 2、delete 阅读全文
posted @ 2020-07-29 21:30 遥~ 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 一、technologies 1、HttpClient+Jsoup 2、Webmagic 阅读全文
posted @ 2020-07-29 19:59 遥~ 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-07-28 19:41 遥~ 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 一、示例:文档设置了密码保护,不允许编辑 二、破解方法: 1、另存为(.html)格式 2、open with notepad++(editable softwares are good),delete password("<w:DocumentProtection>Forms</w:Documen 阅读全文
posted @ 2020-07-27 10:22 遥~ 阅读(1099) 评论(0) 推荐(0) 编辑
摘要: 一、install-->command line: 1、cnpm install vue-quill-editor --save 2、cnpm install sass-loader@7.3.1 --save-dev 3、cnpm install --save-dev node-sass 二、官网( 阅读全文
posted @ 2020-07-26 21:18 遥~ 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 1 asyncData(){ 2 return spitApi.search(1,10,{state:'1'}).then(res=>{ 3 let tmp = res.data.data.rows.map(item=>{ 4 return { 5 ...item, 6 zan:'' 7 } 8 } 阅读全文
posted @ 2020-07-26 20:30 遥~ 阅读(595) 评论(0) 推荐(0) 编辑
摘要: 一、when use "v-infinite-scroll="loadMore": 二、the reason in plugins("{ src:'~plugins/vue-infinite-scroll.js' ,ssr: false}" before "{ src:'~plugins/eleme 阅读全文
posted @ 2020-07-26 10:00 遥~ 阅读(2089) 评论(0) 推荐(0) 编辑