摘要: Keywords KeywordArgumentsDocumentation Add New Sheet newsheetname Creates and appends new Excel worksheet using the new sheet name to the current work 阅读全文
posted @ 2020-01-09 18:18 燕十三丶 阅读(552) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_38374974/article/details/82704169 阅读全文
posted @ 2020-01-09 17:04 燕十三丶 阅读(378) 评论(0) 推荐(0) 编辑
摘要: pip --default-timeout=100 install ××× 阅读全文
posted @ 2020-01-09 16:12 燕十三丶 阅读(1248) 评论(0) 推荐(0) 编辑
摘要: var quickSort = function(arr) { if (arr.length <= 1) { return arr; } var pivotIndex = Math.floor(arr.length / 2); var pivot = arr.splice(pivotIndex, 1 阅读全文
posted @ 2020-01-09 09:56 燕十三丶 阅读(217) 评论(0) 推荐(0) 编辑
摘要: order by 是按表中某字段排列表中数据group by 是按某些字段分类。 阅读全文
posted @ 2020-01-09 09:44 燕十三丶 阅读(365) 评论(0) 推荐(0) 编辑
摘要: 1.ls命令,-a参数可以看到隐藏文件,-l参数可以看到详细信息 2.linux下kill掉所有python进程 ps -ef | grep .python | awk '{print $2}'|xargs kill -9 ps查看所有进程,grep 查找所有.python的进程,awk 输出第二列 阅读全文
posted @ 2020-01-09 09:39 燕十三丶 阅读(959) 评论(0) 推荐(0) 编辑
AmazingCounters.com