08 2015 档案

摘要:// seajs 的简单配置seajs.config({ base: "/scripts/", alias: { "jquery": "jquery.js" }})//情况一、如果定义和调用在同一个文件//实例一:define、use//必须声明模板标识define("user", function... 阅读全文
posted @ 2015-08-31 19:00 microsoftzhcn 阅读(1164) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Data;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;namespace Project... 阅读全文
posted @ 2015-08-04 17:26 microsoftzhcn 阅读(610) 评论(0) 推荐(0)