码迷,mamicode.com
首页 >  
搜索关键字:open failed    ( 31328个结果
Final Exam Arrangement
In Zhejiang University, there are N different courses labeled from 1 to N. Each course has its own time slot during the week. We can represent the time slot of a course by an left-closed right-open in...
分类:其他好文   时间:2014-07-26 02:15:16    阅读次数:306
如何彻底删除Oracle数据库,以创建相同实例名称的库
今天建库时选择了OMF方式,结果文件名称采用Oracle自动命名的方式,看不懂啊,于是乎决定删除再重建。 Oracle提供了删除数据库的指令:drop database。 需要数据库处于mount状态,然后alter system enable restricted session;,网上有帖子说还需要exclusive,由于我是VM装的,用户只有我一个,所以不用可以。由于当前处于open...
分类:数据库   时间:2014-07-26 02:14:26    阅读次数:259
excel读取
#coding=utf-8import xlrdimport osimport operatorfxls = 'mobile.xlsx'bp = xlrd.open_workbook(fxls)shxrange = range(bp.nsheets)try: sh = bp.sheet_b...
分类:其他好文   时间:2014-07-26 01:36:36    阅读次数:195
Android SDK及ADT更新访问问题的解决办法
一、访问问题Eclipse使用SDK Manager更新时总是出现问题Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-6.xml, reason: Connection to https://dl...
分类:移动开发   时间:2014-07-26 01:15:06    阅读次数:278
ajax有两种提交数据的方式,分别为get和post(转)
ajax有两种提交数据的方式,分别为get和post。post方法可传输大于2K的数据,在Ajax里的应用不同之处在于:"post方法的请求地址与传输的数据是放在两个对象里—-请求地址放在open对象里,传输的数据放在send对象里;并且在传输数据之前定义一个传输文件HTTP头信息(setReque...
分类:其他好文   时间:2014-07-26 01:05:56    阅读次数:172
[转] TCP/IP原理、基础以及在Linux上的实现
导言:本篇作为理论基础,将向我们讲述TCP/IP的基本原理以及重要的协议细节,并在此基础上介绍了TCP/IP在LINUX上的实现。OSI参考模型及TCP/IP参考模型OSI模型(open system interconnection reference model)是基于国际标准化组织(ISO)的建...
分类:系统相关   时间:2014-07-26 01:02:56    阅读次数:401
QTP知识点
1、计算器的例子(手动添加,将结果写到日志文件中)SystemUtil.Run "C:\WINDOWS\system32\calc.exe","","C:\WINDOWS\system32","open"Window("计算器").WinButton("1").ClickWindow("计算器")....
分类:其他好文   时间:2014-07-26 00:35:56    阅读次数:272
windows 文件内存映射
static int MapLogFile(void){ hFile = CreateFile(".\\db.bin", GENERIC_READ | GENERIC_WRITE, 0, NULL, OPEN_ALWAYS, ...
分类:Windows程序   时间:2014-07-26 00:25:46    阅读次数:307
微软职位内部推荐-SDE2 (Windows driver)
微软近期Open的职位:SDE2 (Windows driver)Job title: Software Development Engineer 2Location: Shanghai, China Do you want to join Microsoft and work on the lat...
分类:Windows程序   时间:2014-07-25 16:38:31    阅读次数:495
php fpm安装curl后,nginx出现connect() to unix:/var/run/php5-fpm.sock failed (13: Permission denied)的错误
这里选择直接apt-get安装,因为比起自己编译简单多了,不需要自己配置什么#sudo apt-get install curl libcurl3 libcurl3-dev php5-curl安装后重启nginx#nginx -s reload岂知出现错误,php全部不能访问,查看错误日志如下:20...
分类:Web程序   时间:2014-07-25 14:15:23    阅读次数:243
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!