码迷,mamicode.com
首页 >  
搜索关键字:nothing    ( 658个结果
excel表格定义导入到powerdesigner脚本
打开powerdesigner,shift + ctrl + X 打开脚本窗口 输入执行的脚本,点 run 即可。 简单的导入Excel脚本 '开始 Option Explicit Dim mdl ' the current model Set mdl = ActiveModel MsgBox "当 ...
分类:其他好文   时间:2018-08-22 20:43:51    阅读次数:207
Is It A Tree? (并查集)
题目: 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
基础运维:iptables防火墙入门到掌握
全栈运维体系中基础运维之一,快速入门到掌握,进阶高级版的比较有难度,不易明白,所放置进阶运维中,力求掌握基础运维知识。
分类:其他好文   时间:2018-08-20 22:49:38    阅读次数:176
基于Microsoft.Office.Interop.Word的导出
public void WriteWord() { Object Nothing = Missing.Value; //由于使用的是COM库,因此有许多变量需要用Missing.Value代替 object format = MSWord.WdSaveFormat.wdFormatDocumentD ...
分类:其他好文   时间:2018-08-20 16:41:18    阅读次数:202
HUD Is It A Tree?!!!!!)
这个是一个非常恶心的题,刚开始以为是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
【Oozie】ambari安装oozie失败
之前对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
杭电2018多校第四场(2018 Multi-University Training Contest 4) 1004.Problem D. Nothing is Impossible (HDU6335) -思维题
6335.Problem D. Nothing is Impossible 题意:给你n道题目,m个人,每题有x个正确选项,y个错误选项,问你做对题数量最多的人做对了多少道题目。 如果一道题有y个错误选项,那么我需要至少y+1个人才能保证一定有一个人做对了这道题目,所以题面上给的正确选项的数量x并没 ...
分类:其他好文   时间:2018-08-09 19:33:37    阅读次数:150
B - Is It A Tree?
来源 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
Ansible故障
常见问题一: [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
658条   上一页 1 ... 16 17 18 19 20 ... 66 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!