<?xml version="1.0" encoding="GB2312"?>
<rss version="2.0">
<channel>
<title><![CDATA[简单==快乐]]></title>
<link>http://www.mypm.net/blog/user1/wangsha/index.html</link>
<description><![CDATA[简单==快乐]]></description>
<item>
<title><![CDATA[JSP做留言板]]></title>
<link>http://www.mypm.net/blog/user1/wangsha/archives/2007/16848.html</link>
<description><![CDATA[<FONT face=宋体 size=2>JSP是JavaServer Pages的简称，是一种集成HTML及Java程序于一个网页的技术。我觉得使用JSP编写程序比ASP、PHP等语言更具有挑战性，更能学到知识，因为它涉及到面向对象的J***A语言，要用好JSP，就得对J***A有一定的了解。除此之外，还要求能熟练使用各种开发工具，像Dreamweaver、Photoshop、JBuilder等。 <BR><BR>工欲善其事，必先利其器。在运行JSP程序之前，必须做一些准备工作。首先要有一个WEB伺服器，Apache或IIS都可以；其次要有一个执行J***A程序的的编译器；再次还要有一个支持JSP的引擎，目前有很多引擎可供选择，例如tomcat、weblogic、resin等。<br/>……]]></description>
<author>wangsha</author>
<pubDate>2007/8/14 20:51:00</pubDate>
</item>
<item>
<title><![CDATA[狐狸还是穿山甲！]]></title>
<link>http://www.mypm.net/blog/user1/wangsha/archives/2007/15120.html</link>
<description><![CDATA[<FONT face=宋体 size=2>　　如果一个秘书像只穿山甲一样，一天到晚只知道干活，既不动脑子去想问题，也不会想问题，没有一点灵气，领导肯定不怎么会喜欢，这种秘书即使不被炒鱿鱼，也永远只能给同事充当办公室里的“菲佣”。相反，一个秘书像只狐狸，不踏踏实实干活，一天到晚打别的主意，这种秘书虽然聪明乖巧，但老板也不一定欣赏。一个真正优秀的秘书，既要像穿山甲，立足现实，有埋头苦干的精神，又要像狐狸，胸怀全局，有勤于思考的习惯,才有可能成为优秀的职业秘书。<br/>……]]></description>
<author>wangsha</author>
<pubDate>2007/6/20 20:00:00</pubDate>
</item>
<item>
<title><![CDATA[在JBuilder中连接数据库！]]></title>
<link>http://www.mypm.net/blog/user1/wangsha/archives/2007/12949.html</link>
<description><![CDATA[<P><FONT size=2>1.JBuilder连接ACCESS(首先配置好ODBC)</FONT></P>
<P><FONT size=2>package jdbc;<BR>import java.sql.*;<BR>public class testjdbc {<BR>&nbsp;&nbsp;&nbsp; public static void main(String[] args) throws Exception {<BR>&nbsp;&nbsp;&nbsp;&nbsp; String url="jdbc:odbc:ws";<BR>&nbsp;&nbsp;&nbsp;&nbsp; Connection conn;<BR>&nbsp;&nbsp;&nbsp;&nbsp; Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");<BR>&nbsp;&nbsp;&nbsp;&nbsp; conn=DriverManager.getConnection(url,"","");<BR>&nbsp;&nbsp;&nbsp;&nbsp; if(conn!=null){<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System.out.println("连接成功！")<br/>……]]></description>
<author>wangsha</author>
<pubDate>2007/4/7 17:24:00</pubDate>
</item>
<item>
<title><![CDATA[关于B/S和C/S架构的探析]]></title>
<link>http://www.mypm.net/blog/user1/wangsha/archives/2006/8724.html</link>
<description><![CDATA[<FONT face=宋体 size=2>当今世界科学技术飞速发展，尤其以通信、计算机、网络为代表的互联网技术更是日新月异，令人眼花燎乱，目不睱接。&nbsp;由于计算机互联网在政治、经济、<NOBR><A class=iAs oncontextmenu="return false;" onmousemove=kwM(4); onmouseover=kwE(event,4); style="CURSOR: hand; COLOR: #0000ff; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline" onclick="window.open('http://114.vnet.cn/search_web.html?<br/>……]]></description>
<author>wangsha</author>
<pubDate>2006/11/16 9:46:00</pubDate>
</item>
<item>
<title><![CDATA[[转帖]如何优化J***A程序设计和编码，提高J***A性能]]></title>
<link>http://www.mypm.net/blog/user1/wangsha/archives/2006/8472.html</link>
<description><![CDATA[<FONT face=宋体 size=2><img src="http://www.mypm.net/blog/images/emot/face1.gif" onmousewheel="http://www.mypm.net/blog/admin/return bbimg(this)"  onclick="javascript:window.open(this.src);" style="http://www.mypm.net/blog/admin/CURSOR: pointer" onload="javascript:if(this.width>500)this.style.width=500;">通过使用一些辅助性工具来找到程序中的瓶颈，然后就可以对瓶颈部分的代码进行优化。一般有两种方案：即优化代码或更改设计方法。我们一般会选择后者，因为不去调用以下代码要比调用一些优化的代码更能提高程序的性能。而一个设计良好的程序能够精简代码，从而提高性能。<BR><BR>下面将提供一些在J***A程序的设计和编码中，为了能够提高J***A程序的性能，而经常采用的一些方法和技巧。<BR><BR>1．对象的生成和大小的调整。<BR><BR>J***A程序设计中一个普遍的问题就是没有好好的利用J***A语言本身提供的函数，从而常常会生成大量的对象（或实例）。<br/>……]]></description>
<author>wangsha</author>
<pubDate>2006/11/7 22:54:00</pubDate>
</item>
<item>
<title><![CDATA[[转]如果我是女人，绝不会嫁给做网站的！]]></title>
<link>http://www.mypm.net/blog/user1/wangsha/archives/2006/4094.html</link>
<description><![CDATA[<P><FONT face=宋体 size=2><img src="http://www.mypm.net/blog/images/emot/face1.gif" onmousewheel="http://www.mypm.net/blog/admin/return bbimg(this)"  onclick="javascript:window.open(this.src);" style="http://www.mypm.net/blog/admin/CURSOR: pointer" onload="javascript:if(this.width>500)this.style.width=500;">&nbsp;&nbsp; 今天，在朋友的BLOG上看到这个，嘿嘿，有点意思哟------<img src="http://www.mypm.net/blog/images/emot/face8.gif" onmousewheel="http://www.mypm.net/blog/admin/return bbimg(this)"  onclick="javascript:window.open(this.src);" style="http://www.mypm.net/blog/admin/CURSOR: pointer" onload="javascript:if(this.width>500)this.style.width=500;">&nbsp; </FONT></P>
<P><FONT face=宋体 size=2>&nbsp;&nbsp;&nbsp; 首先我自己也是一个做网站的，我也不知道我为什么要做网站，我也不知道我做了网站为什么。但是我记得好象有这么一句话：“网络上天天都有惊喜，网络是一个创造奇迹的地方”，所以我天天呆在网上，也许就是为了遇见这个奇迹吧。&nbsp;</FONT></P>
<br/>……]]></description>
<author>wangsha</author>
<pubDate>2006/6/10 10:48:00</pubDate>
</item>
<item>
<title><![CDATA[走自己的路，让别人去说吧！]]></title>
<link>http://www.mypm.net/blog/user1/wangsha/archives/2006/4081.html</link>
<description><![CDATA[<br/>……]]></description>
<author>wangsha</author>
<pubDate>2006/6/9 11:55:00</pubDate>
</item>
<item>
<title><![CDATA[“大学生就业难”是个伪问题]]></title>
<link>http://www.mypm.net/blog/user1/wangsha/archives/2006/4059.html</link>
<description><![CDATA[<P><FONT face=宋体 size=2>“大学生就业难”是个伪问题 </FONT></P>
<P><FONT face=宋体 size=2>“大学生就业难”是近两年的热门话题。</FONT></P>
<P><FONT face=宋体 size=2>　　何谓“难”？做起来费事，感到困难也，这是从字面上解释。“大学生就业难”，我们的理解是在就业市场中形成了一种对大学生的“不平等”和“社会隔离”，而掩盖事物的本来面貌即为“伪”。</FONT></P>
<br/>……]]></description>
<author>wangsha</author>
<pubDate>2006/6/8 16:36:00</pubDate>
</item>
<item>
<title><![CDATA[[转]平面设计]]></title>
<link>http://www.mypm.net/blog/user1/wangsha/archives/2006/4058.html</link>
<description><![CDATA[<br/>……]]></description>
<author>wangsha</author>
<pubDate>2006/6/8 16:34:00</pubDate>
</item>
<item>
<title><![CDATA[Google终于急了]]></title>
<link>http://www.mypm.net/blog/user1/wangsha/archives/2006/3949.html</link>
<description><![CDATA[<br/>……]]></description>
<author>wangsha</author>
<pubDate>2006/6/3 15:43:00</pubDate>
</item>

</channel>
</rss>