码迷,mamicode.com
首页 >  
搜索关键字:github commit push pull add    ( 90927个结果
ahjesus ubuntu10.4安装ruby2.1.1
sudo apt-get install python-software-propertiessudo apt-add-repository ppa:brightbox/ruby-ngsudo apt-get updatesudo apt-get install ruby2.1ruby2.1 -vr...
分类:其他好文   时间:2014-04-28 14:18:29    阅读次数:445
【UIKit】控制器之间的切换2 【Push】
【控制器切换Push】【?Code】1.创建3个xib和控制器2.在AppDelegate中设置首先启动的页面- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)...
分类:其他好文   时间:2014-04-28 13:23:03    阅读次数:428
s?e?t? ?x?a?c?t?_?a?b?o?r?t ?用?法
默认行为 默认为SETXACT_ABORTOFF,没有事务行为。SETXACT_ABORTON SETXACT_ABORTON分为两种: 1、总体作为一个事务,整体提交或整体回滚,格式为:SET XACT_ABORT ONBEGIN TRAN --要执行的语句COMMIT TRANGO ...
分类:其他好文   时间:2014-04-28 12:55:42    阅读次数:522
[leetcode] Add Binary
Given two binary strings, return their sum (also a binary string).For example,a ="11"b ="1"Return"100".给定两个二进制的字符串,返回他们的和。对于a,b两个二进制字符串,首先通过交换使a的长度小于b...
分类:其他好文   时间:2014-04-28 02:05:20    阅读次数:502
Oracle core05_事务和一致性
事务和一致性oracle的redo和undo机制保证了数据库的ACID特性,以及高性能和可恢复特性。redo的数据是记录着数据块变更的顺序的正向数据流,commit时,保证redo同步持久化,保证高性能。恢复的时候,顺序的应用日志。redo的机制相对比较简单。undo记录着数据块的前映像。保证事务的...
分类:数据库   时间:2014-04-28 01:53:28    阅读次数:722
How can I add a new user as sudoer using the command line?
Two ways to use sudo command for a standard user account:First,If you want to use sudo command for a standard user account, then you need to add this ...
分类:其他好文   时间:2014-04-28 00:42:49    阅读次数:616
记录自己的第一个比较长的汇编代码
记录自己的第一个比较长的汇编代码, 看学完后,回过头再来看的感觉是什么。没新意的想法写出来的代码,只是没有纯dos环境。通过debug倒是看到全部的结果,不过是一个个显示 。题目是王爽汇编实验9.本是自己记录,当然,大家有什么看法,欢迎随便说说。assume cs:code, ss:stacksgd...
分类:其他好文   时间:2014-04-27 23:24:06    阅读次数:492
iOS 推送证书
push 服务器证书钥匙串:登入--》证书,选项里面导出证书命名为cert.p12,跟密钥命名为key.p12需要将上面的2个.p12文件转成.pem格式:openssl pkcs12 -clcerts -nokeys -out cert.pem -in cert.p12openssl pkcs12...
分类:移动开发   时间:2014-04-27 23:12:13    阅读次数:749
iOS数据持久化存储
本文中的代码托管在github上:https://github.com/WindyShade/DataSaveMethods相对复杂的App仅靠内存的数据肯定无法满足,数据写磁盘作持久化存储是几乎每个客户端软件都需要做的。简单如“是否第一次打开”的BOOL值,大到游戏的进度和状态等数据,都需要进行本...
分类:移动开发   时间:2014-04-27 22:44:13    阅读次数:819
线段树 FOJ 2174
FOJ 2174区间跟新,区间询问: 1 #include 2 #include 3 #include 4 #define lson l,mid,rt>1;18 if(add[rt]!=0){19 add[rt>1;34 if(L>1;45 build(...
分类:其他好文   时间:2014-04-27 21:36:09    阅读次数:460
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!