上一页 1 ··· 110 111 112 113 114 115 116 117 118 ··· 187 下一页
摘要: 体验异步的终极解决方案-ES7的Async/Await var sleep = function (time) { return new Promise(function (resolve, reject) { setTimeout(function () { resolve(); }, time) 阅读全文
posted @ 2018-08-31 02:53 papering 阅读(525) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-08-31 00:45 papering 阅读(159) 评论(0) 推荐(0)
摘要: Number once 阅读全文
posted @ 2018-08-31 00:30 papering 阅读(164) 评论(0) 推荐(0)
摘要: [root@t ~]# go get github.com/aliyun/aliyun-sts-go-sdk/sts# github.com/aliyun/aliyun-sts-go-sdk/sts/home/goDEV/src/github.com/aliyun/aliyun-sts-go-sdk 阅读全文
posted @ 2018-08-31 00:20 papering 阅读(1604) 评论(0) 推荐(0)
摘要: Failed to load http://wantTOgo.com/get_sts_token/: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://fromHe 阅读全文
posted @ 2018-08-30 21:40 papering 阅读(776) 评论(0) 推荐(0)
摘要: formData.append("username", "Groucho");https://developer.mozilla.org/en-US/docs/Web/API/FormData/Using_FormData_Objects 阅读全文
posted @ 2018-08-30 21:28 papering 阅读(386) 评论(0) 推荐(0)
摘要: t 阅读全文
posted @ 2018-08-30 19:53 papering 阅读(143) 评论(0) 推荐(0)
摘要: dom 显示 与否 的对 ecmascript 变量的 监听 阅读全文
posted @ 2018-08-30 18:12 papering 阅读(165) 评论(0) 推荐(0)
摘要: {{define "PotentialCustomer"}} 潜在客户信息 潜在客户信息 潜在客户信息 公司名称 ... 阅读全文
posted @ 2018-08-30 15:24 papering 阅读(143) 评论(0) 推荐(0)
摘要: https://godoc.org/text/template GoDoc Home About </form> GoDoc Home About </form> Home About Go: text/templateIndex | Examples | Files | Directories p 阅读全文
posted @ 2018-08-30 14:44 papering 阅读(268) 评论(0) 推荐(0)
摘要: the-way-to-go_ZH_CN/09.5.md at master · Unknwon/the-way-to-go_ZH_CN https://github.com/Unknwon/the-way-to-go_ZH_CN/blob/master/eBook/09.5.md package m 阅读全文
posted @ 2018-08-30 10:51 papering 阅读(308) 评论(0) 推荐(0)
摘要: JavaScript substr() 方法 http://www.w3school.com.cn/jsref/jsref_substr.asp 注释:substr() 的参数指定的是子串的开始位置和长度,因此它可以替代 substring() 和 slice() 来使用。 重要事项:ECMAscr 阅读全文
posted @ 2018-08-30 10:09 papering 阅读(354) 评论(0) 推荐(0)
摘要: require 阅读全文
posted @ 2018-08-30 01:01 papering 阅读(155) 评论(0) 推荐(0)
摘要: t 阅读全文
posted @ 2018-08-29 21:46 papering 阅读(270) 评论(0) 推荐(0)
摘要: tmp 阅读全文
posted @ 2018-08-29 20:39 papering 阅读(295) 评论(0) 推荐(0)
摘要: tmp 阅读全文
posted @ 2018-08-29 19:13 papering 阅读(210) 评论(0) 推荐(0)
摘要: https://mp.weixin.qq.com/s/MqPm7QH3_D9roVkpTs9Xpw 谈谈Go的并发安全相关 原创 歪鼻子 歪鼻子 2020-12-27 package main import "fmt" func main() { var ch1 chan bool ch1 = ma 阅读全文
posted @ 2018-08-29 19:09 papering 阅读(534) 评论(0) 推荐(0)
摘要: http://csslint.net/ line column title description browserwarning 1 1 Disallow @import @import prevents parallel downloads, use <link> instead.@import 阅读全文
posted @ 2018-08-29 16:07 papering 阅读(165) 评论(0) 推荐(0)
摘要: src/github.com/mongodb/mongo-go-driver/mongo/cursor.go 阅读全文
posted @ 2018-08-28 16:57 papering 阅读(683) 评论(0) 推荐(0)
摘要: https://github.com/stretchr/testify Testify - Thou Shalt Write Tests Go code (golang) set of packages that provide many tools for testifying that your 阅读全文
posted @ 2018-08-28 16:29 papering 阅读(361) 评论(0) 推荐(0)
摘要: BSON (Binary JSON) Serialization http://bsonspec.org/ BSON [bee · sahn], short for Bin­ary JSON, is a bin­ary-en­coded seri­al­iz­a­tion of JSON-like 阅读全文
posted @ 2018-08-28 15:15 papering 阅读(283) 评论(0) 推荐(0)
摘要: jsUrl = 'http://www.heze.cn/qiye/index.php?a=userinfo&username={}'.format(bizQiyeId)r = requests.get(jsUrl)r.encoding = 'utf-8' 阅读全文
posted @ 2018-08-28 12:16 papering 阅读(143) 评论(0) 推荐(0)
摘要: http://www.cnhan.com/shantui/templates/MC500/TP001/js/template.js http://www.cnhan.com/shantui/lCZXmt4/201808-4584810.html 阅读全文
posted @ 2018-08-28 03:50 papering 阅读(401) 评论(0) 推荐(0)
摘要: Install MongoDB Community Edition on Red Hat Enterprise or CentOS Linux — MongoDB Manual https://docs.mongodb.com/manual/tutorial/install-mongodb-on-r 阅读全文
posted @ 2018-08-27 23:14 papering 阅读(604) 评论(0) 推荐(1)
摘要: LeastRecentlyUsed Operating Systems http://www.cs.jhu.edu/~yairamir/cs418/os6/sld001.htm Cache replacement policies - Wikipedia https://en.wikipedia.o 阅读全文
posted @ 2018-08-27 10:29 papering 阅读(138) 评论(0) 推荐(0)
摘要: 系统态 管态,能执行一切指令,访问所有的寄存器和存储区 用户态 目态,具有较低特权的执行状态,仅能执行规定的指令,访问指定的寄存器和存储区;一般情况下, 应用程序只能在用户态运行,不能去执行OS指令和访问OS区域,这样可以防止应用程序对OS的破坏。 阅读全文
posted @ 2018-08-26 21:03 papering 阅读(470) 评论(0) 推荐(0)
摘要: 把握交互的第四维 — 时机关系 | 网易用户体验设计中心 http://uedc.163.com/12677.html 喜马拉雅,下载整个专辑时,会询问用户是否愿意分享专辑 阅读全文
posted @ 2018-08-25 11:31 papering 阅读(199) 评论(0) 推荐(0)
摘要: https://developers.weixin.qq.com/miniprogram/dev/api/clipboard.html#wxsetclipboarddataobject ClipboardEvent.clipboardData - Web API 接口参考 | MDN https:/ 阅读全文
posted @ 2018-08-25 10:50 papering 阅读(433) 评论(0) 推荐(0)
摘要: "enablePullDownRefresh": false "enablePullDownRefresh": false 阅读全文
posted @ 2018-08-25 09:16 papering 阅读(536) 评论(0) 推荐(0)
摘要: 按照eslint 规范写代码 [eslint] 'flag' is assigned to itself. (no-self-assign) 阅读全文
posted @ 2018-08-24 12:58 papering 阅读(3782) 评论(1) 推荐(0)
摘要: wepy-mall/wxRequest.js at master · dyq086/wepy-mall https://github.com/dyq086/wepy-mall/blob/master/src/utils/wxRequest.js import { wxRequest } from ' 阅读全文
posted @ 2018-08-24 12:25 papering 阅读(1104) 评论(0) 推荐(0)
摘要: 8.18 利用Mixins扩展类功能 — python3-cookbook 3.0.0 文档 https://python3-cookbook.readthedocs.io/zh_CN/latest/c08/p18_extending_classes_with_mixins.html 8.18 利用 阅读全文
posted @ 2018-08-24 11:51 papering 阅读(271) 评论(0) 推荐(0)
摘要: from memory cache 阅读全文
posted @ 2018-08-24 11:19 papering 阅读(213) 评论(0) 推荐(0)
摘要: 政务网站信息无障碍设计 (研究篇) 【To G设计赋能】政务网站信息无障碍设计 (研究篇) – 腾讯CDC http://cdc.tencent.com/2018/08/13/【to-g设计赋能】政务网站信息无障碍设计-研究篇/ 【To G设计赋能】深圳智慧党建项目设计总结 – 腾讯CDC http 阅读全文
posted @ 2018-08-24 11:17 papering 阅读(306) 评论(0) 推荐(0)
摘要: 团队介绍 是的,我们是这样的 年轻人! 大转转FE(公众号同名),这是一个仅有两年历史的部门,部门成员每个人都有自己的擅长技术领域,且都是热爱前端技术的大好青年。 从成立那一刻起,面向技术专业性疯跑,成为这个团队的主旋律。 有关大转转FE的战略目标: web页面性能一流,不仅仅指首屏,还包括webv 阅读全文
posted @ 2018-08-24 10:53 papering 阅读(303) 评论(0) 推荐(0)
摘要: 像VUE一样写微信小程序-深入研究wepy框架 https://zhuanlan.zhihu.com/p/28700207 wepy原理研究 虽然wepy提升了小程序开发体验,但毕竟最终要运行在小程序环境中,归根结底wepy还是需要编译成小程序 需要的格式,因此wepy的核心在于代码解析与编译。we 阅读全文
posted @ 2018-08-24 10:52 papering 阅读(396) 评论(0) 推荐(0)
摘要: LESS « 一种动态样式语言 http://www.bootcss.com/p/lesscss/ 一种 动态 样式 语言. LESS 将 CSS 赋予了动态语言的特性,如 变量, 继承,运算, 函数. LESS 既可以在 客户端 上运行 (支持IE 6+, Webkit, Firefox),也可以 阅读全文
posted @ 2018-08-24 10:35 papering 阅读(471) 评论(0) 推荐(0)
摘要: Hackerspace Software - HackerspaceWiki https://wiki.hackerspaces.org/Hackerspace_Software Hackerspace Hardware - HackerspaceWiki https://wiki.hackersp 阅读全文
posted @ 2018-08-24 10:02 papering 阅读(456) 评论(0) 推荐(0)
摘要: $ ll -astotal 37 0 drwxr-xr-x 1 Administrator 197121 0 八月 23 22:17 ./32 drwxr-xr-x 1 Administrator 197121 0 八月 23 19:10 ../ 1 -rw-r--r-- 1 Administrat 阅读全文
posted @ 2018-08-23 22:19 papering 阅读(247) 评论(0) 推荐(0)
摘要: a 搜索 复制 阅读全文
posted @ 2018-08-23 21:53 papering 阅读(450) 评论(0) 推荐(0)
上一页 1 ··· 110 111 112 113 114 115 116 117 118 ··· 187 下一页