B/S版ERP安裝方法 1、安裝IIS5.0、Microsoft .NET Framework 1.1及SQL Server2000 2、將目錄Copy_of_ERP和webctrl_client復(fù)制到C:/Inetpub/wwwroot下,并將Copy_of_ERP目錄設(shè)置成IIS虛擬目錄 3、在SQL Server2000中新建一個Storage用戶和LXTXERP數(shù)據(jù)庫,然后將Data目錄中的LXTXERP.BAK數(shù)據(jù)庫備份文件還原 4、修改Copy_of_ERP目錄下的Web.config文件的連接屬性sa用戶的密碼: <add key="mydns" value="data source=(local) initial catalog=LXTXERP persist security info=False user id=sa pwd=123 workstation id=jl packet size=4096" /> 5、在Windows管理工具中打開Internet 服務(wù)管理器,運行Copy_of_ERP中的Login.aspx打開ERP登錄頁面,默認(rèn)用戶:admin 密碼:123 6、OK
標(biāo)簽: webctrl_clie Copy_of_ERP Framework Microsoft
上傳時間: 2015-12-09
上傳用戶:zhuimenghuadie
b tree code for index in the database design
標(biāo)簽: database design index tree
上傳時間: 2016-02-03
上傳用戶:z1191176801
I wrote this code early this year using ColdFire MCF5213 in codewarrior IDE. The LCD is STN B/W 320x240 dot matrix LCD. The code include 3 different fonts, and basic LCD driver. All original!
標(biāo)簽: this codewarrior ColdFire wrote
上傳時間: 2013-12-20
上傳用戶:皇族傳媒
JSP同學(xué)錄JSP+SQL基于B/S結(jié)構(gòu)
上傳時間: 2014-01-16
上傳用戶:hn891122
Browser/Server模式下管理系統(tǒng)的開發(fā) B/S系統(tǒng)下數(shù)據(jù)訪問及報表生成技術(shù) MVC結(jié)構(gòu)模式下WEB表達層的設(shè)計和開發(fā) SQL Server數(shù)據(jù)庫管理系統(tǒng)上的SQL查詢優(yōu)化 畢業(yè)禮物 可做參考
標(biāo)簽: Server SQL Browser MVC
上傳時間: 2013-12-26
上傳用戶:libinxny
b+ tree code implementation and insertion deletion
標(biāo)簽: implementation insertion deletion tree
上傳時間: 2017-05-20
上傳用戶:來茴
dsp hư ớ ng dẫ n giao tiế p LCD code viế t bằ ng C
上傳時間: 2017-06-17
上傳用戶:xuanjie
針對目前使用的RS232接口數(shù)字化B超鍵盤存在PC主機啟動時不能設(shè)置BIOS,提出一種PS2鍵盤的設(shè)計方法。基于W78E052D單片機,采用8通道串行A/D轉(zhuǎn)換器設(shè)計了8個TGC電位器信息采集電路,電位器位置信息以鍵盤掃描碼序列形式發(fā)送,正交編碼器信號通過XC9536XL轉(zhuǎn)換為單片機可接收的中斷信號,軟件接收到中斷信息后等效處理成按鍵。結(jié)果表明,在滿足開機可設(shè)置BIOS同時,又可實現(xiàn)超聲特有功能,不需要專門設(shè)計驅(qū)動程序,接口簡單,成本低。 Abstract: Aiming at the problem of the digital ultrasonic diagnostic imaging system keyboard with RS232 interface currently used couldn?蒺t set the BIOS when the PC boot, this paper proposed a design method of PS2 keyboards. Based on W78E052D microcontroller,designed eight TGC potentiometers information acquisition circuit with 8-channel serial A/D converter, potentiometer position information sent out with keyboard scan code sequentially.The control circuit based on XC9536 CPLD is used for converting the mechanical actions of the encoders into the signals that can be identified by the MCU, software received interrupt information and equivalently treatmented as key. The results show that the BIOS can be set to meet the boot, ultrasound specific functionality can be achieved at the same time, it does not require specially designed driver,the interface is simple and low cost.
標(biāo)簽: 單片機 B超 數(shù)字化 鍵盤設(shè)計
上傳時間: 2013-10-10
上傳用戶:asdfasdfd
B/s結(jié)構(gòu),采用 asp.net(C#)+ MS SQL 編寫。嚴(yán)格按照三層結(jié)構(gòu),不失為學(xué)習(xí) C#的好例子。安泰OA辦公系統(tǒng)自動化系統(tǒng)
標(biāo)簽:
上傳時間: 2015-03-22
上傳用戶:yzy6007
java ejb開發(fā) 程序4、語句alter table people add(phone_number varchar2(10)) 的作用是 A 修改表結(jié)構(gòu) B 為people表添加約束,約束名稱是phone_number C 向people表中添加一列,名稱是phone_number,數(shù)據(jù)類型是varchar2,長度是10 D 上述答案均不正確 5、( )BLOB和CLOB的區(qū)別在于 A CLOB只能存放字符類型的數(shù)據(jù),而BLOB沒有任何限制 B BLOB只能存放字符類型的數(shù)據(jù),而CLOB沒有任何限制 C CLOB只能存放小于4000字節(jié)的數(shù)據(jù),而BLOB可以存放大于4000字節(jié)的數(shù)據(jù) D BLOB只能存放小于4000字節(jié)的數(shù)據(jù),而CLOB可以存放大于4000字節(jié)的數(shù)據(jù) 6、存儲過程從本質(zhì)上來講就是 A 匿名的PL/SQL程序塊,它可以被賦予參數(shù) B 命名的PL/SQL程序塊,它可以被賦予參數(shù) C 命名的PL/SQL程序塊,不能被賦予參數(shù) D 匿名的PL/SQL程序塊,不能被賦予參數(shù) 7、( )下列關(guān)于日期數(shù)據(jù)類型,哪一個語句是正確的寫法 A insert into test values( 9999-12-03 ) B insert into test values( 1999-03-02 ) C insert into test values(to_char(1999-06-03, yyyy/dd/mm )) D insert into test
標(biāo)簽: people phone_number varchar2 alter
上傳時間: 2013-12-26
上傳用戶:wendy15
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1