根据国际海洋公约规定船舶加油记录一般保持12个月以上!船舶加完油以后,加油船需要给船舶一式两份的加油单,以及船舶油样!这就是船舶加油记录里必须有的!加油单需要保存在专门的文档保存起来,然后在《油类记录簿》中记录本次加油情况!加油单需要保存一年以上,供大家查看!油样需要保持一年以上,一防止油出问题,二提供给海事局检查!
船舶加油记录分几种,油类记录簿是法定记录,应长期保存;分司体系要求的记录保存1~3年不等。
6500dwt成品油船的数据,只需要船长,船宽 和最大液货舱的长度和宽,最好有个甲板的布置图
109米长
17米宽
纵向5个货舱
横向2个
双船壳
图纸可以Bing
general arrangement
新加坡船厂或船舶设计公司
1. 新加坡的船厂很多
2. 难,因为你的文凭只能通过中介公司找工作,要想自己找工作的成功率很低。
3. 英文讲的不好直接影响到你的工作和收入。
4. 待遇看你的职位和月入,而如果只是劳务工的话待遇不高,工作时间很长,基本上要自己很省着花才可以。
html静态网页设计大作业
<html>
<head>
<style>
html,body{margin:0px;text-align:center;}
.main{width:1000px;margin:0px auto;padding-top:30px;}
.title{font-size:18px;text-decoration:underline;font-weight:bold;}
.formtable{width:100%;font-size:12px;margin-top:20px;}
.lefttd{width:350px;text-align:right;}
.righttd{text-align:left;}
.etxt{width:300px;}
.etel{width:200px;}
.eta{width:320px;height:100px;}
.cinpt{text-align:center;padding-top:20px;}
</style>
</head>
<body>
<div class=main>
<div><span class=title>请留下个人资料</span></div>
<div>
<table class=formtable>
<tr><td class=lefttd>姓名:</td><td class=righttd><input type=text /></td></tr>
<tr><td class=lefttd>E-mail:</td><td class=righttd><input type=text class=etxt /></td></tr>
<tr><td class=lefttd>电话:</td><td class=righttd><input type=text class=etel /></td></tr>
<tr><td class=lefttd>性别:</td><td class=righttd><input type=radio checked=checked name=rd />女 <input type=radio checked=checked name=rd />男</td></tr>
<tr><td class=lefttd>年龄:</td><td class=righttd><select><option>20以下</option><option>20以上</option></select></td></tr>
<tr><td class=lefttd>留言板:</td><td class=righttd><textarea class=eta></textarea></td></tr>
<tr><td class=lefttd>您的爱好:</td><td class=righttd><input type=checkbox name=cb1 />运动 <input type=checkbox name=cb2 />阅读 <input type=checkbox name=cb2 />听音乐 <input type=checkbox name=cb2 />旅游</td></tr>
<tr><td colspan=2 class=cinpt><input type=button value=提交 /></td></tr>
</table>
</div>
</div>
</body>
</html>