会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
tlfox_2006
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
2017年8月14日
Linux_学习_Day1
摘要: 计算机体系结构: 运算器: 控制器 存储器, 内存, 编址 输出设备 输入设备 控制器:负责读取指令,并把数据读取到运算器中. 存储器:存放数据和指令. 程序是由指令和数据组成,存放在存储器中, 指令会告诉cpu/控制器,数据的存放位置. 传输数据是由控制总线控制. 加法器:负责数据运算,加数与被加
阅读全文
posted @ 2017-08-14 16:04 tlfox_2006
阅读(98)
评论(0)
推荐(0)
2017年8月12日
Python_Note_Day4_迭代器、装饰器
摘要: 装饰器: test1和test2是原代码。利用装饰器调用原功能。 import time def timer(func): #由于形参不能是函数,所以传入的最好是函数地址,而不是函数。 def deco(): start_time=time.time() func() #将函数的地址传入后,加上()
阅读全文
posted @ 2017-08-12 14:16 tlfox_2006
阅读(147)
评论(0)
推荐(0)
2017年8月3日
Linux_Networking_Network Check
摘要: Interface check ifconfig cat /etc/network/interface # interfaces(5) file used by ifup(8) and ifdown(8) #auto ens33#iface ens33 inet dhcpauto loiface l
阅读全文
posted @ 2017-08-03 19:49 tlfox_2006
阅读(373)
评论(0)
推荐(0)
Linux_Networking_restart network on Ubuntu
摘要: The following commands will assist you with network restart procedure on Ubuntu 16.04 Xenial Xerus Linux. We will start with the most recommended comm
阅读全文
posted @ 2017-08-03 19:43 tlfox_2006
阅读(467)
评论(0)
推荐(0)
2017年7月24日
email_fun.py
摘要: import smtplibfrom email.mime.text import MIMETextfrom email.utils import formataddr def mail(): ret = 123 try: msg = MIMEText('the mail contents', 'p
阅读全文
posted @ 2017-07-24 15:33 tlfox_2006
阅读(141)
评论(0)
推荐(0)
2017年7月22日
Python开发【第二篇】:初识Python
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2017-07-22 14:55 tlfox_2006
阅读(4)
评论(0)
推荐(0)
Python开发【第一篇】:目录
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2017-07-22 14:51 tlfox_2006
阅读(5)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
公告