queryForObject()queryForList()queryForMap()Mapped statement typesselectinsertupdatedeleteprocedurestatementsqlincludesql:select ... where city like '%$values$%'this form is easy sql injection Read More
posted @ 2011-06-13 23:31 庚武 Views(163) Comments(0) Diggs(0) Edit
http://sourceforge.net/adobe/cairngorm/home/Established by Adobe Technical Services and partners, Cairngorm presents the foundations on how we deliver successful enterprise Flex and AIR projects.The latestCairngorm 3consists of:Guidelinesthat describe client-side architecture, automated testing and Read More
posted @ 2011-06-13 23:12 庚武 Views(220) Comments(0) Diggs(0) Edit
<?xml version="1.0" encoding="utf-8"?><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" minWidth="955" minHeight="600"> <mx:Script> <![CDATA[ import mx.collections.ArrayCollection; [Bindable] p Read More
posted @ 2011-06-13 17:37 庚武 Views(286) Comments(0) Diggs(0) Edit
SELECT DATEPART( DAY, DATEADD(DAY,-1, DATEADD(MONTH,1, DATEADD(DAY, -DATEPART(DAY,GETDATE())+1,GETDATE()) --该月第一天) --增加一个月) --减去一天) Read More
posted @ 2011-06-13 16:26 庚武 Views(1171) Comments(0) Diggs(0) Edit
1.maven建立一个web app2.D:\Tomcat6_0\conf\tomcat-users.xml 查看users.<tomcat-users> <role rolename="manager"/> <role rolename="admin"/> <user username="admin" password="123" roles="admin,manager"/></tomcat-users>3.settings.xml Read More
posted @ 2011-06-13 00:10 庚武 Views(1294) Comments(1) Diggs(1) Edit