上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 187 下一页
摘要: 有状态(Stateful)应用的容器化 - 云+社区 - 腾讯云 https://cloud.tencent.com/developer/article/1020178 阅读全文
posted @ 2020-06-30 12:11 papering 阅读(309) 评论(0) 推荐(0)
摘要: 解决的问题:将请求分发至同一主机的不同端口(不考虑容器)支持:httpsupstream api { server 127.0.0.1:5000 weight=1; server 127.0.0.1:5001 weight=1; server 127.0.0.1:5002 weight=1;}ser 阅读全文
posted @ 2020-06-30 12:09 papering 阅读(310) 评论(0) 推荐(0)
摘要: NGINX Docs | HTTP Load Balancing https://docs.nginx.com/nginx/admin-guide/load-balancer/http-load-balancer/ cookie实现客户端与后端服务器的会话保持, 在一定条件下可以保证同一个客户端访问 阅读全文
posted @ 2020-06-30 12:08 papering 阅读(407) 评论(0) 推荐(0)
摘要: 回归测试_百度百科https://baike.baidu.com/item/%E5%9B%9E%E5%BD%92%E6%B5%8B%E8%AF%95 阅读全文
posted @ 2020-06-29 00:04 papering 阅读(5075) 评论(0) 推荐(0)
摘要: a 阅读全文
posted @ 2020-06-28 13:01 papering 阅读(222) 评论(0) 推荐(0)
摘要: 如何在Redis中实现事务 - 微店技术团队 - SegmentFault 思否 https://segmentfault.com/a/1190000007429197 阅读全文
posted @ 2020-06-27 23:52 papering 阅读(357) 评论(0) 推荐(0)
摘要: https://github.com/go-proverbs/go-proverbs.github.io Go Proverbs Simple, Poetic, Pithy Don't communicate by sharing memory, share memory by communicat 阅读全文
posted @ 2020-06-27 23:49 papering 阅读(266) 评论(0) 推荐(0)
摘要: Infrastructure as Code 行为驱动开发指南 https://www.ibm.com/developerworks/cn/devops/d-bbd-guide-iac/index.html Jenkins 配置即代码 https://www.jenkins.io/zh/projec 阅读全文
posted @ 2020-06-18 22:36 papering 阅读(234) 评论(0) 推荐(0)
摘要: JMeter之Ramp-up Period(in seconds)说明 Apache JMeter - User's Manual: Elements of a Test Plan https://jmeter.apache.org/usermanual/test_plan.html Thread 阅读全文
posted @ 2020-06-12 18:26 papering 阅读(424) 评论(0) 推荐(0)
摘要: How to Update Node.js to Latest Version (Linux, Ubuntu, OSX, Others) - HostingAdvice.com https://www.hostingadvice.com/how-to/update-node-js-latest-ve 阅读全文
posted @ 2020-06-12 12:29 papering 阅读(207) 评论(0) 推荐(0)
摘要: # Functions are First-Class Citizens in Python 一等公民https://cn.bing.com/search?form=MOZSBR&pc=MOZI&q=python++function++First+class+citizensPython札记8:什么 阅读全文
posted @ 2020-06-12 01:21 papering 阅读(150) 评论(0) 推荐(0)
摘要: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for fu 阅读全文
posted @ 2020-06-12 01:08 papering 阅读(651) 评论(0) 推荐(0)
摘要: 实践 1) u@u5:~/tmp$ cat g.go package main import ( "fmt" "runtime" "time") var i = 0 func main() { runtime.GOMAXPROCS(2) go func() { for { fmt.Println(" 阅读全文
posted @ 2020-06-12 01:07 papering 阅读(267) 评论(0) 推荐(0)
摘要: https://nginx.org/en/docs/http/request_processing.html 阅读全文
posted @ 2020-06-12 01:06 papering 阅读(128) 评论(0) 推荐(0)
摘要: https://mp.weixin.qq.com/s/hqSqtqTeUwnPEbDL_Z0kig 阅读全文
posted @ 2020-06-11 08:32 papering 阅读(156) 评论(0) 推荐(0)
摘要: a 阅读全文
posted @ 2020-06-11 08:07 papering 阅读(120) 评论(0) 推荐(0)
摘要: QR Code Error Correction - QRStuff.com https://blog.qrstuff.com/2011/12/14/qr-code-error-correction Information capacity and versions of QR Code | QRc 阅读全文
posted @ 2020-06-11 01:02 papering 阅读(595) 评论(0) 推荐(1)
摘要: Beating JSON performance with Protobuf https://auth0.com/blog/beating-json-performance-with-protobuf/ Protobuf Performance Comparison and Points to Co 阅读全文
posted @ 2020-06-10 19:08 papering 阅读(215) 评论(0) 推荐(0)
摘要: 公共错误码 - 支付宝开放平台 https://opendocs.alipay.com/open/common/105806 阅读全文
posted @ 2020-06-10 18:24 papering 阅读(2007) 评论(0) 推荐(0)
摘要: 风险识别系统-大数据智能风控管理平台-企业风控解决方案– 阿里云 https://www.aliyun.com/product/saf 阅读全文
posted @ 2020-06-09 23:50 papering 阅读(565) 评论(0) 推荐(0)
摘要: python3 源码阅读-虚拟机运行原理 - JonPan - 博客园 https://www.cnblogs.com/panlq/p/13069726.html 阅读全文
posted @ 2020-06-09 00:03 papering 阅读(167) 评论(0) 推荐(0)
摘要: Crypto.getRandomValues() - Web APIs | MDN https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues 阅读全文
posted @ 2020-06-08 21:06 papering 阅读(778) 评论(0) 推荐(0)
摘要: https://github.com/python/cpython Profile Guided Optimization PGO takes advantage of recent versions of the GCC or Clang compilers. If used, either vi 阅读全文
posted @ 2020-06-08 12:57 papering 阅读(342) 评论(0) 推荐(0)
摘要: 他没有著作等身,却是中国现代数学的播种人 --科技日报数字报 http://digitalpaper.stdaily.com/http_www.kjrb.com/kjrb/html/2019-02/01/content_414223.htm 解放后,姜立夫又担任了中山大学筹备委员会委员和数学系筹备小 阅读全文
posted @ 2020-06-05 01:36 papering 阅读(250) 评论(0) 推荐(0)
摘要: 蚂蚁金服开发者社区 https://openclub.alipay.com/club/history/read/1495 RSA 和 RSA2 签名算法区别 - 支付宝开放平台 https://opendocs.alipay.com/open/291/106115 阅读全文
posted @ 2020-06-04 21:59 papering 阅读(241) 评论(0) 推荐(0)
摘要: 钉钉前端-如何设计前端实时分析及报警系统 - 掘金 https://juejin.cn/post/6844904170533699598 阅读全文
posted @ 2020-06-04 21:57 papering 阅读(532) 评论(0) 推荐(0)
摘要: AES 加密说明 - 支付宝开放平台 https://opendocs.alipay.com/open/common/104567 AES 密钥是对接口请求和响应内容进行加密,密文无法被第三方识别,从而防止接口传输数据泄露。 RSA 密钥是对接口请求和响应内容进行签名,开发者和支付宝开放平台分别加签 阅读全文
posted @ 2020-06-04 21:54 papering 阅读(585) 评论(0) 推荐(0)
摘要: https://baike.baidu.com/item/分组密码 设计原则 扩散(diffusion)和扰乱(confusion)是影响密码安全的主要因素。扩散的目的是让明文中的单个数字影响密文中的多个数字,从而使明文的统计特征在密文中消失,相当于明文的统计结构被扩散。例如,最简单的方法让明文中的 阅读全文
posted @ 2020-06-04 21:49 papering 阅读(455) 评论(0) 推荐(0)
摘要: https://baike.baidu.com/item/高级加密标准/468774 AES加密模式 对称/分组密码一般分为流加密(如OFB、CFB等)和块加密(如ECB、CBC等)。对于流加密,需要将分组密码转化为流模式工作。对于块加密(或称分组加密),如果要加密超过块大小的数据,就需要涉及填充和 阅读全文
posted @ 2020-06-04 21:47 papering 阅读(1321) 评论(0) 推荐(0)
摘要: struct 将字节串解读为打包的二进制数据 — Python 3.8.3 文档 https://docs.python.org/zh-cn/3.8/library/struct.html 源代码: Lib/struct.py 此模块可以执行 Python 值和以 Python bytes 对象表示 阅读全文
posted @ 2020-06-04 13:03 papering 阅读(455) 评论(0) 推荐(0)
摘要: 外发数据创建水印 产品通过对外发数据进行添加数据标记、自动生成水印、数据源追溯等功能,避免了内部人员外发数据泄露无法对事件追溯,提高了数据传递的安全性和可追溯能力。 数据水印系统_数据安全管理工具_【安华金和】 https://www.dbsec.cn/product/detail/25.html 阅读全文
posted @ 2020-06-04 12:58 papering 阅读(1550) 评论(0) 推荐(0)
摘要: Hash Array Mapped Trie Python\hamt.c 阅读全文
posted @ 2020-06-03 22:47 papering 阅读(290) 评论(0) 推荐(0)
摘要: A1Z26 Cipher - Letter Number A=1 B=2 C=3 - Online Decoder, Translator https://www.dcode.fr/letter-number-cipher How to encrypt using Letter-to-Number 阅读全文
posted @ 2020-06-03 13:39 papering 阅读(706) 评论(0) 推荐(0)
摘要: BigInteger Struct (System.Numerics) | Microsoft Docs https://docs.microsoft.com/en-us/dotnet/api/system.numerics.biginteger?view=netcore-3.1 Remarks T 阅读全文
posted @ 2020-06-03 12:17 papering 阅读(365) 评论(0) 推荐(0)
摘要: What is :: (double colon) in Python when subscripting sequences? 15 Extended Slices https://docs.python.org/release/2.3.5/whatsnew/section-slices.html 阅读全文
posted @ 2020-06-03 12:15 papering 阅读(202) 评论(0) 推荐(0)
摘要: from unittest import TestCaseBigInteger/Big_Integer.py at master · YulitaGap/BigInteger https://github.com/YulitaGap/BigInteger/blob/master/Big_Intege 阅读全文
posted @ 2020-06-03 12:14 papering 阅读(485) 评论(0) 推荐(0)
摘要: WeChat public doc https://developers.weixin.qq.com/doc/offiaccount/en/Basic_Information/Get_access_token.html In this case, the backend of the Officia 阅读全文
posted @ 2020-06-02 22:08 papering 阅读(183) 评论(0) 推荐(0)
摘要: RSA and ECC in JavaScript http://www-cs-students.stanford.edu/~tjw/jsbn/ Source Code The API for the jsbn library closely resembles that of the java.m 阅读全文
posted @ 2020-06-02 22:07 papering 阅读(245) 评论(0) 推荐(0)
摘要: https://tools.ietf.org/html/rfc7231#section-6.5.7 6.5.7. 408 Request Timeout The 408 (Request Timeout) status code indicates that the server did not r 阅读全文
posted @ 2020-06-01 22:12 papering 阅读(335) 评论(0) 推荐(0)
摘要: https://github.com/mdn/dom-examples/blob/master/web-crypto/import-key/spki.js How to convert ArrayBuffer to and from String | Web https://developers.g 阅读全文
posted @ 2020-06-01 20:11 papering 阅读(424) 评论(0) 推荐(0)
上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 187 下一页