摘要: wget https://raw.githubusercontent.com/mysql/mysql-server/5.7/mysql-test/mysql-test-run.pl 阅读全文
posted @ 2017-11-07 23:19 papering 阅读(346) 评论(0) 推荐(0) 编辑
摘要: https://dev.mysql.com/doc/refman/5.6/en/account-management-sql.html USE mysql; SELECT Host,User FROM user; 【BUG】CREATE USER 'xx'@'%' IDENTIFIED BY 'yy 阅读全文
posted @ 2017-11-07 20:48 papering 阅读(252) 评论(0) 推荐(0) 编辑
摘要: The basic principle of test case evaluation is that output resulting from running a test case is compared to the expected result. https://dev.mysql.co 阅读全文
posted @ 2017-11-07 17:35 papering 阅读(359) 评论(0) 推荐(0) 编辑
摘要: 持久性 可伸缩性 Redis 阅读全文
posted @ 2017-11-07 02:04 papering 阅读(168) 评论(0) 推荐(0) 编辑
摘要: https://redis.io/topics/persistence http://oldblog.antirez.com/post/redis-persistence-demystified.html 阅读全文
posted @ 2017-11-07 01:12 papering 阅读(189) 评论(0) 推荐(0) 编辑
摘要: runtime\error.go // An errorString represents a runtime error described by a single string. type errorString string func (e errorString) RuntimeError( 阅读全文
posted @ 2017-11-07 00:26 papering 阅读(481) 评论(0) 推荐(0) 编辑
摘要: rfc1918 https://datatracker.ietf.org/doc/html/rfc1918 Hosts within enterprises that use IP can be partitioned into three categories: Category 1: hosts 阅读全文
posted @ 2017-11-07 00:05 papering 阅读(48) 评论(0) 推荐(0) 编辑
摘要: https://docs.oracle.com/javase/tutorial/javabeans/ https://docs.oracle.com/javase/tutorial/javabeans/quick/index.html This lesson describes how to use 阅读全文
posted @ 2017-11-07 00:01 papering 阅读(306) 评论(0) 推荐(0) 编辑