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
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
布局文件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
*.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
// 学习一下优先队列的使用吧,题目还是比较简单的
// 刘老师的训练指南p188。
// 继续练吧。。。。
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#includ...
分类:
其他好文 时间:
2015-05-17 13:48:25
阅读次数:
168
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
- (void)viewDidLoad {//创建layer对象 [super viewDidLoad]; CALayer *layer = [CALayer layer]; layer.position = CGPointMake(100, 100); la...
分类:
其他好文 时间:
2015-05-14 23:44:59
阅读次数:
151
一个动态添加组件的LinearLayout,其 anroid:layou_width / layout_height=”wrap_content”。这样在Java里,添加一个TextView组件,并setGravity(Gravity.CENTER)后,并不生效。 应该android:la...
分类:
其他好文 时间:
2015-05-13 19:23:45
阅读次数:
4371
帐 号 密码 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 script 的默认变量($0, $1...)我们知道指令可以带有选项与参数,例如 ls -la 可以察看包含隐藏文件的所有属性与权限。那么 shell script 能不能在脚本文件名后面带有参数呢?很有趣喔!举例来说,如果你想要重新启动系统登录文件的功能,可以这样做:[root@ww...
分类:
系统相关 时间:
2015-05-12 22:53:51
阅读次数:
226