11 2010 档案
摘要:namespace MyClass{public class Animal //创建一个类{string type; //声明了类成员string typepublic void SetType(string type) //声明了类方法{this.type = type; //字段赋值}}class Program //主程序类{static void Main(string[] args) /...
阅读全文
摘要:protected void Page_() { linkFirst.Enabled = true; linkUp.Enabled = true; linkUp.Enabled = true; linkDown.Enabled = true; string strsql = "select * from newsinfo"; DataSet ds = Sh.GetDataSource(strsql...
阅读全文
摘要:CSS文件body,div,ul,li{padding:0; margin:0;}#nav{width:800px;height:35px;background:#CCC;margin:0 auto;/*上下为:0;左右自动匹配浏览器*/margin-top:30px;}#nav ul{width:800px;height:35px;}#nav ul li{ float:left;}/*这个是消除...
阅读全文
摘要:use mastergoif exists(select * from sys.databases where name='MyData')drop database MyDatagocreate database MyDatagouse MyDatagoif exists(select * from sys.objects where name='Provice')drop table prov...
阅读全文
摘要:前台代码 <asp:ListBox ID="LB" runat="server" AutoPostBack="true" Width="100" Height="100"> <asp:ListItem>0</asp:ListItem> <asp:ListItem>1</asp:ListItem> <asp:ListItem>2...
阅读全文
摘要:前台代码<asp:Button ID="btn_1" runat="server" Text="按钮_1" CommandName="btn1" oncommand="btn_commond" CommandArgument="show1" /><asp:Button ID="btn_2" runat="server" Text="按钮_2" CommandName="btn2"...
阅读全文
摘要:<script type="text/javascript"> var d=new Date() var weekday=new Array(7) weekday[0]="星期日" weekday[1]="星期一" weekday[2]="星期二" weekday[3]="星期三" weekday[4]="星期四" weekday[5]="星期五" weekday[6]="星期六" d...
阅读全文

浙公网安备 33010602011771号