摘要: ```cpp#include int a;int main(){ return 0;}``` 阅读全文
posted @ 2019-12-28 22:00 kirito1 阅读(143) 评论(1) 推荐(0) 编辑
摘要: grep 如果file缺省,会从 stdin 读取 例子 用到再说 阅读全文
posted @ 2019-12-28 18:52 kirito1 阅读(231) 评论(0) 推荐(0) 编辑
摘要: git "wiki" git 结构 :工作区 ,可以 到`index` :暂存区 ,可以 到`Repository` :本地仓库 ,可以 到 ,`checkout Workspace` :远程仓库 ,可以 到`Workspace clone Repository` 创建一个本地仓库 选择一个文件夹 阅读全文
posted @ 2019-12-28 18:22 kirito1 阅读(185) 评论(0) 推荐(0) 编辑
摘要: curl 例子 curl 也支持 ftp 下载文件: `curl LO http://www.example.com/pic[1 5].JPG` 循环下载 使用代理: post请求: `curl d'login=kirito' d'password=123' https://google.com/l 阅读全文
posted @ 2019-12-28 16:54 kirito1 阅读(3575) 评论(0) 推荐(0) 编辑
摘要: 觉得以前写的东西很幼稚。。。。跑这躲一躲 阅读全文
posted @ 2019-12-28 16:45 kirito1 阅读(215) 评论(0) 推荐(0) 编辑