
C#后台
文章平均质量分 59
HRL煜
持之以恒
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
把json转为实体对象
$.ajax({ type:"POST", url: "/AsArchivesManagement/AsArchivesInputEdit", dataType: "json", data:dataDYJson, contentType: "application/json; charset=utf-8",原创 2016-09-01 15:17:09 · 477 阅读 · 0 评论 -
WinForm弹出字体样式
System.Windows.Forms.ColorDialog cd=newSystem.Windows.Forms.ColorDialog(); cd.ShowDialog(); Font font = newSystem.Drawing.Font(name, size, style);//选择的样式 Form1 fr = new Form1(textBox原创 2016-09-01 15:23:00 · 768 阅读 · 0 评论 -
WinForm视频图片加载播放
private voidForm1_Load(object sender, EventArgse) { this.axWindowsMediaPlayer1.currentPlaylist.clear(); DirectoryInfo file = new DirectoryInfo(VideoAddress);//遍原创 2016-09-01 15:24:46 · 2027 阅读 · 2 评论 -
大文件上传
HttpUploadModule.cs using System; using System.Collections; using System.Collections.Specialized; using System.Globalization; using System.IO; using System.Text; using System.Web; using Syst原创 2016-09-02 16:59:23 · 425 阅读 · 0 评论 -
Log4Net日志
AssemblyInfo.cs配置 private static readonly ILog _Log = LogManager.GetLogger(typeof(GiftSettlementService)); 得到: private static readonly ILog _Log = LogManager.GetLogger(typeof(GiftSettlementSer原创 2017-09-11 15:47:18 · 331 阅读 · 0 评论