码迷,mamicode.com
首页 >  
搜索关键字:open    ( 24465个结果
ionicframework I ------------- 初体验
ionicframework I ------------- 初体验Create hybrid mobile apps with the web technologies you love.Free and open source, Ionic offers a library of mobile-...
分类:其他好文   时间:2014-08-13 03:30:45    阅读次数:201
8月12号=》391页-395页
14.10 使用document对象 document对象既是HTMLDocument类的一个实例,也是DHTML模型中的一个对象。该对象除了可以使用标准DOM模型 的方法之外,还可以使用它如下几个常用方法。 close():结束一个通过open方法打开的document对象...
分类:其他好文   时间:2014-08-13 00:31:34    阅读次数:234
Web开发必备资源汇总[转]
导读:原文来自《Best “must know” open sources to build the new Web》,译文由酷壳网陈皓整理编译《开源中最好的Web开发的资源》。文中收集的资料相当的齐全,供大家学习、参考。学习HTML 5编程和设计★HTML5 Rocks: Major Featur...
分类:Web程序   时间:2014-08-12 21:22:25    阅读次数:405
Lua 遍历Linux目录下的文件夹
代码如下,里面有注释,应该能看懂。function getFile(file_name) local f = assert(io.open(file_name, 'r')) local string = f:read("*all") f:close() return str...
分类:系统相关   时间:2014-08-12 18:51:24    阅读次数:981
android开源框架android-async-http使用
android开源框架android-async-http使用转:http://www.open-open.com/lib/view/open1369637365753.htmlandroid-async-http开源框架可以是我们轻松的获取网络数据或者向服务器发送数据,使用起来也很简单,下面做简单...
分类:移动开发   时间:2014-08-12 18:48:34    阅读次数:260
详解C#中System.IO.File类和System.IO.FileInfo类的用法
System.IO.File类和System.IO.FileInfo类主要提供有关文件的各种操作,在使用时需要引用System.IO命名空间。下面通过程序实例来介绍其主要属性和方法。(1) 文件打开方法:File.Open () 该方法的声明如下: public static FileStream....
分类:其他好文   时间:2014-08-12 18:32:14    阅读次数:247
MyEclipse和Eclipse区别与联系
Eclipse:IBM花了4千万美金来开发这个IDE(Integrated Development Environment)。第一版1.0在2001年11月释出,随后逐渐受到欢迎。Eclipse已经成为开放原始码计划(Open Source Project)大部分的开发扔然掌握在IBM手中,但是有一...
分类:系统相关   时间:2014-08-12 18:04:44    阅读次数:318
Window.Open参数、返回值
一、window.open()支持环境: JavaScript1.0+/JScript1.0+/Nav2+/IE3+/Opera3+ 二、基本语法: window.open(pageURL,name,parameters) 其中: pageURL为子窗口路径 name为子窗口句柄 parameters为窗口参数(各参数用逗号分隔) 三、示例: window.open('p...
分类:Windows程序   时间:2014-08-12 17:18:54    阅读次数:259
InternalNative.cpp
1 /* 2 * Copyright (C) 2008 The Android Open Source Project 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you ...
分类:其他好文   时间:2014-08-12 16:43:54    阅读次数:319
Python文件读写
文件处理f= file('poem.txt', 'w')# open for 'w'riting模式可以为读模式('r')、写模式('w')或追加模式('a')f.write(poem) # write text to filef.close()f = file('poem.txt')# if no...
分类:编程语言   时间:2014-08-12 16:37:34    阅读次数:203
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!