码迷,mamicode.com
首页 >  
搜索关键字:pkg    ( 1173个结果
osmocombb环境搭建笔记以及自己遇到的一些问题总结
0x1:安装相关依赖环境 0x2:armtoolchain编译交叉环境我的环境目录为/root/osmcombb/armtoolchain 准备下面3个文件 binutils-2.21.1a.tar.bz2 gcc-4.5.2.tar.bz2 newlib-1.19.0.tar.gz 建3个文件夹 ...
分类:其他好文   时间:2017-11-02 00:57:03    阅读次数:309
kubernetes 1.8 高可用安装(一)
1、创建证书1.1安装cfssl工具wgethttps://pkg.cfssl.org/R1.2/cfssl_linux-amd64 wgethttps://pkg.cfssl.org/R1.2/cfssljson_linux-amd64 chmod+xcfssl_linux-amd64cfssljson_linux-amd64 mvcfssl_linux-amd64/usr/local/bin/cfssl mvcfssljson_linux-amd64/usr/local/bin/cfss..
分类:Web程序   时间:2017-11-01 00:06:26    阅读次数:290
Pthon No module named pkg_resources
好记性不如烂笔头。 I encountered the same ImportError today while trying to use pip. Somehow the setuptools package had been deleted in my Python environment. ...
分类:其他好文   时间:2017-10-30 15:56:25    阅读次数:211
ubuntu16.04安装opencv2.4.13
1.更新 2.安装关联库 2.1 搭建C/C++编译环境 2.2 相关库(支持读写视频\python相关) 2.3 安装cmake 2.4 安装pkg-config(提供从源代码中编译软件时查询已安装的库时使用的统一接口的计算机软件) 3.下载opencv 链接: 我下载的是opencv2.4.13 ...
分类:系统相关   时间:2017-10-29 18:40:48    阅读次数:293
macbook下 go 语言的 helloworld
go语言开发的目录一般go语言$GOPATH 目录约定有三个子目录: src 存放源代码(比如:.go .c .h .s等) pkg 编译后生成的文件(比如:.a) bin 编译后生成的可执行文件(为了方便,可以把此目录加入到 $PATH 变量中,如果有多个gopath,那么使用${GOPATH// ...
分类:编程语言   时间:2017-10-26 20:05:36    阅读次数:303
Golang 引用库中含有初始化代码时如何引用
简单点说吧,要在引用库前加'_'符号 给出示例 //foo.go // /usr/local/go/pkg/src/foo/foo.go package foo import "fmt" type Foo struct { Id int Name string } func init() { f : ...
分类:其他好文   时间:2017-10-26 18:08:43    阅读次数:234
解决安装虚拟环境出现的问题(OSError: Command /home/python/.virtua...ngo3_web/bin/python3 - setuptools pkg_resources pip wheel failed with error code 2)
解决安装虚拟环境出现的问题(OSError: Command /home/python/.virtua...ngo3_web/bin/python3 - setuptools pkg_resources pip wheel failed with error code 2) ...
分类:编程语言   时间:2017-10-25 11:29:37    阅读次数:2661
linux-指定特殊域去重
测试数据: 2017-10-24 14:14:11:1123 [ INFO] order_type=add,order_id=9152017-10-24 14:14:11:1123 [ INFO] order_type=close,order_id=9152017-10-24 14:14:11:11 ...
分类:系统相关   时间:2017-10-24 19:35:35    阅读次数:176
linux-满足多字符条件统计行数
测试数据: 2017-10-24 14:14:11:1123 [ INFO] order_type=add,order_id=9150882564978710367790292017-10-24 14:14:11:1123 [ INFO] order_type=close,order_id=9150 ...
分类:系统相关   时间:2017-10-24 18:15:53    阅读次数:217
saltstack操作远程执行命令报错:“is running as PID 113257 and was started at”的解决
执行命令没有成功:[root@linux-node1base]#salt‘*‘state.slsweb.apache linux-node2.example.com: ---------- ID:apache-install Function:pkg.installed Name:httpd Result:True Comment:Packagehttpdisalreadyinstalled Started:13:10:00.987726 Duration:5236.443ms Change..
分类:其他好文   时间:2017-10-24 11:21:23    阅读次数:1057
1173条   上一页 1 ... 59 60 61 62 63 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!