上一页 1 2 3 4 5 6 ··· 12 下一页
摘要: pom.xml: <?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 阅读全文
posted @ 2020-06-04 23:02 ByLir 阅读(187) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
posted @ 2020-06-02 22:56 ByLir 阅读(111) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-06-01 23:01 ByLir 阅读(140) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-05-31 22:30 ByLir 阅读(117) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-05-30 23:01 ByLir 阅读(121) 评论(0) 推荐(0)
摘要: package com.aojie;import java.io.IOException;import java.util.Enumeration;import java.util.HashMap;import java.util.Map;import java.util.Properties;/* 阅读全文
posted @ 2020-05-26 22:52 ByLir 阅读(144) 评论(0) 推荐(0)
摘要: # Set root category priority to INFO and its only appender to CONSOLE.#log4j.rootCategory=INFO, CONSOLE debug info warn error fatallog4j.rootCategory= 阅读全文
posted @ 2020-05-19 22:28 ByLir 阅读(157) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org/dtd/mybatis-3-config.dtd 阅读全文
posted @ 2020-05-19 22:26 ByLir 阅读(98) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sch 阅读全文
posted @ 2020-05-19 22:25 ByLir 阅读(465) 评论(0) 推荐(0)
摘要: dao: public List<Favorite> findRidByUid(int uid) { String sql="select * from tab_favorite where uid=?"; return jdbcTemplate.query(sql,new BeanProperty 阅读全文
posted @ 2020-05-18 23:47 ByLir 阅读(98) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 12 下一页