12 2017 档案
摘要:MySQL Related Performance Tuning. https://www.askapache.com/mysql/mysql-performance-tuning/ https://www.digitalocean.com/community/tutorials/how-to-op
阅读全文
摘要:方案1:基于CloudWatch的方案 概念: Namespaces|Metrics|Dimensions|Statistics|Percentiles|Alarms
阅读全文
摘要:移动端访问aws的方案 * 使用 aws的root 用户帐户信息 : 权限太大,不合适 * 使用 aws的创建的IAM user的信息: 无法轮换身份信息 aws的思路 >利用token vendor machine方案 Anonymous TVM Anonymous TVM Anonymous T
阅读全文
摘要:Reverse Integer Reverse digits of an integer. Example1: x = 123, return 321Example2: x = -123, return -321 答案 public int reverse(int x) { long rev= 0;
阅读全文


浙公网安备 33010602011771号