<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[眼眸的博客]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/Zy0607</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; Zy0607]]></copyright><item><title><![CDATA[我的struts2框架第一个入门案例]]></title><link>https://blog.csdn.net/Zy0607/article/details/103149114</link><guid>https://blog.csdn.net/Zy0607/article/details/103149114</guid><author>Zy0607</author><pubDate>Tue, 19 Nov 2019 19:46:53 +0800</pubDate><description><![CDATA[首先把jar包复制到lib文件中

然后创建一个struts.xml
注意:名字必须是struts.xml，action标签中的method属性名必须是class类里面的方法名
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;!DOCTYPE struts PUBLIC
   "-//Apache Software Foundation//DTD ...]]></description><category></category></item><item><title><![CDATA[ajax和servlet写一个表单验证]]></title><link>https://blog.csdn.net/Zy0607/article/details/102741887</link><guid>https://blog.csdn.net/Zy0607/article/details/102741887</guid><author>Zy0607</author><pubDate>Fri, 25 Oct 2019 14:12:25 +0800</pubDate><description><![CDATA[用 ajax和servlet正则表达式验证表单
效果图：

html代码
	账号:&lt;input type="text" name="name" id="name" index="0" /&gt;
	&lt;br /&gt; 密码:
	&lt;input type="text" name="pwd" id="pwd" index="1" /&gt;
	&lt;br /&gt;
	&lt;inp...]]></description><category></category></item><item><title><![CDATA[html和JavaScript写一个自动生成表格]]></title><link>https://blog.csdn.net/Zy0607/article/details/102740655</link><guid>https://blog.csdn.net/Zy0607/article/details/102740655</guid><author>Zy0607</author><pubDate>Fri, 25 Oct 2019 12:18:42 +0800</pubDate><description><![CDATA[html代码
行&lt;input type="text" id="rows"&gt;&lt;br /&gt;
		列&lt;input type="text" id="columns"&gt;&lt;br /&gt;
		宽度&lt;input type="text" id="height" /&gt;&lt;br /&gt;
		高度&lt;input type="text" id="widt...]]></description><category></category></item><item><title><![CDATA[html和jQuery实现一个开心小农场游戏]]></title><link>https://blog.csdn.net/Zy0607/article/details/102740575</link><guid>https://blog.csdn.net/Zy0607/article/details/102740575</guid><author>Zy0607</author><pubDate>Fri, 25 Oct 2019 12:08:59 +0800</pubDate><description><![CDATA[css样式代码
div{
	font-size:12px;
	border:#999 1px solid;
	padding:5px;
}
#bg{		/*控制页面背景*/
	width:456px;
	height:266px;
	background-image:url(images/plowland.jpg);
}
img{		/*控制图片*/
	position:absolute;
	to...]]></description><category></category></item><item><title><![CDATA[用html和jQuery来实现图片的切换]]></title><link>https://blog.csdn.net/Zy0607/article/details/102740206</link><guid>https://blog.csdn.net/Zy0607/article/details/102740206</guid><author>Zy0607</author><pubDate>Fri, 25 Oct 2019 11:54:52 +0800</pubDate><description><![CDATA[用jQuery做一个警灯的效果
css样式代码：
&lt;style&gt;
		.blue{
	        height: 40px;
	        width: 35px;
	        background-color: blue;
	        border-radius: 20px 20px 2px  2px;
	    }
	    .red{
	        hei...]]></description><category></category></item><item><title><![CDATA[用html和jQuery做一个判断文本框输入的内容是否正确]]></title><link>https://blog.csdn.net/Zy0607/article/details/102733440</link><guid>https://blog.csdn.net/Zy0607/article/details/102733440</guid><author>Zy0607</author><pubDate>Thu, 24 Oct 2019 22:26:04 +0800</pubDate><description><![CDATA[用正则表达式判断表单是否正确
效果图如下：

声明：输入格式不正确后面就会显示×号，输入正确就是√
html代码：
&lt;table&gt;
			&lt;tr&gt;
				&lt;td&gt;用户名:&lt;/td&gt;
				&lt;td&gt;&lt;input type="text" name="name" index="0" /&gt;&lt;/td&gt;
			&lt;/t...]]></description><category></category></item><item><title><![CDATA[用Html和JavaScript写一个灯泡变亮的代码案例]]></title><link>https://blog.csdn.net/Zy0607/article/details/102536063</link><guid>https://blog.csdn.net/Zy0607/article/details/102536063</guid><author>Zy0607</author><pubDate>Sun, 13 Oct 2019 19:05:46 +0800</pubDate><description><![CDATA[这是html代码：
	&lt;div&gt;
			&lt;div style="float: left;"&gt;&lt;img src="05.jpg" id="imgShow" height="1800px" width="1200px" /&gt;

				&lt;img src="03.jpg" id="show" οnclick="changeImg()" height="300px...]]></description><category></category></item></channel></rss>