首先本地需要安装TortoiseGit 以及相关的git软件 第一步:创建本地分支 点击右键选择TortoiseGit,选择Create Branch…,在Branch框中填写新分支的名称(若选中”switch to new branch”则直接转到新分支上,省去第二步),点击OK按钮: 第二步:通 ...
分类:
其他好文 时间:
2017-09-13 13:15:41
阅读次数:
199
wchar_t CharToWChart(char nChar){ wchar_t nR; nR=nChar+32*256; return nR;}// wchar_t CharToWChart(char nChar0,char nChar1){ wchar_t nR; nR=(256+nChar0 ...
分类:
其他好文 时间:
2017-09-12 15:43:27
阅读次数:
152
一.下载 访问https://tortoisegit.org/ 二.安装 然后就next,install ...
分类:
其他好文 时间:
2017-09-11 21:12:10
阅读次数:
158
摘自:http://www.cnblogs.com/powertoolsteam/archive/2010/07/12/1775933.html 文章中执行代码的消耗时间是怎么计算的,有知道的同学可以教教我,非常感谢! ...
分类:
Web程序 时间:
2017-09-11 19:45:56
阅读次数:
166
最近参与了cocos creator的研究,开发小游戏,结果被一个事件坑得不行不行的。现在终于解决了,分享给大家。 原理 1.触控事件是针对节点的 2.触控事件的冒泡,是直接关系冒泡,父子可以,孙子不行,就是不能隔代冒泡 3.父节点不响应触控事件,肯定是被孩子节点遮挡了,只要孩子节点也监听一下事件, ...
分类:
其他好文 时间:
2017-09-09 18:58:26
阅读次数:
220
But failed with time exceed. The one with better solution is shown as below: Much simpler. Ich denke, dass muss ich härter arbeiten. Nächste Station, ...
分类:
其他好文 时间:
2017-09-09 17:19:30
阅读次数:
163
HandlerFactory HandlerFactory是不可实例化的,因为 它的构造 函数 特意定位 私有 的;它有一个 静态的方法叫做 getHandler,它有两个参数 ,一个是Handler的List类型,另一个是一个单一的handler,代码如下 : 如上代码所示 ,从 最后一个 开始 ...
分类:
其他好文 时间:
2017-09-08 23:02:45
阅读次数:
331
问题:编写一个在1,2,…,9(顺序不能变)数字之间插入+或-或什么都不插入,使得计算结果总是100的程序,并输出所有的可能性。例如:1 + 2 + 34 – 5 + 67 – 8 + 9 = 100。 代码: ...
分类:
编程语言 时间:
2017-09-05 16:58:29
阅读次数:
144
Note: 1. When real index is 0. It will be only add as first element without any opeartors. 2. When the starting char of one layer is '0', it should br ...
分类:
其他好文 时间:
2017-09-04 15:04:56
阅读次数:
164
JavaScript中的CSS属性对照表(新手必备) JavaScript中的CSS属性对照表是js初学者必备的基础知识 盒子标签和属性对照CSS语法 (不区分大小写)JavaScript语法 (区分大小写)borderborderborder-bottomborderBottomborder-bo... ...
分类:
编程语言 时间:
2017-09-04 11:05:11
阅读次数:
149