摘要:
Guava入门使用教程 Guava Maven dependency In our examples, we use the following Maven dependency. Guava initializing collections Guava allows to initialize c 阅读全文
摘要:
1. 创建随机字符串函数,便于创建名称 2. mysql DROP function if EXISTS rand_string; 创建一个指定字符个数的函数 create function rand_string(n INT) 返回字符串,注意:此处关键字是returns 而不是return re 阅读全文