- 博客(4)
- 收藏
- 关注
原创 Python3的类型注释
最近开始看服务器的Python源码 各种函数定义与调用被搞得的一头雾水 原因是不知道只看函数定义的时候无法知道变量的类型 于是就想能否像C Java一样在函数的定义时带上变量的类型 google之后发现了下面这个网址: http://stackoverflow.com/documentation/python/1766/type-hints#t=201607251908319482596 点击
2016-08-08 15:33:24
1750
原创 Python基础教程第一章
学到的: 1. import from import 类似于java的import 2. 注释是# 3. 字符串 1) 字符串可以用单引号也可以用双引号 一般没有区别 嵌套的时候需要区分 譬如说”Let’s go” 也可以用转义 ‘Let\’s go’ 2)拼接字符串 a 两个字符串紧挨着写 譬如”hello”“world” b 用加号 3)接收用户输入 inpu
2016-06-09 13:21:28
273
原创 Windows笔记本上开启Wi-Fi
怎样在笔记本上开启WIFI Enter into cmd Enter the command : netsh wlan set hostednetwork mode=allow ssid=? key=? . The ssid is the username and the key is the password. After this ,there will be a new icon in
2015-05-16 19:50:55
402
转载 一些资料
一、 android开源项目和框架 (原网址 http://blog.youkuaiyun.com/stephen255/article/details/9121583) 分类: 框架 2013-06-18 16:53 29756人阅读 评论(18) 收藏 举报 特效: http://www.androidviews.net/ http://www.theult
2015-05-16 17:04:37
351
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人