会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
shenfr
博客园
首页
新随笔
新文章
联系
管理
订阅
2019年2月1日
jq
摘要: jq的使用 https://blog.csdn.net/u011641885/article/details/45559031 jq [options] filter [files]**options:**--version:输出jq的版本信息并退出--slurp/-s:读入整个输入流到一个数组。-
阅读全文
posted @ 2019-02-01 09:53 shenfr
阅读(229)
评论(0)
推荐(0)
2019年1月29日
json、demjson
摘要: 一、json 概述: json.dumps():将 Python 对象编码成 JSON 字符串, dic -> json str json.dump() :将 Python 对象保存成 JSON 字符串格式到文件中。 json.loads() :将已编码的 JSON 字符串解码为 Python 对象
阅读全文
posted @ 2019-01-29 16:38 shenfr
阅读(2452)
评论(0)
推荐(0)
2019年1月3日
multiprocessing
摘要: multiprocessing multiprocessing模块是跨平台版本的多进程模块。 multiprocessing模块提供了一个Process类来代表一个进程对象。 multiprocessing模块提供了一个Pool类,可以提供指定数量的进程供用户调用。 Python的multiproc
阅读全文
posted @ 2019-01-03 09:24 shenfr
阅读(250)
评论(0)
推荐(0)
2018年12月12日
argparse
摘要: https://docs.python.org/3/library/argparse.html 使用步骤: import argparse import argparse parser=argparse.ArgumentParser(description="test the argparse!")
阅读全文
posted @ 2018-12-12 21:31 shenfr
阅读(166)
评论(0)
推荐(0)
公告