摘要: 无标题文档//test1.js:// JavaScript Documentdefine(function(require,exports,module){//参数固定,写法不变 //exports: 对外的接口 //require :依赖的接口 //require('./test2.js');//如果地址是一个模块的话,那么require的返回值就是模块中的exports //require.async(); 异步模式 ... 阅读全文
posted @ 2013-07-11 23:29 zhangchun 阅读(378) 评论(0) 推荐(0)
摘要: 无标题页 aps.net后台代码:using System;using System.Web;using System.IO;public class IbeaconHandler : IHttpHandler { public void ProcessRequest (HttpContext context) { context.Response.ContentType = "text/plain"; try { //获取当前Post过来的file集合对象,在这里我只获取了的文件控件 HttpPo... 阅读全文
posted @ 2013-07-11 21:41 zhangchun 阅读(1155) 评论(0) 推荐(0)