09 2017 档案

摘要:1.对应数字: 长度是用来告诉你该类型最多显示多少位的,类似于注释,并不起任何作用。如:tinyint(4), tinyint(80), tinyint(0) 三者没有任何区别,该类型最多还是只能存储1字节大小(即-127-128); 2.对应字符串: varchar(20)表示最大20个字符(无论 阅读全文
posted @ 2017-09-29 15:47 chxbar 阅读(17348) 评论(1) 推荐(3)
摘要:一. spring的启动: web.xml: 从配置文件中,便知道spring在web项目中由监听器ContextLoaderListener加载对应的spring配置文件applicationContext-*.xml完成对spring的启动。 推荐博文:Web环境中Spring的启动过程 二.b 阅读全文
posted @ 2017-09-01 22:16 chxbar 阅读(3079) 评论(0) 推荐(0)