- 博客(5)
- 收藏
- 关注
原创 zookeeper集群启动时报Connection refused错误
zookeeper集群启动时报错Cannot open channel to 3 at election address zk03/192.168.128.103:3888java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method)...
2018-07-31 17:27:33 1970
原创 前端开发相关--持续更新
react-devtools 安装需要管理员权限的cmd进行安装,否则报错。react-devtools依赖于electron,而electron需要到国外服务器下载二进制包,所以国内用户这一步很可能会卡住。此时请在环境变量中添加electron专用的国内镜像源:ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/",然后再尝试安装re...
2018-02-11 22:27:37 176
原创 angular要点
html不能直接掉service.ts,应该通过component的ts来访问service。将service.ts类对象引用注入到component.ts的构造方法中即可,默认情况下注入的形式为单例。 另外要想让html中能访问到messageService,必须将其定义为public constructor(public messageService: MessageService) {
2018-01-01 10:28:53 240
原创 导致Invalid bound statement (not found)异常的非常隐蔽的错误位置
注意在spring配置文件中”basePackage” 属性包名的指定
2017-12-21 10:37:10 7796
原创 docker阿里云注意事项
1.登录阿里云docker registry:$ sudo docker login --username=用户名 registry.cn-hangzhou.aliyuncs.com2. docker tagdocker tag hello-world registry.cn-hangzhou.aliyuncs.com/a/b:ver1docker tag 时,注意后面地址写法,a是命名空间,b
2017-11-30 10:16:30 604
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人