11 2017 档案

摘要:需要下载base64JAR包 阅读全文
posted @ 2017-11-24 16:05 夏风中的Young_Uncle 阅读(2571) 评论(0) 推荐(0) 编辑
摘要:1.find_in_set函数 find_in_set(str,strlist); str是一个字符串 strlist是字符串列表--一个有多个子链被“,”分开的字符串 有多种情况: a.str为null 或者 strlist为null时返回null find_in_set(null,"1,2") 阅读全文
posted @ 2017-11-24 15:04 夏风中的Young_Uncle 阅读(278) 评论(0) 推荐(0) 编辑
摘要://写一个工具类,进行输入选项数值的获取public class InputUtil { static Scanner sc=new Scanner(System.in); public static int InputIntTest(){ int num=0;//此处进行输入的异常捕获 while 阅读全文
posted @ 2017-11-07 14:09 夏风中的Young_Uncle 阅读(371) 评论(0) 推荐(0) 编辑