笑一个吧
grafana grafana
install在mac环境下安装。 安装 brew update brew install grafana 升级 brew update brew reinstall grafana 启动 brew services start
2019-11-20 the next page
proto buffer 学习 proto buffer 学习
简介protobuffer是与语言无关、与平台无关、可扩展的数据格式, 可用于数据通信及存储等, 比XML更小、更快、更简洁。 实战定义proto filesyntax = "proto3"; // this is request me
2019-11-14 the next page
spring boot maven plugin简介 spring boot maven plugin简介
Spring Boot Maven Plugin简介在pom.xml中引入<build> <plugins> <plugin> <groupId>org.springframewor
2019-05-19 the next page
python-菜鸟教程 python-菜鸟教程
语法 注释 以#开头, 或 ‘’’ 和 “””。 行与缩进 使用缩进来表示代码块, 同一个代码块的语句必须包含相同的缩进空格数。 缩进数的空格数不一致,会导致运行错误。 多行语句 语句很长,可以使用反斜杠\来实现多行语句。 total
2019-05-19 the next page
maven小知识-资源文件变量替换 maven小知识-资源文件变量替换
项目在不同环境下部署时,使用的属性是不同的,这时可以使用MAVEN进行资源文件的过滤,在打包时传递参数,打出适合部署在对应环境的资源文件。 如定义了如下资源文件: spring.env=${env} pom文件中可添加如下信息 <pr
2019-05-19 the next page
LDAP学习与介绍 LDAP学习与介绍
概念LDAP是轻量目录访问协议(Lightweight Directory Access Protocol)的缩写,其结构用树来表示,而不是用表格。它有优异的读性能,但写性能差,并且没有事务处理、回滚等复杂功能,不适于存储修改频繁的数据。
2019-04-04 the next page
3 / 5