导航

2019年6月16日

摘要: ftok shmget shmat shmdt shmctl 阅读全文

posted @ 2019-06-16 17:52 stumn 阅读(160) 评论(0) 推荐(0)

2019年4月12日

摘要: //这是leetcode的第一道题,这里假设nums是有序数列 //等我学会了排序再加上无序序列的查找 #include<iostream>#include<vector>using namespace std;vector<int> nums{ 1, 3, 6, 9 };int target = 阅读全文

posted @ 2019-04-12 12:01 stumn 阅读(135) 评论(0) 推荐(0)

2018年3月13日

摘要: 模块和包 阅读全文

posted @ 2018-03-13 17:31 stumn 阅读(103) 评论(0) 推荐(0)

2018年3月12日

摘要: 1.用户锁定程序 要求:1.将用户名和密码存在一个文件中; 2.当用户名不匹配时,询问用户是否新建账号; 3.用户输入密码错误三次,将用户名移入锁定文件中,不得登录; 4.管理员可查看各账号文件,并且可以选择是否将锁定的用户移出锁定文件。(暂时没有实现) 1 #user:{"seller":1234 阅读全文

posted @ 2018-03-12 21:58 stumn 阅读(144) 评论(0) 推荐(0)

2018年3月11日

摘要: 类,是类,是类,就是类 阅读全文

posted @ 2018-03-11 21:11 stumn 阅读(185) 评论(0) 推荐(0)

2018年3月8日

摘要: 商品买卖程序 多级菜单程序 阅读全文

posted @ 2018-03-08 12:13 stumn 阅读(226) 评论(0) 推荐(0)

2018年3月6日

摘要: 装饰器 生成器 迭代器 匿名函数 高阶函数 内置函数 json&pickle 软件目录结构规范 阅读全文

posted @ 2018-03-06 14:41 stumn 阅读(142) 评论(0) 推荐(0)

摘要: 集合 文件读写 编码 全局与局部变量 递归 阅读全文

posted @ 2018-03-06 10:31 stumn 阅读(145) 评论(0) 推荐(0)

2018年2月28日

摘要: 杂谈 列表 字符串 字典 阅读全文

posted @ 2018-02-28 18:46 stumn 阅读(131) 评论(0) 推荐(0)

2018年2月27日

摘要: 配置默认设置 字符编码 输出的格式 阅读全文

posted @ 2018-02-27 00:43 stumn 阅读(132) 评论(0) 推荐(0)