码迷,mamicode.com
首页 >  
搜索关键字:nothing    ( 658个结果
异常处理简单例子--python
捕获所有异常 #!/usr/bin/pythona = 10b = 0try: c = a/b print c print 'nothing happen...'#todo: catch all exceptionexcept Exception,e: print 'bad sth happen.. ...
分类:编程语言   时间:2018-03-01 13:31:59    阅读次数:171
centos下安装pip时失败
No package pip available.Error: Nothing to do 解决方法:需要先安装扩展源EPEL。EPEL(http://fedoraproject.org/wiki/EPEL) 是由 Fedora 社区打造,为 RHEL 及衍生发行版如 CentOS、Scientif ...
分类:其他好文   时间:2018-02-23 11:59:48    阅读次数:132
January 12th, 2018 Week 02nd Friday
Nothing behind me, everything ahead of me, as is ever so on the road. 我的身后空空荡荡,整个世界都在前方,这就是在路上。 That is the very feeling I feel now, and I know that i ...
分类:其他好文   时间:2018-02-18 21:57:02    阅读次数:209
php学习笔记-php简单的语法入门
php是一种服务器端的脚本语言,它的功能是根据不同的请求生成不同的html文件。一段典型的php代码通常是下面这个样子的: //NOTHING <?php //PHP CODE ?> //NOTHING 又或者是下面这个样子的。 前者我们称之为纯粹的php代码,后者可以称之为嵌入式PHP代码,因为它 ...
分类:Web程序   时间:2018-02-17 00:05:58    阅读次数:242
win7禁用启用本地连接bat及vbs
平台:Windows 7 、8.1 目的:用bat启用禁用网卡 操作: cls @ECHO OFFtitle 启用或禁用本地连接 CLS color 0a GOTO MENU:MENU ECHO. ECHO. 启用禁用本地连接 ECHO. ECHO. 1 禁用本地连接a ECHO. 2 启用本地连接 ...
分类:Windows程序   时间:2018-02-13 21:41:50    阅读次数:221
Scala 语言学习之语言基础(2)
注:--------scala中的任何数据都是对象--------Scala可以对数据类型进行自动推导,所以定义变量时可省去数据类型==>数据类型-->数值类型---Byte8位---Short16位---Int32位---long64位-->字符和字符串类型---Char---String-->Unit类型相当于Java的void-->Nothing类型般表示运行过程中出现了Exception=
分类:编程语言   时间:2018-02-12 22:20:47    阅读次数:204
BookNote: Refactoring - Improving the Design of Existing Code
BookNote: Refactoring Improving the Design of Existing Code From "Refactoring Improving the Design of Existing Code" by Martin Flower. <! TOC "BookNot ...
分类:其他好文   时间:2018-02-07 19:26:36    阅读次数:184
Redis漏洞,远程攻击
文章转自http://blog.csdn.net/whs_321/article/details/51734602 http://blog.knownsec.com/2015/11/analysis-of-redis-unauthorized-of-expolit/ Redis是一个开源的使用ANS ...
分类:其他好文   时间:2018-02-07 14:58:41    阅读次数:196
November 17th, 2017 Week 46th Friday
If you shut the door to all errors, truth will be shut out. 你如果拒绝面对错误,真相也会被挡在门外。 Sometimes being a fool who knows nothing is happier than being a man ...
分类:其他好文   时间:2018-02-07 00:43:48    阅读次数:182
HDU 2147 kiki's game
Problem Description Recently kiki has nothing to do. While she is bored, an idea appears in his mind, she just playes the checkerboard game.The size o ...
分类:其他好文   时间:2018-01-30 22:57:51    阅读次数:183
658条   上一页 1 ... 23 24 25 26 27 ... 66 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!