会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jumpkin1122
塑造自己,也许过程很痛,但你最终能收获一个更好的自己。
博客园
首页
新随笔
联系
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
30
下一页
2019年10月4日
Spring中日志的使用(log4j)
摘要: 我们在开发一般常见log4j这个日志文件,它的作用主要是把记录日志。使用在两种方式,一个是日志信息输出在控制台,另一种是把日志信息记录到指定的文件。如下是log4j.properties文件的基本内容: ### direct log messages to stdout ### log4j.appe
阅读全文
posted @ 2019-10-04 19:42 Jumpkin1122
阅读(470)
评论(0)
推荐(0)
2019年9月28日
MyBatis实现动态语句操作
摘要: 实体类 public class Person { //实体属性 private Integer id; private String name; private Integer age; private String sex; private String birthday; private Do
阅读全文
posted @ 2019-09-28 20:13 Jumpkin1122
阅读(195)
评论(0)
推荐(1)
MyBatis实现简单增删改查操作
摘要: MyBatis是一种半自动对象-表映射关系的数据访问(DAO)层框架,能够简单高效的实现对数据层访问。可以自动的进行对象的封装,但是sql仍然需要自己来写。 映射文件有元素: insert – 映射插入语句 update – 映射更新语句 delete – 映射删除语句 select – 映射查询语
阅读全文
posted @ 2019-09-28 08:12 Jumpkin1122
阅读(289)
评论(1)
推荐(0)
2019年9月23日
python计算2的平方根,并输出小数点后的第100万位数字
摘要: 测试结果:10位 测试结果:1000000位
阅读全文
posted @ 2019-09-23 22:53 Jumpkin1122
阅读(1318)
评论(0)
推荐(0)
2019年9月21日
Spring配置文件报错:Multiple annotations found at this line: - Element type "beans" must be followed by either attribute specifications, ">" or "/>". - Start tag of element <beans>
摘要: spring配置文件遇到如下提示: Multiple annotations found at this line: - Element type "beans" must be followed by either attribute specifications, ">" or "/>". -
阅读全文
posted @ 2019-09-21 08:00 Jumpkin1122
阅读(985)
评论(2)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
30
下一页