- 博客(4)
- 资源 (8)
- 收藏
- 关注
原创 Sublime Text 报“Pylinter could not automatically determined the path to lint.py...." 错误
Sublime Text 报“Pylinter could not automatically determined the path to lint.py...." 错误解决方法:
2014-11-05 16:33:11
4172
原创 Android安卓应用发布平台汇总
1、91(安卓网) http://android.91.com/2、应用汇 http://dev.appchina.com/market/dev/index.action3、安卓市场 http://dev.apk.hiapk.com/login4、豌豆荚 http://developer.wandoujia.com/5、腾讯应用宝 http://android.app.qq.c
2014-07-04 17:01:00
2152
转载 Python3.x和Python2.x的不同之处
Python3.x和Python2.x的区别这个星期开始学习Python了,因为看的书都是基于Python2.x,而且我安装的是Python3.1,所以书上写的地方好多都不适用于Python3.1,特意在Google上search了一下3.x和2.x的区别。特此在自己的空间中记录一下,以备以后查找方便,也可以分享给想学习Python的friends.1.性能 Py3
2014-04-19 17:37:07
753
转载 GCC结构体与G++结构体的区别
typedef int oid; struct oid { oid i; }; int main() { oid a; }用gcc编译能通过,因为C语言在定义结构体变量是要加上sturct,比如 struct oid var,而不是oid var,所以oid和struc oid中的oid命名是没有冲突的。
2013-03-07 23:07:52
1446
Visual_C++_6.0_MFC_入门教程
2011-03-02
《VC++_2010入门经典》完全版
2011-04-05
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅