码迷,mamicode.com
首页 >  
搜索关键字:open    ( 24465个结果
RunningCassandraInEclipse(转载)
转载自:http://wiki.apache.org/cassandra/RunningCassandraInEclipseEclipse is open source. Download Eclipse fromhttp://www.eclipse.org/downloads/. There is...
分类:系统相关   时间:2014-07-16 20:00:07    阅读次数:358
CentOS6.5下安装Open vSwitch
CentOS6.5下安装Open vSwitch
分类:其他好文   时间:2014-07-14 09:15:45    阅读次数:355
微软职位内部推荐-SENIOR DEVELOPMENT LEAD
微软近期Open的职位:Job posting title: MSIT Dynamics CRM Sr. Dev Lead (Sr. Dev Lead)Location: China, BeijingAre you interested in shaping the future vision of...
分类:其他好文   时间:2014-07-13 11:57:52    阅读次数:327
zip&ftp命令
zip:C:\Users\IBM_ADMIN>zip -09r Oracle.zip ./Oracle/*C:\Users\IBM_ADMIN>ftpftp> open adminib-37a5itpConnected to ADMINIB-37A5ITP.220 Microsoft FTP Ser...
分类:其他好文   时间:2014-07-13 09:48:34    阅读次数:163
Ajax 与 Comet
Ajax技术的核心是XMLHttpRequest对象(简称XHR)。XMLHttpRequest对象在浏览器中创建XHR对象要像下面这样,使用XMLHttpRequest构造函数。var xhr = new XMLHttpRequest();XHR的用法xhr.open("get","example...
分类:其他好文   时间:2014-07-13 08:48:21    阅读次数:145
未在本地计算机上注册“Microsoft.Jet.OLEDB.4.0
昨天修改了一个工具,编译后本机运行正常,但放到服务器上执行却不行,提示:message:GetOleDbSchemaTable requires an open and available Connection. The connection's current state is closed重新检...
分类:数据库   时间:2014-07-13 08:24:44    阅读次数:228
oracle 游标使用(显式游标)
1. Set Serveroutput on; declare Cursor tem_cursor is select * from xuesheng xs; v_row tem_cursor%rowtype;begin open tem_...
分类:数据库   时间:2014-07-13 00:35:28    阅读次数:195
API开放平台免费接口大全-API导航
医药吧开放平台 (open.yi18.net)是医药吧网(www.yi18.net)旗下的开放平台,准们打造 健康生活药品相关的API接口接口API地址 doc.yi18.net...
分类:Windows程序   时间:2014-07-12 23:39:07    阅读次数:811
VS2010中使用命令行参数
在Linux下编程习惯了使用命令行参数,故使用VS2010时也尝试了一下。 新建项目,c++编写程序如下: #include #include using namespace std; int main(int argc,char*argv[]) { ifstream fin(argv[1],ios::in);//输入方式打开文件 //ifstream fin;fin.open(argv...
分类:其他好文   时间:2014-07-12 21:01:31    阅读次数:296
javascript ajax send 的函数应用
GET方法——传送url里的参数将提交的参数写到open方法的 url 参数中,send方法的参数为nullvar url = "test.php?id=XXX";xml.open("GET", url, true);xml.send(null);POST方法——传送send方法里的参数在send方...
分类:编程语言   时间:2014-07-12 14:20:21    阅读次数:219
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!