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
今天建库时选择了OMF方式,结果文件名称采用Oracle自动命名的方式,看不懂啊,于是乎决定删除再重建。
Oracle提供了删除数据库的指令:drop database。
需要数据库处于mount状态,然后alter system enable restricted session;,网上有帖子说还需要exclusive,由于我是VM装的,用户只有我一个,所以不用可以。由于当前处于open...
分类:
数据库 时间:
2014-07-26 02:14:26
阅读次数:
259
#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
一、访问问题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。post方法可传输大于2K的数据,在Ajax里的应用不同之处在于:"post方法的请求地址与传输的数据是放在两个对象里—-请求地址放在open对象里,传输的数据放在send对象里;并且在传输数据之前定义一个传输文件HTTP头信息(setReque...
分类:
其他好文 时间:
2014-07-26 01:05:56
阅读次数:
172
导言:本篇作为理论基础,将向我们讲述TCP/IP的基本原理以及重要的协议细节,并在此基础上介绍了TCP/IP在LINUX上的实现。OSI参考模型及TCP/IP参考模型OSI模型(open system interconnection reference model)是基于国际标准化组织(ISO)的建...
分类:
系统相关 时间:
2014-07-26 01:02:56
阅读次数:
401
1、计算器的例子(手动添加,将结果写到日志文件中)SystemUtil.Run "C:\WINDOWS\system32\calc.exe","","C:\WINDOWS\system32","open"Window("计算器").WinButton("1").ClickWindow("计算器")....
分类:
其他好文 时间:
2014-07-26 00:35:56
阅读次数:
272
static int MapLogFile(void){ hFile = CreateFile(".\\db.bin", GENERIC_READ | GENERIC_WRITE, 0, NULL, OPEN_ALWAYS, ...
微软近期Open的职位:SDE2 (Windows driver)Job title: Software Development Engineer 2Location: Shanghai, China Do you want to join Microsoft and work on the lat...
这里选择直接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