linux
文章平均质量分 78
amaicsdn
For life goes not backward or tarries with yesterday
展开
-
gop - Linux 终端快速跳转目录工具
gop - Linux 终端快速跳转目录工具 https://github.com/amailzl/gop 拉下代码,进入 代码根目录/shell/ 执行 ./worker init init成功后执行 source ~/.bash_aliases_gop 就可以在终端下使用gop去跳转目录 gop add [alias] [absPATH] example: gop add b /usr/local/bin gop del [alias] example: gop .原创 2020-09-25 14:16:48 · 383 阅读 · 0 评论 -
linux文件编程:fread fwrite
已知 file1 file2 x1 x2 x3... y1 y2 y3... x4 x5 x6... y4 y5 y6... ................ ................. file1 and file2行数列数相同 编程建立 file3 z1 z原创 2017-06-07 20:27:59 · 358 阅读 · 0 评论 -
通讯录1.5
利用Linux的系统调用进行文件编程 实现了通讯录的文件输出以及文件输入使得通讯录得以保存 1.修改了writefile函数,使得输出更美观 2.重写了init 函数,使得初始化时可以把文件中的通讯录读入链表 int init(node* head) { int n = 0; node p; node newnode = (node)malloc(sizeof(struct原创 2017-06-08 11:47:35 · 303 阅读 · 0 评论 -
通讯录(sqlite3 version)
#include #include #include #include char *errmsg; sqlite3 *DB; int ret; void create_DB(); void create_table(); void interface(); void operation(); void option(int*); void insert(); void delete(); voi原创 2017-07-01 22:35:22 · 667 阅读 · 0 评论 -
topic
1.create server and client; 2.client create two thread,one create random number between 0-50,the other create random number between 51-100,(1s interval, 10 times). 3.server recive number by one thr原创 2017-09-05 10:13:15 · 422 阅读 · 0 评论 -
给华为matebook13装ubuntu
1.windows硬盘分区 2.制作boot U盘 3.安装Ubuntu 4.修改重启default启动项 5.修改显卡驱动原创 2019-03-24 21:24:56 · 5180 阅读 · 1 评论