Wesley13 Wesley13
3年前
java里Date 10位时间戳(Timestamp) String 相互转换
有很多注释,就不做过多解释了import java.sql.Timestamp;import java.text.DateFormat;import java.text.ParseException;import java.text.SimpleDateFormat;import java.util.Dat
Stella981 Stella981
3年前
FFmpeg 学习(二):Mac下安装FFmpeg
一、安装ffmpeg分为两种安装方式:1\.命令行安装brewinstallffmpeg2\.下载压缩包安装去http://evermeet.cx/ffmpeg/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2
Wesley13 Wesley13
3年前
Ubuntu redis的安装
redis安装1、进入/usr/local/src目录cd/usr/local/src2、到官网去下载 redis稳定版(Stable)sudowget http://download.redis.io/releases/redis4.0.1.tar.gz3、解压red
Wesley13 Wesley13
3年前
MySQL中group_concat函数,用符号连接查询分组里字段值
MySQL中group\_concat函数完整的语法如下:group\_concat(\DISTINCT\要连接的字段\OrderBYASC/DESC排序字段\\Separator'分隔符'\)基本查询\sql\ viewplain(https://www.oschina.net/act
Wesley13 Wesley13
3年前
mysql ,show slave status详解
\想确认sql\_thread线程是否应用完了io\_thread接收到的了relaylog,看Master\_Log\_FileRelay\_Master\_Log\_File,Read\_Master\_Log\_PosExec\_Master\_Log\_PosMaster_Log_File:mysqlbin.0000
Stella981 Stella981
3年前
BeetlSQL 3.2.10 发布,Query功能增强
完善了Sql类型说明修复Query类在使用无KeyHandler的时候的Bug增强了Query类的page查询方法,允许使用PageRequest接口<dependency<groupIdcom.ibeetl</groupId<artifactIdbeetlsql</artifact
Stella981 Stella981
3年前
Spring Boot中的跨域,为什么加了 Spring Security 就失效了呢?
来自:SegmentFault,作者:欧阳我去链接:https://segmentfault.com/a/1190000019485883作为一个后端开发,(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fmp.weixin.qq.com%2F
Wesley13 Wesley13
3年前
mysql 数据备份和还原
1.使用mysqldump命令备份使用root用户备份test数据库下的person表mysqldumpurootptestpersonD:\backup.sql1.备份多个数据库语法:mysqldumpuusernamepdatabasesdbname2dbname2
kenx kenx
2年前
我开源了团队内部基于SpringBoot Web快速开发的API脚手架v1.6.0更新
什么是restapispringbootstarterrestapispringbootstarter适用于SpringBootWebAPI快速构建让开发人员快速构建统一规范的业务RestFullAPI不在去关心一些繁琐。重复工作,而是把重点聚焦到业务。动