php開發(fā)的行業(yè)搜索系統(tǒng)!!!
2. 安裝
------------
a. 解壓程序rar文件,用二進(jìn)制方式上傳到你的網(wǎng)站的根目錄或某一目錄下
注意:一定要將ftp上傳工具設(shè)置為二進(jìn)制方式,再上傳程序文件
b. unix或linux服務(wù)器下, 將以下文件屬性改為:666 (或777)
- function/base_info.php
- function/emphasis_info.php
- function/admin_pass_info.php
- function/search_info.php
- function/userfield_info.php
- template/default/目錄下的所有html文件
c. unix或linux服務(wù)器下, 將upfile/目錄屬性改為:777
d. 建立一個(gè)mysql數(shù)據(jù)庫,并記下用戶名和密碼,以便安裝時(shí)使用
e. 進(jìn)入安裝目錄http://www.your_website.com/install/, 自動(dòng)運(yùn)行安裝程序
f. 安裝完成后,要求刪除安裝目錄install/及其下文件
g. 后臺(tái)管理目錄http://www.your_website.com/adiministrator/
h. 可修改adiministrator/目錄為你希望的獨(dú)特的名字
design LP,HP,B S digital Butterworth and Chebyshev
filter. All array has been specified internally,so user only need to
input f1,f2,f3,f4,fs(in hz), alpha1,alpha2(in db) and iband (to specify
the type of to design). This program output hk(z)=bk(z)/ak(z),k=1,2,...,
ksection and the freq.
About:
hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases.
Release focus: Major feature enhancements
Changes:
This release comes with many changes and new features. It can manage multiple databases in one file. A new flag (HAM_LOCK_EXCLUSIVE) places an exclusive lock on the file. hamsterdb was ported to Windows CE, and the Solution file for Visual Studio 2005 now supports builds for x64. Several minor bugs were fixed, performance was improved, and small API changes occurred. Pre-built libraries for Windows (32-bit and 64-bit) are available for download.
Author:
cruppstahl