logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Opening socket connection to server 192.168.153.12/192.168.153.12:2181.Will not attempt to authentic

通过zookeeper搭建dubbo注册中心遇到的问题:在linux下安装,配置并启动zookeeper。在window环境下启动服务提供方时,未成功启动,报以下错误:Opening socket connection to server 192.168.153.128/192.168.153.128:2181.Will not attempt to authentic2017-...

Angular 中提示 - CommonJS or AMD dependencies can cause optimization bailouts warning

utils\sm2.ts depends on 'sm-crypto'. CommonJS or AMD dependencies can cause optimization bailouts.

文章图片
#angular.js#javascript#前端
Git-子模块

背景:有种情况我们经常会遇到:某个工作中的项目需要包含并使用另一个项目。 也许是第三方库,或者你独立开发的,用于多个父项目的库。 现在问题来了:你想要把它们当做两个独立的项目,同时又想在一个项目中使用另一个。这时候就用到了git的子模块git submodule命令。常用的git submodule命令:添加为当前工程添加submodule,命令如下:git submodule add 仓库地址

#git#node.js
运行npm install 时,卡在sill install loadAllDepsIntoIdealTree不动

1. npm install一直停留在fetchMetadata: sill mapToRegistry uri http://registry.npmjs.org/whatwg-fetch可以使用如下命令设置为淘宝的镜像源:npm config set registry https://registry.npm.taobao.org2. 使用如下命令检验是否成功:npm co...

使用maven整合ssm框架,提示找不到 org.springframework.web.servlet.DispatcherServlet

解决办法:SSM+Maven 项目运行时,提示找不到 org.springframework.web.servlet.DispatcherServlet 今天在运行SSM项目的时候,死活报一个错误:HTTP Status 500 - Error instantiating servlet class org.springframework.web.servlet.Dispatche...

前端实现轮询

方法一:简单实现componentDidMount() {this.props.countFxMissionByStatus();countSwiftMessage();}componentWillReceiveProps(nextProps) {const {location} = nextProps;// 判断页面然后在更新的周期中实现轮询const isSwiftManage = locat

#react.js#javascript
到底了