会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jelly_lyj
Thoughts, Stories and Ideas.
Jelly_lyj
An Operation & Maintenance Engineer;
|
Github
|
Facebook
|
Twitter
|
Google+
|
5433700613" target="_blank">Google+ |
Jelly_lyj
博客园
首页
新随笔
联系
订阅
管理
[置顶]
< Python Index >
摘要: Python 知识索引
阅读全文
posted @ 2018-03-13 22:35 Jelly_lyj
阅读(155)
评论(1)
推荐(0)
2017年10月20日
[PY3]——发送邮件
摘要: 一些概念 MUA:Mail User Agent——邮件用户代理,例如OutLook、Foxmail MTA:Mail Transfer Agent——邮件传输代理,例如163.com、sina.com这些Email服务提供商 MDA:Mail Delivery Agent——邮件投递代理,邮件投递
阅读全文
posted @ 2017-10-20 15:52 Jelly_lyj
阅读(196)
评论(0)
推荐(0)
2017年10月11日
<MYSQL Index>
摘要: Mysql 知识 索引
阅读全文
posted @ 2017-10-11 12:14 Jelly_lyj
阅读(221)
评论(0)
推荐(1)
2017年10月10日
Mysql——权限管理
摘要: mysql.user表、mysql.db表、mysql.tables_priv表、mysql.columns_priv表、用户的权限分配规则、mysql的各种权限、常用的权限管理操作(grant、revoke等)
阅读全文
posted @ 2017-10-10 17:23 Jelly_lyj
阅读(3714)
评论(1)
推荐(0)
2017年9月26日
[PY3]——threading.Event
摘要: clear(self); is_set(self); set(self); wait(self,timeout=None); super方法
阅读全文
posted @ 2017-09-26 09:24 Jelly_lyj
阅读(133)
评论(0)
推荐(0)
2017年9月21日
[PY3]——Queue
摘要: Queue Queue 创建一个给定最大大小(maxsize)的队列对象 if maxsize<=0,队列大小为无限大 put(self, item, block=True, timeout=None) 将item放入队列中 if block=True,timeout=None:阻塞调用,无超时if
阅读全文
posted @ 2017-09-21 12:02 Jelly_lyj
阅读(111)
评论(0)
推荐(0)
2017年9月15日
[PY3]——面向对象编程(1)
摘要: 1. 类对象、实例对象、方法对象; 2. 属性之“变量属性”、作用域问题、访问限制问题; 3. 父类、子类(继承、多态); 4. classmethod、staticmethod;
阅读全文
posted @ 2017-09-15 17:59 Jelly_lyj
阅读(169)
评论(0)
推荐(0)
2017年9月11日
[Linux]——进程管理相关
摘要: 一些概念; 进程是如何产生的? 父/子进程; Job Control; ps 命令; priority/niceness; top | htop 命令 ; echo $$ 获得当前bash的PID; pstree 显示进程树; pgrep 根据特定条件查找PID信息;
阅读全文
posted @ 2017-09-11 09:40 Jelly_lyj
阅读(187)
评论(0)
推荐(0)
2017年9月9日
[PY3]——logging
摘要: Logger记录器、Handler处理器、Formatter格式化器、Filter过滤器;logging.GetLogger( )、logging.basicConfig( )
阅读全文
posted @ 2017-09-09 11:44 Jelly_lyj
阅读(130)
评论(0)
推荐(0)
2017年9月5日
[PY3]——对iterator的处理(解析式、map、reduce、filter)
摘要: 列表解析式; 生成器解析; 集合解析; 字典解析; map(); functools.reduce(); 应用:str—>int,str规范性检查,实现阶乘prod()
阅读全文
posted @ 2017-09-05 14:41 Jelly_lyj
阅读(158)
评论(0)
推荐(0)
下一页
公告