Stella981 Stella981
4年前
Linux下php安装Redis扩展
1安装redis/usr/local/php/bin/phpize用phpize生成configure配置文件./configurewithphpconfig/usr/local/php/bin/phpconfig配置1make编译2makeinstall安装
Stella981 Stella981
4年前
FastJson踩坑:@JsonField在反序列化时失效
问题描述一个对象(某个字段为枚举类型,为了不采用默认的序列化过程,用@JSONField指定了序列化器和反序列器,过程见旧博文(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2FinsaneXs%2Fp%2F9515803.html)),
Stella981 Stella981
4年前
Nginx 搭建直播流服务
搭建直播流服务器技术Nginxnginxrtmpmodule1.1.11(nginx插件)步骤1.下载nginx和nginxrtmpmodule源文件2.解压nginx和nginxrtmpmodule3../configureaddmodul
Stella981 Stella981
4年前
JSONBuilder的用法
一。JSONBuilder可以向文件中写入写入json字符串。如下面的例子:1publicclassTest2{3publicstaticvoidmain(Stringargs)throwsIOException4{5Filefn
Wesley13 Wesley13
4年前
Java解析X509证书代码
通过PKCS12格式的证书库文件获取证书对象InputStreaminStreamnewFileInputStream("c:/certificate.p12");KeyStoreksKeyStore.getInstance("PKCS12");ks.l
Stella981 Stella981
4年前
Centos7 YUM安装MariaDB 10.0
Centos7YUM安装MariaDB10.0安装步骤(新装)1.配置添加yum源文件vim/etc/yum.repos.d/mariadb.repoMariaDB10.0CentOSrepositorylistcreated2016053
Stella981 Stella981
4年前
MybatisPlus之逻辑删除的坑
Springboot的配置方式_mybatis配置文件映射_mybatisplus:mapperlocations:classpath:/mapper/\Mapper.xmltypeAliasesPackage:com.siyuan.card.model_\以下配置均有默认值,可以不设置_
Stella981 Stella981
4年前
Maven 阿里云镜像配置
全部setting.xml文件如下 <?xmlversion"1.0"encoding"UTF8"?<settingsxmlns"http://maven.apache.org/SETTINGS/1.0.0"     xmlns:xsi"http://www.w3.org/2001/XMLSchema
Wesley13 Wesley13
4年前
Java进阶篇设计模式之三
前言在上一篇(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fxuwujing%2Fp%2F9363142.html)中我们学习了工厂模式,介绍了简单工厂模式、工厂方法和抽象工厂模式。本篇则介绍设计模式中属于创建型模式的建造者模式和原型模式。
Wesley13 Wesley13
4年前
mysql——批量插入数据
要测试一下新功能,需要测试环境下的数据库有大量的数据,一个个插入显然不现实,需要了解一下存储过程https://www.cnblogs.com/endtel/p/5407455.html(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fendtel