10 2016 档案

摘要:@echo offtitle EcCheck // 显示标题:loopif "%time%" GTR "23:00.00" (exit) else goto t //如果系统时间是23点退出程序。如果不是则继续进行t标签的程序:tcd C:\ECsystem\publishC:\ECsystem\p 阅读全文
posted @ 2016-10-21 12:01 公众号python学习开发 阅读(3475) 评论(0) 推荐(0)
摘要:byte[] bys=buffer; string[] AllDataList= Encoding.Default.GetString(bys).Split(Environment.NewLine.ToCharArray()); Encoding.Default.GetString(bys) 表示b 阅读全文
posted @ 2016-10-21 11:09 公众号python学习开发 阅读(1137) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Drawing;using System.Globalization;using System.IO;using System.Linq;using System.Net;using 阅读全文
posted @ 2016-10-20 16:12 公众号python学习开发 阅读(189) 评论(0) 推荐(0)
摘要:delegate int GetCalculatedValueDelegate(int x, int y); //定义是个委托实际上就是抽象一类 参数列表形式和返回值相同的函数AddCalculator,SubCalculator这两个该函数的参数形式和返回值的类型就是。 static int Ad 阅读全文
posted @ 2016-10-14 11:30 公众号python学习开发 阅读(166) 评论(0) 推荐(0)
摘要:var args1=WScript.Arguments.Item(0) var args2=WScript.Arguments.Item(1) 阅读全文
posted @ 2016-10-10 11:13 公众号python学习开发 阅读(482) 评论(0) 推荐(0)
摘要:Dictionary<string> s = new Dictionary<string>(); 这个是s是Dictionary类型。是个类 类型,实现了接口,提供了更多的方法。 IDictionary<string> s = new Dictionary<string>(); 这个s是IDicti 阅读全文
posted @ 2016-10-09 15:43 公众号python学习开发 阅读(466) 评论(0) 推荐(0)
摘要:?System.DateTime.Now{2016/10/09 15:19:12} Date: {2016/10/09 0:00:00} dateData: 9859488268381212015 Day: 9 DayOfWeek: Sunday DayOfYear: 283 //该年中的第几天,表 阅读全文
posted @ 2016-10-09 15:35 公众号python学习开发 阅读(186) 评论(0) 推荐(0)