课程大纲:1.yum使用yum 是一个在线安装软件包的工具,它可以帮我们解决软件包的依赖,这个日后会详细介绍。我们介绍了以下几个用法:yum list 这个命令可以列出所有安装过和未安装的软件包yum grouplist 这个命令可以列出所有安装过和未安装的套件yum groupinstall-.....
分类:
系统相关 时间:
2015-03-11 16:59:05
阅读次数:
194
一.Linux是什么* 关于Linux历史(http://www.aminglinux.com/bbs/thread-6568-1-1.html需要大家查查资了解,也可以看看5期的视频)* 发行版有很多: SlackWare、 SuSE 、Debian、Ubuntu、RedHat、CentOS、Fe...
分类:
其他好文 时间:
2015-03-11 16:52:11
阅读次数:
121
1.嵌入式Linux 开发与运维 、安卓手机 、2.回环网址 :IPv6的回环地址是 0:0:0:0:0:0:0:1,相当于IPv4中的127.0.0.1 主要作用有两个:一是测试本机的网络配置,能PING通127.0.0.1说明本机的网卡和IP协议安装都没有问题; ...
分类:
其他好文 时间:
2015-03-11 10:37:45
阅读次数:
171
Develop篇Building a NotificationPREVIOUSNEXTTHIS LESSON TEACHES YOU TOCreate a Notification BuilderDefine the Notification's ActionSet the Notification...
分类:
移动开发 时间:
2015-02-27 16:58:27
阅读次数:
233
1 // Playground - noun: a place where people can play 2 3 import UIKit 4 5 6 //使用关键字class和struct来分别表示类和结构体 7 8 struct SomeStruct { 9 ...
分类:
编程语言 时间:
2015-02-05 00:44:23
阅读次数:
241
// Playground - noun: a place where people can playimport UIKit//=================================================================//函数//// func 函数名...
分类:
编程语言 时间:
2015-02-05 00:36:13
阅读次数:
235
1 // Playground - noun: a place where people can play 2 3 import UIKit 4 5 var str = "Hello, World!" 6 7 //1 定义变量常量/常量 8 // define const ...
分类:
编程语言 时间:
2015-02-05 00:34:52
阅读次数:
282
// main.m// 1-27随堂笔记//讲师: 小辉//笔者: 王学文// Created by lanouhn on 15/1/27.// Copyright (c) 2015年 lanouhn. All rights reserved.//动态内存分配(DynamicMerry)#impor...
分类:
其他好文 时间:
2015-01-27 23:14:58
阅读次数:
227
#define QUOTA (5*1024*1024*1024)
uint64_t ui64 = QUOTA;
gcc编译器会报出:warning: integer overflow in expression,你发现哪里出问题了?以此为戒!...
分类:
其他好文 时间:
2015-01-26 11:58:28
阅读次数:
309
Defining Shadows and Clipping ViewsThis lesson teaches you toAssign Elevation to Your ViewsCustomize View Shadows and OutlinesClip ViewsYou should als...
分类:
其他好文 时间:
2015-01-25 18:11:10
阅读次数:
176