上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 71 下一页
摘要: POST请求php接口 阅读全文
posted @ 2018-01-03 14:29 韩梦芫 阅读(1741) 评论(0) 推荐(0) 编辑
摘要: C#: PHP 阅读全文
posted @ 2017-12-28 15:38 韩梦芫 阅读(3129) 评论(0) 推荐(0) 编辑
摘要: 将下面的内容复制到记事本中,然后将记事本存成.reg文件 Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\TypeLib\{F5078F18-C551-11D3-89B9-0000F81FE221}][HKEY_CLASSES_ROOT\ 阅读全文
posted @ 2017-12-28 11:09 韩梦芫 阅读(358) 评论(0) 推荐(0) 编辑
摘要: 添加Paint事件,接着加入下列代码 阅读全文
posted @ 2017-12-27 09:59 韩梦芫 阅读(159) 评论(0) 推荐(0) 编辑
摘要: windows下使用TortoiseGit代替Git命令行操作 大家在使用svn的时候,都非常喜欢使用小乌龟,也就是TortoiseSVN;那么git也有小乌龟版本,即TortoiseGit。 1、安装TortoiseGit 安装使用TortoiseGit的前提,是windows下msysGit环境 阅读全文
posted @ 2017-12-20 14:57 韩梦芫 阅读(2279) 评论(0) 推荐(0) 编辑
摘要: /** *创建人:CalvinR *说明:数据库辅助类 **/ namespace Study.Utilities.MySql_Connect { /// /// MySqlHelper 的摘要说明 /// public class MySqlHelper { private MySqlConnection conn = null... 阅读全文
posted @ 2017-12-20 13:59 韩梦芫 阅读(591) 评论(0) 推荐(0) 编辑
摘要: 1 自定义控件与用户控件区别 WinForm中, 用户控件(User Control):继承自 UserControl,主要用于开发 Container 控件,Container控件可以添加其他Controls控件 自定义控件(Custom Control):继承自 Control,主要用于开发wi 阅读全文
posted @ 2017-12-20 10:17 韩梦芫 阅读(1376) 评论(0) 推荐(0) 编辑
摘要: 虽然VS为我们提供了很多控件可以使用,但有时候这些控件仍然不能满足我们的要求,比如我们要对部分控件进行一些个性化的定制,例如美化控件,这时候就需要自己绘制控件,或是在原有控件的基础上进行修改 自定义控件分为三种 1、组合控件(CompositeControls):在原有控件的基础上根据需要进行组合 阅读全文
posted @ 2017-12-19 16:02 韩梦芫 阅读(10833) 评论(0) 推荐(0) 编辑
摘要: 前端 ///导出Excel function Export() { var beginTime = Ext.getCmp('ksrq').getRawValue(); var endTime = Ext.getCmp('jzrq').getRawValue(); if (!Ext.fly('frmD 阅读全文
posted @ 2017-08-11 15:09 韩梦芫 阅读(290) 评论(0) 推荐(0) 编辑
摘要: using Aspose.Cells; using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Web; namespace Sheets.common { public class OperateExcel { /// ... 阅读全文
posted @ 2017-07-28 09:46 韩梦芫 阅读(1805) 评论(0) 推荐(0) 编辑
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 71 下一页