码迷,mamicode.com
首页 >  
搜索关键字:obb    ( 374个结果
GDB 自动化操作的技术-PYTHON
https://github.com/spacewander/debugger-utils http://python.jobbole.com/85415/ https://segmentfault.com/a/1190000005367875 用 Python 拓展 GDB(四) 用 Python ...
分类:数据库   时间:2017-07-31 20:08:52    阅读次数:174
python开发基础:字典操作
一,字典操作 ...
分类:编程语言   时间:2017-07-24 10:03:12    阅读次数:215
Codeforces Round #390 (Div. 2) D
All our characters have hobbies. The same is true for Fedor. He enjoys shopping in the neighboring supermarket. The goods in the supermarket have uniq ...
分类:其他好文   时间:2017-07-24 09:55:02    阅读次数:152
<LeetCode OJ> 337. House Robber III
Total Accepted: 1341 Total Submissions: 3744 Difficulty: Medium The thief has found himself a new place for his thievery again. There is only one entr ...
分类:其他好文   时间:2017-07-23 21:10:51    阅读次数:142
数据类型总结(二)(列表,元组,字典)
一.变量的赋值操作 x=1 a=10 b=10 # #链式赋值 a=b=c=d=e=f=10 print(a,b,c,d,e,f) #多元赋值 #方式一 x=1 y=2 z=x #z=1 x=y #x=2 y=z #y=1 print(x,y) #方式二:python特有 x,y=y,x print ...
分类:其他好文   时间:2017-07-23 19:39:45    阅读次数:180
python之字典操作
字典操作代码如下: 运行结果: ...
分类:编程语言   时间:2017-07-23 18:03:22    阅读次数:166
JavaScript--对象
有两种方式访问对象属性,一个是点操作符(.),一个是中括号操作符([])。 当知道属性的名称的时候,使用点操作符。 这是一个使用点操作符读取对象属性的例子: 第二种访问对象的方式就是中括号操作符([]),如果想访问的属性的名称有一个空格,这时只能使用中括号操作符([])。 这是一个使用中括号操作符( ...
分类:编程语言   时间:2017-07-22 10:53:52    阅读次数:152
python之路--day1--输入与输出&&数据类型
输入与输出 输出print() 在括号中加上字符,输出相应字符。 多行输出 输入input() name= 该代码为变量赋值input('please enter your name:')该代码为友好提示语print('hello,',name)该代码为调用name变量,用来区分字符于变量 数据类型 ...
分类:编程语言   时间:2017-07-17 20:05:05    阅读次数:191
优秀的相关站点留存-不定时更新
集团站点 1. 站点名:IMPORTNEW 网址:http://www.importnew.com/ 简单介绍:专注分享JAVA技术 2. 站点名:PHP100 网址:http://www.php100.com/ 简单介绍:专注于分享传递PHP学习 3. 站点名:极客范 网址:http://www. ...
分类:其他好文   时间:2017-07-13 13:26:16    阅读次数:164
374条   上一页 1 ... 25 26 27 28 29 ... 38 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!