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; ...
阅读全文
摘要:class Program { static void Main(string[] args) { bool b = true; int i = 0; if (b || (++i>0)) { } Conso...
阅读全文
摘要:internal string GetClassInfo(string assemblyName, string className, string strField) { string ret = strField; if (!String.IsNullOrEmpty(assemblyName) && !Strin...
阅读全文
摘要:static void Main(string[] args) { List valuesList = new List(); valuesList.Add(1.0); string paraValue = valuesList[(valuesList.Count + ...
阅读全文
摘要:static void Main(string[] args) { Dictionary paraNameValueDict = new Dictionary(); int count = 0; count = paraNameValueDict.Count; Cons...
阅读全文
摘要:{ string str0 = Convert.ToString(null); Console.WriteLine("0,{0}", str0); if (str0=="") { Console.Write...
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication6 { class Program { static void Main(string[] args) { ...
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication5 { class Program { static void Main(string[] args) { ...
阅读全文