This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
人之初,性本善,性相近,习相远。苟不教,性乃迁,教之道,贵以专。 | |
昔孟母,择邻处,子不学,断机杼。窦燕山,有义方,教五子,名俱扬。 | |
养不教,父之过,教不严,师之惰。子不学,非所宜,幼不学,老何为? | |
玉不琢,不成器,人不学,不知义。为人子,方少时,亲师友,习礼仪。 | |
香九龄,能温席,孝于亲,所当执。融四岁,能让梨,弟于长,宜先知。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title>讯飞技术论坛</title> | |
<style> | |
/*定义内外边框的距离*/ | |
*{ | |
margin:0px; | |
padding:0px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p>导航栏下拉列表</p> | |
<ul> | |
<li>1</li> | |
<li>2</li> | |
<li>3 | |
<ul> | |
<li>4</li> | |
<li>5</li> | |
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title> IE打开空白页window.open()正确 window.open("text/html","replace")不可以 但在360 火狐 google浏览器则可以 </title> | |
<script> | |
// | |
function createDoc() | |
{ | |
//正确 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title>Link 属性</title> | |
<Script> | |
function linkGetter() { | |
//msgWindow = open('','','width=250,height=200') | |
msgWindow = open('','') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title>输入时清空输入框如果有汉字提示有几个汉字 不输入返回默认值 </title> | |
<script> | |
function clearText(){ | |
myForm.myName.value=''; | |
} | |
function returnText(){ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<title>下拉框值显示拒绝修改</title> | |
<script type="text/javascript"> | |
function inputText(){ | |
if (myForm.myCity.value == "") { | |
myForm.address.value = "您还没有选择"; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<title>图片大小上传限制</title> | |
</head> | |
<script type="text/javascript"> | |
function Judge(){ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VS 2010下 打开实例 出现这样的错误: | |
LINK : fatal error LNK1123: 转换到 COFF 期间失败: 文件无效或损坏 | |
终极解决方案: | |
VS2010在经历一些更新后,建立Win32 Console Project时会出“error LNK1123” 错误,解决方案为将 项目|项目属性|配置属性|清单工具|输入和输出|嵌入清单 “是”改为“否”即可,但是没新建一个项目都要这样设置一次。 | |
在建立VS2010 Win32 Project项目时,按照上面解决方案依然发生了“error LNK1123”错误,经过上网查资料,解决方案为: | |
第一步:与上相同。 | |
第二步:将 项目|项目属性|配置属性|连接器|清单文件|嵌入清单 “是”改为“否”。 | |
第三步:一般计算机经过上两步设置就能解决问题了,但是如果还有问题,那就按一下方法解决:。 | |
查找是否有两个cvtres.exe。一个是C:\Program Files(x86)\Microsoft Visual Studio 10.0\vc\bin\cvtres.exe, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github: | |
http://blog.csdn.net/kaitiren/article/details/38513715 | |
http://www.worldhello.net/gotgithub/06-side-projects/gist.html | |
http://os.51cto.com/art/201404/436561.htm | |
git |
OlderNewer