Ajax實(shí)現(xiàn)的WEB下載,由于OA系統(tǒng)是基于WEB方式的,如果只判斷用戶是否點(diǎn)擊“下載文件”,就來判斷用戶是否成功下載了文件。這種方式很顯然行不通,怎么辦呢?我想到的就是用一控件,然后用回調(diào)事件來處理數(shù)據(jù)庫方面的問題(下載記錄問題) 有興趣的朋友可在 http://www.interdrp.com/ 下載分銷系統(tǒng) 用測試帳號進(jìn)系統(tǒng)后,點(diǎn)測試程序,再點(diǎn)WEB下載 可以看見效果 https://www.interdrp.com/software/ReYoWebDownLoad.zip(點(diǎn)擊下載此控件) API說明 ReYoWebDL.copyright="銳洋軟件擁有版權(quán) http://www.interdrp.com/" //必須 ReYoWebDL.url="http://dl.baofeng.com/storm3/Storm2009-0504-1.exe" //下載文件的路徑 ReYoWebDL.path ="" //保存文件地址 ReYoWebDL.ReYoStartDownload() //下載動(dòng)作 ReYoWebDL.ReYoStopDownload() //停止下載 ReYoWebDL.size //下載文件大小 ReYoWebDL.bytes//已下載大小 ReYoWebDL.speed //下載速度 KB/S ReYoWebDL.done //下載是否完成 ReYoWebDL.cancle=true //是否取消下載 ReYoWebDL.urlsource //下載文件名 ReYoWebDL.percent //下載百分比
標(biāo)簽: WEB Ajax OA系統(tǒng)
上傳時(shí)間: 2017-09-14
上傳用戶:lingzhichao
An application that adds products to an electronic shopping cart. The application uses three classes: Product, ShoppingCart, and ShoppingCartApplication. Part of the work has been done for you and is provided in the student archive. You will implement the method in ShoppingCartApplication that reads product information from the keyboard and creates a Product object.
標(biāo)簽: Product ShoppingCart
上傳時(shí)間: 2015-11-12
上傳用戶:chengzi74
This work titled A Digital Phase Locked Loop based Signal and Symbol Recovery System for Wireless Channel is intended to serve as a document covering funda- mental concepts and application details related to the design of digital phase locked loop (DPLL) and its importance in wireless communication. It documents some of the work done during the last few years covering rudimentary design issues, complex implementations, and fixing configuration for a range of wireless propa- gation conditions.
標(biāo)簽: Digital Locked Phase Loop
上傳時(shí)間: 2020-05-27
上傳用戶:shancjb
This book is an outgrowth of the pioneering development work done by InterDigital Com- munication Corporation in 3rd Generation TDD WCDMA Technology. Many engineers and managers were involved in this development, which spanned a wide range of tech- nology areas, including system architecture, radio interface, radio modem design, radio resource management and hardware/software implementation. In addition, TDD WCDMA technology had many direct and indirect contributors across the globe in the context of the development of the 3GPP TDD WCDMA Standard.
上傳時(shí)間: 2020-06-01
上傳用戶:shancjb
Striking developments have taken place since 1980 in feedback control theory. The subject has be- come both more rigorous and more applicable. The rigor is not for its own sake, but rather that even in an engineering discipline rigor can lead to clarity and to methodical solutions to problems. The applicability is a consequence both of new problem formulations and new mathematical solutions to these problems. Moreover, computers and software have changed the way engineering design is done. These developments suggest a fresh presentation of the subject, one that exploits these new developments while emphasizing their connection with classical control.
標(biāo)簽: Feedback Control Theory
上傳時(shí)間: 2020-06-10
上傳用戶:shancjb
spi 通信的master部分使用的verilog語言實(shí)現(xiàn),可以做為你的設(shè)計(jì)參考。module spi_master(rstb,clk,mlb,start,tdat,cdiv,din, ss,sck,dout,done,rdata); input rstb,clk,mlb,start; input [7:0] tdat; //transmit data input [1:0] cdiv; //clock divider input din; output reg ss; output reg sck; output reg dout; output reg done; output reg [7:0] rdata; //received dataparameter idle=2'b00; parameter send=2'b10; parameter finish=2'b11; reg [1:0] cur,nxt; reg [7:0] treg,rreg; reg [3:0] nbit; reg [4:0] mid,cnt; reg shift,clr;
標(biāo)簽: spi 通信 master verilog
上傳時(shí)間: 2022-02-03
上傳用戶:
#include "NUC1xx.h"#include "Hal.h"#include "pwm.h"//wait current PWM cycle done, otherwise there maybe short pulse on FETvoid PWM_Stop(U8 ch){ switch(ch) { case PWM_CHANNEL_A: PWMA->u32CNR1 = 0; PWMA->u32CMR1 = 0; while(PWMA->u32PDR1 != 0); break; case PWM_CHANNEL_B: PWMA->u32CNR2 = 0; PWMA->u32CMR2 = 0; while(PWMA->u32PDR2 != 0); break; case PWM_CHANNEL_C: PWMA->u32CNR3 = 0; PWMA->u32CMR3 = 0; while(PWMA->u32PDR3 != 0); break; default: while(1); } PWMA->u32POE &= ~(1<<ch); PWMA->u32PCR &= ~(1<<(ch*8));}
上傳時(shí)間: 2022-06-01
上傳用戶:kingwide
安裝軟件到ST的網(wǎng)站上下載最新版本的STM32CubeMX 軟件:編寫這份文檔的時(shí)候最新版本是V4.17.0 將下載后的壓縮包解壓,雙擊里面的SetupSTM32CubeMX-4.17.0.exe 文件來安裝軟件, 出現(xiàn)下圖的界面的時(shí)候按Next 按鈕繼續(xù):在下面的窗口中選擇“ I accept the terms of this license agreement ”然后繼續(xù)按Next 按鈕。2下一個(gè)出現(xiàn)的窗口是選擇軟件安裝的路徑, 默認(rèn)安裝路徑是C:\Program Files(x86)\STMicroelectronics\STM32Cube\STM32CubeMX ,可以根據(jù)實(shí)際需要選擇別的路徑,本次安裝在D 盤相同的路徑上。按Next 按鈕后彈出一個(gè)確認(rèn)窗口,按確定鍵確定。接著彈出下圖的配置窗口,按原來默認(rèn)的配置,按Next 鍵繼續(xù)。3安裝完后,按Next 鍵繼續(xù)。按done 鍵關(guān)閉下面的窗口,完成所有的安裝。4安裝固件包點(diǎn)擊桌面上的STM32CubeMX 圖標(biāo)運(yùn)行軟件。先修改軟件包的安裝路徑,點(diǎn)擊help 菜單選“ Updater Settings”選項(xiàng)。軟件包默認(rèn)安裝在C:/Users/XIN/STM32Cube/Repository/ 目錄下,STM32Cube 軟件包比較大可以點(diǎn)擊Browse 按鍵修改安裝的路徑。修改完軟件包的安裝路徑后開始安裝 STM32Cube軟件包,點(diǎn)擊 help 菜單選 “Insta lnl ewsoftware and/or firmware packages ”選項(xiàng)。
標(biāo)簽: stm32cubemx
上傳時(shí)間: 2022-06-19
上傳用戶:jason_vip1
German universities and scientists have repeatedly set the intermational standard in drive technology. Identification and active compensation of natural frequencies in oscillatory mechanics, status controls with monitoring structures incorporating acceleration sensors, adaptive compensation of measurement system deficiencies, self-adjusting detent torque compensation… everything invented with only a single aim in mind: to continue improv-ing the motion control, dynamics, precision and processing speed of your machines. For the industrial applicabability of this technology scientific publications in proceedings and laboratory test rigs are not enough. These features consequenty need to be converted into cost-efficient and easily manageable products. That 's exactly what we have done.So in future, if you should need more than today ' smarket can offer you, now everything isgoing to be alright. With our new high-performance ServoOne drive series you will experi-ence
標(biāo)簽: servoone
上傳時(shí)間: 2022-06-24
上傳用戶:kingwide
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1