To be a better coder
发布时间:2018-12-29 10:39:37
在python中有如下代码: class father(): def __init__(self,age): self.age = age; def get_age(self):  .........【阅读全文】
发布时间:2018-12-15 15:03:53
Linux中Python环境变量的设置Python环境变量的查看与添加这种添加python path环境变量的方式,只在当前脚本程序范围内起作用。若要在整个Linux环境中起作用,就要添加设置Linux的PYTHONPATH变量。jxj@ubuntu1:~/TFFRCNN$ pythonPython 2.7.12 (default, Nov 19 2016, 06:48:10) [GCC 5.4.0 20160609] on li.........【阅读全文】
发布时间:2020-06-19 09:44:10
一、python3写一个http接口服务,给别人调用3 这次选择fastapi,FastAPI是一个现代的、快速(高性能)的web框架,用于基于标准Python类型提示使用Python 3.6+构建api。具有快速、快速编码、更少的错误、直观、简单、简便、健壮。简易而且本地win10能够跑起来。二、FastAPI的get接口代码实.........【阅读全文】
发布时间:2020-07-09 09:38:37
https://www.cnblogs.com/a00ium/p/13198398.html......【阅读全文】
发布时间:2019-09-21 10:41:49
root@60467818e879:/usr/local/lib/python2.7/dist-packages/ryu/lib# vi ofctl_v1_3.pydef get_arp_stats(dp, waiters, port=None, vlanid=None, mac=None, ip=None, to_user=True): print("send arp message arp message arp message arp message arp message arp message") dat.........【阅读全文】