2016年11月8日 星期二

2016/11/7~2016/11/11

2016/11/07
http://www.esranking.com/Gaming/TPC-CSGO/sport_game_list.php?RaceNo=9176
找人参赛

2016/11/08
http://www.esranking.com/Gaming/TPC-CSGO/sport_game_list.php?RaceNo=9176
练习


2016/11/09
写程式 ( 为程式增加功能、合体 )


2016/11/10
Iphone Safe Mode .Hold power and Home button until the screen goes black then remove finger from home while continuing to hold power. Once you see the Apple logo-hold the volume up button until the springboard loads. If the device is in Safe Mode the tweaks will be gone under the setting menu.





2016/11/11
Linux常用命令


1、cd命令
用于切换当前目录,它的参数是要切换到的目录的路径。
  1. cd /root/Docements # 切换到目录/root/Docements  
  2. cd ./path          # 切换到当前目录下的path目录中,“.”表示当前目录    
  3. cd ../path         # 切换到上层目录中的path目录中,“..”表示上一层目录  
2、ls命令
查看文件与目录的命令。
  1. -l :列出长数据串,包含文件的属性与权限数据等  
  2. -a :列出全部的文件,连同隐藏文件(开头为.的文件)一起列出来(常用)  
  3. -d :仅列出目录本身,而不是列出目录的文件数据  
  4. -h :将文件容量以较易读的方式(GB,kB等)列出来  
  5. -R :连同子目录的内容一起列出(递归列出),等于该目录下的所有文件都会显示出来  

沒有留言:

張貼留言