[ftc=#FFFFFF]解决方案[/ft]问题:生产环境的操作系统和数据库可能是英文版的,而我们的母语是中文,如果英语能力差点,可能有时对英语环境下的数据库脚本报错的英文提示看不懂,如果直接拿英语错误提示通过翻译工具去翻译,也不一定就是完全翻译得100%准确。<styletype="text/css">a:link{color:#fff;}a:visited{co
分类:
数据库 时间:
2020-06-26 01:19:02
阅读次数:
121
效果: <!Doctype html> <html> <head> <meta charset="utf-8"> <title>MUSIC</title> <style type="text/css"> *{margin:0px;padding:0px;} #bg{position:absolute ...
分类:
Web程序 时间:
2020-06-25 16:07:21
阅读次数:
100
在文章模板(如:article_article.htm)中加入以下css代码 <style type="text/css"> img,a img{ border:0; margin:0; padding:0; max-width:600px; width: expression(this.width ...
分类:
其他好文 时间:
2020-06-25 15:51:21
阅读次数:
80
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> form div { height: 40px; line-height: 4 ...
分类:
其他好文 时间:
2020-06-24 15:39:37
阅读次数:
37
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>注册</title> <link rel="stylesheet" type="text/css" href="css/common.css"> <link r ...
分类:
Web程序 时间:
2020-06-23 19:36:46
阅读次数:
156
圣杯布局 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>圣杯布局</title> <style type="text/css"> #box{ padding:0 200px 0 100px; height:100px; } # ...
分类:
其他好文 时间:
2020-06-21 19:33:50
阅读次数:
43
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> canvas{ border: 1px solid red; } </style> </head> <body s ...
分类:
其他好文 时间:
2020-06-18 21:38:23
阅读次数:
65
雪碧图的原理:用同一张图片的不同位置,实现减少http请求的减少 <!DOCYTYPE html> <html lang="en"> <html> <HEAD> <meta charset="utf-8"> <title>test</title> <style type="text/css"> .l ...
分类:
Web程序 时间:
2020-06-17 20:16:57
阅读次数:
61
<!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .aclass{ color: red; } .bclass{ color: blue; } .cclass{ fo ...
分类:
其他好文 时间:
2020-06-14 20:29:38
阅读次数:
251
利用document.createElement创建当前浏览器(IE6-8)不支持的标签名 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> article { c ...
分类:
Web程序 时间:
2020-06-14 16:43:33
阅读次数:
120