摘要:
启动第二个Activity activity_main.xml文件: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" a 阅读全文
摘要:
启动第二个Activity activity_main.xml文件: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" a 阅读全文
摘要:
一、设定 模拟域名 www.wang.org、blog.wang.org、bbs.wang.org 网站文件夹 /var/html/www、/var/html/blog、/var/html/bbs 二、实现步骤: 1.创建网站文件夹 2.向三个index中写入内容。方便測试 3.cd到apache的 阅读全文
摘要:
The Unique MST Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 23942 Accepted: 8492 Description Given a connected undirected graph, tell if 阅读全文
摘要:
一,创建表T1: create table t1( col1 char(6) not null default '', col2 character(6), col3 varchar(6), col4 national varchar(6)); 二。查看表结构: desc t1; explain t 阅读全文
摘要:
阅读全文
摘要:
1、数据库的结构 1.1数据库 不同数据库叫做Catalog(在有的 DBMS 中也称为 Database,即数据库) 。採用多 Catalog 以后能够给我们带 来例如以下优点: 便于对各个 Catalog 进行个性化管理。 DBMS 都同意我们指定将不同的 Catalog 保存在不 同的磁盘上, 阅读全文
摘要:
Problem Description Xiao Ming is traveling around several cities by train. And the time on the train is very boring, so Xiao Ming will use the mobile 阅读全文
摘要:
转载请注明本文出自大苞米的博客(http://blog.csdn.net/a396901990)。谢谢支持! 公司派来一个去美国參加完AnDevCon大会的来给我们分享大会上学习的内容。 AnDevCon并不是类似于苹果的WWDC和Google I/O。而是民间的android程序猿组织,Googl 阅读全文
摘要:
聚合与继承在我们开发中略微大点的项目都会用到,当我们为什么用。怎样去用呢。 在一个项目中我们会设计到多个模块的开发,这是我们就能够使用聚合了,部分代码例如以下: <modules> <module>account-email</module> <module>account-persist</mod 阅读全文
摘要:
转载请注明出处:jiq•钦's technical Blog (1) 初始化:所以假设继承关系为:A导出B再导出C,在创建C对象的情况下的调用顺序是: * (1) A的静态域,B的静态域,C的静态域; * (2) A的非静态域。A的构造器,B的非静态域。B的构造器。C的非静态域。C的构造器(2)清理 阅读全文
|