码迷,mamicode.com
首页 >  
搜索关键字:nothing    ( 658个结果
POJ1308 Is It A Tree? (easy but...)
DescriptionA tree is a well-known data structure that is either empty (null, void, nothing) or is a set of one or more nodes connected by directed edg...
分类:其他好文   时间:2014-11-05 16:44:11    阅读次数:137
Python 得到主机字节序
使用Python可以很快得到一些系统的信息,比如平台,字节序,和Python最大递归限制,比如:import sys# get byte orderprint sys.byteorder# get platform print sys.platform# nothing to say ^_^pri....
分类:编程语言   时间:2014-11-01 19:04:48    阅读次数:236
android 常见 action 使用
本文介绍Android中Intent的各种常见作用。   1 Intent.ACTION_MAIN String: android.intent.action.MAIN 标识Activity为一个程序的开始。比较常用。 Input:nothing Output:nothing    activity android:name=".Main...
分类:移动开发   时间:2014-10-31 15:44:27    阅读次数:231
toastmasters(October 23, 2014)
October 23, 2014        19:00~21:00        Feishang Cafe Still vague listening, still little speaking. Nothing has been improved. Members' Speeches There were four members giving their wo...
分类:其他好文   时间:2014-10-26 14:23:31    阅读次数:201
Android转载六:Intent.ACTION
本文介绍Android中Intent的各种常见作用。1 Intent.ACTION_MAINString: android.intent.action.MAIN标识Activity为一个程序的开始。比较常用。Input:nothingOutput:nothing 2 Intent.Action...
分类:移动开发   时间:2014-10-23 20:38:39    阅读次数:297
Linux centos7 关于 man -f man 和makewhatis
安装cengos7后,跟着鸟哥的书,走到了一个地方,在shell输入 man -f man 利用关键字查找更多数据,如果不能执行,先要在root权限下创建whatis数据库。 很好我输入了man -f man, 结果是nothing appropriate 于是登陆root输入makewha...
分类:系统相关   时间:2014-10-22 19:50:36    阅读次数:636
VB.Net遍历已安装的程序卸载信息
1 Private Shared Function ProgramExists(ByVal pgName As String) As Boolean 2 Dim temp As String = Nothing 3 Dim tempType As String = ...
分类:Web程序   时间:2014-10-20 21:00:45    阅读次数:350
一个奇怪的绘图程序
专门为了绘制BZOJ 1002的图做的= = draw //nothing here draw { "size":300} 不过不是傻瓜式的呢= =要用还是要花费些时间研究的,效果绝对赞啦~~比PowerPoint画出来的好多啦>_<坐标系转换坑死爹啊= . ...
分类:其他好文   时间:2014-10-19 21:11:13    阅读次数:204
NYOJ129 树的判定 【并查集】
树的判定 时间限制:1000 ms  |  内存限制:65535 KB 难度:4 描述 A tree is a well-known data structure that is either empty (null, void, nothing) or is a set of one or more nodes connected by directed edge...
分类:其他好文   时间:2014-10-17 09:23:24    阅读次数:172
Django开发经验
自己在开发过程中遇到的一些问题,记录下来,持续更新中......1.跳过key不为str json.dumps(data,skipkeys=True)2.nothing版本兼容if hasattr(request, 'raw_post_data'):#django<1.4if request.raw...
分类:其他好文   时间:2014-10-11 20:33:46    阅读次数:187
658条   上一页 1 ... 59 60 61 62 63 ... 66 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!