参考:http://blog.csdn.net/msmile_my/article/details/9018775第一类:属性值 true或者 false
android:layout_centerHrizontal 水平居中 android:layout_centerVertical 垂直居中.....
分类:
移动开发 时间:
2014-06-29 14:49:20
阅读次数:
276
#include #include using namespace std;int
main(){ int pid = GetCurrentProcessId(); auto path =
Plug::GetCurrentPath();//返回std::wstring path +...
分类:
其他好文 时间:
2014-06-07 03:08:40
阅读次数:
288
1 innodb 自增列出现重复值的问题 先从问题入手,重现下这个buguse test;drop
table t1;create table t1(id int auto_increment, a int, primary key (id))
engine=innodb;insert into t...
分类:
数据库 时间:
2014-06-03 13:24:55
阅读次数:
503
1.RuntimeExceptionpublic class RuntimeException
{ public static void main(String[] args) { // TODO Auto-generated method stub
String ...
分类:
编程语言 时间:
2014-06-03 04:47:09
阅读次数:
352
1、layout_weight:只是分配父控件的剩余空间如:现有两个控件,A,B,父控件还有剩余空间,但我想让A占有剩余空间的1份,B占有剩余空间的2份。将A控件的android:layout_weight="1"设置成1,再将B控件的android:layout_weight="2"设置成2即可2...
分类:
其他好文 时间:
2014-05-30 11:47:30
阅读次数:
315
原文地址:http://www.cnblogs.com/highend/archive/2011/04/18/asp_net_mvc3_layout.htmlI:回忆MVC2当中MasterPage那些事code:Master
headMaster1...Master2...Master3...Ma...
分类:
Web程序 时间:
2014-05-29 16:54:33
阅读次数:
432
Mysql中自增字段(AUTO_INCREMENT)的一些常识在系统开发过程中,我们经常要用到唯一编号。使用过mysql的人都应该知道,mysql有一个定义列为自增的属性:AUTO_INCREMENT。指定了AUTO_INCREMENT的列必须要建索引,不然会报错,索引可以为主键索引,当然也可以为非...
分类:
数据库 时间:
2014-05-29 12:59:30
阅读次数:
573
BComp.exe /silent /closescript /solo
@E:\compareTest\BCbatch.txttext-report layout:side-by-side
options:display-all,line-numbers title:"report" output...
分类:
Web程序 时间:
2014-05-29 12:22:11
阅读次数:
587
一直,我是认为定一个width,然后写一句margin:0
auto,就可以,但是有时也会不管用。 例如当我要定一个宽度为700的div,用相对定位定在中间。任你怎么拉伸都是居中。 看实例子 无标题文档 R6
BRANCH...
分类:
Web程序 时间:
2014-05-29 11:37:58
阅读次数:
226
public void doSave(IProgressMonitor monitor) {
// TODO Auto-generated method stub performSave(monitor, getEditorInput());
自定义的一个save函数,作...
分类:
其他好文 时间:
2014-05-29 07:56:21
阅读次数:
240