Lake CountingTime Limit:1000MSMemory Limit:65536KTotal Submissions:24578Accepted:12407DescriptionDue to recent rains, water has pooled in various plac...
分类:
其他好文 时间:
2015-10-04 22:21:03
阅读次数:
266
Most of the time, hardware virtualization?technology?extensions should be enabled in motherboard BIOS in order to run recent OS and applications. Specifically Windows 8 and 8.1 require vt-x/amd-...
分类:
其他好文 时间:
2015-10-03 12:03:48
阅读次数:
1091
In recent months, we focus on bug hunting to achieve root on android devices. Our kernel fuzzing, leaded by @wushi, generated a lot of crashes and amo...
分类:
移动开发 时间:
2015-09-25 17:48:05
阅读次数:
226
On the WikiWiki ActivityRandom pageVideosPhotosChatCommunity portalTo doContributeWatchlist Random page Recent changesIn line copy and paste to syst.....
分类:
其他好文 时间:
2015-09-20 22:07:26
阅读次数:
271
这一章节我们来聊聊作用域基础
python在创建、改变或者查找变量都是在所谓的命名空间中进行,作用域指的就是命名空间
简单的说:就是这个变量可以被访问的范围
我们举一个比较容易理解的例子--函数
>>> def test():
x=1
print(x)
>>> x
Traceback (most recent call last):
File "", line 1, in
...
分类:
编程语言 时间:
2015-09-12 10:55:19
阅读次数:
165
今天在mac电脑上安装python的mysql时出现如下问题:该安装时是使用sudo pip install MySQL-python来安装mysql模块,安装没有问题,但是在python中导入MySQLdb的时候出现Traceback (most recent call last): File "...
分类:
数据库 时间:
2015-09-07 21:16:01
阅读次数:
293
今天在我的Centos6.5机器上安装 Django 开发环境,在安装完使用 “django-admin.py startproject myapp” 创建应用的时候报了下面的错误$ django-admin.py startproject myapp
Traceback (most recent call last):
File "/home/jhadmin/myenv/bin/django-...
分类:
其他好文 时间:
2015-09-05 22:21:59
阅读次数:
265
1.用del删除对对象的引用>>> a = 123>>> a123>>> del a>>> aTraceback (most recent call last): File "", line 1, in NameError : name 'a' is not defined2.整型(1)布尔型 .....
分类:
编程语言 时间:
2015-09-05 22:10:48
阅读次数:
295
DescriptionDemy has n jewels. Each of her jewels has some value vi and weight wi.Since her husband John got broke after recent financial crises, Demy ...
分类:
其他好文 时间:
2015-09-04 18:20:31
阅读次数:
238
1 yum install #安装指定软件 2 yum remove #卸载指定软件 3 yum update #升级指定软件 4 yum search #查询含有keyword的所有rpm软件包的描述 5 yum list (all/installed/recent/updates) #...
分类:
系统相关 时间:
2015-09-02 17:11:35
阅读次数:
184