pid_max的分析和修改
pid\max内核源码处理分析以linux3.2.6为例子分析init/main.c:asmlinkagevoidinitstartkernel(void)kernel/pid.c:voidinitpidmapinit(void)voidinitpidmapinit(void)/bumpdefaultandmi
Stella981 Stella981
4年前
Golang 实现curl
  Linux很常用的curl命令,在golang中可以使用net/http来实现模拟get请求  funcGet(urlstring)(resp\Response,errerror)packagemainimport("fmt""io/ioutil"
Stella981 Stella981
4年前
CentOS7安装配置redis
一.安装必要包yuminstallgcc二.linux下安装下载wgethttp://download.redis.io/releases/redis3.0.0.tar.gztarzxvfredis3.0.0.tar.gzcdredis3.0.0如果不加
Stella981 Stella981
4年前
Debian9 下卸载 MariaDB 并安装 Mysql8
因为部分字段需要使用json格式,所以需要MySql8!linux:Debian9mysql:8.0.13完全卸载mariaDBsudoaptgetpurgemariadb这是卸载mysqlsudoaptgetpurgemysql\弹出保留Maria
Easter79 Easter79
4年前
SVN迁移GitLab
SVN迁移GitLab一、环境准备1.准备一台linux服务器2.安装git和gitsvnyuminstallygityuminstallygitsvn二、导出SVN工程gitsvnclonehttp://xx
Wesley13 Wesley13
4年前
(gnome
如题,远程登录到linux服务器,执行gitclonehttps://git.oschina.net/chenjianlong/JRoll2.git//报错(gnomesshaskpass:609):GtkWARNING:cannotopendisplay:解决方案1:
Wesley13 Wesley13
4年前
2、二进制部署kubernetes集群(下篇)
1.k8S核心资源管理方法1.1.陈述式资源管理方法1.1.1.管理名称空间资源1.1.1.1.查看名称空间root@hdss721~kubectlgetnamespaceNAMESTATUSAGE
Stella981 Stella981
4年前
Robot Framework + Pywinauto 框架实现Windows GUI Automation
作者:Daly出处:http://www.cnblogs.com/daly欢迎转载,也请保留这段声明。谢谢! 最近刚给WindowsGUIautomation项目介的实现框架,总结记录一下,供以后查看。RobotFramework isagenerictestautomationframeworkforacc
Stella981 Stella981
4年前
SVN迁移GitLab
SVN迁移GitLab一、环境准备1.准备一台linux服务器2.安装git和gitsvnyuminstallygityuminstallygitsvn二、导出SVN工程gitsvnclonehttp://xx
Stella981 Stella981
4年前
MacOS 下写Lua FFI 动态链接库dylib生成
myffi.cintadd(intx,inty){returnxy;}生成object文件 cccmyffi.c  生成动态链接库,Mac下后缀是dylib,Linux是so,Windows是dlllibtooldynamicolibmyff