<%@ page contentType="text/html;charset=big5" session="true" import="tw.com.autotools.html.*" %> <%@ page import="tw.com.autotools.misc.*" %> <%@ page import="tw.com.autotools.database.*" %> <%@ page import="tw.com.autotools.search.*" %> <%@ page import="tw.com.f1.activity.*,tw.com.f1.util.*" %> <%@ page import="java.util.Vector" %> <%@ page import="java.util.*,java.io.*" %> <%@ include file="../message_include.jsp" %> <%//@ page errorPage="../ErrorPage.jsp" buffer="none"%> <% /* 最新公告 */ ServletContext sc = getServletContext(); SerialTable tableBulletin = (SerialTable) sc.getAttribute("tableBulletin"); Encoder encoder = tableBulletin.getEncoder(); Vector BulletinList = null; BulletinList = tableBulletin.select("date_start<="+encoder.encode( getCurrDate())+" and date_end >= "+encoder.encode(getCurrDate())+"","sn desc"); /* 最新公告 */ //ServletContext sc = getServletContext(); //SerialTable tableActivity = (SerialTable) sc.getAttribute("tableActivity"); /**\u6D3B\u52D5**/ //SerialTable tableActivity = (SerialTable) sc.getAttribute("tableActivity"); Vector ActivityList = null; String sql="date_sact <='"+new java.sql.Date(System.currentTimeMillis()).toString().replace('-','/')+"' and date_eact >='"+new java.sql.Date(System.currentTimeMillis()).toString().replace('-','/')+"'"; ActivityList = tableActivity.select(sql); %> 遠雄航空自由貿易港區
     

 
 

  運籌中心規劃有辦公室空間及商務中心、銀行、展示中心、會議中心、商務旅館、健康休閒中心等各種支援商務活動之完備設施。企業可在此設立營運總部或國際採購總部(IPO),無論是接待外國客戶、國際性會議、投資洽談、商品展示等均可直接由機場入境後立即在此進行,洽商完畢也可立即搭機離開,免除於高速公路上奔波之困擾。而國外企業在此設立辦公室,可就近與自由港區內生產事業聯繫、下單、打樣、督導出貨。

本年底,機場過境旅館停業後,整各機場十公里範圍內將缺乏一國際水準之商務旅館,也將為本運籌中心商務旅館帶來不少商機。
   
   
   

 

<%! public String getCurrDate() { String currDate = new java.sql.Date(System.currentTimeMillis()).toString(); currDate = currDate.replace('-', '/'); return currDate; } %>