
c#
小强_Obj
这个作者很懒,什么都没留下…
展开
-
c# 从网页获取内容及socket.udp 通信,控制台关闭消息及事件委托
using System;using System.Collections.Generic;using System.Text;using System.Net;using System.IO;using System.Threading;using System.Net.Sockets;using System.Text.RegularExpressions;us原创 2012-09-19 09:38:50 · 1883 阅读 · 0 评论 -
C# 自动查找文件内容(正则使用、获取目录下所有文件、多线程、日志记录,文件操作)
using System;using System.Collections.Generic;using System.Text;using System.IO;using System.Threading;using System.Text.RegularExpressions;namespace AutoSearchFile{ public struct S原创 2012-09-19 09:23:02 · 1530 阅读 · 0 评论 -
搜索指定目录下的指定后缀名字的所有文件的内容
using System;using System.Collections.Generic;using System.Linq;using System.Text;using Tools;using System.Threading;namespace AutoSerachFile{ class AutoSerachFile { s原创 2012-05-16 22:11:50 · 516 阅读 · 0 评论 -
c# 字符串转CHAR 再自动复制到windows剪贴版
using System;using System.Collections.Generic;using System.Text;using System.Windows.Forms;namespace autoClassName{ class Program { [STAThread] static void Main(s原创 2012-09-19 09:35:26 · 622 阅读 · 0 评论 -
c# 组合字符串组成密码的所有可能
using System;using System.Collections.Generic;using System.Text;namespace pwd{ class Program { private static char[] sourceChar ={ '1', 'b'}; static void Main(strin原创 2012-09-19 09:16:44 · 649 阅读 · 0 评论