04 2011 档案
remoting 安全认证,密码,用户名
摘要:转自http://topic.csdn.net/t/20060513/19/4749593.html的回复服务器端:namespace RemoteServer{ public class Scoop : MarshalByRefObject { public Scoop() { } public string GetTheScoop(string name) { return "Here 's the scoop, " + Thread.CurrentPrincipal.Identity.Name + "! "; } }}配制文件:<co 阅读全文
posted @ 2011-04-26 11:32 小堆爸 阅读(359) 评论(0) 推荐(0)
c# 当前dll目录
摘要:c# 当前dll目录System.Reflection.Assembly.GetExecutingAssembly().Location 阅读全文
posted @ 2011-04-07 10:53 小堆爸 阅读(385) 评论(0) 推荐(0)
在IDE设计器里面查找替换,替换字符串
摘要:在IDE设计器里面查找替换查找:_T\({:q}\)替换为: \1记得勾选最下面的使用正则表达式 阅读全文
posted @ 2011-04-06 10:06 小堆爸 阅读(1083) 评论(0) 推荐(0)