LeetCode -- Linked List cycle...
分类:
其他 时间:
2015-11-21 07:07:51
收藏:
0 评论:
0 赞:
0 阅读:
160
1. 停止所有的Containerdocker stop $(docker ps -a -q)2. 删除所有的Containerdocker rm $(docker ps -a -q)3.删除image,需指定Image的iddocker rmi 4. 删除Id为的imagedocker rmi $...
分类:
其他 时间:
2015-11-21 07:07:20
收藏:
0 评论:
0 赞:
0 阅读:
244
2台机器,192.168.1.153,192.168.1.154安装Shipyard1. 154作为集群主节点,在154机器上执行命令curl -sSL https://shipyard-project.com/deploy | bash -s2. 153作为集群节点,153机器上执行命令curl ...
分类:
其他 时间:
2015-11-21 07:07:00
收藏:
0 评论:
0 赞:
0 阅读:
333
http://bbs.csdn.net/topics/50493564weileily: 用XmlSchema.Read方法读取了一个xsd文件,请问如何遍历检索器中的ComplexType与SimpleType?如何得到其中的所有元素?johnczy:你的“检索器”是指什么?有对应的英文吗?我想....
分类:
Windows开发 时间:
2015-11-21 07:06:50
收藏:
0 评论:
0 赞:
0 阅读:
368
1.创建文件夹//using System.IO;Directory.CreateDirectory(%%1);2.创建文件//using System.IO;File.Create(%%1);3.删除文件//using System.IO;File.Delete(%%1);4.删除文件夹//usi...
分类:
Windows开发 时间:
2015-11-21 07:06:41
收藏:
0 评论:
0 赞:
0 阅读:
491
20140417-20151119 工作记录=======================改科室BUG20140416 入职2014041720140418 下午忘了打卡 周五==============================================20140421201404.....
分类:
其他 时间:
2015-11-21 07:06:20
收藏:
0 评论:
0 赞:
0 阅读:
270
简介C#读取XML的两种方式作者: 字体:[增加 减小] 类型:转载 时间:2013-03-03在程序中访问进而操作XML文件一般有两种模型,分别是使用DOM(文档对象模型)和流模型,使用DOM的好处在于它允许编辑和更新XML文档,可以随机访问文档中的数据,可以使用XPath查询XML作用 对于XM...
分类:
Windows开发 时间:
2015-11-21 07:06:10
收藏:
0 评论:
0 赞:
0 阅读:
319
1 字符串分割——split()函数和preg_split()函数 split — 用正则表达式将字符串分割到数组中——貌似PHP5.3以上已不赞成使用 array split ( string $pattern , string $string [, int $limit ] )preg_spl....
分类:
Web开发 时间:
2015-11-21 07:06:00
收藏:
0 评论:
0 赞:
0 阅读:
365
素材→http://player.kuwo.cn/webmusic/st/getNewMuiseByRid?rid=MUSIC_随便找一首歌http://www.kuwo.cn/yinyue/1034671/把歌曲链接的数字贴到素材后面http://player.kuwo.cn/webm...
分类:
其他 时间:
2015-11-21 07:05:50
收藏:
0 评论:
0 赞:
0 阅读:
330
class ValidateXML { public string ErrString = string.Empty; public void ValidationEventCallBack(Object sender, ValidationEventArgs e)...
分类:
Windows开发 时间:
2015-11-21 07:05:41
收藏:
0 评论:
0 赞:
0 阅读:
374
XSD(XML Schema Definition)用法实例介绍以及C#使用xsd文件验证XML格式 http://blog.csdn.net/gdjlc/article/details/113747872013-09-08 12:16 2824人阅读 评论(0) 收藏 举报 分类: X...
分类:
Windows开发 时间:
2015-11-21 07:05:20
收藏:
0 评论:
0 赞:
0 阅读:
398
XML Schema的基本语法(转)XSDL(XML Schema定义语言)由元素、属性、命名空间和XML文档种的其他节点构成的。一、XSD中的元素XSD文档至少要包含:schema根元素和XML模式命名空间的定义、元素定义。1、schema根元素语法如下:…在XSD中必须定义一个且只能定义一个sc...
分类:
其他 时间:
2015-11-21 07:05:00
收藏:
0 评论:
0 赞:
0 阅读:
359
[1] C#读写xml文件 [2] C#读写xml文件c#读写xml文件已知有一个XML文件(bookstore.xml)如下:Code Oberon's Legacy Corets, Eva 5.95 1、往节点中插入一个节点:CodeXmlDocument xmlDoc...
分类:
Windows开发 时间:
2015-11-21 07:04:51
收藏:
0 评论:
0 赞:
0 阅读:
309
最近用c#写Xml Schema代码,找了很久也找不到如何在已有的complextype中插入新的element,最后我充分发挥自己的聪明才智,哈哈,终于从...中找到了灵感。XmlSchemaSet xmlSSet;foreach( XmlSchema schema in xmlSSet.Sche...
分类:
Windows开发 时间:
2015-11-21 07:04:40
收藏:
0 评论:
0 赞:
0 阅读:
311
excel导入 本地没问题 一直在找权限问题 最后发现服务器忘了装组件了。。。郁闷 记录下http://www.microsoft.com/zh-cn/download/confirmation.aspx?id=13255string strCon = "Provider=Microsoft.Ace...
分类:
其他 时间:
2015-11-21 07:03:40
收藏:
0 评论:
0 赞:
0 阅读:
321
========================================================================冒泡算法 (个人理解类似于IP互换方案方式,或者被老师成为小鱼冒泡泡)如何将列表内的数字进行排序呢?方法1(需要递归)li =[5,4,3,2,6] ...
分类:
编程语言 时间:
2015-11-21 07:02:50
收藏:
0 评论:
0 赞:
0 阅读:
339
1 #include 2 #include 3 #include 4 using namespace std; 5 long long d1,d2,d3; 6 int main() 7 { 8 cin>>d1>>d2>>d3; 9 long long ans = 999999...
分类:
其他 时间:
2015-11-21 07:02:30
收藏:
0 评论:
0 赞:
0 阅读:
262
Number of IslandsGiven a boolean 2D matrix, find the number of islands.ExampleGiven graph:[ [1, 1, 0, 0, 0], [0, 1, 0, 0, 1], [0, 0, 0, 1, 1], [0,...
分类:
其他 时间:
2015-11-21 07:02:20
收藏:
0 评论:
0 赞:
0 阅读:
276
WiringPi是应用于树莓派平台的GPIO控制库函数,WiringPi遵守GUN Lv3。wiringPi使用C或者C++开发并且可以被其他语言包转,例如python、ruby或者PHP等。WiringPi中的函数类似于Arduino的wiring系统,这使得熟悉arduino的用户使用wri.....
分类:
其他 时间:
2015-11-21 07:02:10
收藏:
0 评论:
0 赞:
0 阅读:
428
http://acm.hdu.edu.cn/showproblem.php?pid=4561求连续最大积。他妈的狗逼思路到底咋说。。。。。思路是 %&*()*(&……))*)*&)……%……%**(*()()——+(**(……&*……%&*……Y%^&%%^*&&(&*(&*(*&()*&(**……...
分类:
其他 时间:
2015-11-21 07:02:00
收藏:
0 评论:
0 赞:
0 阅读:
309