码迷,mamicode.com
首页 >  
搜索关键字:la    ( 1707个结果
Python运算符
1. 加(+) - 两个对象相加 `'a'+'b' = 'ab'` `1+2 = 3` 2. 减(-) - 得到一个负数或者一个数减去另一个数 `-52` `25-3=22` 3. 乘(*) - 两个数相乘或者返回一个重复若干次的字符串 `5*2=10` `'la'*3='lalal...
分类:编程语言   时间:2015-05-21 19:31:03    阅读次数:173
[百度空间] ld: add library file reference by path & file name
By default, -l option will search libraries with lib* prefix in speficied search paths.i.e.1ld -o a.out -lA cppmain.owill search libA.so/libA.a in all...
分类:其他好文   时间:2015-05-18 20:25:43    阅读次数:111
Android中GridView的使用方法
布局文件activity_main.xml<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:la...
分类:移动开发   时间:2015-05-18 18:56:57    阅读次数:159
svn 应该忽略的文件(visual studio)
*.o *.lo .la ## .*.rej .rej .~ ~ .# .DS_Store thumbs.db Thumbs.db *.bak *.class *.exe *.dll *.mine *.obj *.ncb *.lib *.log *.idb *.pdb *.ilk .msi .res...
分类:其他好文   时间:2015-05-18 16:33:23    阅读次数:211
la 3135 Argus Data Structure
// la 3135 Argus // 学习一下优先队列的使用吧,题目还是比较简单的 // 刘老师的训练指南p188。 // 继续练吧。。。。 #include #include #include #include #include #include #include #include #include #include #include #include #includ...
分类:其他好文   时间:2015-05-17 13:48:25    阅读次数:168
LA 3635 - Pie 【二分】
Regionals 2006 >> Europe - Northwestern 3635 - PieTime limit: 3.000 seconds My birthday is coming up and traditionally I’m serving pie. Not just one pie, no, I have a number N of them, of various t...
分类:其他好文   时间:2015-05-17 00:51:05    阅读次数:108
核心动画01-CABasicAnimation
- (void)viewDidLoad {//创建layer对象 [super viewDidLoad]; CALayer *layer = [CALayer layer]; layer.position = CGPointMake(100, 100); la...
分类:其他好文   时间:2015-05-14 23:44:59    阅读次数:151
setGravity(Gravity.CENTER)为什么不生效?
一个动态添加组件的LinearLayout,其 anroid:layou_width / layout_height=”wrap_content”。这样在Java里,添加一个TextView组件,并setGravity(Gravity.CENTER)后,并不生效。 应该android:la...
分类:其他好文   时间:2015-05-13 19:23:45    阅读次数:4371
CSS: IE中的BUG之margin-bottom失效
帐 号 密码 css.inp { margin:0 25px 13px;height:38px; position:relative; background:url(../image/loginbg.jpg) repeat-x;}.inp la...
分类:Web程序   时间:2015-05-13 16:35:06    阅读次数:121
shell编程 Shell script 的默认变量($0, $1...)
Shell script 的默认变量($0, $1...)我们知道指令可以带有选项与参数,例如 ls -la 可以察看包含隐藏文件的所有属性与权限。那么 shell script 能不能在脚本文件名后面带有参数呢?很有趣喔!举例来说,如果你想要重新启动系统登录文件的功能,可以这样做:[root@ww...
分类:系统相关   时间:2015-05-12 22:53:51    阅读次数:226
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!