编译与安装参考:http://www.cnblogs.com/openiris/p/3812443.html 注意事项:先下载安装完nasm和perl再打开控制台(需要将nasm安装路径添加到Path环境变量中)。 curl: https://curl.haxx.se/download/curl-7 ...
分类:
Web程序 时间:
2019-03-30 18:33:36
阅读次数:
383
写一个 setter 方法用于完成 @property (nonatomic, retain) NSString *name 写一个 setter 方法用于完成 @property (nonatomic, copy) NSString *name 答: // retain - (void)setNa ...
分类:
其他好文 时间:
2019-03-29 17:39:19
阅读次数:
291
部署环境主机节点清单服务器名ip地址etcdK8SserverK8snodenode01172.16.50.111YYnode02172.16.50.113YYnode03172.16.50.115YYnode04172.16.50.116Ynode05172.16.50.118Ynode06172.16.50.120Ynode07172.16.50.128Y版本信息Linux版本:CentOS7
分类:
其他好文 时间:
2019-03-28 23:02:53
阅读次数:
141
以home下安装为例,切换到home目录下 安装依赖 nginx相关依赖,, ,zlib 依赖库 ,OpenSSL安全套接字层密码库等 -y对所有的疑问都默认为 yes install 自动安装 make 编译二进制文件要用到的依赖 gcc和gcc-c++ 编译c/c++语言需要用到 PCRE ng ...
分类:
系统相关 时间:
2019-03-27 18:20:19
阅读次数:
211
功能说明 lsof 全名为list open files,也就是列举系统中已经被打开的文件,通过lsof命令,就可以根据文件找到对应的进程信息,也可以根据进程信息找到进程打开的文件。 【语法格式】 lsof [option] lsof [选项] 参数选项 解释说明 -c<进程名> 显示指定的进程名所 ...
分类:
系统相关 时间:
2019-03-24 17:20:18
阅读次数:
241
环境:centos7 版本:nginx最新版本 软件: ansible 作用: 进行批量执行不同机器上,进行安装nginx版本 检查脚本是否正确: [root@ansible-test ansible-yaml]# ansible-playbook --syntax-check nginx.yml ...
分类:
其他好文 时间:
2019-03-21 17:17:35
阅读次数:
512
1.Cobbler Install 安装前准备 关闭SELinux cat /etc/redhat-release setenforce 0 getenforce //得到的结果需要是:Permissive 如果不是,执行两步: sed -i "s#SELINUX=enforcing#SELINUX ...
分类:
其他好文 时间:
2019-03-19 23:08:52
阅读次数:
178
wgethttps://www.python.org/ftp/python/3.6.8/Python-3.6.8.tgztarzxvfPython-3.6.8.tgz./configure--prefix=/usr/local/python3--with-openssl--enable-optimizationsmake&&makeinstallln-s/usr/local/pyt
分类:
编程语言 时间:
2019-03-19 13:40:33
阅读次数:
182
error TS2585: 'Promise' only refers to a type, but is being used as a value here. Do you need to change your target library? Try changing the `lib` co ...
分类:
其他好文 时间:
2019-03-16 09:50:07
阅读次数:
2939