这是我自己写的一个Gtk+2.18与directfb1.2自动安装脚本,由于源码包太大,下载者自己去下载吧,按脚本的版本找到,解压放到指定位置,运行./install.sh即可自动完成,或者你可以修改脚本。
上传时间: 2017-06-27
上传用户:坏天使kk
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 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 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
网点后台,NetShop网店系统安装方法 注意: 安装包仅适用于您的站点没有安装过NetShop网店系统的情况下全新安装,如果您的站点曾经安装过NetShop网店系统,则不能使用本包进行安装、升级等操作,否则会清空现有产品使用的的数据库。 详细安装过程如下: 1.解压程序包内的所有文件,使用FTP工具将./upload目录中所有文件上传至服务器; 2.在浏览器中访问:http://您的网址/install/index.aspx; 3.请根据向导,填入必要的信息,开始安装; 特别注意的是,要根据安装向导的提示,正确设置各个目录的读写属性,并保证服务器相关的配置启用 4.安装完毕后为了保证数据安全,务必删除install目录; 如果您还有安装问题,请参考NetShop帮助文档或登录NetShop官网论坛:http://bbs.netshop.net.cn;
上传时间: 2014-11-08
上传用户:cx111111
1、双击BSFD7.dpk文件,在delphi 7.0中打开 2、单击compile按钮,你会发现原来不可用的install按钮可以使用了 3、单击install按钮,会弹出来一个对话框提示你“安装成功!” 4、将所有源文件复制到C:\Program Files\Borland\Delphi7\lib文件夹中(如delphi安装路径不同的话,请各位老兄自行更改)
标签: BSF-Skins
上传时间: 2015-03-03
上传用户:hikari
SharpPcap c#抓包实现时时获取网卡信息 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
上传时间: 2015-07-06
上传用户:muzongda
for view MDB format without install office
标签: mdb viewer
上传时间: 2015-12-05
上传用户:shawn_zhu
简单命令使用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