上一页 1 ··· 112 113 114 115 116 117 118 119 120 ··· 187 下一页
摘要: window.screen.availWidth 原生js改变节点的css style <script> document.getElementById("testdiv").innerHTML = '<h1>{{.data.title}}</h1>{{.data.content}}'; let i 阅读全文
posted @ 2018-08-18 21:19 papering 阅读(316) 评论(0) 推荐(0)
摘要: tcpcopy 压测 流量回放 阅读全文
posted @ 2018-08-18 17:33 papering 阅读(140) 评论(0) 推荐(0)
摘要: 7f8dedc4df48e4486b3697aeedd31dbe 优化前 阅读全文
posted @ 2018-08-18 16:09 papering 阅读(262) 评论(0) 推荐(0)
摘要: t 阅读全文
posted @ 2018-08-18 12:30 papering 阅读(525) 评论(0) 推荐(0)
摘要: linux 3389 阅读全文
posted @ 2018-08-17 16:37 papering 阅读(199) 评论(0) 推荐(0)
摘要: 小结: 3、 i := []int{} i = append(i, 123) j := i j = append(j, 456) k := i k[0] = 789 Print(i, j, k) [789] [123 456] [789] m := []int{} m = append(m, 123 阅读全文
posted @ 2018-08-17 11:15 papering 阅读(392) 评论(0) 推荐(0)
摘要: 模板 - Go/Golang 框架 Echo 文档 http://go-echo.org/guide/templates/ Templates | Echo - High performance, minimalist Go web framework https://echo.labstack.c 阅读全文
posted @ 2018-08-17 09:35 papering 阅读(479) 评论(0) 推荐(0)
摘要: 负载均衡实现,一个域名对应多个IP地址 - 宏宇 - 博客园 https://www.cnblogs.com/cuihongyu3503319/archive/2012/07/09/2583129.html 负载均衡实现,一个域名对应多个IP地址 使用负载均衡实现,传统和常规做法,其他方式需要特殊处 阅读全文
posted @ 2018-08-16 23:13 papering 阅读(811) 评论(0) 推荐(0)
摘要: https://img.alicdn.com/tfscom/i3/TB2.73Dn7omBKNjSZFqXXXtqVXa_!!0-arctic.jpg_120x120q90.jpg_.webp https://img.alicdn.com/imgextra/i4/190/TB2ZNynDYSYBuN 阅读全文
posted @ 2018-08-16 23:03 papering 阅读(544) 评论(0) 推荐(0)
摘要: Reduce DNS Lookups 减少DNS查找 阅读全文
posted @ 2018-08-16 21:52 papering 阅读(321) 评论(0) 推荐(0)
摘要: Make Fewer HTTP Requests 减少HTTP请求 阅读全文
posted @ 2018-08-16 21:51 papering 阅读(480) 评论(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 阅读(337) 评论(0) 推荐(0)
摘要: GRC | Port Authority, for Internet Port 443 https://www.grc.com/port_443.htm 阅读全文
posted @ 2018-08-16 21:18 papering 阅读(172) 评论(0) 推荐(0)
摘要: 对象存储OSS_海量安全高可靠的云存储-产品详情-阿里云 https://www.aliyun.com/product/oss 网站/应用动静分离 多媒体数据存储 云端数据处理 多存储类型 跨区域容灾 阅读全文
posted @ 2018-08-16 18:54 papering 阅读(331) 评论(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 阅读(672) 评论(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 阅读(155) 评论(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 阅读(223) 评论(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 阅读(238) 评论(0) 推荐(0)
摘要: 4.3 135 划分子网和构造超网 阅读全文
posted @ 2018-08-16 07:55 papering 阅读(308) 评论(0) 推荐(0)
摘要: golang 实现tcp转发代理 - Go语言中文网 - Golang中文社区 https://studygolang.com/articles/7261 阅读全文
posted @ 2018-08-16 07:22 papering 阅读(544) 评论(0) 推荐(0)
摘要: 跨语言统一治理、Golang,谈谈另辟蹊径的开源RPC框架Motan_搜狐科技_搜狐网 https://www.sohu.com/a/207389967_467759 阅读全文
posted @ 2018-08-15 23:38 papering 阅读(301) 评论(0) 推荐(0)
摘要: Golang RPC 性能测试 | KDF5000 http://kdf5000.com/2017/03/28/Golang-RPC-性能测试/ 阅读全文
posted @ 2018-08-15 23:31 papering 阅读(483) 评论(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 阅读(423) 评论(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 阅读(1802) 评论(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 阅读(204) 评论(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 阅读(338) 评论(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 阅读(702) 评论(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 阅读(343) 评论(0) 推荐(0)
摘要: Linux上一个命令计算PI – 笑遍世界 http://smilejay.com/2017/11/calculate-pi-with-linux-command/ 阅读全文
posted @ 2018-08-15 10:45 papering 阅读(866) 评论(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 阅读(681) 评论(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 阅读(328) 评论(0) 推荐(0)
摘要: 只通过消息传递通信来相互交 https://zh.wikipedia.org/wiki/通信顺序进程 一个巧克力售货机和它与一个想要买巧克力的人之间交互的抽象表示 CSP(通信顺序进程)_百度百科 https://baike.baidu.com/item/CSP/9076083 在该语言中,一个并发 阅读全文
posted @ 2018-08-15 09:26 papering 阅读(776) 评论(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 阅读(137) 评论(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 阅读(155) 评论(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 阅读(175) 评论(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 阅读(3009) 评论(0) 推荐(0)
摘要: ​永不失联!如何实现微服务架构中的服务发现? - 推酷 https://www.tuicool.com/articles/3UjQNn 阅读全文
posted @ 2018-08-14 11:01 papering 阅读(193) 评论(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 阅读(430) 评论(0) 推荐(0)
摘要: 网站用户访问速度监测分析项目,秒掉基调-alex3714-51CTO博客 http://blog.51cto.com/3060674/1439129 阅读全文
posted @ 2018-08-14 09:35 papering 阅读(150) 评论(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 阅读(175) 评论(0) 推荐(0)
上一页 1 ··· 112 113 114 115 116 117 118 119 120 ··· 187 下一页