上一页 1 ··· 111 112 113 114 115 116 117 118 119 ··· 186 下一页
摘要: Make Fewer HTTP Requests 减少HTTP请求 阅读全文
posted @ 2018-08-16 21:51 papering 阅读(467) 评论(0) 推荐(0) 编辑
摘要: Performance Research, Part 1: What the 80/20 Rule Tells Us about Reducing HTTP Requests https://yuiblog.com/blog/2006/11/28/performance-research-part- 阅读全文
posted @ 2018-08-16 21:47 papering 阅读(308) 评论(0) 推荐(0) 编辑
摘要: GRC | Port Authority, for Internet Port 443 https://www.grc.com/port_443.htm 阅读全文
posted @ 2018-08-16 21:18 papering 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 对象存储OSS_海量安全高可靠的云存储-产品详情-阿里云 https://www.aliyun.com/product/oss 网站/应用动静分离 多媒体数据存储 云端数据处理 多存储类型 跨区域容灾 阅读全文
posted @ 2018-08-16 18:54 papering 阅读(315) 评论(0) 推荐(0) 编辑
摘要: https://mzh.io/ Go ARM64 vDSO优化之路 2018-03-16 | Meng Zhuo 背景 Go怎么获取当前时间?问一个会Go的程序员,他随手就能写这个出来给你。 import time time.Now() 这背后是一个系统调用,X86上调用SYSCALL来完成,ARM 阅读全文
posted @ 2018-08-16 14:05 papering 阅读(656) 评论(0) 推荐(0) 编辑
摘要: Asynchronous Programming with async and await (C#) | Microsoft Docs https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/async/in 阅读全文
posted @ 2018-08-16 12:52 papering 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 实践: 1)模拟网络请求与响应 // const login = (data) => request.post("/login", data); const login = (data) => new Promise((resolve, reject) => { // We call resolve 阅读全文
posted @ 2018-08-16 12:51 papering 阅读(213) 评论(0) 推荐(0) 编辑
摘要: RFC 7797 - JSON Web Signature (JWS) Unencoded Payload Option https://tools.ietf.org/html/rfc7797 RFC 7519 - JSON Web Token (JWT) https://tools.ietf.or 阅读全文
posted @ 2018-08-16 10:29 papering 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 4.3 135 划分子网和构造超网 阅读全文
posted @ 2018-08-16 07:55 papering 阅读(303) 评论(0) 推荐(0) 编辑
摘要: golang 实现tcp转发代理 - Go语言中文网 - Golang中文社区 https://studygolang.com/articles/7261 阅读全文
posted @ 2018-08-16 07:22 papering 阅读(533) 评论(0) 推荐(0) 编辑
摘要: 跨语言统一治理、Golang,谈谈另辟蹊径的开源RPC框架Motan_搜狐科技_搜狐网 https://www.sohu.com/a/207389967_467759 阅读全文
posted @ 2018-08-15 23:38 papering 阅读(296) 评论(0) 推荐(0) 编辑
摘要: Golang RPC 性能测试 | KDF5000 http://kdf5000.com/2017/03/28/Golang-RPC-性能测试/ 阅读全文
posted @ 2018-08-15 23:31 papering 阅读(468) 评论(0) 推荐(0) 编辑
摘要: PostgreSQL: Documentation: 10: 16.4. Installation Procedure https://www.postgresql.org/docs/10/static/install-procedure.html 安装成功后 1、初始化 pg_ctl -D /us 阅读全文
posted @ 2018-08-15 21:39 papering 阅读(403) 评论(0) 推荐(0) 编辑
摘要: mysql8 PostgreSQL [root@test local]# postgres -D /usr/local/pgsql/data"root" execution of the PostgreSQL server is not permitted.The server must be st 阅读全文
posted @ 2018-08-15 19:56 papering 阅读(1653) 评论(0) 推荐(0) 编辑
摘要: PostgreSQL: Documentation: 10: 1.2. Architectural Fundamentals https://www.postgresql.org/docs/10/static/tutorial-arch.html As is typical of client/se 阅读全文
posted @ 2018-08-15 19:30 papering 阅读(195) 评论(0) 推荐(0) 编辑
摘要: https://docs.konghq.com/install/centos/ wget https://bintray.com/kong/kong-community-edition-rpm/download_file?file_path=centos/6/kong-community-editi 阅读全文
posted @ 2018-08-15 18:45 papering 阅读(331) 评论(0) 推荐(0) 编辑
摘要: flume采集微信小程序数据 flume收集前端埋点数据【1】POST请求http://f.x.com:50000数据格式: JsonArray数据格式示例:[{ "headers" : { "timestamp" : "434324343", "host" : "random_host.examp 阅读全文
posted @ 2018-08-15 17:09 papering 阅读(691) 评论(0) 推荐(0) 编辑
摘要: bc(1) General Commands Manual bc(1) NAME bc - An arbitrary precision calculator language SYNTAX bc [ -hlwsqv ] [long-options] [ file ... ] DESCRIPTION 阅读全文
posted @ 2018-08-15 10:47 papering 阅读(331) 评论(0) 推荐(0) 编辑
摘要: Linux上一个命令计算PI – 笑遍世界 http://smilejay.com/2017/11/calculate-pi-with-linux-command/ 阅读全文
posted @ 2018-08-15 10:45 papering 阅读(838) 评论(0) 推荐(0) 编辑
摘要: parameter和argument的区别 – 笑遍世界 http://smilejay.com/2011/11/parameter_argument/ https://en.wikipedia.org/wiki/Parameter_%28computer_programming%29 For ex 阅读全文
posted @ 2018-08-15 10:32 papering 阅读(664) 评论(0) 推荐(0) 编辑
摘要: XP简单设计之我见 - 杨栋 - 博客园 https://www.cnblogs.com/yangdong/archive/2011/03/01/my-point-view-of-xp-simple-design.html 极限编程对于简单设计的四条规则 - CSDN博客 https://blog. 阅读全文
posted @ 2018-08-15 10:04 papering 阅读(320) 评论(0) 推荐(0) 编辑
摘要: 只通过消息传递通信来相互交 https://zh.wikipedia.org/wiki/通信顺序进程 一个巧克力售货机和它与一个想要买巧克力的人之间交互的抽象表示 CSP(通信顺序进程)_百度百科 https://baike.baidu.com/item/CSP/9076083 在该语言中,一个并发 阅读全文
posted @ 2018-08-15 09:26 papering 阅读(625) 评论(0) 推荐(0) 编辑
摘要: “Problem: To print in ascending order all primes less than 10000. Use an array of processes, SIEVE, in which each process inputs a prime from its pred 阅读全文
posted @ 2018-08-14 19:05 papering 阅读(125) 评论(0) 推荐(0) 编辑
摘要: VirtualHost Examples - Apache HTTP Server Version 2.2 http://httpd.apache.org/docs/2.2/vhosts/examples.html 阅读全文
posted @ 2018-08-14 17:32 papering 阅读(144) 评论(0) 推荐(0) 编辑
摘要: ZeroMQ \zero-em-queue\, \ØMQ\: Ø Connect your code in any language, on any platform. Ø Carries messages across inproc, IPC, TCP, TIPC, multicast. Ø Sm 阅读全文
posted @ 2018-08-14 15:24 papering 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 微服务网关解决方案调研和使用总结 专题 - 沧海一滴 - 博客园 https://www.cnblogs.com/softidea/p/7261095.html 宜人贷蜂巢API网关技术解密之Netty使用实践 - CSDN博客 https://blog.csdn.net/honeycomb2017 阅读全文
posted @ 2018-08-14 11:58 papering 阅读(2999) 评论(0) 推荐(0) 编辑
摘要: ​永不失联!如何实现微服务架构中的服务发现? - 推酷 https://www.tuicool.com/articles/3UjQNn 阅读全文
posted @ 2018-08-14 11:01 papering 阅读(184) 评论(0) 推荐(0) 编辑
摘要: Ansible vs SaltStack 谁才是自动化运维好帮手? - CSDN博客 https://blog.csdn.net/a105421548/article/details/53558598 Chef vs Puppet vs Ansible vs Saltstack: Which One 阅读全文
posted @ 2018-08-14 10:41 papering 阅读(425) 评论(0) 推荐(0) 编辑
摘要: 网站用户访问速度监测分析项目,秒掉基调-alex3714-51CTO博客 http://blog.51cto.com/3060674/1439129 阅读全文
posted @ 2018-08-14 09:35 papering 阅读(145) 评论(0) 推荐(0) 编辑
摘要: ansible ansible/ansible: Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing 阅读全文
posted @ 2018-08-14 09:14 papering 阅读(167) 评论(0) 推荐(0) 编辑
摘要: https://cn.vuejs.org/v2/guide/instance.html 阅读全文
posted @ 2018-08-14 08:19 papering 阅读(171) 评论(0) 推荐(0) 编辑
摘要: D:\wepytest>wepy init standard myproject? Project name myproject? AppId wx37f? Project description a wepy project DESC? Author tw? Use ESLint to lint 阅读全文
posted @ 2018-08-14 07:28 papering 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 解读 JavaScript 之引擎、运行时和堆栈调用 - 技术翻译 - 开源中国社区 https://www.oschina.net/translate/how-does-javascript-actually-work-part-1 阅读全文
posted @ 2018-08-13 12:18 papering 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 处理 Vue 单页面应用 SEO 的另一种思路 - muwoo - 博客园 https://www.cnblogs.com/tiedaweishao/p/7493971.html SPA网站SEO完美解决方案 - 简书 https://www.jianshu.com/p/6be9424a358d 入 阅读全文
posted @ 2018-08-12 21:18 papering 阅读(502) 评论(0) 推荐(0) 编辑
摘要: 代码构成 · 小程序 https://developers.weixin.qq.com/miniprogram/dev/quickstart/basic/file.html#wxml-模板 简单来说就是不要再让 JS 直接操控 DOM,JS 只需要管理状态即可,然后再通过一种模板语法来描述状态和界面 阅读全文
posted @ 2018-08-12 20:18 papering 阅读(339) 评论(0) 推荐(0) 编辑
摘要: Networking Basics (The Java™ Tutorials > Custom Networking > Overview of Networking) https://docs.oracle.com/javase/tutorial/networking/overview/netwo 阅读全文
posted @ 2018-08-10 14:30 papering 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 你需要判断一个 括号序列 是否是 合法的 。一个字符串s是 合法的括号序列,当且仅当以下条件同时满足: 给你n个字符串,请判断每个字符串是否是一个 合法的括号序列 输入 第一行是一个整数n,表示有n个字符串需要判断。接下来n行每行表示待判断的字符串。 n和每个字符串的长度都不超过1000。 输出 输 阅读全文
posted @ 2018-08-08 00:09 papering 阅读(803) 评论(0) 推荐(0) 编辑
摘要: Shell中判断语句if中-z至-d的意思 - sunny_2015 - 博客园 https://www.cnblogs.com/coffy/p/5748292.html Conditions in bash scripting (if statements) - Linux Academy Blo 阅读全文
posted @ 2018-08-07 16:22 papering 阅读(265) 评论(0) 推荐(0) 编辑
摘要: more apache-flume-1.8.0-bin/bin/flume-ng https://issues.apache.org/jira/secure/attachment/12533059/FLUME-1154_4.patch [FLUME-1154] flume-ng script sho 阅读全文
posted @ 2018-08-07 16:18 papering 阅读(995) 评论(0) 推荐(0) 编辑
摘要: [FLUME-1154] flume-ng script should first try finding java from PATH and then try using bigtop, instead of vice-versa - ASF JIRA https://issues.apache 阅读全文
posted @ 2018-08-07 15:59 papering 阅读(149) 评论(0) 推荐(0) 编辑
上一页 1 ··· 111 112 113 114 115 116 117 118 119 ··· 186 下一页