码迷,mamicode.com
首页 >  
搜索关键字:github commit push pull add    ( 90927个结果
批处理获取拖入文件信息
@ECHOOFFecho%1:获取拖入文件完整路径。如:"E:\DDC\add.txt"echo%~1:获取拖入文件完整路径,并去掉首尾引号。如:E:\DDC\add.txtecho%~nx1:获取拖入文件文件名及后缀。如:add.txtecho%~n1:获取拖入文件文件名。如:addecho%~x...
分类:其他好文   时间:2014-04-30 04:19:39    阅读次数:500
LeetCode1:Two Sum
题目: Given an array of integers, find two numbers such that they add up to a specific target number. The function twoSum should return indices of the t...
分类:其他好文   时间:2014-04-30 03:20:07    阅读次数:502
github proxy
--setgithubproxygitconfig--globalhttp.proxyhttp://user_name:user_pwd@user_ip:portgitconfig--systemhttp.sslcainfo/bin/curl-ca-bundle.crt--cancelproxygi...
分类:其他好文   时间:2014-04-30 01:13:49    阅读次数:507
锁类型例子updateselect type,name from v$lock_type;SQL> create table t(id int primary key);表已创建。SQL> insert into t values(1);已创建 1 行。SQL> commit;提交完成。SQL> u...
分类:其他好文   时间:2014-04-29 22:57:24    阅读次数:591
js冲突
bundles.Add(new ScriptBundle("~/bundles/jquery").Include(//"~/Scripts/modernizr-2.6.2.js", "~/Scripts/jquery-1.8.0....
分类:Web程序   时间:2014-04-29 22:46:01    阅读次数:618
FE-learning 前端学习
github偶尔上不去,把学长给我们的学习资源转载在这里,同时记录下自己的学习感悟。Lesson 1:html 基本标签Lesson 2: html语义化 html4 html5 xhtml区别Lesson 3: html编码标准,百度教育页面html分析Lesson 4:http://www.w3...
分类:其他好文   时间:2014-04-29 21:17:45    阅读次数:579
服务器包流程(不断跟新)
----------人物上线----------map----- gs2msData------ gs2ms_add_player(协议消息) PlayerChannel OnPlayerEnter-- data(数据包,初始化playerinfo中信息) 1.add_player有个...
分类:其他好文   时间:2014-04-29 21:06:35    阅读次数:397
stack与queue
stackstack模板类的定义在的头文件中;定义stack对象的范例如下;stack s;stack s;stack的基本操作:s.top() ; //栈顶s.push(a) ; //元素a入栈s.pop(); //栈顶元素出栈s.empty(); //判断栈空,如果为空,则返回trues.s.....
分类:其他好文   时间:2014-04-29 20:55:15    阅读次数:535
Letter Combinations of a Phone Number
思路很简单,就是通过map对应,随后通过递归调用,这里遇到了个问题就是开始用string &re ,然后往里传re+c是不可以的,本来想省点内存,结果不行,所以只能值传递了,后来才知道string竟然还有push_back()和pop_back(),服了。 1 class Solution { 2 ...
分类:其他好文   时间:2014-04-29 19:31:07    阅读次数:524
Android WebApp & NativeApp 适配测试自动化平台GoGo实现 东海陈光剑
Android WebApp & NativeApp适配测试自动化平台GoGo实现东海陈光剑2014年3月6日 18:27:55源代码:https://github.com/universsky/AndroidAutomationTestUniverssky.gitGoGo平台架构: 运行结果:ht...
分类:移动开发   时间:2014-04-29 19:00:18    阅读次数:1100
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!