码迷,mamicode.com
首页 >  
搜索关键字:nothing appropriate    ( 764个结果
20160621_Task_03_Menu_List
city=(,,) sh_district=(,,) bj_district=(,,) sz_district=(,,) sh_mh_street=(,,) sh_xh_street=(,,) sh_hp_street=(,,) bj_dc_street=(,,) bj_cy_street=(,,) bj_xc_street=(,,) sz_ft_street=(,,) sz_lh_street=(,,) sz_yt_street=(,,) list=[]icity: list.append(i) l_ind..
分类:其他好文   时间:2016-06-21 21:01:38    阅读次数:112
第2章 走进shell
几个术语 哑终端(dumb terminal): A dumb terminal was usually nothing more than a monitor and keyboard connected to the Unix system via a communication cable ( ...
分类:系统相关   时间:2016-06-19 11:24:06    阅读次数:279
viewDidLoad, viewWillDisappear, viewWillAppear等区别及各自的加载顺序
viewWillAppear: Called when the view is about to made visible. Default does nothing视图即将可见时调用。默认情况下不执行任何操作 viewDidAppear: Called when the view has been ...
分类:移动开发   时间:2016-06-18 12:42:29    阅读次数:417
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
Listener refused the connection with the following error: ORA-12528, TNS: listener: all appropriate instances
oracle 11G,连接时突然报这个错误,无法连接,重启电脑也不行。 经测试,先把电脑网络断开,再重启电脑,重新打开oracle,点击连接,此时正常。此时电脑再连上网络 ...
分类:移动开发   时间:2016-06-02 06:05:14    阅读次数:1104
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
764条   上一页 1 ... 47 48 49 50 51 ... 77 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!