全部文章
1.export PS1='\u@\h:\[\033[1;34m\]\w\[\033[0;33m\]$(git branch 2> /dev/null | sed -e '/^[^*]/d' -e "s/* \(.*\)/[\1$([[ $(git status 2> /dev/null | tai...
分类:其他 时间:2014-08-13 00:46:44 收藏:0 阅读:842
一些 IL 语言解释:跳转指令集合Public field Static Beq 如果两个值相等,则将控制转移到目标指令。Public field Static Beq_S 如果两个值相等,则将控制转移到目标指令(短格式)。Public field Static Bge 如果第一个值大于或等于第二个...
分类:其他 时间:2014-08-13 00:46:34 收藏:0 阅读:360
了解git和svn很久了,但是一直没有拿来做过版本控制管理,虽然svn有用到过,但是觉得还是运用git的比较多吧,尤其github。Git术语 术语定义仓库一个仓库包括了所有的版本信息、所有的分支和标记信息.Repository在G...
分类:其他 时间:2014-08-13 00:46:15 收藏:0 阅读:344
向您的页面添加 jQuery 库jQuery 库位于一个 JavaScript 文件中,其中包含了所有的 jQuery 函数。可以通过下面的标记把 jQuery 添加到网页中:请注意,jQuery 语法jQuery 语法是为 HTML 元素的选取编制的,可以对元素执行某些操作。jQuery 语法是为...
分类:Web开发 时间:2014-08-13 00:46:05 收藏:0 阅读:460
问题背景[cpp]view plaincopy#includeusingnamespacestd;vectordoubleValues(constvector&v){vectornew_values(v.size());for(autoitr=new_values.begin(),end_itr=n...
分类:编程语言 时间:2014-08-13 00:45:54 收藏:0 阅读:465
假设有2个类,一个类是主力球员,一个类是替补球员。 public class NormalPlayer { public int ID { get; set; } public string FirstName { get; set; } public string LastName { get; ...
分类:其他 时间:2014-08-13 00:45:44 收藏:0 阅读:401
beiao 1 #include 2 #include 3 #include 4 using namespace std; 5 #define maxp 102 //经验值 6 #define maxv 102 //种类 7 #define Max(i,j) i > j? i : j 8 int.....
分类:其他 时间:2014-08-13 00:45:34 收藏:0 阅读:263
@interface UIView : UIResponder/*** 通过一个frame来初始化一个UI控件*/- (id)initWithFrame:(CGRect)frame;// YES:能够跟用户进行交互@property(nonatomic,getter=isUserInteractio...
分类:移动平台 时间:2014-08-13 00:45:14 收藏:0 阅读:672
部分源码: /** * Set the default text size to a given unit and value. See {@link * TypedValue} for the possible dimension units. * * @p...
分类:编程语言 时间:2014-08-13 00:45:04 收藏:0 阅读:575
二维 map map >map.find(x) 查找,如果没有返回值是 map.end()bool(map[x]) 查找,但是一旦访问下标那么就会产生一个节点map.empty() 判空map.size() 大小
分类:其他 时间:2014-08-13 00:44:54 收藏:0 阅读:336
1300997300998300999323994
上一页3239936下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!