摘要: create database xinlianxi gouse xinlianxigocreate table student (code int,name varchar(10),sex varchar(10),age int,yunwen decimal(18,2),shuxue decimal 阅读全文
posted @ 2016-08-31 15:47 苏炎 阅读(161) 评论(0) 推荐(0)
摘要: 题目练习 <body>输入整数a和b,若a2+b2大于100,则输出a2+b2百位以上数字,否则输出两数之和<br /><input type="text" id="a" /><br /><input type="text" id="b" /><br /><input type="button" v 阅读全文
posted @ 2016-08-14 16:48 苏炎 阅读(122) 评论(0) 推荐(0)
摘要: <style>*{ margin:0px; padding:0px;}.a{ width:10%; height:600px; position:fixed;}.aa{ width:100%; height:60px; position:relative; vertical-align:middle 阅读全文
posted @ 2016-08-14 16:47 苏炎 阅读(106) 评论(0) 推荐(0)
摘要: 布局练习 <style>*{ margin:0px; padding:0px;}body{ min-width:1000px;}#a{ width:100%; height:100px; background-color:#006; top:0px; left:0px; position:fixed 阅读全文
posted @ 2016-08-14 16:46 苏炎 阅读(158) 评论(0) 推荐(0)
摘要: QQ邮箱注册 <body background="33.jpg"><font size="+2">注册邮箱账号</font><form><table width="960" border="0" cellpadding="0" cellspacing="0"><tr height="35"><td 阅读全文
posted @ 2016-08-10 16:27 苏炎 阅读(204) 评论(0) 推荐(0)
摘要: 练习制作个人简历 <body background="0e2442a7d933c895d0a64814d51373f083020080.jpg"><font color="#FF0000" face="宋体" size="+4"><center>个人简历表</font><table width="9 阅读全文
posted @ 2016-08-08 16:10 苏炎 阅读(119) 评论(0) 推荐(0)
摘要: / struct Fenshu // { // public ArrayList al; // } // //结构体 // struct Student // { // public int no; // public string name; // public string sex; // pu 阅读全文
posted @ 2016-08-03 22:19 苏炎 阅读(164) 评论(0) 推荐(0)
摘要: // 剪子 包袱 锤 //Console.Write("请输入你输什么拳"); //string shu = Console.ReadLine(); //if (shu == "剪刀" || shu == "石头" || shu == "布") //{ // int ren = 0; // swit 阅读全文
posted @ 2016-07-31 16:39 苏炎 阅读(139) 评论(0) 推荐(0)
摘要: ////String类 //string s = " abCDefgb "; ////int a = s.Length;//获取长度 //Console.WriteLine(s.Length); ////去掉前后空格 //Console.Write(s.Trim()); ////只去掉前面的空格 / 阅读全文
posted @ 2016-07-30 19:42 苏炎 阅读(121) 评论(0) 推荐(0)
摘要: //初始化 干草堆 stack集合 //先进后出,一个一个的赋值,一个一个的取值 //Stack ss = new Stack(); ////添加元素(推送) push //ss.Push(1); //ss.Push(2); //ss.Push(3); //ss.Push(4); //ss.Push 阅读全文
posted @ 2016-07-30 19:33 苏炎 阅读(144) 评论(0) 推荐(0)