Categories
-
Recent Posts
Hot Link
Blogroll
Archives
- January 2012 (1)
- November 2011 (2)
- November 2010 (3)
- September 2010 (2)
- June 2010 (1)
- March 2010 (5)
- January 2010 (1)
- December 2009 (2)
- October 2009 (1)
- September 2009 (2)
- August 2009 (6)
- July 2009 (2)
Meta
Monthly Archives: March 2010
Use JSP Tag with content body
1.First add this to web.xml: 1 2 3 4 <taglib> <taglib-uri>http://longshine.com/cufj</taglib-uri> <taglib-location>/WEB-INF/tlds/cufjTag.tld</taglib-location> </taglib> 2.Put the tld file into folder: /WEB-INF/tlds/. And the tld file is like this: 1 2 3 4 5 6 7 8 9 10 11 12 13 … Continue reading
Change ip setting using bat command
Example: 1.Change to static: netsh interface ip set address "Wireless Network Connection" source = static 10.206.15.184 255.255.255.0 10.206.15.1 netsh interface ip add dns name = "Wireless Network Connection" addr = 10.206.1.33 netsh interface ip add dns name = "Wireless Network … Continue reading
how to install squid-2.5.STABLE13 on linux
To build and install the Squid Cache, type: % ./configure –prefix=/usr/local/squid % make all % make install
validation problems when deploy an application in weblogic 10
Error message is: Unable to access the selected application. Exception in AppMerge flows’ progression Exception in AppMerge flows’ progression VALIDATION PROBLEMS WERE FOUND problem: cvc-complex-type.2.3: Element ‘filter@http://java.sun.com/xml/ns/javaee’ with element-only content type cannot have text content.: problem: cvc-complex-type.2.3: … Continue reading