E-Mail最常用的100种句型[1—22]

Categories: Development Notes; Tagged with: ; @ November 16th, 2008 10:45

摘自: <<进了外企再学英语>>

Starting:

1. I am writing to confirm/enquire/inform you….
确认/询问/通知
2. I am writing to follow up on our earlier decision on the marketing campaign in Q2
我写信来追踪先前我们对于第二季度营销活动的决定.

Starting a reference

3. With reference to our telephone conversation today…
4. In my previous e-mail on October 5…
5. As I metioned earlier about…
6. As indicated in my previous e-mail…
7. As we discussed on the phone…
8.From our decision at the previous meeting…
9. As you requested/Per your requirement…按照你的要求
10. In reply to your e-mail dated April 1, we decided…
11. This is in response to your e-mail today.
12. As mentioned before, we deem this product has strong unique selling points in China.
13. As a follow-up to our phone conversation yesterday, I wanted to get back to you about the pending issues of our agreement. Pending:未解决的.
14. I received your voice message regarding the subject. I’m wondering if you can elaborate i.e.provide more details. 
elaborate
adj.
精心制作的, 详细阐述的, 精细
vt.
精心制作, 详细阐述
v.
详细描述

Giving infomation

15. Please be advised/informed that…
16. Please note that..
17. We would like to inform you that…
18. I am convinced that…
19. We agree with you on …
20. With effect from 4 Oct.,2008…从2008年10月4日开始生效
21. We will have a meeting scheduled as noted below…
22. Be assured that individual statistics are not disclosed and this is for internal use only.

使用Windows Live Writer发布日志

Categories: Development NotesWordPress; Tagged with: ; @ November 12th, 2008 11:46

作为一款本地Blog管理工具,Windows Live Writer 支持大部分主流的Blog接口,包括RSD、Metaweblog API和Movable Type API等。通过WLW可以方便的在博客中插入图片,视频等多媒体, 以及表格,链接等常规内容.并且支持通过代理服务器发布博客.

WLW可以完美的支持WordPress,包括目录选择, 增加目录, Tag, 是否允许评论, 作者,密码, 摘要等.
在安装完毕WLW后, 选择Weblog/Add Weblog Account,增加一个博客:
image
如果时WordPress,选择最后一个.
image
填入博客地址,用户名及密码既可.

如果需要使用代理,点击Edit Proxy…
现在就可以使用WLW写博客啦:

好用的功能:

1. 直接拖入图片作为附件. 设置图片的位置及效果.
2. 三种视图,非常方便 在Source视图中可以查看或修改代码. 在PREVIEW视图中预览
3. 展开下方的输入框, 可以增加目录,设定Tag, 摘要等.
4. 离线发布: 无网络时使用WLW, 待有网络时候发布

Windows Live Writer Beta 使用了许多与 Microsoft Office 相同的键盘快捷方式。常见操作快捷键如下:

将当前文章发布到博客:CTRL+SHIFT+P

打开新文章: CTRL+N

将草稿保存到计算机上: CTRL+S

切换到“普通”视图: CTRL+F11

切换到“Web 版式”:视图 F11

切换到“Web 预览”: F12

切换到“HTML 代码”视图: SHIFT+F11

打开或关闭 Writer Beta 边栏: F9

打开或关闭文章属性工具栏: F2

在博客文章中插入超链接: CTRL+K

在博客文章中插入图片: CTRL+L

Subversion命令小结

Categories: Development Notes; Tagged with: ; @ October 31st, 2008 10:06

1.  签出:

work>cd AirTest
AirTest>svn co svn://192.168.1.99/Athena/trunk/Test/LGL/AIRTest/test 或: svn checkout svn://192.168.1.99/Athena/trunk/Test/LGL/AIRTest/test

2. 更新项目仓库:

AirTest>svn commit –m “XX修改后更新项目仓库”

3.  保持更新:

AirTest>svn update

4.添加文件与目录:

AirTest> mkdir test
AirTest> svn add test

5. 拷贝,移动文件与目录

拷贝
AirTest> svn copy Number.text test.text

移动
AirTest>svn move Clocks.java Clock.java
实际工作便是重命名.
操作完成后运行commit以保存到项目仓库

个人性格与软件开发

Categories: Development Notes; Tagged with: ; @ October 6th, 2008 1:07

(more…)

代码加亮–Code highlight[适合Drupal,WordPress等系统]

Categories: Development Notes; Tagged with: ; @ August 27th, 2008 16:32

Drupal演示:点此
下面是Java代码高亮:

(more…)

Newer Posts



// Proudly powered by Apache, PHP, MySQL, WordPress, Bootstrap, etc,.