12 2014 档案

摘要:导航目录: Home About us Main Industries Gov support Advantages I... 阅读全文
posted @ 2014-12-23 11:54 CalabashSun 阅读(121) 评论(0) 推荐(0) 编辑
摘要:全站搜索: 阅读全文
posted @ 2014-12-23 11:29 CalabashSun 阅读(113) 评论(0) 推荐(0) 编辑
摘要:1.模板页 .master 引入模板页MasterPageFile="~/MasterPage/Main.Master"2.用户控件 .ascx .ascx.cs: /// /// 信息分类Id ... 阅读全文
posted @ 2014-12-23 11:23 CalabashSun 阅读(113) 评论(0) 推荐(0) 编辑
摘要:(一)CommandName:其实可以设置成一种动作,比如Select,Update,Delete,等操作。就是说CommandName是确定他到底引发的是哪一事件,如果CommandName的名字 等 于datalist 的事件的名字 他就引发事件CommandArgument:可以设置,如果是D... 阅读全文
posted @ 2014-12-19 09:13 CalabashSun 阅读(239) 评论(0) 推荐(0) 编辑
摘要:返回JsonResult序列化的Json对象 public class MyController : Controller{ // 必须返回ActionResult类型 public ActionResult HelloWorld() { ViewData["Message"] = "Hello W... 阅读全文
posted @ 2014-12-18 16:07 CalabashSun 阅读(173) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace lambda{ class Program {... 阅读全文
posted @ 2014-12-18 14:47 CalabashSun 阅读(232) 评论(0) 推荐(0) 编辑
摘要:' class=""> '> "> 在css界面:li .active a{} 阅读全文
posted @ 2014-12-18 09:10 CalabashSun 阅读(355) 评论(0) 推荐(0) 编辑
摘要:Array类toString()方法和valueOf()方法,返回特殊的字符串。该字符串是通过对每项调用toString()方法,然后用逗号把它们连接在一起构成的。例如,对具有项"red"、"green"和"blue"的数组调用toString()方法或valueOf()方法,返回的是字符串"red... 阅读全文
posted @ 2014-12-15 17:50 CalabashSun 阅读(99) 评论(0) 推荐(0) 编辑
摘要:js基础学习,小技巧每一项都是js中的小技巧,但十分的实用!1.document.write(""); 输出语句2.JS中的注释为//3.传统的HTML文档顺序是:document->html->(head,body)4.一个浏览器窗口中的DOM顺序是:window->(navigator,scre... 阅读全文
posted @ 2014-12-15 17:05 CalabashSun 阅读(181) 评论(0) 推荐(0) 编辑