C#
文章平均质量分 78
工厂修程序
喜欢程序不一定要做程序员,做程序员太苦B了。。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
事件过滤器
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace ConsoleApplication3{ /// /// 自定义事件过滤器 /// class MyEventsF原创 2013-12-15 04:12:00 · 638 阅读 · 0 评论 -
UDP
using System;using System.Collections.Generic;using System.Text;using System.Net;using System.Net.Sockets;namespace 练习1{ class MyUdpClient { public delegate void reveiceDelete(objec原创 2013-12-15 04:49:48 · 585 阅读 · 0 评论 -
MySqlHelper
请用前选要引入MySql.dllusing System;using System.Collections.Generic;using System.Text;using MySql.Data.MySqlClient;using System.Data;using System.Configuration;namespace mysql{ public static c原创 2014-01-03 18:32:04 · 680 阅读 · 0 评论 -
C#Monitor模似 Barrier
class MyBarrier { public delegate void callback(int number ); private readonly int thread_count; private readonly callback call; public int currentNumeric { get;原创 2017-10-17 21:08:26 · 372 阅读 · 1 评论 -
C#流转输分段上传
wcf 流传输上传文件不能分段上传的问题已解决。技巧就是上传的流参数不用FileStream 用MemoryStream即可。以下是代码:服务契约类:[ServiceContract()] public interface IMyServer { [OperationContract] void UploadFile(UploadPa原创 2018-02-04 20:15:49 · 1063 阅读 · 0 评论
分享