FilmConvert Stand Alone 1.216
MacOSXAutodesk.Smoke.v2015.SP1.MacOSX 1DVDAutodesk Smoke 2015提供更快的效能和更平易近人的价格专
为以Mac计算机作业的小型工作室设计,Smoke 2015专业影音特效和剪辑工具现...
分类:
其他好文 时间:
2014-06-16 09:29:49
阅读次数:
283
大家好,今天给大家分享一款编辑器:sublime text2
我用过非常多编辑器,EditPlus、EmEditor、Notepad++、Notepad2、UltraEdit、Editra、Vim,还有包含netbeans
, zendstudio, dreamweaver 等。 最后我遇见了s.....
分类:
其他好文 时间:
2014-06-16 08:47:40
阅读次数:
363
现在有一个小需求就是对一个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
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