摘要: 1.切片访问和整形访问的区别 你可以同时使用整型和切片语法来访问数组。但是,这样做会产生一个比原数组低阶的新数组 阅读全文
posted @ 2017-12-25 09:02 酸奶加绿茶 阅读(270) 评论(0) 推荐(0) 编辑
摘要: CMD 输入shutdown -s -t 7200这个命令,大家可以自已设置7200这个时间,自己算一下60分钟=3600秒; 阅读全文
posted @ 2017-12-25 01:00 酸奶加绿茶 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 1.用python实现快速排序 遇到的问题:1.TypeError: list indices must be integers or slices, not float 答案:In Python 3.x, the / operator performs floating point divisio 阅读全文
posted @ 2017-12-25 00:19 酸奶加绿茶 阅读(435) 评论(0) 推荐(0) 编辑