- 博客(9)
- 收藏
- 关注
转载 html入门(仅适合初学者)
基本格式:<html> <head> <title></title> </head> <body> </body></html>设置网页背景颜色:<body bgcolor="颜色"></body>设置网页背景图片:<body backgro...
2016-09-14 11:42:00 244
转载 html5浏览器版本低于IE9
html5浏览器版本低于IE9时,加上如下代码:<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>转载于:https://www.cnblogs.com/zsxl/p/5871292.html...
2016-09-14 11:38:00 151
转载 css3添加边框或字体阴影
css代码:/*边框*/.shadow_border{border: 1px solid #000;padding: 60px; width:100px;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;-webkit-box-shadow: #666 0px 0px 10px;-moz-b...
2016-09-14 11:35:00 286
转载 css画斜线
css代码:.border{width:500px; height:200px; border-bottom:2px solid #000000; -webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);}html代码:<div class="border"></div>转载于...
2016-09-14 11:01:00 979
转载 css入门
CSS符号属性:list-style-type:none; /*不编号*/ list-style-type:decimal; /*阿拉伯数字*/ list-style-type:lower-roman; /*小写罗马数字*/ list-style-type:upper-roman; /*大写罗马数字*/ list-style-type:lower-alpha; /*小写英文字母*/ li...
2016-09-14 09:43:00 91
转载 css3字体描边效果
css代码:.font{-moz-text-shadow:#F00 1px 0 0,#F00 0 1px 0,#F00 -1px 0 0,#F00 0 -1px 0;text-shadow:#F00 1px 0 0,#F00 0 1px 0,#F00 -1px 0 0,#F00 0 -1px 0;-webkit-text-shadow:#F00 1px 0 0,#F00 0 1px ...
2016-09-14 09:39:00 234
转载 winfrom编写二维码(可上传图片)
编写一个个人信息二维码:首先先下载一个生成二维码的ThoughtWorks.QRCode.dll(注:下载后将其添加引用到项目中即可)然后设计一个窗体:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawin...
2014-10-02 13:19:00 139
转载 Java判断邮箱是否合法
public class Test { public static void main(String[] args) { //电子邮件 String check = "^([a-z0-9A-Z]+[-|\\.]?)+[a-z0-9A-Z]@([a-z0-9A-Z]+(-[a-z0-9A-Z]+)?\\.)+[a-zA-Z]{2,}$"; ...
2014-10-02 12:15:00 853
转载 正则表达式
联系电话(手机固话):((\d{11})|^((\d{7,8})|(\d{4}|\d{3})-(\d{7,8})|(\d{4}|\d{3})-(\d{7,8})-(\d{4}|\d{3}|\d{2}|\d{1})|(\d{7,8})-(\d{4}|\d{3}|\d{2}|\d{1}))$)(\(\d{3,4}\)|\d{3,4}-|\s)?\d{7,14}邮箱:\w+([-+.'...
2014-09-29 12:04:00 85
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人