mthoutai

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 155 下一页

2017年7月7日

摘要: 启动第二个Activity activity_main.xml文件: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" a 阅读全文
posted @ 2017-07-07 09:28 mthoutai 阅读(389) 评论(0) 推荐(0) 编辑

摘要: 一、设定 模拟域名 www.wang.org、blog.wang.org、bbs.wang.org 网站文件夹 /var/html/www、/var/html/blog、/var/html/bbs 二、实现步骤: 1.创建网站文件夹 2.向三个index中写入内容。方便測试 3.cd到apache的 阅读全文
posted @ 2017-07-07 08:20 mthoutai 阅读(532) 评论(0) 推荐(0) 编辑

2017年7月5日

摘要: The Unique MST Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 23942 Accepted: 8492 Description Given a connected undirected graph, tell if 阅读全文
posted @ 2017-07-05 21:35 mthoutai 阅读(911) 评论(0) 推荐(0) 编辑

摘要: 一,创建表T1: create table t1( col1 char(6) not null default '', col2 character(6), col3 varchar(6), col4 national varchar(6)); 二。查看表结构: desc t1; explain t 阅读全文
posted @ 2017-07-05 20:08 mthoutai 阅读(622) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2017-07-05 18:41 mthoutai 阅读(207) 评论(0) 推荐(0) 编辑

摘要: 1、数据库的结构 1.1数据库 不同数据库叫做Catalog(在有的 DBMS 中也称为 Database,即数据库) 。採用多 Catalog 以后能够给我们带 来例如以下优点: 便于对各个 Catalog 进行个性化管理。 DBMS 都同意我们指定将不同的 Catalog 保存在不 同的磁盘上, 阅读全文
posted @ 2017-07-05 17:57 mthoutai 阅读(218) 评论(0) 推荐(0) 编辑

摘要: 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 阅读全文
posted @ 2017-07-05 17:23 mthoutai 阅读(248) 评论(0) 推荐(0) 编辑

摘要: 转载请注明本文出自大苞米的博客(http://blog.csdn.net/a396901990)。谢谢支持! 公司派来一个去美国參加完AnDevCon大会的来给我们分享大会上学习的内容。 AnDevCon并不是类似于苹果的WWDC和Google I/O。而是民间的android程序猿组织,Googl 阅读全文
posted @ 2017-07-05 16:17 mthoutai 阅读(688) 评论(0) 推荐(0) 编辑

摘要: 聚合与继承在我们开发中略微大点的项目都会用到,当我们为什么用。怎样去用呢。 在一个项目中我们会设计到多个模块的开发,这是我们就能够使用聚合了,部分代码例如以下: <modules> <module>account-email</module> <module>account-persist</mod 阅读全文
posted @ 2017-07-05 15:27 mthoutai 阅读(260) 评论(0) 推荐(0) 编辑

摘要: 转载请注明出处:jiq•钦's technical Blog (1) 初始化:所以假设继承关系为:A导出B再导出C,在创建C对象的情况下的调用顺序是: * (1) A的静态域,B的静态域,C的静态域; * (2) A的非静态域。A的构造器,B的非静态域。B的构造器。C的非静态域。C的构造器(2)清理 阅读全文
posted @ 2017-07-05 14:06 mthoutai 阅读(123) 评论(0) 推荐(0) 编辑

上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 155 下一页