上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 109 下一页
摘要: 导读 博主百度一番,发现更改mysql默认编码格式,归结以下几个步骤。 详细步骤 切换当前目录 cd / cd private/etc 新建my.cnf文件 在当前目录下:private/etc sudo vim my.cnf 然后输入当前电脑的登录密码 输入以下内容 注:进入到编辑界面,先按“a” 阅读全文
posted @ 2020-01-07 09:52 陈彦斌 阅读(751) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <ma 阅读全文
posted @ 2020-01-07 08:42 陈彦斌 阅读(412) 评论(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.dt 阅读全文
posted @ 2020-01-07 08:19 陈彦斌 阅读(613) 评论(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-01-06 22:01 陈彦斌 阅读(198) 评论(0) 推荐(0)
摘要: private int DateDiff(DateTime dateStart, DateTime dateEnd) { DateTime start = Convert.ToDateTime(dateStart.ToShortDateString()); DateTime end = Conver 阅读全文
posted @ 2020-01-04 13:19 陈彦斌 阅读(1222) 评论(0) 推荐(0)
上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 109 下一页