加载中
半自动鱼缸控制器

ESP8266 远程下发指令 简单下发

2020/05/11 19:46
267
NodeMCU快速开发

ubuntu环境的搭建、docker快速编译、esptool.py脚本编译

IDEA File and Code Templates 空白

IDEA File and Code Templates 空白,主要原因是升级jdk导致,在idea的配置文件idea64.properties中追加 -Djdk.util.zip.ensureTrailingSlash=false 重启即可 错误效果...

模板模式简单实现

参考RedisTemplate实现简单模板模式 package cn.****.spider.core.utils; import lombok.Getter; import lombok.Setter; /** * 功能:模板模式 * 作者:刘** * 联系:********@gmail.co...

2017/11/17 11:35
145
Owncloud安装与优化

搭建私有Owncloud云存储,如果没有云,使用本地服务安装一个linux系统,如果window上鼓捣,建议绕行。如果docker用户直接image即可省去搭建问题排查的时间。

Maven3 上传第三方jar(无源码)

主要处理无源码的jar,如果存在源码直接采用deploy进行发布即可。

跨域请求 Spring cross

因为项目需要,将图片服务器抽取到单独的服务器,走统一上传接口,因此涉及到跨域问题,技术采用:Spring CROSS,项目快速搭建使用SpringBoot

Jackson序列化的视图模板@JsonView

视图模板,作用于方法和属性上,用来指定哪些属性可以被包含在JSON视图中,@JsonIgnore和@JsonIgnoreProperties可以排除过滤掉不需要序列化的属性,可是如果一个POJO中有上百个属性,比如订单...

2016/08/04 13:36
1.7K
SpringBoot jsp idea 错误排查

使用SpringBoot,快速开发,当使用freemaker、thymeleaf、velocity模板时,比较简单,只需配置对应pom文件,将模板资源放在/src/main/resource/templates目录下即可,系统默认从这个目录加载...

Linux前期准备工作001

基于CentOS 6定制并整合私有软件、类库等

2014/05/27 09:30
143
Go 1.17.2 The selected directory is not a valid home for Go SDK

Golang IDE 2019 3.3 在增加 go sdk的时候 提示 The selected directory is not a valid home for Go SDK 解决方法 vi $GO_SDK/src/runtime/internal/sys/zversion.go const TheVersion = g...

Debug Springboot run listeners.starting() after skip

查看SpringBoot源码初始化时,进行debug调试,当在如下listeners.starting();后的try里面打断点,当执行到listeners.starting();后面的debug则无法进入。 后把Springboot的源码日志级别调整...

Linux iostat

统计系统运行状态,主要是对磁盘和cpu分析

tomcat优化

tomcat优化

2014/06/06 21:25
199
CentOS-语言设置

CentOS-语言设置

2014/06/06 17:19
304

没有更多内容

加载失败,请刷新页面

返回顶部
顶部