Ⅰ 船訊網船舶動態查詢中海通27
朋友你好!船訊網查詢中海通27船舶動態見附圖
Ⅱ 香港中海通公司是不是深圳愛立時公司的全資子公司啊
深圳愛立時供應鏈有限公司旗下中海通航運(香港)有限公司自成立開始,就一直從事國際航運業務,至今已有近十年歷史和外貿散雜貨運輸經驗。香港公司的主要業務范圍務如下
- 國內最大的原木承運商之一,承運東南亞、南太平洋島國到中國的原木
-自主經營與管理環球航線的散雜貨船
-為國際航線大宗散雜貨及設備設計海運方案及運營 -國際航線的綜合物流服務
-國際船舶貿易及配套服務
Ⅲ 北京中海通科技有限公司怎麼樣
簡介: 北京中海通科技有限公司是全國海關信息中心(電子通關中心)下屬的一家高新技術企業,成立於1998年。經營范圍涉及軟體研發、進出口貿易信息咨詢、信息安全服務、系統集成、IT運維服務、技術支持與服務等領域。
法定代表人:孫純潔
成立時間:1998-09-22
注冊資本:3000萬人民幣
工商注冊號:110114005493419
企業類型:其他有限責任公司
公司地址:北京市北京經濟技術開發區經海六路5號院10號樓4層403
Ⅳ 關於ASP網站的問題
首頁原代碼:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="935"%>
<!--#include file="conn.asp"-->
<!--#include file="Inc/config.asp"-->
<!--#include file="Inc/const.asp"-->
<!--#include file="Inc/func.asp"-->
<%
if request.QueryString("page")<>"" then
dim page
page=trim(request.QueryString("page"))
if page="" or not isnumeric(page) then
response.Redirect("/")
End If
end if
%>
<%
if request.QueryString("sort_id")<>"" then
dim sort_id
sort_id=trim(request.QueryString("sort_id"))
if sort_id="" or not isnumeric(sort_id) then
response.Redirect("/")
End If
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="file/web_css.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {font-weight: bold}
body {
background-image: url(img/background.gif);
}
.STYLE6 {
font-family: "宋體";
font-weight: bold;
}
-->
</style>
</head>
<body>
<!--#include file="file/top.asp"-->
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="220" align="center" valign="top"><table width="200" border="0" align="right" cellpadding="0" cellspacing="0" bordercolor="#525252">
<tr>
<td align="center" valign="top"><!--#include file="left.asp"--></td>
</tr>
<tr>
<td align="center" valign="top"><!--#include file="tuijian.asp"--></td>
</tr>
<tr>
<td align="center" valign="top"><!--#include file="freid.asp" --></td>
</tr>
</table></td>
<td align="center" valign="top"><table width="677" height="559" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="677" align="center" valign="top">
<table width="677" height="100" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><table width="100%" height="100" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="20"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="33"><img src="img/about_01.gif" width="679" height="33" border="0" usemap="#Map"></td>
</tr>
</table></td>
</tr>
<tr>
<td height="80"><table width="680" height="36" border="0" cellpadding="0" cellspacing="3">
<tr>
<td width="24"></td>
<td width="416" align="right"> <div align="justify"><span class="STYLE6">深圳市中海通機器人有限公司</span>屬於深圳中海通科技集團旗下一家專業研發、設計、生產和銷售連接器行業自動化設備的高新技術企業。深圳中海通科技集團,參照美國矽谷高科技公司發展模式,按照現代企業制度於1996年組建而成。2002年被深圳市政府評為「深圳市300家最具成長性企業」。中海通科技集團於2009年特別成立深圳市中海通機器人有限公司,組建了一支優秀的工程技術團隊,通過引進國外先進技術與本土研發相結合,傾力打造性能卓越的自動化生產設備,為客戶提供全方位的技術支持,讓客戶不再為產能而擔憂。 <a href="content.asp">MORE>>></a></div></td>
<td width="220"><img src="img/company_left.jpg" width="212" height="145" align="right"></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<table width="677" border="0" cellpadding="0" cellspacing="0">
<tr align="center">
<td width="677" height="120" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" background="img/pro-t.jpg">
<tr>
<td height="33" background="img/pro-t.jpg"></td>
</tr>
</table>
<table width="677" border="0">
<tr>
<td height="312"><table width="677" height="130" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="677" align="center" valign="top">
<% set rs=server.CreateObject("adodb.recordset")
sql="select * from proct_info where tuijian=1 and pass=1 order by sx asc"
rs.open sql,conn,1,1
%>
<!--#include file="page3.asp"-->
<table width="677" height="163" border="0" cellpadding="0" cellspacing="0">
<tr align="center">
<td width="677" height="120"><table width="677" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#FF9900">
<%
j=1
for i=1 to x
if (j mod 3)=1 then
response.write "<tr>"
end if
%>
<td width="483" align="center" valign="top" whith="200"><table width="110" height="84" border="0" cellpadding="0" cellspacing="0" bgcolor="#CCCCCC">
<tr>
<td width="304" align="center" bgcolor="#FFFFFF"><table width="158" height="111" border="0" cellpadding="0" cellspacing="0" background="img/tablebg.gif">
<tr>
<td align="center" valign="middle"><%If rs("small_img")<>"" then%>
<a href="show_imgnews.asp?id=<%=rs("id")%>" target="_blank"> <img src="<%=rs("small_img")%>" width="128" height="80" border="0" align="center"></a>
<% Elseif rs("big_img")<>"" then %>
<a href="show_imgnews.asp?id=<%=rs("id")%>" target="_blank"> <img src="<%=rs("big_img")%>" width="128" height="80" border="0" align="center"></a>
<% Else %>
<font color="gray">暫無圖片</font>
<%End If%> </td>
</tr>
</table></td>
</tr>
</table>
<table width="158" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="56" height="22" align="center"><font color="#999999">名稱:</font></td>
<td width="102" align="left"><a href="show_imgnews.asp?id=<%=rs("id")%>" target="_blank"><%=rs("proct_name")%></a></td>
</tr>
<tr>
<td height="22" align="center"><font color="#999999">型號:</font></td>
<td height="25" align="left"><a href="show_imgnews.asp?id=<%=rs("id")%>" target="_blank"><%=rs("proct_sort")%></a></td>
</tr>
</table></td>
<%
if (j mod 3)=0 then
response.write "</tr>"
end if
j=j+1
rs.moveNext
next
end if
%>
</table></td>
</tr>
</table> </td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr align="center">
<td valign="middle"></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<!--#include file="file/end.htm"-->
<map name="Map"><area shape="rect" coords="602,3,679,31" href="content.asp">
</map></body>
</html>
Ⅳ 深圳市中海通物流股份有限公司怎麼樣
簡介: 1999年2月5日,公司前身深圳市中海通運輸有限公司成立。 2015年11月6日,「深圳市中海通運輸有限公司」更名為「深圳市中海通物流股份有限公司」。
法定代表人:花亮
成立時間:1999-02-05
注冊資本:2800萬人民幣
工商注冊號:440301103804834
企業類型:股份有限公司(非上市)
公司地址:深圳市前海深港合作區前灣一路1號A棟201室(入駐深圳市前海商務秘書有限公司)
Ⅵ 深圳市中海通機器人有限公司怎麼樣
簡介:深圳市中海通機器人有限公司,是參照美國矽谷高科技公司發展模式,按照深圳創業版制度於2009年組建而成。投資500萬人民幣,專業從事機器人開發、生產和銷售。公司現有面積3000平方米,員工100多人,生產檢測設備數百台套,工廠擁有以碩士、大學本科為主的工程技術團隊平均兩個月開發出一款新機器,中海通 2002年被深圳市政府評為「深圳市300家最具成長性企業」,獲得過深圳市計算機信息系統集成資質三級,是湖南省農業銀行監控系統指定點供應商
法定代表人:劉光輝
成立時間:2010-08-06
注冊資本:666.67萬人民幣
工商注冊號:440306104859673
企業類型:有限責任公司
公司地址:深圳市龍華區福城街道章閣社區桂月路矽谷動力.深圳市低碳科技示範園A2棟1樓