刘政道 - 应用程序框架

《31天学会CRM项目开发(C#编程入门及项目实战)》作者,IT经理,程序员
  博客园  :: 新随笔  :: 联系 :: 管理
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 35 下一页

2011年8月4日

摘要: 假设网站端口8080,打开tomcat\conf\server.xml默认是<Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"></Host>即,我们只需要将网站程序,比如jdhr放在tomcat\webapps\下即可,然后就可以通过http://ip:8 阅读全文

posted @ 2011-08-04 10:37 刘政道 阅读(1217) 评论(0) 推荐(0) 编辑

2011年8月3日

摘要: Java读取东方财富网上的股票信息源码,输入指定的股票代码,每隔一段时间自动更新。 通过这个源代码,你可以学会如何设置定时器?如何连接MySql数据库?如何对数据库进行读写操作?如何下载指定网页?如何查找替换字符串? http://www.minioa.net/viewtopic.php?f=13&t=110&p=165#p165 阅读全文

posted @ 2011-08-03 07:55 刘政道 阅读(556) 评论(1) 推荐(0) 编辑

2011年8月2日

摘要: Struts Hello World入门案例,含Tomcat,下载后配置tomcat\bin\startup.bat前几行环境变量即可。在浏览器中输入http://localhost:8080/struts-helloworld-tomcat.rarhttp://www.minioa.net/download/struts-helloworld-tomcat.rarStruts2下载http://struts.apache.org/2.2.1/index.htmlstruts2-exampleshttp://code.google.com/p/struts2-examples/download 阅读全文

posted @ 2011-08-02 13:05 刘政道 阅读(309) 评论(0) 推荐(0) 编辑

摘要: Demo中主要演示了My class name is result!和中result的不同含义及调用方法。 阅读全文

posted @ 2011-08-02 08:13 刘政道 阅读(269) 评论(0) 推荐(0) 编辑

2011年8月1日

摘要: 网页制作基础知识(html,css,javascript)http://www.w3school.com.cn/JavaScript Menu下拉菜单http://www.softcomplex.com/products/tigra_menu/JavaScript 组建库:Jqueryhttp://www.jquery.com/ICON图片资源http://www.iconarchive.com/JSF组件:RichFaces RichFaces Developer Guidehttp://docs.jboss.org/richfaces/latest_3_3_X/en/devguide/ht 阅读全文

posted @ 2011-08-01 21:38 刘政道 阅读(351) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 35 下一页