摘要:
说明:这里是借鉴:晓风残月前辈的博客。他是将泰然网的跑酷教程。用cocos2d-x 2.X 版本号重写的,眼下我正在学习cocos2d-X3.0 于是就用cocos2d-X 3.0重写,并做相关笔记 好吧。自从上次《跑酷》完结之后,就什么没做什么的。主要是修复了一点点bug ,也在对应的文章里面做出 阅读全文
摘要:
Given n, generate all structurally unique BST's (binary search trees) that store values 1...n.For example,Given n = 3, your program should return all 阅读全文
摘要:
校验输入的内容是不是正确(校验整数、小数、字母、汉字或日文、username、XML节点名、日期、邮件及自己定义) 使用方法: <Bagid=书包名 act=verify> <wename=key [type=double(或float)|int|letter|cn(jp)|name|XmlName 阅读全文
摘要:
前两天因项目须要,简单看了一下FiddlerScript,功能挺强的。今天有时间细致看一下,做个笔记。 改动Request或Response 改动Request和Response要在FiddlerScript中的OnBeforeRequest和OnBeforeResponse函数中加入规则就可以。O 阅读全文
摘要:
One Person Game Time Limit: 1 Second Memory Limit: 32768 KB Special Judge There is a very simple and interesting one-person game. You have 3 dice, nam 阅读全文
摘要:
一:安装nvm 首先下载nvm。这里我们须要使用git,假设没有安装git,能够使用 sudo apt-get install git来安装 git clone https://github.com/creationix/nvm.git ~/.nvm && cd ~/.nvm && git chec 阅读全文