*** errRun: ['which', 'controller'] /usr/local/bin/controller 0*** errRun: ['grep', '-c', 'processor', '/proc/cpuinfo'] 64 0*** Setting resource limit ...
分类:
其他好文 时间:
2020-07-13 11:28:41
阅读次数:
74
一. 创建远程仓库 二. 创建本地仓库 a. 配置.gitignore b. git init c. git add . d. git commit -m "备注" 三. 将本地仓库推送到远程仓库 git remote add origin url git push origin master 四. ...
分类:
其他好文 时间:
2020-07-13 09:58:46
阅读次数:
60
问题出现: 在eclipse中pull项目至github上出现该问题 查看报错日志 org.eclipse.jgit.api.errors.TransportException: https://github.com/muzhiyi1996/test1.git: cannot open git-up ...
分类:
Web程序 时间:
2020-07-12 22:33:02
阅读次数:
155
用pixel 2 XL刷官方镜像,结果不断提示getvar:all FAILED (remote: 'unknown command'),搜了半天没发现有什么解决方案,最后根据Google搜到的一些零星的结果硬把坑踩过去了。 重点主要就两点: 1.platform-tools版本不能高于26 2.A ...
分类:
移动开发 时间:
2020-07-12 19:15:48
阅读次数:
138
[root@kunpeng82 mininet]# ls /lib/systemd/system/zebra.service /lib/systemd/system/zebra.service [root@kunpeng82 mininet]# vi /lib/systemd/system/zebr ...
分类:
其他好文 时间:
2020-07-12 14:15:10
阅读次数:
68
开源地址: git地址:https://gitee.com/aprl/kmx-MP4 git clone https://gitee.com/aprl/kmx-MP4.git Cloning into 'kmx-MP4'... remote: Enumerating objects: 21, don ...
分类:
其他好文 时间:
2020-07-12 01:02:31
阅读次数:
76
get_shell 难度系数: 6.0 题目描述:运行就能拿到shell呢,真的 题目场景: 220.249.52.133:57808 题目附件: 链接:https://pan.baidu.com/s/13OAHCWRew06-jZINlvVUtA 提取码:eodj 直接拖进IDA64(如果是32位 ...
分类:
系统相关 时间:
2020-07-11 09:40:28
阅读次数:
72
inter process communication one host: signal semaphor shm: shared memory different host: rpc: remote procedure call 同样基于socket socket ...
分类:
其他好文 时间:
2020-07-11 00:17:33
阅读次数:
85
HTTP 超文本传输协议 http协议由http请求和http响应组成 Servlet: server applet 使用Java语言编写的运行在服务器端的小程序Servlet是一种规范,本质就是一种接口定义了Java类被浏览器访问到Tomcat的规则 Servlet 本质是一个接口类, 有抽象方法 ...
分类:
其他好文 时间:
2020-07-10 21:30:42
阅读次数:
80
有时候确实是密码输入错误,登陆gitlab重置下密码。 gitlab的https用户定义密码认证方式被关闭了,那就改成ssh方式在项目根目录: git remote set-url origin git@git.example.com:test.git 将项目从https源换成ssh 本机生成SSH ...
分类:
数据库 时间:
2020-07-10 21:01:20
阅读次数:
311