码迷,mamicode.com
首页 >  
搜索关键字:静态编辑框 static text    ( 96685个结果
去除html标记和替换script标记
1: /// 2: /// 去除HTML标记 3: /// 4: /// 包括HTML的源码 5: /// 已经去除后的文字 6: public static string RemoveHTML(string Htmlstring) 7: { 8:...
分类:Web程序   时间:2014-05-09 23:51:01    阅读次数:404
Integer 内部实现
1 public static void main(String[] args) { 2 Integer in1 = 128; 3 Integer in2 = 128; 4 System.out.println(in1 == in2 ); 5...
分类:其他好文   时间:2014-05-09 23:50:29    阅读次数:270
单例类
1: 2: using System; 3: using System.Collections.Generic; 4: using System.Text; 5: using System.IO; 6: using System.Runtime.Serialization.Formatters.Bi...
分类:其他好文   时间:2014-05-09 23:47:37    阅读次数:333
手机号段确定手机号码服务商类别
1: using System; 2: using System.Collections.Generic; 3: using System.Linq; 4: using System.Text; 5: 6: namespace AnkeEdu.Tools 7: { 8: 9: /// 10: ///...
分类:移动开发   时间:2014-05-09 23:40:45    阅读次数:551
日期转换类
1: 2: // 创建日期: 2008-04-23 3: // 说 明: 日期,时间处理相关的类,大多转换为字符串。 4: using System; 5: using System.Collections.Generic; 6: using System.Text; 7: 8: namespace...
分类:其他好文   时间:2014-05-09 23:38:25    阅读次数:459
使用增强for循环遍历集合的时候操作集合的问题?
1 // 遍历一个list 2 public static void printList(List list){ 3 for (String string : list) { 4 list.add("eeee"); // 运行错误 5 ...
分类:其他好文   时间:2014-05-09 23:31:33    阅读次数:467
日期类2
1: using System; 2: using System.Collections.Generic; 3: using System.Linq; 4: using System.Text; 5: 6: namespace AkDTH.Common 7: { 8: /// 9: /// 时间字符...
分类:其他好文   时间:2014-05-09 23:29:10    阅读次数:400
.NET(C#):获取进程的内存私有工作集
将读取的数据写到log.txt文件中,先在工程下新建一个log.txt文件public class Program { public const string LOGGER_FILE = "log.txt"; public static void Logger(st...
分类:Web程序   时间:2014-05-09 23:03:52    阅读次数:843
VS2010开发MFC ActiveX,摄像头拍照上传Webservice(2)
继续记录,第二步开发摄像头拍照功能.使用vfw.h开发摄像头拍照功能,关于vfw网上有很多文章,很多代码可以参考参考:http://blog.163.com/huangqiao_8/blog/static/33900492008017111847364/Vedio for Windows 是WIN3...
分类:Web程序   时间:2014-05-09 20:34:59    阅读次数:389
查看自己的项目有多少行?
作为一名程序员,你的代码量有多少,有空可以测测的。public class ItemCount { private static int lineCount;//表示代码行数 private static int fileCount;//表示文件个数 private static ...
分类:其他好文   时间:2014-05-09 20:28:02    阅读次数:365
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!