上一页 1 ··· 109 110 111 112 113 114 115 116 117 ··· 186 下一页
摘要: 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 阅读(261) 评论(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 阅读(293) 评论(0) 推荐(0) 编辑
摘要: JavaScript substr() 方法 http://www.w3school.com.cn/jsref/jsref_substr.asp 注释:substr() 的参数指定的是子串的开始位置和长度,因此它可以替代 substring() 和 slice() 来使用。 重要事项:ECMAscr 阅读全文
posted @ 2018-08-30 10:09 papering 阅读(345) 评论(0) 推荐(0) 编辑
摘要: require 阅读全文
posted @ 2018-08-30 01:01 papering 阅读(147) 评论(0) 推荐(0) 编辑
摘要: t 阅读全文
posted @ 2018-08-29 21:46 papering 阅读(259) 评论(0) 推荐(0) 编辑
摘要: tmp 阅读全文
posted @ 2018-08-29 20:39 papering 阅读(286) 评论(0) 推荐(0) 编辑
摘要: tmp 阅读全文
posted @ 2018-08-29 19:13 papering 阅读(201) 评论(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 阅读(503) 评论(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 阅读(160) 评论(0) 推荐(0) 编辑
摘要: src/github.com/mongodb/mongo-go-driver/mongo/cursor.go 阅读全文
posted @ 2018-08-28 16:57 papering 阅读(663) 评论(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 阅读(346) 评论(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 阅读(270) 评论(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 阅读(136) 评论(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 阅读(358) 评论(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 阅读(597) 评论(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 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 系统态 管态,能执行一切指令,访问所有的寄存器和存储区 用户态 目态,具有较低特权的执行状态,仅能执行规定的指令,访问指定的寄存器和存储区;一般情况下, 应用程序只能在用户态运行,不能去执行OS指令和访问OS区域,这样可以防止应用程序对OS的破坏。 阅读全文
posted @ 2018-08-26 21:03 papering 阅读(428) 评论(0) 推荐(0) 编辑
摘要: 把握交互的第四维 — 时机关系 | 网易用户体验设计中心 http://uedc.163.com/12677.html 喜马拉雅,下载整个专辑时,会询问用户是否愿意分享专辑 阅读全文
posted @ 2018-08-25 11:31 papering 阅读(188) 评论(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 阅读(409) 评论(0) 推荐(0) 编辑
摘要: "enablePullDownRefresh": false "enablePullDownRefresh": false 阅读全文
posted @ 2018-08-25 09:16 papering 阅读(520) 评论(0) 推荐(0) 编辑
摘要: 按照eslint 规范写代码 [eslint] 'flag' is assigned to itself. (no-self-assign) 阅读全文
posted @ 2018-08-24 12:58 papering 阅读(3740) 评论(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 阅读(1090) 评论(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 阅读(258) 评论(0) 推荐(0) 编辑
摘要: from memory cache 阅读全文
posted @ 2018-08-24 11:19 papering 阅读(203) 评论(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 阅读(297) 评论(0) 推荐(0) 编辑
摘要: 团队介绍 是的,我们是这样的 年轻人! 大转转FE(公众号同名),这是一个仅有两年历史的部门,部门成员每个人都有自己的擅长技术领域,且都是热爱前端技术的大好青年。 从成立那一刻起,面向技术专业性疯跑,成为这个团队的主旋律。 有关大转转FE的战略目标: web页面性能一流,不仅仅指首屏,还包括webv 阅读全文
posted @ 2018-08-24 10:53 papering 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 像VUE一样写微信小程序-深入研究wepy框架 https://zhuanlan.zhihu.com/p/28700207 wepy原理研究 虽然wepy提升了小程序开发体验,但毕竟最终要运行在小程序环境中,归根结底wepy还是需要编译成小程序 需要的格式,因此wepy的核心在于代码解析与编译。we 阅读全文
posted @ 2018-08-24 10:52 papering 阅读(373) 评论(0) 推荐(0) 编辑
摘要: LESS « 一种动态样式语言 http://www.bootcss.com/p/lesscss/ 一种 动态 样式 语言. LESS 将 CSS 赋予了动态语言的特性,如 变量, 继承,运算, 函数. LESS 既可以在 客户端 上运行 (支持IE 6+, Webkit, Firefox),也可以 阅读全文
posted @ 2018-08-24 10:35 papering 阅读(464) 评论(0) 推荐(0) 编辑
摘要: Hackerspace Software - HackerspaceWiki https://wiki.hackerspaces.org/Hackerspace_Software Hackerspace Hardware - HackerspaceWiki https://wiki.hackersp 阅读全文
posted @ 2018-08-24 10:02 papering 阅读(444) 评论(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 阅读(244) 评论(0) 推荐(0) 编辑
摘要: a 搜索 复制 阅读全文
posted @ 2018-08-23 21:53 papering 阅读(445) 评论(0) 推荐(0) 编辑
摘要: About two-factor authentication - User Documentation https://help.github.com/articles/about-two-factor-authentication/ About two-factor authentication 阅读全文
posted @ 2018-08-23 21:42 papering 阅读(493) 评论(0) 推荐(0) 编辑
摘要: GitHub - github/gitignore: A collection of useful .gitignore templates https://github.com/github/gitignore 翻译 搜索 复制 阅读全文
posted @ 2018-08-23 20:42 papering 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 小结: 1、 外观模式/门面模式 Facade 往是多个类或其它程序单元,通过重新组合各类及程序单元,对外提供统一的接口/界面。 Proxy(代理)注重在为Client-Subject提供一个访问的中间层,如CORBA可为应用程序提供透明访问支持,使应用程序无需去考虑平台及网络造成的差异及其它诸多技 阅读全文
posted @ 2018-08-23 19:34 papering 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 待 阅读全文
posted @ 2018-08-23 17:32 papering 阅读(134) 评论(0) 推荐(0) 编辑
摘要: Configuration | Colly http://go-colly.org/docs/introduction/configuration/ 阅读全文
posted @ 2018-08-23 17:15 papering 阅读(176) 评论(0) 推荐(0) 编辑
摘要: Scraping Framework for Golang http://go-colly.org/ https://github.com/gocolly/colly 阅读全文
posted @ 2018-08-23 17:13 papering 阅读(385) 评论(0) 推荐(0) 编辑
摘要: java的(PO,VO,TO,BO,DAO,POJO)解释 - 白了少年头 - 博客园 https://www.cnblogs.com/yxnchinahlj/archive/2012/02/24/2366110.html O/R Mapping 是 Object Relational Mappin 阅读全文
posted @ 2018-08-23 14:51 papering 阅读(211) 评论(0) 推荐(0) 编辑
摘要: tmp 阅读全文
posted @ 2018-08-23 11:52 papering 阅读(559) 评论(0) 推荐(0) 编辑
摘要: Go by Example 中文:Base64编码 https://books.studygolang.com/gobyexample/base64-encoding/ 阅读全文
posted @ 2018-08-23 11:14 papering 阅读(339) 评论(0) 推荐(0) 编辑
上一页 1 ··· 109 110 111 112 113 114 115 116 117 ··· 186 下一页