上一页 1 ··· 22 23 24 25 26
摘要: 一、Linux目錄介紹 具体的目录结构: /bin [重点] (/usr/bin 、 /usr/local/bin)• 是Binary的缩写, 这个目录存放着最经常使用的命令 /sbin (/usr/sbin 、 /usr/local/sbin) • s就是Super User的意思,这里存放的是 阅读全文
posted @ 2020-08-04 09:28 PEAR2020 阅读(114) 评论(0) 推荐(0) 编辑
摘要: <!--1.無參構造創建bean,反射,通過setter方法--> <!--默認單例bean工廠;--> <!--動態注入默認根據類型--> <bean id="stu" class="cn.kgc.kb08.spring.entity.Student" autowire="byType" scop 阅读全文
posted @ 2020-08-03 15:56 PEAR2020 阅读(118) 评论(0) 推荐(0) 编辑
摘要: <mappers> <!--<package name="model.mapper"/>--> 只適用於注解方式 // 以下兩個適用於mapper.xml方式 <mapper class="model.mapper.StudentInfoMapper"/> <mapper resource="mod 阅读全文
posted @ 2020-08-03 09:23 PEAR2020 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 我这里出现这个问题是 引入 的文件路径错误。 原来的文件路径是: <link rel="stylesheet" href="../css/layui.css" media="all"> 然后一直无法加载。出现了这个情况。然后修改为: <link rel="stylesheet" href="css/ 阅读全文
posted @ 2020-08-02 20:22 PEAR2020 阅读(5920) 评论(0) 推荐(0) 编辑
摘要: sql语句: 函数 delimiter // drop function if exists totalStu; create function totalStu(pageSize int) returns int begin declare total int; select ceil(count 阅读全文
posted @ 2020-07-31 10:30 PEAR2020 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 目录directory不可以用 . 的方式创建文件夹路径 => 文件夹直接叫cn.kgc.kb08.mapper,并不是路径 只有package形式的(被标记蓝)创建才可以直接用 . ==> 可以代表路径 阅读全文
posted @ 2020-07-30 14:41 PEAR2020 阅读(923) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26