<%function rndNumLetters(num) randomize dim num0,num1,num2,num3,pass if num = "" or not isnumeric(num) or num < 1 then num0 = 6 else num0 = num end if do while len(pass)<num0 '随机密码位数 num1=cstr(chr((57-48)*rnd+48)) num2=cstr(chr((90-65)*…
使用过 Springboot 的对上面这个图案肯定不会陌生,Springboot 启动的同时会打印上面的图案,并带有版本号.查看官方文档可以找到关于 banner 的描述 The banner that is printed on start up can be changed by adding a banner.txt file to your classpath or by setting the spring.banner.location property to the locatio…
使用过 Springboot 的对上面这个图案肯定不会陌生,Springboot 启动的同时会打印上面的图案,并带有版本号.查看官方文档可以找到关于 banner 的描述 The banner that is printed on start up can be changed by adding a banner.txt file to your classpath or by setting the spring.banner.location property to the locatio…