上一页 1 ··· 354 355 356 357 358 359 360 361 362 ··· 399 下一页
摘要: 以开源记牌器https://github.com/Epix37/Hearthstone-Deck-Tracker 为例,Hearthstone Deck Tracker项目中的后期生成事件命令行: if "$(ConfigurationName)" == "Release" ( rmdir /S / 阅读全文
posted @ 2015-08-31 08:49 ChuckLu 阅读(4960) 评论(1) 推荐(0)
摘要: using System;using System.Collections.ObjectModel;using System.Linq;namespace ConsoleApplication1{ class Program { private static void Ma... 阅读全文
posted @ 2015-08-30 16:01 ChuckLu 阅读(4374) 评论(0) 推荐(0)
摘要: git for windows 2.5 版本发布了,更新之后,使用git svn的时候,就出错git svn rebase Or git svn dcommitAfter a update git for windows 2.5,I encountered this problem.$ git sv... 阅读全文
posted @ 2015-08-29 03:43 ChuckLu 阅读(4070) 评论(0) 推荐(0)
摘要: 1.进入某一个目录 cd 2.列出当前目录下的所有文件和文件夹 dir 查看上层目录的内容dir ..\..\ 需要这里是 3.切换盘符目录 c:或f: 4.查看当前绝对路径 cd 或者 echo %cd% 5.加权限 icacls c:\ /setintegritylevel M 正斜杠 表示除法 阅读全文
posted @ 2015-08-29 01:28 ChuckLu 阅读(455) 评论(0) 推荐(0)
摘要: /// /// 坐标轴的最大步长 /// public double MajorStep { get { return axis.CalcIncrement; } set { axis.Incr... 阅读全文
posted @ 2015-08-28 17:19 ChuckLu 阅读(720) 评论(0) 推荐(0)
摘要: find commit by hash sha in git问题:I need to find a commit in Git by given hash SHA. For example, if I have "a2c25061" hash, and I need to get the autho... 阅读全文
posted @ 2015-08-27 18:16 ChuckLu 阅读(1578) 评论(0) 推荐(0)
摘要: WCF - net.pipe vs. net.tcp vs. http Bindings问题:I'm new to WCF and would like to know the differences/advantages/limitations/etc of each of the followi... 阅读全文
posted @ 2015-08-27 09:45 ChuckLu 阅读(1603) 评论(0) 推荐(0)
摘要: 绑定 高级设置 http和net.tcp用逗号分隔 //擦擦擦,见鬼了,下面的是tcp.net导致我找了好久,都找不出这个错误 //一定要注意,不要写错了。 否则会收到提示:找不到具有绑定 NetTcpBinding 的终结点的与方案 net.tcp 匹配的基址。注册的基址方案是 [http]。 h 阅读全文
posted @ 2015-08-26 15:39 ChuckLu 阅读(669) 评论(0) 推荐(0)
摘要: https://social.msdn.microsoft.com/Forums/office/zh-CN/9f0c76d2-85b0-4cd3-979d-ceda7947bcd1/-?forum=wcfzhchs我重新修改了代码,在S端的”发送数据服务“的代码中添加了Current.Channel... 阅读全文
posted @ 2015-08-26 14:01 ChuckLu 阅读(597) 评论(0) 推荐(0)
摘要: C:\ProgramData\Microsoft Corporation\Internet Information Services\7.5.7600.16385 阅读全文
posted @ 2015-08-25 14:37 ChuckLu 阅读(282) 评论(0) 推荐(0)
上一页 1 ··· 354 355 356 357 358 359 360 361 362 ··· 399 下一页