03 2017 档案

摘要:// mapTest.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include #include using namespace std; int main(int argc, char* argv[]) { map test; ... 阅读全文
posted @ 2017-03-29 17:24 sky20080101 阅读(259) 评论(0) 推荐(0) 编辑
摘要:class Program { static void Main(string[] args) { bool b = true; int i = 0; if (b || (++i>0)) { } Conso... 阅读全文
posted @ 2017-03-23 09:59 sky20080101 阅读(132) 评论(0) 推荐(0) 编辑
摘要:internal string GetClassInfo(string assemblyName, string className, string strField) { string ret = strField; if (!String.IsNullOrEmpty(assemblyName) && !Strin... 阅读全文
posted @ 2017-03-22 17:03 sky20080101 阅读(140) 评论(0) 推荐(0) 编辑
摘要:static void Main(string[] args) { List valuesList = new List(); valuesList.Add(1.0); string paraValue = valuesList[(valuesList.Count + ... 阅读全文
posted @ 2017-03-19 13:44 sky20080101 阅读(117) 评论(0) 推荐(0) 编辑
摘要:static void Main(string[] args) { Dictionary paraNameValueDict = new Dictionary(); int count = 0; count = paraNameValueDict.Count; Cons... 阅读全文
posted @ 2017-03-19 13:42 sky20080101 阅读(152) 评论(0) 推荐(0) 编辑
摘要:{ string str0 = Convert.ToString(null); Console.WriteLine("0,{0}", str0); if (str0=="") { Console.Write... 阅读全文
posted @ 2017-03-16 09:09 sky20080101 阅读(182) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication6 { class Program { static void Main(string[] args) { ... 阅读全文
posted @ 2017-03-14 10:44 sky20080101 阅读(414) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication5 { class Program { static void Main(string[] args) { ... 阅读全文
posted @ 2017-03-06 16:37 sky20080101 阅读(123) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示