清风飒影
Biography
This user hasnt filled in their personal biography yet...
Published 25 articles
Joined on 2024-01-11
通用Dockerfile定义
maven插件配置 <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSche
- 2024-01-12
- 4
- 0
- 24.4℃
MyBatis-Plus 3.x自定义生成controller entity模板
需求: controller 生成基本的CRUD方法 entity在日前字段上添加@JsonFormat( pattern = "yyyy-MM-dd HH:mm:ss")的注解,同时添加lombok的基本注解 将controller.java.vm entity.java.vm 模板放到项目/sr
- 2024-01-12
- 7
- 0
- 24.7℃
shell记录
创建hbase表
create 'vehicle_temp', 'temperature'
预分区
create 'vehicle_temp', 'temperature', SPLITS => ['10', '20', '30', '40']
[root@bigdata16 ~]# hado
- 2024-01-12
- 7
- 0
- 24.7℃
基于Storm Hbase 流式计算与存储的TPS6000调优
GC情况 因业务不断增长,为了保证数据正常存储,对现有系统做改造与压力测试、调优
目标:承载同时在线5万个设备上传GPS(平均10秒一次)
目前GPS上传频率为10~60秒,保有量按10万计算,同时在线运行按1/2算,则,TPS5000即可保证10万设备正常运行。
- 2024-01-12
- 21
- 0
- 26.1℃
装修装饰公司,工长CRM管理系统
注:从github移植2015年文章存入私有云.创建于2015年 http://cao-bin.github.io/article/2015/01/crm/ 用于规范工作流,方便客户回访记录管理。 业务对象 1. 员工(业务员+主管):用户名,密码,姓名,ids,uuid(自增),创建时间
2.
- 2024-01-12
- 9
- 0
- 24.9℃