会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
袁骞骞
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
···
22
下一页
2018年5月11日
IOT-web替换某一个前台版本
摘要: 比如 替换endpoint 1,首先改写 package.json文件,记得去掉^,改写成某一个版本 2、删除相应的内容 3、执行 npm install 4、最后 build
阅读全文
posted @ 2018-05-11 09:19 袁骞骞
阅读(130)
评论(0)
推荐(0)
2018年5月9日
keycloak
摘要: keycloak报错, 少了配置项 keycloak.enabled=ture 找不到 publicKey, 1 ping不通 认证中心,2 网络不好
阅读全文
posted @ 2018-05-09 16:04 袁骞骞
阅读(187)
评论(0)
推荐(0)
2018年4月26日
emq数据库插件
摘要:
阅读全文
posted @ 2018-04-26 11:05 袁骞骞
阅读(294)
评论(0)
推荐(0)
查看npm仓库版本号
摘要: http://repo.inspur.com:8081/artifactory/webapp/#/artifacts/browse/simple/General/thirdparty iop 找到现在的版本号 222222222222222222
阅读全文
posted @ 2018-04-26 09:16 袁骞骞
阅读(624)
评论(0)
推荐(0)
2018年4月24日
eclipse回退到上个版本
摘要: 在 team->show in history 中 选择版本,执行Revert Commit,然后push 到master,这样就可以了
阅读全文
posted @ 2018-04-24 16:30 袁骞骞
阅读(1099)
评论(0)
推荐(0)
2018年4月8日
前端-图标库
摘要: https://suppore.cn/166.html
阅读全文
posted @ 2018-04-08 16:39 袁骞骞
阅读(123)
评论(0)
推荐(0)
2018年4月3日
IOT专用IOP平台
摘要: 10.110.20.200(iot) root 789a? centos7 给展湾paul,iot-hub 10.110.20.199(iot) root centos6.7 emq 10.110.20.181(iot) root centos7 给陈澔 马辰? 10.110.20.182(iot)
阅读全文
posted @ 2018-04-03 15:34 袁骞骞
阅读(366)
评论(0)
推荐(0)
2018年4月2日
常用的正则表达式
摘要: http://www.jb51.net/article/72867.htm 一、校验数字的表达式 1 数字:^[0-9]*$ 2 n位的数字:^\d{n}$ 3 至少n位的数字:^\d{n,}$ 4 m-n位的数字:^\d{m,n}$ 5 零和非零开头的数字:^(0|[1-9][0-9]*)$ 6
阅读全文
posted @ 2018-04-02 10:11 袁骞骞
阅读(126)
评论(0)
推荐(0)
2018年3月29日
spring data jpa方法命名规则
摘要: https://blog.csdn.net/sbin456/article/details/53304148
阅读全文
posted @ 2018-03-29 11:20 袁骞骞
阅读(338)
评论(0)
推荐(0)
2018年3月26日
时间戳和字符串转换
摘要: import java.text.ParseException;import java.text.SimpleDateFormat;import java.util.Date; public class test { public static void main(String[] args) {
阅读全文
posted @ 2018-03-26 15:06 袁骞骞
阅读(1110)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
···
22
下一页
公告