python
Diro_Programmer
搬砖最光荣
展开
-
Python中 *args 和 **kwargs的用法
Python中*args 和**kwargs的用法 原文出自http://blog.csdn.net/chenjinyu_tang/article/details/8136841python初学者进行Python的学习,比较容易搞混Python中传参的方法,找到上面的那个教程,写一下代码方便理解。转载 2015-06-03 21:20:25 · 689 阅读 · 0 评论 -
Python实现二叉树遍历方法(leetcode)
无聊刷个leetcode,顺便温习一下N久没有搞过的语法训练__author__ = 'Diro'# Definition for a binary tree node.class TreeNode(object): def __init__(self, x): self.val = x self.left = None self.rig原创 2015-12-08 15:18:22 · 830 阅读 · 0 评论 -
Openstack通用技术
openstack消息总线openstack数据库管理原创 2016-01-14 09:15:39 · 705 阅读 · 0 评论