string a = "a s d f g h j k l"; string b = "A S D F G H J K L"; while (true) { Random r = new Random()...
分类:
其他好文 时间:
2015-04-03 09:06:18
阅读次数:
124
1.引用Newtonsoft.Json.dll2. /// /// 判断是不是节假日,节假日返回true /// /// 日期格式:yyyyMMdd /// public static bool IsHolidayByDate(string date) { bool isHoliday ...
while (true) { string email = Console.ReadLine(); if (email.Contains("@")||email.Contains(".com")||email....
分类:
其他好文 时间:
2015-04-03 09:05:14
阅读次数:
107
Document类:class Document { public string Title { get; private set; } public string Content { get; private set; } public byte P...
分类:
其他好文 时间:
2015-04-03 06:46:18
阅读次数:
162
-(BOOL)textField:(UITextField *)textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSString *)string{ ?? ? ? ? NSInteger existedLength = textField.text.length; ? ? NS...
分类:
移动开发 时间:
2015-04-03 01:41:11
阅读次数:
353
Letter Combinations of a Phone Number
Given a digit string, return all possible letter combinations that the number could represent.
A mapping of digit to letters (just like on the telephone b...
分类:
其他好文 时间:
2015-04-03 01:38:10
阅读次数:
160
Document类: class Document { public string Title { get; private set; } public string Content { get; private set; } public Docum...
分类:
其他好文 时间:
2015-04-03 01:27:21
阅读次数:
108
String
XML resource that provides a single string.
String Array
XML resource that provides an array of strings.
Plurals
XML resource that carries different strings for different pluralizations of the same...
分类:
移动开发 时间:
2015-04-03 00:20:33
阅读次数:
140
代理声明
using UnityEngine;
using System.Collections;
public class Test1 : MonoBehaviour {
// Use this for initialization
public delegate void Mydelegate(string str);
public void A(Mydelegate...
分类:
编程语言 时间:
2015-04-03 00:18:36
阅读次数:
245
我是在Visual Stdio 2013上建立了两个工程,分别编译运行下面的两个main文件,然后进行测试的服务端:Server.cpp#include #include
using std::cout;
using std::cin;
using std::endl;#include
using std::string;#pragma...
分类:
编程语言 时间:
2015-04-03 00:17:19
阅读次数:
229