摘要:
wget https://raw.githubusercontent.com/mysql/mysql-server/5.7/mysql-test/mysql-test-run.pl 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
持久性 可伸缩性 Redis 阅读全文
摘要:
https://redis.io/topics/persistence http://oldblog.antirez.com/post/redis-persistence-demystified.html 阅读全文
摘要:
runtime\error.go // An errorString represents a runtime error described by a single string. type errorString string func (e errorString) RuntimeError( 阅读全文
摘要:
rfc1918 https://datatracker.ietf.org/doc/html/rfc1918 Hosts within enterprises that use IP can be partitioned into three categories: Category 1: hosts 阅读全文
摘要:
https://docs.oracle.com/javase/tutorial/javabeans/ https://docs.oracle.com/javase/tutorial/javabeans/quick/index.html This lesson describes how to use 阅读全文