码迷,mamicode.com
首页 > Web开发
ASIHTTPRequest 1.x:断点续传
撰写于 2012 年 11 月 6 日 | 转载自 : http://itjoy.org/?p=469ASIHTTPRequest支持断点续传,断点续传的时候我们要设置一个临时容器来接收数据,当数据完全下载完毕的时候,文件将从临时文件夹移入到指定文件夹,自动删除临时文件夹中的内容。代码实例:下载一首...
分类:Web程序   时间:2015-01-13 19:31:26    阅读次数:159
sharepoint 相关<httpHandlers>
主要介绍一下(GETSOURCE)参数,当sharepoint网站打开文档时调用本地office进行打开,当选择本地office选择领存为会调用(GETSOURCE)方法jindahao
分类:Web程序   时间:2015-01-13 19:29:47    阅读次数:141
Jquery 1.11.1 Checkbox checked 判断
if($(this).prop('checked'))
分类:Web程序   时间:2015-01-13 19:26:32    阅读次数:128
通过AF "get" 请求html页面总是失败的问题
AFHTTPRequestOperationManager *manager = [AFHTTPRequestOperationManager manager]; manager.responseSerializer = [AFHTTPResponseSerializer serializer...
分类:Web程序   时间:2015-01-13 19:28:39    阅读次数:125
nodejs 学习(1) http与fs
var http=require("http"),fs=require('fs');var server=http.createServer(function(req,res){ if("GET"==req.method && "/images"==req.url.substr(0,7) &&...
分类:Web程序   时间:2015-01-13 19:28:11    阅读次数:128
《Lucene In Action》 01 初识Lucene
基于Lucene 3.0.11、Lucene简单定义Lucene是高性能、可扩展的信息检索(IR)工具库。向用户提供了简单易用的索引和搜索API,屏蔽了内部复杂而先进的信息检索技术实现过程Lucene仅仅是一个提供搜索功能的类库,你还需要根据实际情况自行完成搜索程序的其他模块(网页抓取、文档处理、服...
分类:Web程序   时间:2015-01-13 19:27:01    阅读次数:126
unreal network
frame move buffer: save move positionrecive server sync:All moves earlier than the ClientAdjustPosition() call's TimeStamp are discarded. All moves th...
分类:Web程序   时间:2015-01-13 19:24:49    阅读次数:326
nodejs 学习(2) 中间件
var connect=require('connect'), morgan=require('morgan'),//日志 bodyparser=require('body-parser'), session=require('cookie-sessions'), users...
分类:Web程序   时间:2015-01-13 19:22:06    阅读次数:188
《Lucene In Action》 02 Hello Lucene World
Indexer:import org.apache.lucene.index.IndexWriter;import org.apache.lucene.analysis.standard.StandardAnalyzer;import org.apache.lucene.document.Docum...
分类:Web程序   时间:2015-01-13 19:18:02    阅读次数:144
用openfire+strophe搭建WEB IM平台
用openfire+strophe搭建WEB IM平台 - nomousewch的专栏 - 博客频道 - CSDN.NET准备openfire服务器(http://www.igniterealtime.org)——IM Serverngnix服务器(http://nginx.org)——代理和HTT...
分类:Web程序   时间:2015-01-13 19:15:09    阅读次数:299
查询网页中DOM元素的总数量
查询DOM总数量,方便快捷...
分类:Web程序   时间:2015-01-13 17:50:45    阅读次数:239
css入门基础详细教程
css入门基础教程,特别详细,图文并茂。步骤浅显易懂。...
分类:Web程序   时间:2015-01-13 17:52:42    阅读次数:176
js中的等号学问
JS等号学问...
分类:Web程序   时间:2015-01-13 17:46:41    阅读次数:162
jQuery easyui combobox获取值(多个)
Combobox组件官方文档:   http://www.jeasyui.com/documentation/index.php# 配置示例 resources/json/KeyType.json', method:'get', valueField:'value', textField:'text', multiple:true, panelHeig...
分类:Web程序   时间:2015-01-13 17:45:26    阅读次数:207
html中iframe子页面与父页面元素的访问以及js变量的访问
1、子页面访问父页面元素parent.document.getElementById('id')和document相关的方法都可以这样用2、父页面访问子页面元素document.getElementById('iframeId').contentDocument.getElementsByTagNa...
分类:Web程序   时间:2015-01-13 17:38:15    阅读次数:180
在网页上显示一个钟表(yyyy-mm-dd hh:mm:ss)
编辑您的代码:查看结果: 2015-1-13 00:00:00
分类:Web程序   时间:2015-01-13 17:38:00    阅读次数:122
ASP.NET后台自定义导出Excel
在网上看到了许多的Excel导出,想想自己也工作两三年了,写过的导出也不少了,现在总结一下吧。
分类:Web程序   时间:2015-01-13 17:37:25    阅读次数:232
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!