打开powerdesigner,shift + ctrl + X 打开脚本窗口 输入执行的脚本,点 run 即可。 简单的导入Excel脚本 '开始 Option Explicit Dim mdl ' the current model Set mdl = ActiveModel MsgBox "当 ...
分类:
其他好文 时间:
2018-08-22 20:43:51
阅读次数:
207
题目: A tree is a well-known data structure that is either empty (null, void, nothing) or is a set of one or more nodes connected by directed edges betw ...
分类:
其他好文 时间:
2018-08-22 17:02:38
阅读次数:
132
全栈运维体系中基础运维之一,快速入门到掌握,进阶高级版的比较有难度,不易明白,所放置进阶运维中,力求掌握基础运维知识。
分类:
其他好文 时间:
2018-08-20 22:49:38
阅读次数:
176
public void WriteWord() { Object Nothing = Missing.Value; //由于使用的是COM库,因此有许多变量需要用Missing.Value代替 object format = MSWord.WdSaveFormat.wdFormatDocumentD ...
分类:
其他好文 时间:
2018-08-20 16:41:18
阅读次数:
202
这个是一个非常恶心的题,刚开始以为是POJ的题,结果发现不是,一直都是超时。上题吧 A tree is a well-known data structure that is either empty (null, void, nothing) or is a set of one or more ...
分类:
其他好文 时间:
2018-08-18 11:36:57
阅读次数:
146
之前对azkaban的研究比较多,现在开个新坑,对Oozie开始深入了解 问题原因:/usr/bin/yum d 0 e 0 y install extjs 很明显,在源中不存在extrs,其实在ambari安装的时候,应该就把extjs加入的,那时候我过于谨慎,没有安装 解决方法:我们进入/var ...
分类:
其他好文 时间:
2018-08-12 20:08:31
阅读次数:
223
一、比较结构的关联词(二) = 11、 nothing but = nothing else than = nothing less than 不是别的...正是...;完全是;无异于 Genius is nothing else but labor and diligence. 译文:天才不过是劳 ...
分类:
其他好文 时间:
2018-08-11 18:55:46
阅读次数:
198
6335.Problem D. Nothing is Impossible 题意:给你n道题目,m个人,每题有x个正确选项,y个错误选项,问你做对题数量最多的人做对了多少道题目。 如果一道题有y个错误选项,那么我需要至少y+1个人才能保证一定有一个人做对了这道题目,所以题面上给的正确选项的数量x并没 ...
分类:
其他好文 时间:
2018-08-09 19:33:37
阅读次数:
150
来源 hdu 1325 A tree is a well known data structure that is either empty (null, void, nothing) or is a set of one or more nodes connected by directed ed ...
分类:
其他好文 时间:
2018-08-07 16:09:27
阅读次数:
149
常见问题一: [root@m01 ~]# ansible -k 172.16.1.51 -m ping SSH password: [WARNING]: No hosts matched, nothing to do 原因分析: 在ansible的hosts文件中,没有配置相应主机地址信息 常见问题 ...
分类:
其他好文 时间:
2018-08-07 13:12:54
阅读次数:
906