码迷,mamicode.com
首页 >  
搜索关键字:lesson    ( 930个结果
跟马哥学linux (lesson 7)Bash脚本基础知识
一、Linux程序分类:1.守护进程(Daemon):开机自动启动常见linux后台守护进程列举:amd:NFS守侯进程apmd:高级电源治理Arpwatch:记录日志并构建一个在LAN接口上看到的以太网地址和ip地址对数据库Autofs:自动安装治理进程automount,与NFS相关,依靠于NIScrond:linux下的计..
分类:系统相关   时间:2015-09-16 01:07:46    阅读次数:440
跟马哥学linux (lesson 6)linux包管理程序rpm & yum
一、rpm1.什么是RPMRPM是RedHatPackageManager的缩写,本意是RedHat软件包管理,顾名思义是RedHat贡献出来的软件包管理;在Fedora、Redhat、Mandriva、SuSE、YellowDog等主流发行版本,以及在这些版本基础上二次开发出来的发行版采用。2.rpm语法格式1)查询,验证rpm{-q|--quer..
分类:系统相关   时间:2015-09-14 00:45:56    阅读次数:285
Scala 深入浅出实战经典 第80讲:List的泛型分析以及::类和Nil对象
List有两个重要的子类:空表Nil,有head和tail的非空表::信息来源于DT大数据梦工厂,微信公众号:DT_Spark视频地址:http://edu.51cto.com/lesson/id-71116.html
分类:其他好文   时间:2015-09-11 12:52:02    阅读次数:148
LeetCode "Find the Celebrity"
Lesson learnt: Get rid of XX algorithm routines clogging your mind and focus\enjoy the problem itself!// Forward declaration of the knows API.bool kno...
分类:其他好文   时间:2015-09-11 01:32:09    阅读次数:336
[Flux] 3. Actions
Actions contain no functionality, but rather describe an event in our application. In this lesson we will describe our Actions as they relate to our a...
分类:其他好文   时间:2015-09-08 00:01:55    阅读次数:181
跟马哥学linux (lesson 4)linux磁盘管理
Linux文件系统管理:mkfs,mkfs-type=mkfs.ext2,3,4例:[root@localhost~]#mkfs-typeext4/dev/sdb mkfs.ype:Nosuchfileordirectory [root@localhost~]#mkfs-text4/dev/sdb mke2fs1.41.12(17-May-2010) /dev/sdbisentiredevice,notjustonepartition! Proceedanyway?(y,n)y Filesy..
分类:系统相关   时间:2015-09-07 07:09:45    阅读次数:518
跟马哥学linux (lesson 5)linux任务管理
1.linxu任务计划:任务计划:在未来时间点执行一次任务:at,batch周期性执行任务:crontab电子邮件服务:smtp:simplemailtransmissionprotocol/var/spool/mail/USERNAME个人邮件缓冲目录pop3:postofficeprotocolimap4:internetmailaccessprotocolMUA:mail命令mail:mail:..
分类:系统相关   时间:2015-09-07 07:09:29    阅读次数:222
跟马哥学linux (lesson 3)
简单文件权限管理命令总结:一、命令功能总结1.vimman文档说明:NAME vim-ViIMproved,aprogrammerstexteditor SYNOPSIS vim[options][file..] vim[options]- vim[options]-ttag vim[options]-q[errorfile] exgex view gvimgviewvimxevimeview rvimrviewrgvimrgview中文说明:增..
分类:系统相关   时间:2015-08-31 19:52:44    阅读次数:313
N2 Lesson 1 A private conversation
Lesson 1 A private conversationLast week I went to the theatre.I had a very good seat. The play was very interesting. I did not enjoy it. A young man ...
分类:其他好文   时间:2015-08-30 21:12:23    阅读次数:162
DirectX3D开发之绘制流水线(一)
欢迎来到EasyLiu的博客 !     参考:directxtutorial.com   DirectX.9.0.3D游戏开发编程基础      In the last lesson you built a simple, flat triangle lit with simple diffuse lighting. This triangle was not 3D, it was flat...
分类:其他好文   时间:2015-08-28 23:25:47    阅读次数:333
930条   上一页 1 ... 72 73 74 75 76 ... 93 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!