haobook
latest
技术期刊
2016年8月刊
对称加密和Base64编码
跨域post
nginx filter模块实践
编写可测试的Go代码
mysql分区技术简介
2016年11月刊
个人空间
haobook
Docs
»
技术期刊
»
2016年8月刊
Edit on GitHub
2016年8月刊
¶
对称加密和Base64编码
缘起
对称加密
Base64编码
参考
跨域post
跨域(Cross-Orgin Resource Sharing)
同源策略(Same-origin policy, SOP)
简单的跨域请求和预请求
针对跨域post的解决办法
其他关于跨域POST请求的解决办法
nginx filter模块实践
背景
功能设计
nginx模块简介
功能实现
编写可测试的Go代码
第一个测试 “Hello Test!”
编写测试代码
使用 go test 工具
高级测试技术
参考资料
mysql分区技术简介
引言
分区优点
分区类型
分区注意事项
小结