11 2011 档案
摘要:windows server 2008 R2激活码申请方法 1.首先到 https://domains.live.com/members/signup.aspx?domain=stu.xawl.edu.cn 申请一个邮箱。申请完登陆!2.https://www.dreamspark.com/Products/Product.aspx?ProductId=17&wa=wsignin1.0&ppud=4&lc=1033 打开这个网址3.第二步选China ,第三步时选 Xi”an University of Arts and Science4.点 VIEW ALL P……
阅读全文
摘要:1.新建Windows项目,选择"Windows服务"类型的项目。2.在生成的Service1.cs中代码中写你需要的代码,如下:usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Diagnostics;usingSystem.Linq;usingSystem.ServiceProcess;usingSystem.Text;usingSystem.Timers;usingSystem.IO;namespaceWindowsSe
阅读全文
摘要:下载地址:http://james.newtonking.com/下载:Json.NET 3.5 Release 8 – 3.5 Final 完整版.NET latest (3.5 SP1)3.5版示例:public class Message{ public string Address { get; set; } [JsonProperty(TypeNameHandling = TypeNameHandling.All)] public object Body { get; set; }}public class SearchDetails{ public string Query { g
阅读全文
摘要:MSSQL2000setANSI_NULLSONsetQUOTED_IDENTIFIERONgoALTERPROC[dbo].[PROCE_PageView2000](@tbnamenvarchar(100),--要分页显示的表名@FieldKeynvarchar(1000),--用于定位记录的主键(惟一键)字段,可以是逗号分隔的多个字段@PageCurrentint=1,--要显示的页码@PageSizeint=10,--每页的大小(记录数)@FieldShownvarchar(1000)='',--以逗号分隔的要显示的字段列表,如果不指定,则显示所有字段@FieldOrde
阅读全文
摘要:看过我的视频教程或下载过Blog项目源码的用户都应该知道,我在演示中的页面跳转是在HTML页完成的.那么如果我们添加了一个自己的Button,要通过代码来完成页面的跳转,我们要怎么写跳转的代码呢?下面我就把常用的几种页面间的跳转列出来,大家可以参考一下.一、相同模块间1)跳转到ascx页面,不带参数...
阅读全文
摘要:@echo.@echo※※※※※※※※※※※※※※※※※※※※※※※※※※※※@echo※※@echo※本命令用于自动设置无线网络和本地连接的IP地址※@echo※※@echo※※@echo※1-设置无线网络地址为192.168.1.123,用于公司上网※@echo※※@echo※2-设置无线网络地址为自动获取,用于外部上网※@echo※※@echo※3-设置本地连接地址为192.168.2.23,用于集中器连接※@echo※※@echo※4-设置本地连接地址为自动获取,用于外部上网※@echo※※@echo※※※※※※※※※※※※※※※※※※※※※※※※※※※※@echo.@echo.@ec
阅读全文