上一页 1 ··· 110 111 112 113 114 115 116 117 118 ··· 186 下一页
摘要: 开发文档/ 手机网站支付 / 产品介绍 开放平台文档中心 https://docs.open.alipay.com/203/105288 阅读全文
posted @ 2018-08-23 10:54 papering 阅读(769) 评论(0) 推荐(0) 编辑
摘要: https://golang.google.cn/pkg/crypto/md5/ Go by Example 中文:Base64编码 https://books.studygolang.com/gobyexample/base64-encoding/ 阅读全文
posted @ 2018-08-23 10:14 papering 阅读(157) 评论(0) 推荐(0) 编辑
摘要: Apache-Coyote 阅读全文
posted @ 2018-08-22 23:51 papering 阅读(176) 评论(0) 推荐(0) 编辑
摘要: https://codinfox.github.io/dev/2015/04/08/postfix-cannot-start/ Solution is straightforward: [root@test logs]# vim /usr/sbin/postconf[root@test logs]# 阅读全文
posted @ 2018-08-22 20:05 papering 阅读(1474) 评论(0) 推荐(0) 编辑
摘要: [root@test opt]# find / | grep gitlab | xargs rm -rfrm: cannot remove ‘/sys/fs/cgroup/devices/system.slice/gitlab-runsvdir.service/devices.list’: Oper 阅读全文
posted @ 2018-08-22 17:15 papering 阅读(2142) 评论(1) 推荐(0) 编辑
摘要: yum install trafshow 阅读全文
posted @ 2018-08-22 15:52 papering 阅读(205) 评论(0) 推荐(0) 编辑
摘要: Need speed? Scale your app with Ruby's fastest job system, up to 20x faster than the competition! Simple, efficient background processing for Ruby. ht 阅读全文
posted @ 2018-08-22 14:03 papering 阅读(183) 评论(0) 推荐(0) 编辑
摘要: Prometheus - Monitoring system & time series database https://prometheus.io/ From metrics to insight Power your metrics and alerting with a leadingope 阅读全文
posted @ 2018-08-22 12:03 papering 阅读(283) 评论(0) 推荐(0) 编辑
摘要: nginx - Fully qualified domain name for gitlab - Stack Overflow https://stackoverflow.com/questions/28964551/fully-qualified-domain-name-for-gitlab 阅读全文
posted @ 2018-08-22 10:35 papering 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 云服务器安装成功后 curl 页面可以正常跳转 重置密码的token 页面可以生成 但是 外网无法 访问 Linux下使用ps命令查看某个进程文件的启动位置 - EasonJim - 博客园 https://www.cnblogs.com/EasonJim/p/6803375.html 查看1802 阅读全文
posted @ 2018-08-22 10:06 papering 阅读(2467) 评论(0) 推荐(0) 编辑
摘要: 两条命令 yum clean all 以及 rm -rf /var/cache/yum/* 如何有效的清理yum缓存 - CSDN博客 https://blog.csdn.net/nsrainbow/article/details/46813777 阅读全文
posted @ 2018-08-22 09:33 papering 阅读(444) 评论(0) 推荐(0) 编辑
摘要: We just wrote some new documentation on how Gitlab uses Unicorn and unicorn-worker-killer, available on doc.gitlab.com but also included below. We wou 阅读全文
posted @ 2018-08-21 20:51 papering 阅读(369) 评论(0) 推荐(0) 编辑
摘要: GitLab Pages administration | GitLab https://docs.gitlab.com/ce/administration/pages/ 阅读全文
posted @ 2018-08-21 20:13 papering 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 客户端代码生成签名服务端生成签名 两者一致 身份和行为无误了 【微信支付】JSAPI支付开发者文档 https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=9_1 整数 标价金额 total_fee 是 Int 88 订单总金额,单位为分,详 阅读全文
posted @ 2018-08-21 17:53 papering 阅读(425) 评论(0) 推荐(0) 编辑
摘要: Request Header Or Cookie Too Large 阅读全文
posted @ 2018-08-21 15:21 papering 阅读(1266) 评论(0) 推荐(0) 编辑
摘要: html - Embed image in a <button> element - Stack Overflow https://stackoverflow.com/questions/8683528/embed-image-in-a-button-element You could use in 阅读全文
posted @ 2018-08-21 12:31 papering 阅读(258) 评论(0) 推荐(0) 编辑
摘要: tmp 阅读全文
posted @ 2018-08-21 08:58 papering 阅读(120) 评论(0) 推荐(0) 编辑
摘要: https://ustbhuangyi.github.io/vue-analysis/data-driven/virtual-dom.html#总结 可以看到,真正的 DOM 元素是非常庞大的,因为浏览器的标准就把 DOM 设计的非常复杂。当我们频繁的去做 DOM 更新,会产生一定的性能问题。 而 阅读全文
posted @ 2018-08-20 15:53 papering 阅读(207) 评论(0) 推荐(0) 编辑
摘要: Vue.js 服务器端渲染指南 | Vue SSR 指南 https://ssr.vuejs.org/zh/#%E6%9C%8D%E5%8A%A1%E5%99%A8%E7%AB%AF%E6%B8%B2%E6%9F%93-vs-%E9%A2%84%E6%B8%B2%E6%9F%93-ssr-vs-pr 阅读全文
posted @ 2018-08-20 15:20 papering 阅读(206) 评论(0) 推荐(0) 编辑
摘要: Compiler http://staff.ustc.edu.cn/~bjhua/courses/compiler/2014/ http://staff.ustc.edu.cn/~bjhua/courses/compiler/2014/readings/typing.pdf 类型检查是什么?对编译有 阅读全文
posted @ 2018-08-20 13:51 papering 阅读(564) 评论(0) 推荐(0) 编辑
摘要: https://github.com/vuejs/awesome-vue#http-requests vue-resource - npm https://www.npmjs.com/package/vue-resource 阅读全文
posted @ 2018-08-20 12:01 papering 阅读(769) 评论(0) 推荐(0) 编辑
摘要: https://cn.vuejs.org/v2/guide/comparison.html 阅读全文
posted @ 2018-08-20 11:48 papering 阅读(219) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Tree_shaking 阅读全文
posted @ 2018-08-20 11:47 papering 阅读(107) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Ahead-of-time_compilation 阅读全文
posted @ 2018-08-20 11:46 papering 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 深入响应式原理 — Vue.js https://cn.vuejs.org/v2/guide/reactivity.html 阅读全文
posted @ 2018-08-20 11:15 papering 阅读(161) 评论(0) 推荐(0) 编辑
摘要: {{define "chkUrl"}} chkUrl--脚本管理 chkUrl 检测url状态信息 {{range .}} {{.Host}} ... 阅读全文
posted @ 2018-08-20 10:51 papering 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 分布式session 阅读全文
posted @ 2018-08-20 08:35 papering 阅读(113) 评论(0) 推荐(0) 编辑
摘要: Varnish首页、文档和下载 - 开源HTTP加速器 - 开源中国社区 https://www.oschina.net/p/varnish Varnish是一款高性能的开源HTTP加速器,挪威最大的在线报纸 Verdens Gang (http://www.vg.no) 使用3台Varnish代替 阅读全文
posted @ 2018-08-19 12:56 papering 阅读(283) 评论(0) 推荐(0) 编辑
摘要: yui/yuicompressor: YUI Compressor https://github.com/yui/yuicompressor YUI Compressor 详细介绍 YUI Compressor 是一个用来压缩 JS 和 CSS 文件的工具,采用Java开发。 使用方法: //压缩J 阅读全文
posted @ 2018-08-19 08:39 papering 阅读(222) 评论(0) 推荐(0) 编辑
摘要: https://developers.google.com/web/tools/chrome-devtools/network-performance/reference#timing-explanation Timing breakdown phases explained Here's more 阅读全文
posted @ 2018-08-19 08:32 papering 阅读(342) 评论(0) 推荐(0) 编辑
摘要: https://developer.chrome.com/docs/devtools/network/reference/#timing-explanation Waiting (TTFB). The browser is waiting for the first byte of a respon 阅读全文
posted @ 2018-08-19 08:27 papering 阅读(678) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(311) 评论(0) 推荐(0) 编辑
摘要: tcpcopy 压测 流量回放 阅读全文
posted @ 2018-08-18 17:33 papering 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 7f8dedc4df48e4486b3697aeedd31dbe 优化前 阅读全文
posted @ 2018-08-18 16:09 papering 阅读(250) 评论(0) 推荐(0) 编辑
摘要: t 阅读全文
posted @ 2018-08-18 12:30 papering 阅读(521) 评论(0) 推荐(0) 编辑
摘要: linux 3389 阅读全文
posted @ 2018-08-17 16:37 papering 阅读(188) 评论(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 阅读(376) 评论(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 阅读(473) 评论(0) 推荐(0) 编辑
摘要: 负载均衡实现,一个域名对应多个IP地址 - 宏宇 - 博客园 https://www.cnblogs.com/cuihongyu3503319/archive/2012/07/09/2583129.html 负载均衡实现,一个域名对应多个IP地址 使用负载均衡实现,传统和常规做法,其他方式需要特殊处 阅读全文
posted @ 2018-08-16 23:13 papering 阅读(777) 评论(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 阅读(523) 评论(0) 推荐(0) 编辑
上一页 1 ··· 110 111 112 113 114 115 116 117 118 ··· 186 下一页