随笔分类 -  转载

摘要:https://www.cnblogs.com/moonbaby/p/12202208.html def show_1(**kargs): for item in kargs.items(): print(item)user_dict = {'k1':123,'k2':456} show_1(**u 阅读全文
posted @ 2020-08-16 12:04 峡谷恶霸 阅读(173) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/z_feng12489/article/details/89433878?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-8.nonecase 阅读全文
posted @ 2020-08-11 18:02 峡谷恶霸 阅读(286) 评论(0) 推荐(0)
摘要:https://www.jianshu.com/p/7d1855cd916f def signal(sig, action): # real signature unknown; restored from __doc__ """ signal(sig, action) -> action Set 阅读全文
posted @ 2020-08-11 17:37 峡谷恶霸 阅读(195) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/kadycui/p/11838590.html https://blog.csdn.net/sinat_38068807/article/details/86519944 阅读全文
posted @ 2020-08-11 13:57 峡谷恶霸 阅读(207) 评论(0) 推荐(0)
摘要:https://www.liaoxuefeng.com/wiki/897692888725344/923030542875328 阅读全文
posted @ 2020-08-11 09:57 峡谷恶霸 阅读(77) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/viviliao_/article/details/79647358 阅读全文
posted @ 2020-08-11 09:37 峡谷恶霸 阅读(420) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/dangkai/p/10758056.html D:\pycharm\alex-learn\unittest>python -m alex2__init__ called !__main__.py called D:\pycharm\alex-lear 阅读全文
posted @ 2020-08-10 16:29 峡谷恶霸 阅读(288) 评论(0) 推荐(0)
摘要:https://www.jianshu.com/p/abed4e1c0db9 https://www.cnblogs.com/tianshu/p/10228270.html 阅读全文
posted @ 2020-08-10 16:13 峡谷恶霸 阅读(190) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/xueweihan/p/5118222.html https://www.jb51.net/article/174005.htm 导入一个叫 mod1 的模块时,解释器先在当前目录中搜索名为 mod1.py 的文件。如果没有找到的话,接着会到 sys. 阅读全文
posted @ 2020-08-10 16:04 峡谷恶霸 阅读(389) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/amize/articles/13251738.html 阅读全文
posted @ 2020-08-10 10:43 峡谷恶霸 阅读(92) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/nitibu/article/details/48161339 阅读全文
posted @ 2020-08-06 15:54 峡谷恶霸 阅读(122) 评论(0) 推荐(0)
摘要:原文地址:https://github.com/kirang89/pycrumbs/blob/master/pycrumbs.md https://blog.csdn.net/Together_CZ/article/details/65934646 阅读全文
posted @ 2020-08-05 14:27 峡谷恶霸 阅读(121) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/nyist-xsk/p/8286941.html 阅读全文
posted @ 2020-08-05 12:10 峡谷恶霸 阅读(194) 评论(0) 推荐(0)
摘要:https://www.jianshu.com/p/63f09d1221a8 https://blog.csdn.net/cassiepython/article/details/76653897 阅读全文
posted @ 2020-08-05 10:46 峡谷恶霸 阅读(83) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/mojiexiaolong/p/6828616.html 阅读全文
posted @ 2020-08-05 10:34 峡谷恶霸 阅读(84) 评论(0) 推荐(0)
摘要:https://www.zhihu.com/question/314112690 关键点就一个:要在虚拟环境里安装pyinstaller 如果你没有在虚拟环境中安装pyinstaller,你同样可以使用pyinstaller命令,但是调用的是你系统原本的那个python编译器,内含很多关联库,导致即 阅读全文
posted @ 2020-08-03 12:43 峡谷恶霸 阅读(163) 评论(0) 推荐(0)
摘要:Linux下查看系统上次启动时间命令:last reboot/ who -b /uptime 阅读全文
posted @ 2020-08-03 09:58 峡谷恶霸 阅读(1225) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/justlpf/article/details/80703763 阅读全文
posted @ 2020-08-01 11:10 峡谷恶霸 阅读(161) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/youngerchina/archive/2011/12/15/5624646.html https://www.cnblogs.com/chinacloud/archive/2011/02/16/1955910.html 阅读全文
posted @ 2020-08-01 11:03 峡谷恶霸 阅读(280) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/weixin_40039738/article/details/81867577 POSIX表示可移植操作系统接口(Portable Operating System Interface of UNIX,缩写为 POSIX ),POSIX标准定义了操作系统 阅读全文
posted @ 2020-08-01 10:47 峡谷恶霸 阅读(180) 评论(0) 推荐(0)