08 2019 档案
摘要:随着央视诗词大会的热播,小史开始对诗词感兴趣,最喜欢的就是飞花令的环节。 但是由于小史很久没有背过诗词了,飞一个字很难说出一句,很多之前很熟悉的诗句也想不起来。 倒排索引 吕老师:但是我让你说出带“前”字的诗句,由于没有索引,你只能遍历脑海中所有诗词,当你的脑海中诗词量大的时候,就很难在短时间内得到
阅读全文
摘要:public class JsonDemo { public static void main(String[] args) { //1.json字符串转换为对象 String jsonString="{'name':'42313123','id':'2345','age':12}"; JSONOb
阅读全文
摘要:示例 全局参数,实际中替换为自己的 public static final String AppID = ""; public static final String AppSecret = ""; public static final String AppKey = ""; public sta
阅读全文
摘要:手动加载Spring配置文件有两个类,分别是ClassPathXmlApplication与FileSystemXmlApplicationContext; 两个类的区别: 1.ClassPathXmlApplication的使用方法public void testBean(){ //单配置文件方式
阅读全文