25 日,国内民营造船企业太平洋造船集团与全球海事服务商法国波邦公司(Bourbon)在宁波签署框架协议,双方约定,未来几年内,太平洋造船集团将为波邦 建造共62条船,总金额约70亿元人民币。
“这是2008年9月金融危机爆发以来,国内船企揽获的最大新船订单。”春和集团董事局主席兼太平洋造船集团董事长梁小雷在签约仪式上说。
早报记者另从太平洋造船集团多位内部人士处获悉,太平洋造船集团已申请在上海证券交易所A股上市,眼下正处于“紧张的上市辅导期”。
太平洋造船集团提供的资料显示,该公司由发家于台州的春和集团控股,业务聚焦于船舶、海洋工程、资源投资和物流产业,2009年总资产163亿元,产值 124亿元。
继续阅读
月度归档:六月 2010
使用C# SmtpClient& gmail发邮件
公司OA用户提出要将OA收件箱转发给外部Gmail邮箱中,尝试通过,将部分发件代码传上来。
参考:http://blogs.msdn.com/b/mariya/archive/2006/06/15/633007.aspx
using System;
using System.Net;
using System.Net.Mail;
namespace System.Net.Mail
{
class GmailSmtpClient
{
public string AccountName;//yourname@gmail.com
public string Password;//your gmail account's password
public string toAddress;//target email address
public string Subject; //email subject
public string Body;//email body
public void send()
{
SmtpClient client = new SmtpClient("smtp.gmail.com", 587);
//gmail ssl port is 587,the 465 port can not be used.
client.EnableSsl = true;
MailAddress from = new MailAddress(AccountName, AccountName);
MailAddress to = new MailAddress(toAddress, toAddress);
MailMessage message = new MailMessage(from, to);
message.Body = Body;
message.Subject = Subject;
client.Credentials = new NetworkCredential(AccountName, Password);
try
{
client.Send(message);
}
catch (Exception ex)
{
}
}
}
}
测试时,采用了gmail 的465端口不通,在网上找了用587是可以发件。
扬子江船业购江苏长博船厂
Ship system
1.The fire-fighting system
Due to the short circuit of a loop, poor insulation of a conductor,accumulation of oil mist,welding procedure or painting process,a serious fire hazard will occur at any time and result in a tragic accident,especially with an oil tanker.Thus,to extinguish the possible fire,we have to set up a fire fighting system which is sometimes called Fi-Fi system.
As you know,the three fundamental conditions for catching fire are high temperature,sufficient air and combustible substance.No doubt that it is impossible for us to alter the combustibility of a substance.What we can do is abolish or change the exterior conditions of combustion by either reducing the temperature or isolating the ambient air.
In respect of the fire-fighting system,there exist a few different types.First,the water fire-fighting system .Secondly,the steam fire-fighting system.Thirdly,the CO2 or inert gas fire-fighting system.Fourthly,the foam fire-fighting system.Last of all,the halogen fire-fighting system.
译文:
1. 消防系统
由于电气回路的短路,导体的绝缘不良,油雾的积聚,焊接或油漆,船上随时都可能发生严重的火灾,并导致悲剧事故,油轮尤其如此,这样,为了灭火我们就不得不建立消防系统。消防系统有时被叫做FI-FI系统。 继续阅读
最近忙着总部的三地五公司的网络整合
Workmanship for Hull Building
It is really fascinating to gaze at a colossal ship standing high on a slipway or sailing fast at the blue sea,and you will be still more excited if you are offered a chance to pay a visit to the wonderful labyrinth inside a ship.Indeed,a ship,to the mind of a naval archtect,is a true work of art.
But few of the ordinary people have any idea about the workmanship for hull building.One might be surprised to learn that, the construction of “a floating litte town”with such complicated hull form and such complex hull structures,should start with the very paper work.
To give you some brief introduction on the primary workship for hull building,we would like to relate as follow:
1.Lofting
2.Material marking
3.Proceccing of hull members
4.Fabrication and welding of hull
5.Tightness test
6.Ship launching
造船信息化不乏信息技术
扬子江船业入股江苏华工船业投资
英报: 希腊寻求中国帮助重建经济
夜幕下的老船厂
wordpress用GMAIL发注册信息
参考见网文:http://mu.wordpress.org/forums/topic/5443?replies=7
就是修改如下 2个文件:
第一个 :
将 /wp-includes/pluggable.php 这个文件的
$phpmailer->IsMail();
修改为
$phpmailer->IsSMTP();
就是说不使用 Mail 函数,换为 SMTP 方式。
第二个: 继续阅读
收藏-黑莓手机使用技巧
如果你是使用黑莓的新用户那么下面这些小技巧可能对你很有帮助,了解他们你可以更好的使用blackberry。
1,进入LOG : 按住ALT再按LGLG
2,手机测试:选项——状态——输入test 71,81机型输入要按两次a(s)键
3,显示IMEI串号:拨号状态下输入*#06#,然后按拨号键
4,查看网络禁用状态:选项——高级选项——sim卡——71,81机型输入meppd,其他机型输 mepd
5,解锁:以上第4个步骤后,输入mep2
6,显示通话总时间:qwerty键盘:选项-状态-依次输入字符BUYR
qwertZ键盘:选项-状态-依次输入字符BUZR
super type键盘:832211 继续阅读
回老家过节
我的黑莓9700手机常用程序
我的黑莓9700手机常用的程序:
Aerize Alerts
Aerize WIFIX
AddOnis
WifiFileTransfer
SmartAlerts
QuickLaunch
wordpress for blackberry
139Mail
UC7.2
PocketInformat
Gmail
google map
google mobile app
Google sync
SmartWIFI
MeterBerry
BerryWeather
QuickPull
RepliGo Reader
SmsFilter
Autostartup
SwooshPhotos
Spb TV
BuddyGuard
Wunder Radio 继续阅读
迁移pjblog到wordpress
最近忙着将博客的平台转换到wordpress。主要是因为买了黑莓9700手机,wordpress for blackberry application.
以后直接就可以在手机上写博文了。
以前注册的用户对不起了。把你们的用户给丢了。



