posted @ 2017-10-24 23:35 清浅ヾ 阅读(144) 评论(0) 推荐(0) 编辑
摘要:
using System; using System.Collections.Generic; using System.Configuration; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using System.... 阅读全文
摘要:
using System; using System.Linq; using System.Xml; using System.Reflection; using System.Data; using System.Collections.Generic; namespace IOSerialize.Serialize { public static class xHelper ... 阅读全文
posted @ 2017-10-24 23:34 清浅ヾ 阅读(647) 评论(0) 推荐(0) 编辑
摘要:
using System; using System.Collections.Generic; using System.Configuration; using System.IO; using System.Linq; using System.Runtime.Serialization.Formatters.Binary; using System.Runtime.Serializatio... 阅读全文
posted @ 2017-10-24 23:32 清浅ヾ 阅读(173) 评论(0) 推荐(0) 编辑
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml.Linq; namespace IOSerialize.Serialize { /// /// Linq to ... 阅读全文
posted @ 2017-10-24 23:30 清浅ヾ 阅读(83) 评论(0) 推荐(0) 编辑
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Web.Script.Serialization;//System.Web.Extensions using Newtonsoft.Json... 阅读全文
posted @ 2017-10-24 23:29 清浅ヾ 阅读(115) 评论(0) 推荐(0) 编辑
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using DevExpress.XtraTab; nam... 阅读全文
posted @ 2017-10-23 17:12 清浅ヾ 阅读(2448) 评论(0) 推荐(0) 编辑
摘要:
0.设置窗体样式 引用CSKin.dll文件,继承的Form类父窗体可以改为继承该dll文件的其它窗体,如继承: Skin_Color,Skin_DevExpress,Skin_Mac,Skin_Metro,Skin_VS,(需引用 using CCWin;) 可以将CSkin.dll拖到新建的工具 阅读全文
posted @ 2017-10-16 17:25 清浅ヾ 阅读(725) 评论(0) 推荐(0) 编辑
摘要:
1.强迫智能感知:Ctrl+J。参数提示:Ctrl+Shif+空格 2.撤销:Ctrl+Z。除非你是天才,那么这个快捷键也是最常用的。 3.强迫显示参数信息:Ctrl-Shift-空格。这绝对是个好东西。 4.重命名:F2。如果你不擅长起名字,那么这个快捷键将会使你的代码看起来更漂亮。 5.插入代码 阅读全文
posted @ 2017-09-27 17:31 清浅ヾ 阅读(390) 评论(0) 推荐(0) 编辑