明月 明月
3年前
记录微信分享方法
1.安装weixinjssdk(目前使用的是1.6.0)2.新建一个js文件,在main.js中引入3.封装方法wxShare.sharefunction(appId,timestamp,nonceStr,signature,options,callBack)console.log('9999',appId,timestamp
Easter79 Easter79
3年前
springboot和flowable modeler整合
准备:项目使用的是springboot2.1.5版本,flowable6.4.0版本1\.IDEA新建SpringInitializr项目,选择依赖,web和MySQL2\.修改pom.xml依赖<?xmlversion"1.0"encoding"UTF8"?<projectxmlns"http:/
Wesley13 Wesley13
3年前
Ubuntu更换snap国内镜像源
1.1进入apt的源文件列表所在文件夹   cd/etc/apt 1.2 备份sources.list源文件   sudocpsources.listsources.list\_back 1.3 进入阿里云镜像站,找到ubuntu的镜像列表    https://developer.aliyun.com/
Karen110 Karen110
4年前
解决安装Pycharm后在C盘下生成大文件的问题
前言上次在整理C盘时,无意间发现了一个这样的文件。在我的用户目录下,有个.PyCharm2019.3这样的文件夹,我猜想和Pycharm可能有什么py关系。那这个文件有多大呢,来操作一下康康。雾草,竟然0.5个G了,我才刚用没多久唉!这对于我这强迫症来说很难受哎,蚂蚁在我心上爬。PyCharm2019.3文件夹的用途是什么呢???里面会有一些配置信息
Stella981 Stella981
3年前
Spring Boot 整合 JdbcTemplate 多数据源
学习在SpringBoot中使用JdbcTemplate多数据源来操作不同的数据库。JdbcTemplate是Spring自带的,虽然功能没有MyBatis强大,但使用简单。1创建工程并配置新建SpringBoot项目springbootjdbctemplatemulti,添加Web/J
Stella981 Stella981
3年前
RabbitMQ学习:Spring Boot整合RabbitMQ(五)
1、新建rabbitmqspringboot项目!(https://oscimg.oschina.net/oscnet/up69c9fbd26d7d04dfd662a3d0a323a2ab38b.png)!(https://oscimg.oschina.net/oscnet/up65f
Wesley13 Wesley13
3年前
.NET Core & ConsoleApp & appsettings.json
准备VisualStudio2017.NETCore2.1新建控制台应用(.NETCore)!(https://oscimg.oschina.net/oscnet/74b983141bb944c59b5ed417b5f8dfbb75c.jpg)默认的Program.
Easter79 Easter79
3年前
SpringBoot定时任务xml配置
    由于定时任务需要工程实施人员进行配置,写在Java代码里面不利于维护,故采用SpringBoot集成SpringXML文件进行配置,属于新瓶装旧酒。1新建定时任务类packagecom.duhongming.springbootscheduled.scheduled;importlomb
Stella981 Stella981
3年前
MyBatis学习
【目录】😝新建maven项目(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fxqz0618%2Fp%2Fjavaweb01.html)😁搭建springMVC(https://www.oschina.net/action/G
Stella981 Stella981
3年前
SpringBoot定时任务xml配置
    由于定时任务需要工程实施人员进行配置,写在Java代码里面不利于维护,故采用SpringBoot集成SpringXML文件进行配置,属于新瓶装旧酒。1新建定时任务类packagecom.duhongming.springbootscheduled.scheduled;importlomb