2016年8月19日

个人项目网页2

摘要: @charset "utf-8";/* CSS Document */ *{ margin:0px;padding:0px; } a{ text-decoration: none; color:#C60;} .a{ width:100%; height:120px; position: relati 阅读全文

posted @ 2016-08-19 22:21 0等0 阅读(108) 评论(0) 推荐(0)

个人项目,网页一

摘要: @charset "utf-8";/* CSS Document */ *{ margin:0px;padding:0px; } a{ text-decoration: none; color:#C60;} .a{ width:100%; height:120px; position: relati 阅读全文

posted @ 2016-08-19 22:20 0等0 阅读(103) 评论(0) 推荐(0)

2016年8月16日

javaScript document

摘要: </head> <body><form>中华民国成立于那一年?<input type="text" daan="1912年" id="t1" /><input type="button" onclick="check()" value="检查答案" /></form> <script>functio 阅读全文

posted @ 2016-08-16 15:13 0等0 阅读(215) 评论(0) 推荐(0)

2016年8月14日

函数js练习

摘要: <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>无标题文档</title></head> <body>输入整数a和b,若a2+b2大于100,则输出a2+b2百位以上数字,否则输出两数 阅读全文

posted @ 2016-08-14 16:53 0等0 阅读(212) 评论(0) 推荐(0)

布局

摘要: <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>无标题文档</title><style type="text/css">*{ margin:0px; padding:0px;}#a{ 阅读全文

posted @ 2016-08-14 16:49 0等0 阅读(133) 评论(0) 推荐(0)

网页设计练习

摘要: <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>汉企网页</title><style>*{ margin:0px; padding:0px; } .a{ width:100%; top 阅读全文

posted @ 2016-08-14 16:47 0等0 阅读(84) 评论(0) 推荐(0)

2016年8月10日

表单

摘要: <form><body background="file:///C|/Users/admin/Desktop/新建文件夹/未标题-1.jpg"><table align="center" width="800" height="1000" border="0" cellpadding="0" cel 阅读全文

posted @ 2016-08-10 16:21 0等0 阅读(151) 评论(0) 推荐(0)

2016年8月8日

html 个人简介

摘要: <body background ="19425902_1364786376573.jpg" </center> ><font color="#FF0066" size="+10"><center>简历表</font><font size="+5"><table width="1800" heigh 阅读全文

posted @ 2016-08-08 15:58 0等0 阅读(393) 评论(0) 推荐(0)

2016年8月3日

结构体,枚举类型

摘要: 注意:枚举类型和结构体都属于值类型。 结构体:就是一个自定义的集合,里面可以放各种类型的元素,用法大体跟集合一样。 一、定义的方法: struct student { public int nianling; public int fenshu; public string name; public 阅读全文

posted @ 2016-08-03 16:59 0等0 阅读(297) 评论(0) 推荐(0)

2016年8月2日

out传值

摘要: public void Out(out int a, out int b) {//out相当于return返回值 //可以返回多个值 //拿过来变量名的时候,里面默认为空值 a=1; b=2; } static void Main(string[] args) { int a = 0; int b 阅读全文

posted @ 2016-08-02 00:20 0等0 阅读(145) 评论(0) 推荐(0)

导航