Wesley13 Wesley13
3年前
java8 LocalDateTime
来源:https://juejin.im/post/6844903939402383368在项目开发过程中经常遇到时间处理,但是你真的用对了吗,理解阿里巴巴开发手册中禁用static修饰SimpleDateFormat吗SimpleDateFormat和DateDate如果不格式化,打印出的
Easter79 Easter79
3年前
springboot与安全
概念:安全SpringSecurity是针对Spring项目的安全框架,也是SpringBoot底层安全模块默认的技术选型。他可以实现强大的web安全控制。对于安全控制,我们仅需引入springbootstartersecurity模块,进行少量的配置,即可实现强大的安全管理。几个类:    WebSec
Stella981 Stella981
3年前
Jenkins安装配置
Jenkins是一个开源软件项目,旨在提供一个开放易用的软件平台,使持续集成变成可能。fromwiki安装:redhat/centossudo wget O /etc/yum.repos.d/jenkins.repo http://pkg.jenkinsci.org/redhat/jenkins.reposudo r
Wesley13 Wesley13
3年前
unity调用移动端相册并且裁剪图片
最近有个需求需要从手机上获取相册图片,并且需要传回到Unity中,经过几天的开发终于完成,以下为开发的记录:工具版本Unity5.6安卓AndroidStudio3.0 Unity导出Gradle项目使用gradle:2.3.3compileSdkVe
Easter79 Easter79
3年前
SpringBoot整合Sqlite数据库流程
1.创建项目  方式一:通过网站https://start.spring.io/  方式二:通过开发工具(IDEA或者Eclipse自行百度)2.修改pom.xml配置文件,添加必要的驱动包<?xmlversion"1.0"encoding"UTF8"?<projectxmlns"ht
Stella981 Stella981
3年前
C#开源定时回调库PETimer的使用
PETimerPETimer开源项目GitHub地址:点击跳转(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2FPlaneZhong%2FPETimer)PETimer1.双端通用:基于C语言实现的高效便捷计时器,可
Stella981 Stella981
3年前
Jfinal集成Spring插件
最近公司使用Jfinal开发项目,不知道什么原因Jfinal和其他的几个插件集成的时候,事物管理并不那么随心,所以就选择了Spring作为Jfinal的插件来管理事物.废话不多说,直接上代码.publicclassMyConfigextendsJFinalConfig{@Overridepublicvo
Easter79 Easter79
3年前
TortorliseGit删除分支
初次使用TortorliseGit的小伙伴,怕是很难找到删除分支的菜单。本文介绍如何使用TortorliseGit删除分支。右键项目,点击“Switch/Checkout”菜单!(https://waylau.com/images/post/20200322checkout.jpg)在点击右侧的三个小点!(https://wayla
Stella981 Stella981
3年前
SpringBoot基础框架的搭建(idea工具快速搭建)
1、打开idea,选择新建项目然后选择SpringAssistant进去后,配置sdk版本和选择default,使用springboot的基础架构!(https://static.oschina.net/uploads/img/202009/16142318_t4BK.png)友情提醒,若idea是社区版,要通过插件安装SpringAss