亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

VmWare

VmWare總部位于美國加州帕洛阿爾托(PaloAlto)[1-2],是全球云基礎架構和移動商務解決方案廠商,提供基于VmWare的解決方案,企業(yè)通過數(shù)據(jù)中心改造和公有云整合業(yè)務,借助企業(yè)安全轉型維系客戶信任[3],實現(xiàn)任意云端和設備上運行、管理、連接及保護任意應用。2018財年全年收入79.2億美元[4]。
  • Turbo C 3.0 + UCOS2 + UCGUI PC學習版本

    Turbo C 3.0 + UCOS2 + UCGUI PC學習版本, 在csword網友的基礎上改正了一個BGI的小問題,并 加入了IDE環(huán)境:Turbo C++ 3.0 帶路徑直接解壓到到D:\根目錄就能用, 解壓后,請運行d:\myworks\tc\tc.exe 而后打開項目選擇d:\myworks\tc\bin\ucgui\ucgui.prj 而后按Ctrl+F9下運行即可。 注意運行后在WinXP全屏下會沒有響應, 建議在VmWare下或純DOS環(huán)境運行。

    標簽: Turbo UCOS2 UCGUI 3.0

    上傳時間: 2014-01-24

    上傳用戶:shanml

  • 虛擬機使用指南

    虛擬機使用指南,詳細介紹了VmWare的使用,實現(xiàn)一機多系統(tǒng),并且可以實現(xiàn)單機組網試驗!

    標簽: 虛擬機 使用指南

    上傳時間: 2015-09-19

    上傳用戶:Zxcvbnm

  • VirtualBox-OSE-1.3.8,開源項目

    VirtualBox-OSE-1.3.8,開源項目,比VmWare還快的虛擬機,絲毫不遜色于它。GNU GPL V2??梢匝杆龠€原到莫個系統(tǒng)狀態(tài)??梢栽诶锩鎸W習病毒技術,操作系統(tǒng)等。(文件其實是.tar.bz2的,gz重壓費力又不太省空間)。

    標簽: VirtualBox-OSE 開源 項目

    上傳時間: 2015-09-19

    上傳用戶:1583060504

  • 很詳細的自己的文檔

    很詳細的自己的文檔,介紹如何在VmWare和redhat9下,安裝qtopia2.1.1。每一步都很詳細,都有抓屏圖像供參考,一定幫你成功

    標簽: 文檔

    上傳時間: 2014-11-27

    上傳用戶:jyycc

  • 視頻教程

    視頻教程,不用多說了,一看就會了 開發(fā)環(huán)境搭建XP+VmWare+Redhat9.0安裝教程

    標簽: 視頻教程

    上傳時間: 2013-12-10

    上傳用戶:牛布牛

  • 本人做的從虛擬機的硬盤直接啟動vxworks

    本人做的從虛擬機的硬盤直接啟動vxworks,直接用VmWare打開,啟動時先用手動啟動,回車用p命令查看參數(shù),然后修改主機參數(shù)。后面就不用再說了...

    標簽: vxworks 虛擬機 硬盤

    上傳時間: 2017-04-07

    上傳用戶:dianxin61

  • This is a simple operating system source code in assembly langauge, you should compile the files in

    This is a simple operating system source code in assembly langauge, you should compile the files in the rar with MASM, and put them in one image (kernel follows loader) and test it with VmWare.

    標簽: operating assembly langauge compile

    上傳時間: 2013-12-17

    上傳用戶:源弋弋

  • VxWorks pc-net網卡驅動

    用于在VmWare虛擬機上搭建VxWorks開發(fā)環(huán)境的AMD網卡驅動的替換。

    標簽: VxWorks VmWare AMD pc-net

    上傳時間: 2015-03-29

    上傳用戶:繾綣abc

  • redis命令

    Redis是一個開源的使用ANSI C語言編寫、支持網絡、可基于內存亦可持久化的日志型、Key-Value數(shù)據(jù)庫,并提供多種語言的API。從2010年3月15日起,Redis的開發(fā)工作由VmWare主持。從2013年5月開始,Redis的開發(fā)由Pivotal贊助。

    標簽: redis

    上傳時間: 2015-04-28

    上傳用戶:wcl623861487

  • linux

    簡單命令使用grep等的使用 [zorro@isch ~]$ history     1  ifconfig     2  su     3  exit     4  ls     5  cd Desktop/     6  ls     7  tar zxcf VmWareTools-8.4.5-324285.tar.gz      8  tar zxvf VmWareTools-8.4.5-324285.tar.gz      9  cd  VmWare-tools-distrib/    10  ls    11  ./VmWare-install.pl     12  su    13  ls    14  cd ..    15  ls    16  rm VmWareTools-8.4.5-324285.tar.gz     17  rm -r VmWare-tools-distrib    18  ls    19  make    20  ls    21  cd redis/    22  quit    23  ls    24  ca redis/    25  cd redis/    26  cd redis-2.8.17    27  make    28  cd redis-2.8.17    29  ls    30  cd redis-2.8.17    31  cd str    32  cd src    33  ls    34  ./redis-cli    35  ls    36  cd redis-2.8.17 tar.gz    37  make    38  cd src    39  ./redis-server .. /redis.conf    40  ./redis-cli    41  ./redis-server ../redis.conf    42  vi test1.sh    43  ./test1.sh    44  vi test.sh    45  ./test.sh    46  ls    47  chmod 777 test.sh    48  ./test.sh    49  vi express    50  $ grep –n ‘the’ express    51  clear    52  grep -n 'the' express    53  vi express    54  grep -n 'the' express    55  grep -vn 'the'express    56  grep -vn 'the' express    57  grep -in 'the' express    58  vi test2.c    59  grep -l 'the' *.c     60  grep -n 't[ae]st' express    61  grep -n 'oo' express    62  grep -n '[^g]oo' express    63  grep -n '[a^z]oo' express    64  grep -n '[0^9]' express    65  grep -n '^the' express    66  vi express    67  sed -e 'd' express    68  sed -e '1d' express    69  sed -e '1~7d' express    70  sed -e '$d' express     71  sed -e '1,/^$/d' express     72  ls    73  cd    74  pwd    75  history [zorro@isch ~]$ 

    標簽: 簡單命令使用

    上傳時間: 2016-05-24

    上傳用戶:12345678gan

主站蜘蛛池模板: 吴忠市| 西盟| 大安市| 邢台县| 华坪县| 化隆| 元朗区| 尼木县| 大关县| 青田县| 陆川县| 新巴尔虎左旗| 江西省| 芮城县| 安图县| 台中市| 兰坪| 禄劝| 平定县| 日土县| 临沧市| 横峰县| 宜宾市| 张家港市| 杭州市| 平武县| 拜城县| 卢龙县| 蒙城县| 曲阳县| 秭归县| 铜川市| 田林县| 德江县| 周宁县| 嵊泗县| 开远市| 南陵县| 区。| 宣城市| 柳江县|