上一页 1 2 3 4 5 6 ··· 8 下一页
.loadby SOS clr .Symfix .reload !threads !printexception [address] Read More
posted @ 2018-10-10 13:53 RR幻影 Views(296) Comments(0) Diggs(0) Edit
var currentDir = Directory.GetCurrentDirectory(); var filePath = string.Format("{0}\\Auto.bat", currentDir); if (File.Exists(filePath)) File.Delete(fi Read More
posted @ 2017-02-20 14:36 RR幻影 Views(261) Comments(0) Diggs(0) Edit
客户端调用WCF服务可以通过添加服务引用的方式添加,这种方式使用起来比较简单,适合小项目使用。服务端与服务端的耦合较深,而且添加服务引用的方式生成一大堆臃肿的文件。本例探讨一种使用接口的方式使用WCF服务,克服通过服务引用方式产生的弊端。同时希望抛砖引玉,探讨更好的方式使用WCF。 1. 架构概述 Read More
posted @ 2016-11-28 12:28 RR幻影 Views(2255) Comments(0) Diggs(0) Edit
作者:张佩】【原文:http://www.yiiyee.cn/Blog】 1. 概述 用户成功安装微软Windows调试工具集后,能够在安装目录下发现四个调试器程序,分别是:cdb.exe、ntsd.exe、kd.exe和Windbg.exe。其中cdb.exe和ntsd.exe只能调试用户程序,K Read More
posted @ 2016-07-25 17:16 RR幻影 Views(2835) Comments(0) Diggs(0) Edit
页面程序: <Window x:Class="WpfDataGrid.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/wi Read More
posted @ 2016-04-27 10:11 RR幻影 Views(2284) Comments(0) Diggs(0) Edit
第一品 法会因由分 如是我闻,一时,佛在舍卫国祗树给孤独园,与大比丘众千二百五十人俱。尔时,世尊食时,著衣持钵,入舍卫大城乞食。于其城中,次第乞已,还至本处。饭食讫,收衣钵,洗足已,敷座而坐。 第二品 善现启请分 时,长老须菩提在大众中即从座起,偏袒右肩,右膝着地,合掌恭敬而白佛言:“希有!世尊!如 Read More
posted @ 2016-02-18 17:41 RR幻影 Views(148) Comments(0) Diggs(0) Edit
WCF Security 主要包括 "Transfer Security"、"Access Control"、"Auditing" 几个部分。1. Transfer SecurityTransfer Security 主要包括三个方面: "消息完整性(Message Integrity)"、"消息机... Read More
posted @ 2016-01-26 18:08 RR幻影 Views(302) Comments(0) Diggs(0) Edit
《Programming WCF Services》有一幅图也能说明各自的特征:下面的图给出了我们选择Binding的方式 Read More
posted @ 2016-01-26 17:44 RR幻影 Views(131) Comments(0) Diggs(0) Edit
1,wpf特点: 1:MVVM模式。 2:数据和视图分离 3:高级的数据模板功能 4:高级数据绑定功能 5:高级动画支持 6:高级图形和3D支持 7:灵活的控件组合 2,依赖属性的原理:DependencyObject中拥有一个字典保存绑定信息,字典的key是依赖属性,value为绑定的值。对于绑定... Read More
posted @ 2016-01-15 17:11 RR幻影 Views(235) Comments(0) Diggs(0) Edit
使用.NET建立的可执行程序 *.exe,并没有直接承载到进程当中,而是承载到应用程序域(AppDomain)当中。应用程序域是.NET引入的一个新概念,它比进程所占用的资源要少,可以被看作是一个轻量级的进程。在一个进程中可以包含多个应用程序域,一个应用程序域可以装载一个可执行程序(*.exe)或者... Read More
posted @ 2016-01-12 15:45 RR幻影 Views(815) Comments(0) Diggs(0) Edit
上一页 1 2 3 4 5 6 ··· 8 下一页