摘要: 一. 函数内嵌 闭包 在python中,函数可以作为返回值, 可以给变量赋值. 在python中, 内置函数必须被显示的调用, 否则不会执行. #!/usr/bin/env python #-*- coding: utf-8 -*- def foo(): m = 4 def bar(): n = 3 阅读全文
posted @ 2016-02-16 16:45 mxking 阅读(442) 评论(0) 推荐(0)
摘要: Atomic 采用类似github的版本管理, 可以使用以下命令升级 ostree remote add --set=gpg-verify=false atomic20160212 http://.../rel-eng/Atomic-7.2-tree-20160212.0/ostree/repo/ 阅读全文
posted @ 2016-02-16 08:31 mxking 阅读(292) 评论(0) 推荐(0)