码迷,mamicode.com
首页 >  
搜索关键字:nothing    ( 658个结果
assume fs:nothing
1、http://bbs.csdn.net/topics/50020423 因为MASM编译器默认是把FS定义为error,所以在程序中要使用FS寄存器就要用assume fs:nothing 来声明,否则就会报错。 2、http://zhidao.baidu.com/link?url=5Q1DCL ...
分类:其他好文   时间:2016-06-09 23:44:18    阅读次数:644
oracle初始操作
oracle登录 sqlplus sys/oracle as sysdba SQL> edSP2-0107: Nothing to save. 果然oracle啥都不懂,说实话我还去应聘了一家公司的dba,我也是没谁了 在linux环境下启动和关闭oracle实例,一般是在SQL * Plus提示下... ...
分类:数据库   时间:2016-06-05 12:28:12    阅读次数:208
web.xml配置出错
严重: ********** FATAL ERROR STARTING UP STRUTS-SPRING INTEGRATION **********Looks like the Spring listener was not configured for your web app! Nothing ...
分类:Web程序   时间:2016-06-01 19:37:24    阅读次数:206
gitlab 错误处理
用gitolite新建项目,clone后首次push,可能会出现: 这是Git 找不到你要提交的版本了。 解决办法:git push origin master $ git push No refs in common and none specified; doing nothing. Perha ...
分类:其他好文   时间:2016-05-30 23:18:55    阅读次数:244
ipython安装
如果提示nothing to do,安装epel扩展源。 编译后生成扩展名为pyc文件。 import py_compile py_compile.compile('hello.py') 经过优化的源码文件,扩展名.pyo python -O -m py_compile hello.py ...
分类:编程语言   时间:2016-05-29 21:17:39    阅读次数:340
python re 正则表达式
import reresult1 = re.match('\d+', '1sssda22wdasfsa') # 匹配开头print type(result1)print result1if result1: print result1.group()else: print 'nothing'resu ...
分类:编程语言   时间:2016-05-28 15:48:00    阅读次数:153
HackerRank "New Year Chaos"
Two tricks here: 1. Counting no. of inversed pairs - using Merge Sort, nothing special 2. How to check 'chaotic'? We simply check if any number is ove ...
分类:其他好文   时间:2016-05-07 15:01:28    阅读次数:132
[Thinking in Java]Nothing but Java
1 对象(Double Elephants) 1.1 抽象 1.2 每个对象都有一个接口 接口决定了实现该接口的类型的对象能发出什么消息。比如手机在初期就被设计成为可以[打电话]、[发短信]、[拍照],这些动作可以看做是接口,实现了这些接口就是一部手机。接口把这些必要的方法聚集起来,就能让实现接口的 ...
分类:编程语言   时间:2016-05-07 13:29:42    阅读次数:199
LSA和pLSA的比较
Comparison 1. LSA stems from Linear Algebra as it is nothing more than a Singular Value Decomposition. On the other hand, pLSA has a strong probabilis ...
分类:其他好文   时间:2016-04-26 17:23:07    阅读次数:146
2016-4-24每日英语
Some of us get dipped in flat, some in satin , some in gloss. But every once in a while you find someone who's iridescent, and when you do , nothing w ...
分类:其他好文   时间:2016-04-24 18:52:41    阅读次数:135
658条   上一页 1 ... 42 43 44 45 46 ... 66 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!