上一页 1 ··· 108 109 110 111 112 113 114 115 116 ··· 188 下一页
摘要: Sep 12 16:40:01 test systemd[1]: Started Session 354 of user root.Sep 12 16:40:01 test systemd[1]: Starting Session 354 of user root.Sep 12 16:40:01 t 阅读全文
posted @ 2018-09-12 17:20 papering 阅读(2530) 评论(0) 推荐(0)
摘要: 技术|Linux 系统开机启动项清理 https://linux.cn/article-8835-1.html 一般情况下,常规用途的 Linux 发行版在开机启动时拉起各种相关服务进程,包括许多你可能无需使用的服务,例如蓝牙bluetooth、Avahi、 调制解调管理器ModemManager、 阅读全文
posted @ 2018-09-12 17:07 papering 阅读(487) 评论(0) 推荐(0)
摘要: JMS学习(五)--ActiveMQ中的消息的持久化和非持久化 以及 持久订阅者 和 非持久订阅者之间的区别与联系 - hapjin - 博客园 https://www.cnblogs.com/hapjin/p/5644402.html 一,消息的持久化和非持久化 ①DeliveryMode 这是传 阅读全文
posted @ 2018-09-12 15:19 papering 阅读(559) 评论(0) 推荐(0)
摘要: find . -name '*.phtml' -mmin -30 Linux系统下用find命令查找最近修改过的文件 - luckyall - 博客园 https://www.cnblogs.com/luckyall/p/8039868.html Linux的终端上,没有windows的搜索那样好用 阅读全文
posted @ 2018-09-12 14:51 papering 阅读(782) 评论(0) 推荐(0)
摘要: echo 123 > `date +%Y-%m-%d-%H.tmp` echo 123 > /home/`date +%Y-%m-%d-%H.tmp` nohup --help [root@Today data]# nohup --helpUsage: nohup COMMAND [ARG]... 阅读全文
posted @ 2018-09-12 12:15 papering 阅读(659) 评论(0) 推荐(0)
摘要: nohup --help nohup(1) - Linux man page https://linux.die.net/man/1/nohup 阅读全文
posted @ 2018-09-12 11:42 papering 阅读(183) 评论(0) 推荐(0)
摘要: Haskell_百度百科 https://baike.baidu.com/item/Haskell Haskell(发音为 /ˈhæskəl/) [1] 是一种标准化的,通用纯函数式编程语言,有非限定性语义和强静态类型。它的命名源自美国逻辑学家Haskell Brooks Curry,他在数学逻辑方 阅读全文
posted @ 2018-09-12 09:08 papering 阅读(468) 评论(0) 推荐(0)
摘要: the-way-to-go_ZH_CN/06.6.md at master · Unknwon/the-way-to-go_ZH_CN https://github.com/Unknwon/the-way-to-go_ZH_CN/blob/master/eBook/06.6.md 阅读全文
posted @ 2018-09-12 08:59 papering 阅读(520) 评论(0) 推荐(0)
摘要: research!rsc: Go Data Structures: Interfaces https://research.swtch.com/interfaces How Interfaces Work in Go https://www.tapirgames.com/blog/golang-in 阅读全文
posted @ 2018-09-12 08:58 papering 阅读(259) 评论(0) 推荐(0)
摘要: https://golangbyexample.com/go-mod-sum-module/ Understanding go.sum and go.mod file in Go (Golang) – Welcome To Golang By Example https://golangbyexam 阅读全文
posted @ 2018-09-12 08:56 papering 阅读(1309) 评论(0) 推荐(0)
摘要: let - JavaScript | MDN https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Statements/let#Temporal_dead_zone_and_errors_with_let 阅读全文
posted @ 2018-09-12 07:36 papering 阅读(159) 评论(0) 推荐(0)
摘要: t 阅读全文
posted @ 2018-09-11 16:53 papering 阅读(550) 评论(0) 推荐(0)
摘要: Installing on RPM-based Linux (RHEL, CentOS, Fedora, openSUSE) — RabbitMQ https://www.rabbitmq.com/install-rpm.html ulimit -n 1024 Controlling System 阅读全文
posted @ 2018-09-11 16:12 papering 阅读(2479) 评论(0) 推荐(0)
摘要: Simple: Sample TCP/UDP server https://msdn.microsoft.com/en-us/library/aa231754(v=vs.60).aspx Simple: Sample TCP/UDP server This sample is a simple TC 阅读全文
posted @ 2018-09-11 14:59 papering 阅读(359) 评论(0) 推荐(0)
摘要: Object.defineProperty() - JavaScript | MDN https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperty The 阅读全文
posted @ 2018-09-11 14:23 papering 阅读(209) 评论(0) 推荐(0)
摘要: const $ID = (p) => document.getElementById(p)const $CLASS = (p) => document.getElementsByClassName(p) 阅读全文
posted @ 2018-09-11 11:59 papering 阅读(295) 评论(0) 推荐(0)
摘要: const ThisDay = window.location.href.split('/').pop() {{define "PotentialCustomer"}} <!DOCTYPE html> <html lang="zh-cmn-Hans"> <head> <meta http-equiv 阅读全文
posted @ 2018-09-11 10:54 papering 阅读(352) 评论(0) 推荐(0)
摘要: k匿名(k-anonymity)是一种常用的社交网络隐私保护技术,其思想是通过人为构造一定数量与目标节点拓扑结构相同的节点来降低用户被定位的概率 【匿名】英语怎么说_在线翻译_有道词典 http://dict.youdao.com/w/%E5%8C%BF%E5%90%8D/#keyfrom=dict 阅读全文
posted @ 2018-09-11 01:30 papering 阅读(498) 评论(0) 推荐(0)
摘要: 这种实现方式比使用 += 要更节省内存和 CPU,尤其是要串联的字符串数目特别多的时候。 阅读全文
posted @ 2018-09-11 01:29 papering 阅读(283) 评论(0) 推荐(0)
摘要: 小结: 1、 在图 7.3 的第一幅图中: var p *[]int = new([]int) // *p == nil; with len and cap 0 p := new([]int) 在第二幅图中, p := make([]int, 0) ,切片 已经被初始化,但是指向一个空的数组。 以上 阅读全文
posted @ 2018-09-11 01:29 papering 阅读(401) 评论(0) 推荐(0)
摘要: the-way-to-go_ZH_CN/07.1.md at master · Unknwon/the-way-to-go_ZH_CN https://github.com/Unknwon/the-way-to-go_ZH_CN/blob/master/eBook/07.1.md Go 语言中的数组 阅读全文
posted @ 2018-09-11 01:28 papering 阅读(513) 评论(0) 推荐(0)
摘要: http://ssdb.io/docs/zh_cn/index.html 用户案例 如果你在生产环境中使用 SSDB, 欢迎你给我发邮件(ssdb#udpwork.com), 我很愿意把你加入到下面的用户列表中. 邮件中请包含如下信息: 产品/公司/团队名称 LOGO(作为附件) 网站链接 公司/产 阅读全文
posted @ 2018-09-11 01:27 papering 阅读(992) 评论(0) 推荐(0)
摘要: https://github.com/jhao104/proxy_pool/blob/master/doc/introduce.md 3、代码模块 Python中高层次的数据结构,动态类型和动态绑定,使得它非常适合于快速应用开发,也适合于作为胶水语言连接已有的软件部件。用Python来搞这个代理IP 阅读全文
posted @ 2018-09-11 01:27 papering 阅读(191) 评论(0) 推荐(0)
摘要: 伪类 伪元素 CSS中:和:: - CSDN博客 https://blog.csdn.net/u014527697/article/details/81087139 Pseudo-elements - CSS: Cascading Style Sheets | MDN https://develop 阅读全文
posted @ 2018-09-11 01:26 papering 阅读(184) 评论(0) 推荐(0)
摘要: https://github.com/Tencent/wepy/issues/207 阅读全文
posted @ 2018-09-11 01:25 papering 阅读(186) 评论(0) 推荐(0)
摘要: 实践: 1) ![抓包截图][img1] [img1]:data:image/png;base64,iVBORw0KGgoAAA MarkDown 文档中插入 Base64 图片_战歌起-CSDN博客_markdown 图片base64 https://blog.csdn.net/baidu_332 阅读全文
posted @ 2018-09-11 01:10 papering 阅读(432) 评论(0) 推荐(0)
摘要: const notShorter = (o, minLen) => { if (o.length < minLen) { return false } return true } const notLonger = (o, maxLen) => { if (o.length > maxLen) { 阅读全文
posted @ 2018-09-10 23:44 papering 阅读(226) 评论(0) 推荐(0)
摘要: const delAllNonPrintableCharacter = (str) => { const r = str.replace(/\s/g, '') return { isEmpty: r.length === 0, str: r } } 阅读全文
posted @ 2018-09-10 21:44 papering 阅读(246) 评论(0) 推荐(0)
摘要: eval is not a function 阅读全文
posted @ 2018-09-10 21:26 papering 阅读(1550) 评论(0) 推荐(0)
摘要: for (const k in v){ const a=[11,22,33,44]for(let i in a ){console.log(i)i=i+1}console.log(' ')for(const i in a ){console.log(i)i=i+1} VM64:3 0VM64:3 1 阅读全文
posted @ 2018-09-10 21:26 papering 阅读(890) 评论(0) 推荐(0)
摘要: 爬虫站点的历史入库数据,对入库数据的无外网处理,幂等操作;反之,不幂等操作 阅读全文
posted @ 2018-09-10 10:30 papering 阅读(239) 评论(0) 推荐(0)
摘要: vdso(7) - Linux manual page http://man7.org/linux/man-pages/man7/vdso.7.html NAME | SYNOPSIS | DESCRIPTION | NOTES | ARCHITECTURE-SPECIFIC NOTES | SEE 阅读全文
posted @ 2018-09-10 09:38 papering 阅读(301) 评论(0) 推荐(0)
摘要: @input 阅读全文
posted @ 2018-09-09 22:01 papering 阅读(145) 评论(0) 推荐(0)
摘要: Console Standard https://console.spec.whatwg.org/#log File an issue about the selected text Console Living Standard — Last Updated 21 July 2018 Partic 阅读全文
posted @ 2018-09-09 17:07 papering 阅读(252) 评论(0) 推荐(0)
摘要: wepy 实现 用户名登录与短信验证码登录 阅读全文
posted @ 2018-09-09 16:59 papering 阅读(364) 评论(0) 推荐(0)
摘要: wepy/packages/wepy-web/src/helper/device.js https://github.com/Tencent/wepy/blob/bd0003dca2bfb9581134e1b05d4aa1d80fc53858/packages/wepy-web/src/helper 阅读全文
posted @ 2018-09-09 16:57 papering 阅读(391) 评论(0) 推荐(0)
摘要: 【最近30天】消费总金额{{apiRes.RecentConsumeTotal.consume}}币,充值总金额{{apiRes['RecentConsumeTotal']['recharge']}}币 【当前】冻结金额{{apiRes.AccountBalance['1'].freeze}}币,当前余额{{apiRes.Acco... 阅读全文
posted @ 2018-09-09 16:55 papering 阅读(222) 评论(0) 推荐(0)
摘要: https://github.com/axios/axios Features Make XMLHttpRequests from the browser Make http requests from node.js Supports the Promise API Intercept reque 阅读全文
posted @ 2018-09-09 16:52 papering 阅读(133) 评论(0) 推荐(0)
摘要: 是小程序实例化后 读入内存 还是每次调用从文件系统读取 https://github.com/Tencent/wepy/blob/bd0003dca2bfb9581134e1b05d4aa1d80fc53858/packages/wepy-web/src/wx.js 数据缓存 · 小程序 https 阅读全文
posted @ 2018-09-09 16:38 papering 阅读(537) 评论(0) 推荐(0)
摘要: getStorageSync 在程序运行中是在内存 还是去文件系统读取? const UID = this.$parent.UID wx.getStorageSync('UID') 性能的差异 const UID = this.$parent.UID wx.getStorageSync('UID') 阅读全文
posted @ 2018-09-09 15:02 papering 阅读(266) 评论(0) 推荐(0)
上一页 1 ··· 108 109 110 111 112 113 114 115 116 ··· 188 下一页