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

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

gdal-install

  • 這是我自己寫的一個Gtk+2.18與directfb1.2自動安裝腳本

    這是我自己寫的一個Gtk+2.18與directfb1.2自動安裝腳本,由于源碼包太大,下載者自己去下載吧,按腳本的版本找到,解壓放到指定位置,運行./install.sh即可自動完成,或者你可以修改腳本。

    標簽: directfb 2.18 Gtk 1.2

    上傳時間: 2017-06-27

    上傳用戶:壞天使kk

  • WordWeb thesaurus/dictionary component for Delphi and C++ Builder Version 1.62, freeware The com

    WordWeb thesaurus/dictionary component for Delphi and C++ Builder Version 1.62, freeware The component uses the free WordWeb thesaurus/dictionay available from http://wordweb.co.uk/free You (and anyone using your program) should install WordWeb before using this component. If it is not installed the component raises an exception when you look up a word. It will also work with WordWeb Pro, available from http://www.wordweb.co.uk/ For more flexible and customizable dictionary/thesaurus components see WordWeb Developer at http://www.x-word.com/wwdev/

    標簽: dictionary thesaurus component freeware

    上傳時間: 2014-01-11

    上傳用戶:talenthn

  • This book is about writing TinyOS systems and applications in the nesC language. This chapter gives

    This book is about writing TinyOS systems and applications in the nesC language. This chapter gives a brief overview of TinyOS and its intended uses. TinyOS is an open-source project which a large number of research universities and companies contribute to. The main TinyOS website, http://www.tinyos.net, has instructions for downloading and installing the TinyOS programming environment. The website has a great deal of useful information which this book doesn’t cover, such as common hardware platforms and how to install code on a node.

    標簽: This applications language chapter

    上傳時間: 2017-09-04

    上傳用戶:253189838

  • The book uses a task-oriented structure that allows you to work through the steps necessary to insta

    The book uses a task-oriented structure that allows you to work through the steps necessary to install MySQL 4.1 on Linux and Windows platforms, create and manage MySQL databases, query and manipulate data stored in those databases, administer the MySQL database management system, and connect to MySQL databases from your PHP, JSP/Java, and ASP.NET/C# applications. The next section, which describes the book’s structure, provides additional details about the specifics of what the book covers.

    標簽: task-oriented structure necessary through

    上傳時間: 2017-09-06

    上傳用戶:a673761058

  • 不容易啊

    不容易啊,我終于編譯出了支持MODIS_HDF4和HDF5格式的GDAL了。 它是在VC++2005下的GDAL1.6版本。 不過還不知道兼容性,因為是在64 位機上編譯的32位庫 不過說明,這是配置好的源碼

    標簽:

    上傳時間: 2013-12-24

    上傳用戶:yxgi5

  • 網(wǎng)點后臺

    網(wǎng)點后臺,NetShop網(wǎng)店系統(tǒng)安裝方法 注意: 安裝包僅適用于您的站點沒有安裝過NetShop網(wǎng)店系統(tǒng)的情況下全新安裝,如果您的站點曾經(jīng)安裝過NetShop網(wǎng)店系統(tǒng),則不能使用本包進行安裝、升級等操作,否則會清空現(xiàn)有產(chǎn)品使用的的數(shù)據(jù)庫。 詳細安裝過程如下: 1.解壓程序包內(nèi)的所有文件,使用FTP工具將./upload目錄中所有文件上傳至服務器; 2.在瀏覽器中訪問:http://您的網(wǎng)址/install/index.aspx; 3.請根據(jù)向?qū)В钊氡匾男畔ⅲ_始安裝; 特別注意的是,要根據(jù)安裝向?qū)У奶崾荆_設置各個目錄的讀寫屬性,并保證服務器相關的配置啟用 4.安裝完畢后為了保證數(shù)據(jù)安全,務必刪除install目錄; 如果您還有安裝問題,請參考NetShop幫助文檔或登錄NetShop官網(wǎng)論壇:http://bbs.netshop.net.cn;

    標簽: 網(wǎng)點 后臺

    上傳時間: 2014-11-08

    上傳用戶:cx111111

  • BSF-Skins

    1、雙擊BSFD7.dpk文件,在delphi 7.0中打開 2、單擊compile按鈕,你會發(fā)現(xiàn)原來不可用的install按鈕可以使用了 3、單擊install按鈕,會彈出來一個對話框提示你“安裝成功!” 4、將所有源文件復制到C:\Program Files\Borland\Delphi7\lib文件夾中(如delphi安裝路徑不同的話,請各位老兄自行更改)

    標簽: BSF-Skins

    上傳時間: 2015-03-03

    上傳用戶:hikari

  • SharpPcap c#抓包實現(xiàn)時時獲取網(wǎng)卡信息

    SharpPcap c#抓包實現(xiàn)時時獲取網(wǎng)卡信息 SharpPcap tutorial: a step by step guide to using SharpPcap The text of this tutorial is taken directly from WinPcap's official tutorial but is modified to show the C# use of the SharpPcap library. All examples can be downloaded together with SharpPcap source code from SharpPcap 's homepage. The WinPcap library must be installed before attempting to run any of these examples, so please download and install the latest version from WinPcap's download page. SharpPcap was written and tested using .NET v1.1 and Windows 2000/XP. I have no idea about other .NET and Windows versions. If you do try it, please report your results. The following topics are covered in this tutorial: Obtaining the device list Obtaining advanced information about installed devices Opening an adapter and capturing packets Capturing packets without the event handler Filtering the traffic Interpreting the packets Handling offline dump files Sending Packets Gathering Statistics on the network traffic 1. Obtaining the device list

    標簽: SharpPcap c#抓包 獲取網(wǎng)卡信息

    上傳時間: 2015-07-06

    上傳用戶:muzongda

  • mdb viewer

    for view MDB format without install office

    標簽: mdb viewer

    上傳時間: 2015-12-05

    上傳用戶:shawn_zhu

  • 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

主站蜘蛛池模板: 吐鲁番市| 微博| 岫岩| 常山县| 海宁市| 迁安市| 搜索| 谢通门县| 桂平市| 颍上县| 大埔县| 山东省| 砚山县| 旌德县| 天等县| 土默特左旗| 闽侯县| 招远市| 句容市| 延安市| 涿鹿县| 周至县| 盘锦市| 张掖市| 内黄县| 永善县| 白水县| 安岳县| 喜德县| 杨浦区| 海安县| 闻喜县| 景洪市| 宜宾县| 辽阳市| 汕头市| 嘉峪关市| 安龙县| 增城市| 江华| 会理县|