
Others
文章平均质量分 59
iteye_2994
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
English Interpunction 英文标点符号
<> angle brackets[] square brackets{} braces() parentheses+ plus 加号;正号 - minus 减号;负号 ± plus or minus 正负号 × is multiplied by 乘号 ÷ is divided by 除号 = is equal to 等于号 ≠ is not equal to 不等于号 ≡ is ...原创 2009-10-23 17:02:19 · 163 阅读 · 0 评论 -
Goal, Vision and Mission
目标、愿景、使命的区别与关连目标(Goal)的涵义: • 达成某种水平或境界。 • 完成某件重要事件,或某项任务。 • 欲实现的某种理想。 目标依时间可区分为: • 长期目标 / 中长期目标 / 短期目标、年度目标 目标是 SMART 的: • Specific 明确的 • Measurable 可以测量的 • Attainable 可以做得到的 • Realistic ...原创 2010-03-04 10:28:20 · 349 阅读 · 0 评论 -
什么时候我们考虑使用脚本...
脚本的架构:脚本宿主:(在其中运行)IIS,IE,WSH(Wscript,Cscript);脚本引擎:(解释程序)Windows操作系统内置的:VbScript 与JScript;脚本可以调用的对象模型:WSH,WMI,ADSI,ADO,CDO等;WSH: 可以调用COM对象,使用命令行,调用SHELL等;WMI:可以管理的对象:硬件,软件,服务,账户等;ADSI:调用该对象模型可以对AD进行...原创 2009-08-07 21:40:15 · 325 阅读 · 0 评论 -
SAP GUI Scripting
Have you ever fallen into the situation that you have to repeat same operations plenty of times to find something out or get it down in SAP . For instance:1. There are 1000 sales orders in productio...2009-08-07 23:06:44 · 1115 阅读 · 0 评论 -
老白博客文章收集
1. 用NATAIVE SQL做分页取数 2. 选择屏幕动态选择子屏幕3. 程序生成IDOC例子4. 限制同名程序同时只运行一个5. 翻转字符串6. 广泛使用的一个针对特定在线用户发送系统消息的程序7. SAP发送工作台快件8. SAVE LIST to client 1. 用NATAIVE SQL做分页取数 REPORT Z_BARRY_TEST NO STANDARD PA...原创 2009-08-10 23:59:49 · 297 阅读 · 0 评论 -
Format Pivot Table with Colours
Step by Step to format Pivot Table:http://www.advanced-excel.com/format_pivot_table.html原创 2009-08-20 17:26:58 · 115 阅读 · 0 评论 -
ROM - Rough Order of Magnitude Estimate
Rough Order of Magnitude Estimate ("ROM")Order of Magnitude - 数量级Estimated cost based on approximate cost models or expert analysis. It is usually based on top level requirements or specifications, ...原创 2010-12-15 14:41:19 · 611 阅读 · 0 评论