摘要: 原文:Taking WPF “Screenshots” I was recently working on a Surface project at Microsoft (that will be shown at BETT ) and one of the requirements was to 阅读全文
posted @ 2018-04-02 17:10 梦醒江南·Infinite 阅读(480) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.cnblogs.com/eric_ibm/p/3772516.html xaml格式描述: <DataGrid Name="dataGrid" Grid.Row="1" ItemsSource="{Binding}" > <DataGrid.Columns> <DataG 阅读全文
posted @ 2018-03-31 18:17 梦醒江南·Infinite 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 原文:Finding Memory Leaks in WPF-based applications There are numbers of blogs that folks wrote about memory leaks in Microsoft .Net Framework managed c 阅读全文
posted @ 2018-03-30 11:05 梦醒江南·Infinite 阅读(1025) 评论(0) 推荐(0) 编辑
摘要: 让SVN不要显示未进行版本控制的文件(夹)图标的问号: 1.选择TortoiseSVN→SettIngs 2.Overlays→取消勾选Unversioned,点击“应用”,然后重启电脑即可 阅读全文
posted @ 2018-03-29 20:34 梦醒江南·Infinite 阅读(445) 评论(0) 推荐(0) 编辑
摘要: 原文:https://blog.csdn.net/catshitone/article/details/71213371 新建一个wpf的项目,我们先来看下它默认的命名空间都是哪些? 可以看到xmlns有的是网址,有的是clr-namespace开头的一串字母。clr开头的比较好理解,就是运行时的命 阅读全文
posted @ 2018-03-27 17:27 梦醒江南·Infinite 阅读(530) 评论(0) 推荐(1) 编辑
摘要: 下载的Apache版本:httpd-2.4.32-o102n-x64-vc14 简单粗暴式配置: 1、打开\conf\httpd.conf修改第60行和第224行,其中8081是电脑上没有被使用的端口号: 注释掉第171、524行 配置第38行SRVROOT为Apache服务器文件所在路径,注意路径 阅读全文
posted @ 2018-03-18 12:56 梦醒江南·Infinite 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 转到\Apache24\bin目录下,使用cmd命令sc delete apache2.2 阅读全文
posted @ 2018-03-18 11:57 梦醒江南·Infinite 阅读(1441) 评论(1) 推荐(0) 编辑
摘要: mysql -h localhost -u root -p 阅读全文
posted @ 2018-03-17 15:20 梦醒江南·Infinite 阅读(2330) 评论(0) 推荐(0) 编辑
摘要: 来源:http://www.cnblogs.com/lxblog/ 最近项目中应用多次应用了图片合成,为了今后方便特此记下。 在WPF下有两种图片合成的方式,一种还是用原来C#提供的GDI+方式,命名空间是System.Drawing 和 System.Drawing.Imaging,另一种是WPF 阅读全文
posted @ 2018-03-14 19:13 梦醒江南·Infinite 阅读(969) 评论(0) 推荐(0) 编辑
摘要: reset: 将暂存区的文件回撤到工作区,文件内容不会有任何变化 checkout: 将工作区文件恢复到上一次commit时的内容,将会丢失修改了但未加入暂存区的内容 阅读全文
posted @ 2018-02-07 16:48 梦醒江南·Infinite 阅读(233) 评论(0) 推荐(0) 编辑