jspÁ¬½ÓÊý¾Ý¿â
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<%@ page contentType="text/html; charset=gb2312" language="java"
import="java.sql.*"%>
<%
/*********************
********* JDBC_ODBCÁ¬½Ó SQL Server Êý¾Ý¿â£¬²»ÐèÒªÉèÖÃÊý¾ÝÔ´
********* Date: 2005.8
********* Email:fanwsp@126.com
********* Author: DreamTime [ÃÎÏëÄ껪]
********* ÓÐÈκλ¶ÓÌá³öÖ¸Õý
****************************/
//Çë¸ù¾ÝÐèÒª£¬Ñ¡ÔñÒ»ÖÖ·½·¨£¬È¥µôÏàÓ¦µÄ·½·¨µÄ×¢ÊÍ£¬²¢×¢ÊÍÆäËüûÓÐʹÓõÄ
//ÒÔϼ¸ÏîÇë×ÔÐÐÐÞ¸Ä
String server="localhost"; //SQL Server ·þÎñÆ÷µÄµØÖ·
String dbname="test"; //SQL Server Êý¾Ý¿âµÄÃû×Ö
String user="sa"; //SQL Server Êý¾Ý¿âµÄµÇ¼Óû§Ãû
String pass="chfanwsp"; //SQL Server Êý¾Ý¿âµÄµÇ¼ÃÜÂë
String port="1433"; //SQL Server ·þÎñÆ÷µÄ¶Ë¿ÚºÅ£¬Ä¬ÈÏΪ1433
/***** ·½·¨1£º *******
* ÓÃnet.sourceforge.jtds.jdbc.Driver
* (http://jtds.sourceforge.net/) &n
Ïà¹ØÎĵµ£º
Ò»¡¢ÏÂÔØ
J2SDK£ºjdk-1_5_0_04-windows-i586-p.exe
ECLIPSE£ºeclipse-SDK-3.2-win32.zip
ECLIPSE ²å¼þ£º
(1)ÖÐÎİü NLpack1-eclipse-SDK-3.2-win32.zip
(2)Tomcat²å¼þ tomcatPluginV31.zip
(3)LOMBAT£ºlomboz-wtp-emf-gef-jem-3.1.2.zip
TOMCAT£ºapache-tomcat-5.5.17.exe
mysql£ºMysql-5.0.15.rar
¶þ¡¢°²×°
1.°² ......
ÎÒÃÇʹÓÃGoogleÌṩµÄiframeÈÃjspÒ³ÃæÇ¶Èëµ½flexÖÐ
Ê×ÏÈ£¬Çëµ½http://code.google.com/p/flex-iframe/ÏÂÔØiframe µÄswc°ü
µÚ¶þ²½£¬°Ñswc°ü·ÅÈëflex_libsÖУ¬Èç¹û²»ÊÇwebÏîÄ¿¾Í·ÅÈëlibÏÂ
µÚÈý²½£¬´´½¨Ò»¸ömxmlÎļþ
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/ ......
½â¾öjsp»òserverlet ²»ÄܽâÎömultipart/form-data ÀàÐÍµÄ±íµ¥ÓòµÄÎÊÌâ
10 6ÔÂ 2008
Situation:
Javax.servlet.HttpServletRequest.getParameter(String) returns null when the ContentType is multipart/form-data
Solutions:
Solution A:
1. download http://www.servlets.com/cos/index.html
2. invoke getPara ......
Web.xml³£ÓÃÔªËØ
<web-app>
<display-name></display-name>¶¨ÒåÁËWEBÓ¦ÓõÄÃû×Ö
<description></description> ÉùÃ÷WEBÓ¦ÓõÄÃèÊöÐÅÏ¢
<context-param></context-param> context-paramÔªËØÉùÃ÷Ó¦Ó÷¶Î§Äڵijõʼ»¯²ÎÊý¡£
<filter></filter> ¹ýÂËÆ÷ÔªËØ½«Ò»¸ ......
֮ǰ,д¹ýÒ»¸öDownload.jspÎļþ,Äܽâ¾öÏÂÔØÎļþÂÒÂëÎÊÌâ(ÖîÈç:DOC,XSLÎļþµÈµÈ).
ºóÀ´·¢ÏÖ,Óö¼ûÖÐÎÄÃûµÄÎļþµÄʱºò,ÎļþÏÂÔØ½«»á±¨´í~~~~
½ñÌì,ͨ¹ý¸ÄдÔDownload.jspÎļþÒÑÍêÈ«½â¾öÁËÕâ¸öÎÊÌâ~
Ŀǰ,°ÑÒ»ÕûÌ×µÄÎļþÉÏ´«ÏÂÔØµÄ·½·¨¸øÌù³öÀ´~~~ÒÔ±ã´ó¼Ò½è¼ø!~!~!~!~!
×÷Õß:¹Å°£¼°·¨ÀÏ
------------------------ ......