摘要: <一>:创建核心配置文件mybatis-config.xml(官方推荐名) 如果一个属性在不只一个地方进行了配置,那么,MyBatis 将按照下面的顺序来加载: 首先读取在 properties 元素体内指定的属性。 然后根据 properties 元素中的 resource 属性读取类路径下属性文 阅读全文
posted @ 2020-10-20 09:19 whily 阅读(210) 评论(0) 推荐(0) 编辑
摘要: url : 'firmSoftTable.action', // 请求后台的URL(*) method : 'post', // 请求方式(*)post/get contentType: "application/x-www-form-urlencoded",//post请求的话就加上这个句话 to 阅读全文
posted @ 2020-10-12 19:11 whily 阅读(1209) 评论(0) 推荐(0) 编辑
摘要: 1.数据类型:数值,文本,图像,音频,视频.... 所有数据类型都可以用var定义 number: js不区分小数和整数,number 123 123.1 1.123e3 -99 NaN(not a number) Infinity(无限大) 字符串:‘abc’ "abc" 布尔值:true,fal 阅读全文
posted @ 2020-09-28 10:54 whily 阅读(102) 评论(0) 推荐(0) 编辑