- 博客(5)
- 资源 (1)
- 收藏
- 关注
原创 c#委托参考示例
说明:form1移动鼠标,在form2显示鼠标在form1范围内移动的坐标 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; namespace WindowsFormsApplication1 { pub...
2019-05-04 16:21:41
303
原创 ftp方式文件下载上传
using Newtonsoft.Json; using Newtonsoft.Json.Converters; using System; using System.Collections.Generic; using System.Data; using System.Globalization; using System.IO; using System.Linq; using System...
2018-05-16 17:22:40
3321
原创 文件读写类
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; namespace BrilCommon { /* 功能:文本文件读写操作 */ public static class Txt { //...
2018-05-16 17:21:30
464
原创 c# mysqlhelper
“`c# using MySql.Data.MySqlClient; using System; using System.Collections; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Text.RegularExpressions;...
2018-05-16 17:02:10
883
原创 webapi返回json设置
public static void Register(HttpConfiguration config) { config.Routes.MapHttpRoute( name: “DefaultApi”, routeTemplate: “{controller}/{action}/{p...
2018-05-16 16:52:22
1149
c#各种类库大全
2018-05-17
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人