今天看了下微软的Pet Shop 4,有很多令人振奋的功能,.net的每一个版本都有新的功能,新的便捷,但最后感觉好像一个个陷阱(越是使用新的功能,也容易捆绑在微软的大腿上;学的越多编程工具,就越产生功能、性能、稳定等比较,越比较就越容易陷入一种理性思维的陷阱,可能成了牛人,但值得吗?弄来弄去,最后...
分类:
其他好文 时间:
2015-05-03 14:32:04
阅读次数:
128
目录1、tomcat简要介绍2、jsp/servlet环境部署3、shop++部署测试4、总结1、tomcat简要介绍Tomcat服务器是一个免费的开放源代码的Web应用服务器,属于轻量级应用服务器,在中小型系统和并发访问用户不是很多的场合下被普遍使用,是开发和调试JSP程序的首眩Tomcat实现了Servlet和..
分类:
Web程序 时间:
2015-04-28 18:54:03
阅读次数:
182
1225. FlagsTime limit: 1.0 secondMemory limit: 64 MBOn the Day of the Flag of Russia a shop-owner decided to decorate the show-window ...
分类:
其他好文 时间:
2015-04-27 23:41:04
阅读次数:
294
#表(jc_shop_product?)中有一状态值--是否上架(on_sale) 若由未上架(0)转为上架(1) 同时设置上架时间(on_sale_time) drop?trigger?if?exists?update_on_sale_time_of_product;
delimiter?//????...
分类:
数据库 时间:
2015-04-27 15:44:09
阅读次数:
184
注册时需要填写验证码,填写正确才能注册。
1、生成验证码的action,CheckImgAction
package cn.xdy.shop.user.action;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.Graphics2D;
import jav...
分类:
其他好文 时间:
2015-04-26 15:16:19
阅读次数:
123
使用eclipse进行项目开发,有的时候需要修改项目的名称,可是在eclipse中部署到tomcat中访问的时候仍然只能使用旧的项目名称进行访问。
比如下图原来项目的名称是test,现在我在eclipse中改成了pc-shop-web,可是Path仍然是test,这个时候只能通过http://localhost:8080/test进行访问。
的确,可以通过“Edit...
分类:
系统相关 时间:
2015-04-23 17:33:35
阅读次数:
207
mysql>select b.username,a.subject,a.money,FROM_UNIXTIME(a.ctime) from dlyun_ad_shop_pay a INNER JOIN dlyun_common_member b on a.uid=b.uid where a.cti....
分类:
数据库 时间:
2015-04-22 17:51:50
阅读次数:
219
由ZMAX开发的免费的Joomla商城组件正式安装上线使用。功能:支持支付宝支付,网银支付,Email提醒和短信提醒功能。对joomla国产购物商城感兴趣的朋友可以前往我们的网站http://www.zmax99.com/zmax-online-shop试用。其中有一个0.1元的测试商品,主要是方便大家体验一下真实的..
分类:
其他好文 时间:
2015-04-21 14:51:59
阅读次数:
182
随着我们数据库越来越复杂 我们要掌握的姿势也要也来越多....首先建立个表create table shop(code int primary key identity (1,1),name varchar(50) not null,price int not null,brand varchar(...
分类:
数据库 时间:
2015-04-20 16:17:47
阅读次数:
176
1795. Husband in a Shop
Time limit: 1.0 second
Memory limit: 64 MB
Mark comes home after a day of hard work. His wife, instead of feeding him, sends him to buy some bread. When Mark comes t...
分类:
其他好文 时间:
2015-04-20 09:28:45
阅读次数:
148