11 2017 档案
摘要:需要下载base64JAR包
阅读全文
摘要:1.find_in_set函数 find_in_set(str,strlist); str是一个字符串 strlist是字符串列表--一个有多个子链被“,”分开的字符串 有多种情况: a.str为null 或者 strlist为null时返回null find_in_set(null,"1,2")
阅读全文
摘要://写一个工具类,进行输入选项数值的获取public class InputUtil { static Scanner sc=new Scanner(System.in); public static int InputIntTest(){ int num=0;//此处进行输入的异常捕获 while
阅读全文