首页
学习
活动
专区
工具
TVP
发布

BPM云

专栏作者
16
文章
17866
阅读量
20
订阅数
Ubuntu 设置svn 并启用svn
修改vim /etc/apache2/mods-available/dav_svn.conf
用户2187945
2019-03-13
9580
Ubuntu 14.04 使用windows 8.1共享文件夹(转)
几天一直因为装不上vm tools而苦恼,其实有其他的替代方案,只是搞不定的话心里一直有个疙瘩
用户2187945
2019-03-13
1.3K0
Ubuntu 14.04 下配置node js和npm
一、手动 安装方法===================================== 
用户2187945
2019-03-13
5570
Docker使用非root用户(转)
通常我们使用Docker的时候都是使用的root,官方说法如下: The docker daemon binds to a Unix socket instead of a TCP port. By default that Unix socket is owned by the user root and other users can access it with sudo. For this reason, docker daemon always runs as the root user. 
用户2187945
2019-03-13
1.7K0
MySQL架构设计谈:从开发规范、选型、拆分到减压(转)
http://mini.eastday.com/mobile/170809003639242.html
用户2187945
2019-03-13
8350
源码方式安装go
https://golang.org/doc/install/source#environment
用户2187945
2019-03-13
7420
Linux debug问题
命令行解决方法:go build -tags nopkcs11 LiteIDE解决办法:编译环境-》自定义-》BUILDARGS:-i -tags nopkcs11
用户2187945
2019-03-13
1.3K0
Mac安装多版本go
安装最新版如1.10.3 brew install go unlink brew unlink go  安装1.9.3 brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/4ba973d04d167a990524f3d52c128c0c843d1931/Formula/go.rb 如何找到版本对应的rb brew info go 得到rb地址拷贝到浏览器如 https://github.com/Homebrew/home
用户2187945
2019-03-13
3.1K0
Hyperledger blockchain-explorer初探
确保文件/opt/gopath/src/github.com/hyperledger/blockchain-explorer/app/persistance/postgreSQL/db/pgconfig.json中配置和真实环境匹配。
用户2187945
2019-03-13
1.2K0
sbt网络问题解决方案
转自:http://dblab.xmu.edu.cn/blog/maven-network-problem/
用户2187945
2019-03-13
5780
Ubuntu 16.04 安装Hyperledger/Fabric 1.0.2
1. 修改deb更新地址 略 2. 安装docker sudo apt-get install docker 3. 安装curl sudo apt-get install curl 4. 安装go 下载go安装包 wget https://storage.googleapis.com/golang/go1.9.linux-amd64.tar.gz 解压 tar -C /usr/local -xzf go1.9.linux-amd64.tar.gz 环境变量设置见第5步。 5. 安装nodejs 从这里下 h
用户2187945
2018-06-27
7390
Ubuntu 16.04 安装Hyperledger/Fabric 1.1.0 Preview
前提,安装docker, curl, go,nodejs,jdk,参考https://my.oschina.net/u/1760711/blog/1530513 1. 下载 运行 https://github.com/hyperledger/fabric/blob/master/scripts/bootstrap.sh $ cd ~/dev/hyperledger $ ./bootstrap.sh 这个脚本中内置了一个版本,我运行的时候是1.0.4。 2. 设置GOPATH为/opt/gopath,因为ex
用户2187945
2018-06-27
5810
Ubuntu 16.04 安装Gitlab
2. 1. 准备 sudo apt-get update sudo apt-get install -y curl openssh-server ca-certificates sudo apt-get install -y postfix curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash 修改地址 vi /etc/apt/sources.list.d/gitlab
用户2187945
2018-06-27
1.4K0
HyperLedger Fabric 错误记录
错误1: 在阿里云机器上运行环境: [signal SIGSEGV: segmentation violation code=0x1 addr=0x63 pc=0x7fecd68ca259 需要修改所有相关docker容器yaml文件,在environment中加入 image: hyperledger/fabric-peer environment: - GODEBUG=netdns=go 参考 https://segmentfault.com/q/10100000114513
用户2187945
2018-06-27
1.3K0
Cordova一些问题
1. 2018年4月运行以前的cordova项目出错,新建项目也不行 node v6.10.4下,将cordova卸载,然后重装6.3.1 $ cnpm uninstall -g cordova $ cpnm i -g cordova@6.3.1 $ cordova create xxx 2. 构建项目出错 FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':CordovaLib:p
用户2187945
2018-06-27
1.1K0
Jenkins错误记录
1. 2018.5新下载的jenkins,启动tomcat必须使用jdk8 2. 启动后提示无法连接,原因是jenkins不知道从系统什么地方检索到了代理配置,连不上,去掉代理 3. 启动后插件错误,进入系统管理,可更新插件,最下边点击全选,选择下载下次重启安装,等待下载完成后重启。
用户2187945
2018-06-27
3610
没有更多了
社区活动
腾讯技术创作狂欢月
“码”上创作 21 天,分 10000 元奖品池!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档