摘要: python时间和日历处理 1. 导入date模块: return ctime style string. local date from a POSIX timestamp. <! more return a 3 tuple containing ISO year, week number, an 阅读全文
posted @ 2017-06-22 22:25 zane_zong 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 构建高性能MySQL体系 1. 数据库架构 单实例无法解决空间和性能需求时考虑拆分 垂直拆分 水平拆分 引入缓存系统 <! more 2. IO相关参数 PCIE卡建议更高 innoDB存储引擎在刷新一个脏页时,会检测该页所在去的所有页,如果是脏页,那么一起刷新.这样做的好处是通过AIO可以将多个I 阅读全文
posted @ 2017-06-22 22:17 zane_zong 阅读(224) 评论(0) 推荐(0) 编辑