简单题 1 /* 2 ID: leetcod3 3 PROG: sort3 4 LANG: C++ 5
*/ 6 #include 7 #include 8 #include 9 #include 10 #include 11 #include 12
#include 13 #include ...
分类:
其他好文 时间:
2014-06-16 09:51:21
阅读次数:
162
FilmConvert Stand Alone 1.216
MacOSXAutodesk.Smoke.v2015.SP1.MacOSX 1DVDAutodesk Smoke 2015提供更快的效能和更平易近人的价格专
为以Mac计算机作业的小型工作室设计,Smoke 2015专业影音特效和剪辑工具现...
分类:
其他好文 时间:
2014-06-16 09:29:49
阅读次数:
283
现在有一个小需求就是对一个xml中的conditionusing System;using
System.Collections.Generic;using System.Linq;using System.Text;using
Microsoft.JScript;namespace TestX.....
分类:
其他好文 时间:
2014-06-16 07:12:36
阅读次数:
204
//点击其他地方,键盘收起- (void)touchesEnded:(NSSet *)touches
withEvent:(UIEvent *)event{ [super touchesEnded:touches withEvent:event];
[self.viewendEditing:YE.....
分类:
其他好文 时间:
2014-06-16 06:58:58
阅读次数:
163
memset与NULL区别NULL与0
的区别为什么强调一个malloc对应一个free在一个结构体malloc,然后free,但是她的成员变量的malloc并没有free,还需要特别的free在全局变量的指针声明中,被设置为NULL,指针不是野指针=========================...
分类:
其他好文 时间:
2014-06-16 06:33:34
阅读次数:
701
public DataTable ReportDetail { get; set;
}//定义datatable属性this.txtTotalPiece.Text = ReportDetail.Compute("sum(Piece)",
"TRUE").ToString();//求和
分类:
Web程序 时间:
2014-06-12 13:25:34
阅读次数:
307
Jquery常用选择器这是段落中的粗体文本。text() - 设置或返回所选元素的文本内容html()
- 设置或返回所选元素的内容(包括 HTML
标记)$("#test").text():这是段落中的粗体文本。$("#test").html():这是段落中的粗体文本。append() - 在被选...
分类:
Web程序 时间:
2014-06-12 11:55:41
阅读次数:
1000
package cn.sevennight.test;import
java.security.MessageDigest;public class md5{ public static String MD5(String
text) { try { MessageDigest md = ...
分类:
编程语言 时间:
2014-06-12 11:11:00
阅读次数:
302