摘要: https://blog.csdn.net/ya_1249463314/article/details/54562261 https://blog.csdn.net/xiaokang123456kao/article/details/76228684 https://blog.csdn.net/ja 阅读全文
posted @ 2018-06-23 17:02 贪吃的柳柳 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 如果只想打印到控制台,只需在application.properties加logging.level.com.demo.mapper=DEBUG,其中com.demo.mapper是需要打印日志的包名称 如果想自定义打印文件,如下 在resources目录下新建一个文件logback-spring. 阅读全文
posted @ 2018-06-07 14:32 贪吃的柳柳 阅读(128) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qazwsxpcm/article/details/70370490 阅读全文
posted @ 2018-04-03 10:51 贪吃的柳柳 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-02-25 09:15 贪吃的柳柳 阅读(66) 评论(0) 推荐(0) 编辑
摘要: select * from(SELECT @rownum:=@rownum+1 AS rownum, apply_author.author_id,apply_author.pv,dtFROM (SELECT @rownum:=0) r, apply_author ORDER BY pv desc) 阅读全文
posted @ 2018-02-23 17:59 贪吃的柳柳 阅读(276) 评论(0) 推荐(0) 编辑
摘要: <view class='view_img' > <image class='img' bindtap="previewImage1" src='../../images/jing.jpg' style="width:100px; height: 100px; " ></image> <image 阅读全文
posted @ 2018-02-08 15:50 贪吃的柳柳 阅读(344) 评论(0) 推荐(0) 编辑
摘要: 表名heyf_t10,用来测试的语句为 INSERT INTO heyf_t10 ( empid, deptid, salary)VALUES (1, 2, 3) ON DUPLICATE KEY UPDATE empid = 1, deptid = 2, salary = 5 原始数据为 如图,唯 阅读全文
posted @ 2018-02-01 11:41 贪吃的柳柳 阅读(490) 评论(0) 推荐(0) 编辑
摘要: 打电话 call:function(){ console.log("call"); wx.makePhoneCall({ phoneNumber: '15366404483' //仅为示例,并非真实的电话号码 }) }, 图文集 <view bindtap="call" style="display 阅读全文
posted @ 2018-01-18 13:20 贪吃的柳柳 阅读(237) 评论(0) 推荐(0) 编辑
摘要: @Service(“uaaDalClient”) public class DefaultDalClient <bean id="uaaDalClient" class="com.suning.framework.dal.client.support.DefaultDalClient"> 这两种方式 阅读全文
posted @ 2018-01-18 11:10 贪吃的柳柳 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 微信小程序导航条 http://blog.csdn.net/u012118993/article/details/52943783 下载开发工具 http://www.cnblogs.com/micua/p/wechat-weapp-essential.html web view 配置域名 http 阅读全文
posted @ 2018-01-09 20:18 贪吃的柳柳 阅读(115) 评论(0) 推荐(0) 编辑