摘要: MySQL Related Performance Tuning. https://www.askapache.com/mysql/mysql-performance-tuning/ https://www.digitalocean.com/community/tutorials/how-to-op 阅读全文
posted @ 2017-12-17 21:31 chp008 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 方案1:基于CloudWatch的方案 概念: Namespaces|Metrics|Dimensions|Statistics|Percentiles|Alarms 阅读全文
posted @ 2017-12-12 10:34 chp008 阅读(620) 评论(0) 推荐(0) 编辑
摘要: 移动端访问aws的方案 * 使用 aws的root 用户帐户信息 : 权限太大,不合适 * 使用 aws的创建的IAM user的信息: 无法轮换身份信息 aws的思路 >利用token vendor machine方案 Anonymous TVM Anonymous TVM Anonymous T 阅读全文
posted @ 2017-12-09 12:54 chp008 阅读(396) 评论(0) 推荐(0) 编辑
摘要: Reverse Integer Reverse digits of an integer. Example1: x = 123, return 321Example2: x = -123, return -321 答案 public int reverse(int x) { long rev= 0; 阅读全文
posted @ 2017-12-01 19:03 chp008 阅读(275) 评论(0) 推荐(0) 编辑
摘要: to do.. Reference: http://www.masonzhang.com/2013/08/7-reasons-you-should-use-mongodb-over.html 阅读全文
posted @ 2017-11-29 22:32 chp008 阅读(620) 评论(0) 推荐(0) 编辑
摘要: 方案1:DynamoDB Stream + Lambda方法 参考Building NoSQL Database Triggers with Amazon DynamoDB and AWS Lambda: https://amazonaws-china.com/cn/blogs/compute/61 阅读全文
posted @ 2017-11-29 22:30 chp008 阅读(374) 评论(0) 推荐(0) 编辑
摘要: 线程池所涉及的基本应用场景: 图 转自:https://juejin.im/entry/59aeaafd51882538cb1ec2f8 从这个应用场景中,基本会涉及到: 线程、线程池相关的接口、类和方法 相关的数据结构 > 主要是同步的数据结构,例如linkedBlockingQueue|Conc 阅读全文
posted @ 2017-11-29 22:15 chp008 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 机器学习学习思路导图 名词的解释: 回归: 线性回归(polinomial regression多项式回归): https://segmentfault.com/a/1190000007639352 机器学习入门:线性回归及梯度下降: http://blog.csdn.net/xiazdong/ar 阅读全文
posted @ 2017-11-29 15:44 chp008 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 学习导引: 机器学习的过程: Reference from: introducing_Azure_Machine_Learning.pdf Azure ML 的解决方案: ML Studio data preprocessing modules machine learning algorithms 阅读全文
posted @ 2017-11-29 11:34 chp008 阅读(156) 评论(0) 推荐(0) 编辑
摘要: todo.. Reference : Authenticating Requests (AWS Signature Version 4) http://docs.aws.amazon.com/zh_cn/AmazonS3/latest/API/sig-v4-authenticating-reques 阅读全文
posted @ 2017-11-29 11:14 chp008 阅读(314) 评论(0) 推荐(0) 编辑