摘要: 在Visual Studio Code 1.设置. show tabs 取消打勾,再次打勾 2.关闭预览功能。 设置中搜索 workbench.editor.enablePreview ,找到此项后,保持不勾选状态,这样就会关闭了预览模式,打开的文件都会生成新的标签页。 参考: https://bl 阅读全文
posted @ 2020-04-23 15:40 ifendou 阅读(1801) 评论(0) 推荐(0) 编辑
摘要: 警告 加载属性“OutputPath”失败。 输入的路径不是有效的输出路径。 解决方案: 先项目打包备份一下哦,再执行以下操作哦。 1.右键项目属性, 发布,发布位置修改成 publish\ 生成 ,输出路径修改成 bin\Debug\ 2.打开项目所在的文件夹,找到一个后缀名 .csproj的文件 阅读全文
posted @ 2018-05-25 14:08 ifendou 阅读(2330) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-08-18 01:25 ifendou 阅读(1) 评论(0) 推荐(0) 编辑
摘要: https://documentation.devexpress.com/WPF/8078/Controls-and-Libraries/Layout-Management/Tab-Control/Product-Information/Main-Features https://documenta 阅读全文
posted @ 2017-08-18 01:22 ifendou 阅读(635) 评论(0) 推荐(0) 编辑
摘要: 【视频专辑】酷炫界面开发神器DevExpress WPF视频教程(36集全) http://www.devexpresscn.com/post/620.html 阅读全文
posted @ 2017-08-18 01:21 ifendou 阅读(5346) 评论(1) 推荐(1) 编辑
摘要: DataTable dt_temp = dt.AsEnumerable().Cast<DataRow>().GroupBy(p => p.Field<string>("table_names_en")).Select(p => p.FirstOrDefault()).CopyToDataTable( 阅读全文
posted @ 2017-08-18 01:10 ifendou 阅读(796) 评论(0) 推荐(2) 编辑
摘要: 1.http://www.quartz-scheduler.net/documentation/quartz-2.x/tutorial/index.html2.http://www.cnblogs.com/shanyou/archive/2007/08/16/858685.htmlhttp://ww... 阅读全文
posted @ 2015-03-27 23:16 ifendou 阅读(266) 评论(0) 推荐(0) 编辑
摘要: Caliburn.Micro – Hello Worldhttp://buksbaum.us/2010/08/01/caliburn-micro-hello-world/http://blog.csdn.net/xbgzs2010/article/details/18447625 阅读全文
posted @ 2014-07-26 16:25 ifendou 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 1.新建一个WPF项目的解决方案 或 在现有项目上1.1 通过命令行安装,通过工具-NuGet程序包管理器-程序包管理控制台Caliburn.Micro.Start 默认是.NET4.5的,有添加文件并引用dll文件Caliburn.Micro 是.NET4.0的,只引用dll文件PM> Insta... 阅读全文
posted @ 2014-07-24 16:29 ifendou 阅读(972) 评论(0) 推荐(1) 编辑