摘要: https://zhidao.baidu.com/question/2116834779399609987.html [DllImport("user32.dll", EntryPoint = "ReleaseCapture")] public static extern void ReleaseC 阅读全文
posted @ 2017-10-18 17:32 LuoCore 阅读(1015) 评论(0) 推荐(1) 编辑
摘要: http://blog.csdn.net/FlyRabbit_1/article/details/74536317 Error:org.gradle.api.internal.tasks.DefaultTaskInputs$TaskInputUnionFileCollection cannot be 阅读全文
posted @ 2017-10-18 14:54 LuoCore 阅读(1707) 评论(0) 推荐(0) 编辑
摘要: DialogResult dr = MessageBox.Show("确认删除记录吗?", "提示", MessageBoxButtons.YesNo); if (dr == DialogResult.Yes) { DataSet deleRcom2 = Collections.FastSocket 阅读全文
posted @ 2017-10-18 12:26 LuoCore 阅读(1218) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/zhlziliaoku/p/5241097.html 1、选择文件用OpenDialog 2、使用System.Windows.Forms.FolderBrowserDialog选择文件夹 3、直接打开某路径下的文件或者文件夹 阅读全文
posted @ 2017-10-18 12:09 LuoCore 阅读(6006) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/huyu107/article/details/53509171 概述 从一个DataTable中取一行放到另一个DataTable里报错: 该行已经属于另一个表。 第一种方法: 第二种方法: 阅读全文
posted @ 2017-10-18 12:08 LuoCore 阅读(3942) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/yugen/archive/2010/08/10/1796864.html 1.this.Close(); 只是关闭当前窗口,若不是主窗体的话,是无法退出程序的,另外若有托管线程(非主线程),也无法干净地退出; 2.Application.Exit(); 阅读全文
posted @ 2017-10-17 13:51 LuoCore 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 在网上找了很多例子都试邮件发送都失败,今天无意有试了一下居然行了 public static void ErrorMessageMail(string _subject, string _body) { //创建MailMessage对象 System.Net.Mail.MailMessage ma 阅读全文
posted @ 2017-10-17 13:48 LuoCore 阅读(279) 评论(0) 推荐(1) 编辑
摘要: 在创建接受用户击键的应用程序时,您还可能希望监视 SHIFT、ALT 和 CTRL 键等组合键。当一个组合键与其他键同时按下,或在单击鼠标的同时按下时,您的应用程序能够做出适当响应:字母 S 可能仅导致一个“S”出现在屏幕上,但是如果按下 CTRL+S,则可保存当前文档。 确定所按下的组合键 对 M 阅读全文
posted @ 2017-09-27 10:37 LuoCore 阅读(5456) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/jianjialin/p/5520936.html 使用方法:@Html.Action(action, controller)加载局部页面。例如在模板页中使用:@Html.Action("Contact", "Company")在CompanyContr 阅读全文
posted @ 2017-09-06 14:38 LuoCore 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 如已绑定过数据源: 如未绑定过数据源: 阅读全文
posted @ 2017-09-05 16:31 LuoCore 阅读(260) 评论(0) 推荐(0) 编辑