01 2009 档案
摘要:using System; using System.Collections.Generic; using System.Text; namespace @enum { class Program { static void Main(string[] args) { int i = 1; switch (i) { case(int) enumWeek.Sunday: Console.W...
阅读全文
摘要://struct 结构 //包含多个节本类型或符合类型的复合体 //优点操作效率比较高 using System; using System.Collections.Generic; using System.Text; namespace @struct { class Program { static void Main(string[] args) { People p1 = n...
阅读全文
摘要:Vs2005里面的,查询12000条记录,设置RemotingFormat = SerializationFormat.Binary; 再序列化,通过WebService传输,客户端接收,再反序列化,确实效果大大的优于直接传送DataSet,不仅网络传输中如此,即使本机,性能改善也非常明显. 下面分别是WebService里面的方法和客户端反序列化取DataSet的方法. 1. 服务器上面取数据,...
阅读全文
摘要:// JScript File //Add Html Control function add(sender,q) { var tr = sender.offsetParent.parentNode.parentNode; var table =document.getElementById ("tableselect"); if(sender.src.indexOf("delete...
阅读全文

浙公网安备 33010602011771号