摘要:
1. 打开wcf配置: 2. enable trace , log 可以改变log路径: 3. 用 SvcTraceViewer.exe (直接在c盘下搜索) 查看 4. 如果想自定义trace: catch(Exception ex) { Trace.Write(ex.ToString()... 阅读全文
posted @ 2014-12-28 22:40
疯吻IT
阅读(626)
评论(0)
推荐(0)
摘要:
1. 添加service: 2.调用WCF BasicHttpBinding myBinding = new BasicHttpBinding(); myBinding.Name = "BasicHttpBinding_IAuthService"; myBinding.Security.Mode = BasicHttpSecurit... 阅读全文
posted @ 2014-12-28 22:26
疯吻IT
阅读(1036)
评论(0)
推荐(0)
摘要:
最近做了一个winform的程序,本机上界面对得很齐,到一到客户的机器上就惨不忍睹,一番研究后搞定:1. AutoScaleMode = None 2. BackgroundImageLayout = None疯吻IT 阅读全文
posted @ 2014-12-28 11:24
疯吻IT
阅读(1021)
评论(2)
推荐(1)

浙公网安备 33010602011771号