会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
技术解剖手
博客园
首页
联系
管理
上一页
1
···
25
26
27
28
29
30
31
32
33
···
53
下一页
2016年11月11日
苹果支付系统——Apple Pay & In-App Purchase
摘要: Apple Pay: 开发文档: https://open.unionpay.com/ajweb/product/detail?id=80 开发包: https://open.unionpay.com/ajweb/help/file/toDetailPage?id=505&flag=2 In-App
阅读全文
posted @ 2016-11-11 14:58 小天儿
阅读(1884)
评论(0)
推荐(0)
2016年11月7日
python 分类动态获取
摘要: 首先通过一个例子来看一下本文中可能用到的对象和相关概念。 ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 #coding: UTF-8 import sys # 模块,sys指向这个模块对象 import inspect def foo(): pass # 函数,foo指
阅读全文
posted @ 2016-11-07 22:16 小天儿
阅读(151)
评论(0)
推荐(0)
2016年11月5日
Relative imports in Python 3
摘要: It's quite common to have a layout like this... ...with a mymodule.py like this... ...a myothermodule.py like this... ...and a main.py like this... ..
阅读全文
posted @ 2016-11-05 22:57 小天儿
阅读(169)
评论(0)
推荐(0)
python 方法的特殊属性
摘要: 自定义函数的特殊属性已经专门整理过一篇(Python 自定义函数的特殊属性),方法的特殊属性与其稍有不同,我们通过下面这个例子展开介绍: 实例方法的只读属性 与自定义函数的特殊属性相比,实例方法具有 __self__,__func__ 这两个函数所不具有的只读属性;此外,方法的__doc__,__n
阅读全文
posted @ 2016-11-05 22:45 小天儿
阅读(265)
评论(0)
推荐(0)
Python 鬼畜异常
摘要: 1.SystemError: Parent module '' not loaded, cannot perform relative import 模块重名 2.TypeError: Error when calling the metaclass bases module.__init__()
阅读全文
posted @ 2016-11-05 22:37 小天儿
阅读(237)
评论(0)
推荐(0)
python 内置函数
摘要: 一、数学运算类 二、集合类操作 三、逻辑判断 四、反射 五、IO操作 六、其他 help()--帮助信息 __import__()--没太看明白了,看到了那句“Direct use of __import__() is rare”之后就没心看下去了 apply()、buffer()、coerce()
阅读全文
posted @ 2016-11-05 16:12 小天儿
阅读(192)
评论(0)
推荐(0)
2016年11月3日
Python 大型项目基础:包、模块、类的组织
摘要: 在Python 中引用是非常简单的事情,这里需要清楚三个概念就可以了包、模块、类。类这个就不用说了。 模块对应的是一个.py 文件,那么module_name 就是这个文件去掉.py 之后的文件名,py 文件中可以直接定义一些变量、函数、类。 那么包我们可以看作一个包含__init__.py 和一系
阅读全文
posted @ 2016-11-03 11:45 小天儿
阅读(4354)
评论(0)
推荐(0)
2016年10月31日
python path常用方法
摘要: import os print os.path.abspath("d:\\new\\test.txt") #d:\new\test.txt print os.path.basename("d:\\new\\test.txt") #test.txt print os.path.dirname("d:\
阅读全文
posted @ 2016-10-31 23:22 小天儿
阅读(496)
评论(0)
推荐(0)
python之禅 by Tim Peters
摘要: The Zen of Python, by Tim Peters
阅读全文
posted @ 2016-10-31 14:16 小天儿
阅读(286)
评论(0)
推荐(0)
2016年10月27日
产品分析:nABC法
摘要: Needs:需求N1,用户最基本需求是什么? N2,市场有多大? N3,行业链如何构成? N4,行业发展趋势如何? N5,扩充的需求有哪些?Approach:解决方案A1,解决方案如何构成? A2,需求优先级如何定义? A3,技术可行性如何? A4,有无政策、法规风险? A5,版本如何规划,发布路线
阅读全文
posted @ 2016-10-27 23:30 小天儿
阅读(218)
评论(0)
推荐(0)
上一页
1
···
25
26
27
28
29
30
31
32
33
···
53
下一页
公告