期刊文献+
共找到636篇文章
< 1 2 32 >
每页显示 20 50 100
基于Persits ASPUpload组件的文件上传下载技术的实现方法 被引量:1
1
作者 赵坤灿 李伟波 +1 位作者 王敏 李亚斌 《昆明冶金高等专科学校学报》 CAS 2008年第3期37-41,共5页
在日常交互中,越来越多的用户希望彼此间能直接提供文件上传和文件下载的服务。利用Persits ASPUpload组件进行文件上传技术是目前最常见的方法之一,它可为文件上传提供更多的控制方式,并能很好的与数据库进行结合,在B/S交互中提供很好... 在日常交互中,越来越多的用户希望彼此间能直接提供文件上传和文件下载的服务。利用Persits ASPUpload组件进行文件上传技术是目前最常见的方法之一,它可为文件上传提供更多的控制方式,并能很好的与数据库进行结合,在B/S交互中提供很好的解决文件上传下载的方法。 展开更多
关键词 Persits ASPupload组件 文件上传 文件下载 ASP语言
下载PDF
利用FileUpload控件实现多文件上传 被引量:2
2
作者 李志华 林财兴 +1 位作者 谢甘第 李红强 《科技信息》 2008年第28期390-391,共2页
文件的上传在现在的Web中已经随处可见,它将在未来的Web数据库应用中会得到更加广泛的应用。FileUpload控件是微软ASP.NET2.0中新增的一个控件,但它只能一次上传一个文件,而在飞行试验数据库管理系统中,可能一次需要将多个文件同时上传... 文件的上传在现在的Web中已经随处可见,它将在未来的Web数据库应用中会得到更加广泛的应用。FileUpload控件是微软ASP.NET2.0中新增的一个控件,但它只能一次上传一个文件,而在飞行试验数据库管理系统中,可能一次需要将多个文件同时上传到服务器中。因此文章主要介绍了如何利用FileUpload控件实现多文件的上传。 展开更多
关键词 Fileupload 多文件上传 ASP.NET2.0
下载PDF
相对化One-Way函数的存在性
3
作者 曹子宁 吕义忠 石纯一 《软件学报》 EI CSCD 北大核心 2001年第6期884-888,共5页
One- Way函数在计算复杂性和密码技术中均有重要的应用 .将 Grollmann和 Selman的结果推广到相对化和非一致复杂类的情形 ,证明了复杂类 UP/ poly,UP,P/ poly等之间的包含关系与强相对化 one- way函数、弱相对化 one-
关键词 计算复杂性 one-way函数 相对化 计算机
下载PDF
基于JspSmartUpload组件的图象上传技术 被引量:1
4
作者 常祖政 《潍坊教育学院学报》 2007年第1期29-30,42,共3页
JSP是目前使用十分广泛的网站开发技术,而图像是网站中不可缺少的一部分。本文讨论了在利用JSP开发动态网站过程中图像处理的一种解决方案:利用JspSmartUpload组件结合SQL Server数据库实现图像上传、显示。
关键词 图像 上传 JSP 组件
下载PDF
Struts2架构中的Commons-fileupload组件应用技术
5
作者 李静梅 王超宇 《应用科技》 CAS 2011年第4期39-43,共5页
基于HTTP传输协议的Web网页中,采用嵌入Commons-fileup load组件的Struts2框架,实现了文件的上传与下载.利用OGNL表达式提取Session持久层中的文件名,并利用此文件名实现下载文件的动态更名.灵活利用struts2.0自身提供的字段类型,提高... 基于HTTP传输协议的Web网页中,采用嵌入Commons-fileup load组件的Struts2框架,实现了文件的上传与下载.利用OGNL表达式提取Session持久层中的文件名,并利用此文件名实现下载文件的动态更名.灵活利用struts2.0自身提供的字段类型,提高下载的鲁棒性.并列举实例体现整合技术和动态文件下载的实用性,最后通过与以往2种常用开发框架的对比数据加以验证说明. 展开更多
关键词 上传下载 Struts2架构 Commons-fileupload组件 OGNL表达式
下载PDF
Commons FileUpload组件在网上投稿系统中的应用
6
作者 蔡云鹭 何国东 《电脑知识与技术》 2010年第8期6146-6148,共3页
文件上传是很多WEB应用中都需要的功能。从基于表单的文件上传和Commons FileUpload两个方面,研究了文件上传的原理和实现机制,在网上投稿系统实际应用中,给出了使用Commons FileUpload组件的Streaming API将文件保存到MySQL数据库的BLO... 文件上传是很多WEB应用中都需要的功能。从基于表单的文件上传和Commons FileUpload两个方面,研究了文件上传的原理和实现机制,在网上投稿系统实际应用中,给出了使用Commons FileUpload组件的Streaming API将文件保存到MySQL数据库的BLOB类型列的步骤和编程方法。 展开更多
关键词 文件上传 COMMONS Fileupload JSP/SERVLET
下载PDF
JSP页面中利用jspSmartUpload组件实现文件上传的方法
7
作者 宁云智 裴来芝 《无线互联科技》 2017年第24期92-94,共3页
利用网页上传文件的方法有很多种,利用第三方控件来完成是最方便的一种。文章介绍在JSP页面利用jspSmartUpload组件实现文件的上传,首先要在服务器环境中安装和配置好组件,再创建上传表单页面,最后编写处理上传文件操作的代码。
关键词 JSP jspSmartupload组件 文件上传
下载PDF
A new group key management scheme based on keys tree, XOR operation and one-way function 被引量:1
8
作者 张勇 张翼 汪为农 《Journal of Southeast University(English Edition)》 EI CAS 2006年第1期54-58,共5页
By introducing XOR operation and one-way function chains to group key management schemes based on the keys tree, a new group key management scheme based on the keys tree, XOR operation and one-way function chains is p... By introducing XOR operation and one-way function chains to group key management schemes based on the keys tree, a new group key management scheme based on the keys tree, XOR operation and one-way function chains is proposed. Initialization, member adding and member evicting operations are introduced. The new scheme is compared with three other group key management schemes which are based on the keys tree: SKDC, LKH, and OFF. As far as transmission, computation and storage costs are concerned, the performance of the new group key management scheme is the best. The security problem of the new scheme is analyzed. This new scheme provides backward and forward security, i.e.. newly admitted group members cannot read previous multicast messages and evicted members cannot read future multicast messages, even with collusion by many arbitrarily evicted members. 展开更多
关键词 secure group communication group key management keys tree one-way function
下载PDF
Accuracy analysis of the optimal separable approximation method of one-way wave migration
9
作者 杜淑媛 陈景波 刘洪 《Applied Geophysics》 SCIE CSCD 2011年第4期328-336,371,372,共11页
An approximation for the one-way wave operator takes the form of separated space and wave-number variables and makes it possible to use the FFT, which results in a great improvement in the computational efficiency. Fr... An approximation for the one-way wave operator takes the form of separated space and wave-number variables and makes it possible to use the FFT, which results in a great improvement in the computational efficiency. From the function approximation perspective, the OSA method shares the same separable approximation format to the one-way wave operator as other separable approximation methods but it is the only global function approximation among these methods. This leads to a difference in the phase error curve, impulse response, and migration result from other separable approximation methods. The difference is that the OSA method has higher accuracy, and the sensitivity to the velocity variation declines with increasing order. 展开更多
关键词 one-way wave operator MIGRATION separable approximation optimal separable approximation
下载PDF
One-way wave equation seismic prestack forward modeling with irregular surfaces 被引量:9
10
作者 Xiong Xiaojun He Zhenhua Huang Deji 《Applied Geophysics》 SCIE CSCD 2006年第1期13-17,共5页
Mathematical geophone (MG) and equal-time stacking (ETS) principles are used to implement seismic prestack forward modeling with irregular surfaces using the oneway acoustic wave-equation. This method receives sei... Mathematical geophone (MG) and equal-time stacking (ETS) principles are used to implement seismic prestack forward modeling with irregular surfaces using the oneway acoustic wave-equation. This method receives seismic primary reflections from the subsurface using a set of virtual MGs. The receivers can be located anywhere on an irregular observing surface. Moreover, the ETS method utilizes the one-way acoustic wave equation to easily and quickly image and extrapolate seismic reflection data. The method is illustrated using high single-noise ratio common shot gathers computed by numerical forward modeling of two simple models, one with a flat surface and one with an irregular surface, and a complex normal fault model. A prestack depth migration method for irregular surface topography was used to reoroduce the normal fault model with high accuracy. 展开更多
关键词 mathematical geophone equal-time stacking principle seismic prestack forward modeling irregular surfaces and one-way wave-equation.
下载PDF
Design and analysis of logarithmic spiral type sprag one-way clutch 被引量:7
11
作者 刘志辉 严宏志 曹煜明 《Journal of Central South University》 SCIE EI CAS CSCD 2015年第12期4597-4607,共11页
A complete mathematical model for logarithmic spiral type sprag one-way clutch design and analysis is given.It assumes that the motion of all clutch components can be expressed by a model of epicyclic gearing.It takes... A complete mathematical model for logarithmic spiral type sprag one-way clutch design and analysis is given.It assumes that the motion of all clutch components can be expressed by a model of epicyclic gearing.It takes advantage of Hunt-Crossley contact impact theory to calculate the contact forces between sprags and races,and it can be used for optimization of design and comparison with other types of sprag clutches.A good deal of analysis shows that the parameters of the steady windup angle,the steady contact force,the natural frequency and natural cycle of clutch have nothing to do with the initial velocity of outer race,while the parameters of the maximum transient windup angle,the maximum transient impact force and the steady engagement time increase linearly in the mode of engaging operation of clutch.It is also shown that the strut angle has great influence on the dynamic engagement performance of clutch.The parameters of the steady windup angle,the maximum transient windup angle,the steady engaging time,the steady contact force,the maximum transient impact force and the natural cycle of clutch decrease linearly nearly with the inner strut angle,while the natural frequency of the system increases linearly with the inner strut angle. 展开更多
关键词 mathematical model logarithmic spiral one-way clutch hunt-crossley windup angle steady contact force transient impact force
下载PDF
Pressure-impulse diagram with multiple failure modes of one-way reinforced concrete slab under blast loading using SDOF method 被引量:9
12
作者 汪维 张舵 +2 位作者 卢芳云 汤福静 王松川 《Journal of Central South University》 SCIE EI CAS 2013年第2期510-519,共10页
Two loosely coupled single degree of freedom (SDOF) systems were used to model the flexural and direct shear responses of one-way reinforced concrete slabs subjected to explosive loading. Blast test results show that ... Two loosely coupled single degree of freedom (SDOF) systems were used to model the flexural and direct shear responses of one-way reinforced concrete slabs subjected to explosive loading. Blast test results show that the SDOF systems are accurate in predicting the failure mode of the slab under blast loads by incorporating the effects of the strain rate effect caused by rapid load application. Based on different damage criteria, pressure-impulse (P-I) diagrams of the two failure modes were analyzed with the SDOF systems. The effects of span length, concrete strength, and reinforcement ratio of the slab on the P-I diagram were also investigated. Results indicate that a slab tends to fail in direct shear mode when it is of a smaller span length and tends to fail in flexure mode when it is of a larger span length. With the increase of the concrete strength or reinforced ratio, both the flexure and shear capacity increase. Based on numerical results, a simplified method and a semi analytical equation for deriving the P-I diagram are proposed for different failure modes and damage levels. 展开更多
关键词 blast load failure mode pressure impulse diagram one-way reinforced concrete slab single degree of freedom
下载PDF
Application of direct computing of one-way coupling technique in seismic analysis of concrete gravity dam 被引量:4
13
作者 Quoc Cong TRINH 《Water Science and Engineering》 EI CAS 2010年第1期95-101,共7页
A dam-reservoir system subjected to an earthquake is a nonlinear system, because the fluid equations are always nonlinear regardless of the linear or nonlinear model used for the dam body. Therefore, transient analysi... A dam-reservoir system subjected to an earthquake is a nonlinear system, because the fluid equations are always nonlinear regardless of the linear or nonlinear model used for the dam body. Therefore, transient analysis is necessary. In this study, dam-reservoir interaction during earthquake excitation was modeled by utilizing coupled finite element equations based on the Eulerian approach. Direct computing of the one-way coupling technique was used to solve the coupled equations. This technique is based on a simple assumption that the fluid hydrodynamic pressure is applied to the dam body while the deformation of the dam has no influence on the water field. Seismic response analysis of the Sonla concrete gravity dam constructed in Sonla Province, Vietnam was carried out as a verification example. The results of the methodology introduced are in close agreement with results of the iterative method and the solution procedure is found to be less time-consuming than that of the iterative method. This method is very convenient and can be easily implemented in finite element programs with fluid-structure interaction modules. 展开更多
关键词 dam-reservoir interaction time domain one-way coupling Sonla Dam
下载PDF
A parametric bootstrap approach for one-way classification model with skew-normal random effects 被引量:3
14
作者 YE Ren-dao XU Li-jun +1 位作者 LUO Kun JIANG Ling 《Applied Mathematics(A Journal of Chinese Universities)》 SCIE CSCD 2019年第4期423-435,共13页
In this paper,several properties of one-way classification model with skew-normal random effects are obtained,such as moment generating function,density function and noncentral skew chi-square distribution,etc.Based o... In this paper,several properties of one-way classification model with skew-normal random effects are obtained,such as moment generating function,density function and noncentral skew chi-square distribution,etc.Based on the EM algorithm,we discuss the maximum likelihood(ML)estimation of unknown parameters.For testing problem of fixed effect,a parametric bootstrap(PB)approach is developed.Finally,some simulation results on the Type I error rates and powers of the PB approach are obtained,which show that the PB approach provides satisfactory performances on the Type I error rates and powers,even for small samples.For illustration,our main results are applied to a real data problem. 展开更多
关键词 PARAMETRIC BOOTSTRAP EM algorithm one-way classification model SKEW-NORMAL DISTRIBUTION SKEW CHI-SQUARE DISTRIBUTION
下载PDF
Application of simple array method in one-way traffic synthetic asessment 被引量:2
15
作者 裴玉龙 刘广萍 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 2005年第1期1-5,共5页
One-Way Traffic synthetic assessing can not only determine the assessment method, but can also provide an opportunity for further study of road systems. Comparing three Road Traffic Planning methods, which are Value A... One-Way Traffic synthetic assessing can not only determine the assessment method, but can also provide an opportunity for further study of road systems. Comparing three Road Traffic Planning methods, which are Value Analysis method, Simple Array method and Step Analysis method, this paper concludes that Simple Array method has one prominent merit, avoiding the complicated relationship of various factors and simplifying the complex problem. Therefore Simple Array method is firstly presented in this paper to be the assessing measure to assess the One-Way Traffic Planning project. Although this assessing method cannot wholly give way to man’s will, through consistently testing on qualitative factors and with the decision-making results of a multi-program, this method is still an effective method. Using an example of Harbin One-Way Traffic planning, with seven assessing indexes including economic benefit index, Simple Array method is applied to synthetically assessing the program. This fully reflects the general function of One-Way Traffic planning program and objectively evaluates the program. It also proves that, as the method of One-Way Traffic synthetic assessing, Simple Array method is rational and practical. 展开更多
关键词 simple array method one-way traffic PROGRAM synthetic assessment
下载PDF
Urban One-way Traffic Organization and Its Evaluation 被引量:2
16
作者 裴玉龙 伊新苗 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 2004年第2期121-124,共4页
One-way traffic organization is a direct, efficient and economic method to solve traffic congestion and expand traffie capacity. With its evolution, advantages and disadvantages introduced its setting conditions demon... One-way traffic organization is a direct, efficient and economic method to solve traffic congestion and expand traffie capacity. With its evolution, advantages and disadvantages introduced its setting conditions demonstrated. The general method and processes are summarized in planning for urban one-way streets project, viz. investigation, drawing out and evaluation of project, selecting of project and beneficial analysis. Fuzzy synthetical evaluation other fields is employed to evaluate the project. Its evaluation system and method is introduced and Delphi method is adopted to obtain evaluation index. Finally, taking Harbin city as an example, the application process of above-mentioned method is illuminated. Accordingly, it is proved that the method is exercisable. 展开更多
关键词 one-way traffic organization traffic congestion traffic capacity
下载PDF
ONE-WAY MULTIVARIATE REPEATED MEASUREMENTS ANALYSIS OF VARIANCE MODEL 被引量:2
17
作者 Abdul-Hussein Saber AL-MOUEL 《Applied Mathematics(A Journal of Chinese Universities)》 SCIE CSCD 2004年第4期435-448,共14页
The one-way multivariate repeated measurements analysis of variance (1-way MRM ANOVA) model for complete data and the sphericity test are studied.
关键词 one-way multivariate repeated measurements analysis of variance likelihood ratio criterion sphericity test asymptotic expansion.
下载PDF
在浏览器中实现数据文件上传的ASPSmart Upload组件介绍 被引量:1
18
作者 张升平 《渝州大学学报(自然科学版)》 2002年第1期93-96,共4页
随着Internet网络的兴起 ,网上电子交易的普及 ,以及网上办公已逐步走向成熟 ,基于WWW的应用系统愈来愈多。主要探讨了开发WWW应用时经常会遇到的问题 :文件上传 ,提出了用ActiveXServer组件解决这一问题的具体方法。
关键词 济器 数据文件 ASPSmart upload组件 INTERNET 图片 文件 上传 数据库
下载PDF
One-way hash function based on hyper-chaotic cellular neural network 被引量:1
19
作者 杨群亭 高铁杠 《Chinese Physics B》 SCIE EI CAS CSCD 2008年第7期2388-2393,共6页
The design of an efficient one-way hash function with good performance is a hot spot in modern cryptography researches. In this paper, a hash function construction method based on cell neural network with hyper-chaos ... The design of an efficient one-way hash function with good performance is a hot spot in modern cryptography researches. In this paper, a hash function construction method based on cell neural network with hyper-chaos characteristics is proposed. First, the chaos sequence is gotten by iterating cellular neural network with Runge Kutta algorithm, and then the chaos sequence is iterated with the message. The hash code is obtained through the corre- sponding transform of the latter chaos sequence. Simulation and analysis demonstrate that the new method has the merit of convenience, high sensitivity to initial values, good hash performance, especially the strong stability. 展开更多
关键词 one-way hash function HYPER-CHAOS cellular neural network Runge Kutta formula
下载PDF
On Unobservability of One-Way Speed of Light 被引量:1
20
作者 Yuan Zhong ZHANG (Institute of Theoretical Physics, Academia Sinica, P. O. Box 2735, Beijing 100080, China.) 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 1995年第4期253-264,共12页
In this paper we recall the different definitions of simultaneity, the coordinate time interval and the velocity. It is emphasized that the above second two definitions depend on the simultaneity. We review the test t... In this paper we recall the different definitions of simultaneity, the coordinate time interval and the velocity. It is emphasized that the above second two definitions depend on the simultaneity. We review the test theories on special relativity. It is shown that anisotropy (if possible) of one-way speed of light has not any ef- fects in the physical experiments. Therefore anisotropy of one-way speed of light cannot be determined by the experiments, except if an absolute (standard) simultaneity would be found. 展开更多
关键词 SIMULTANEITY one-way speed of light Test theory Special relativity
下载PDF
上一页 1 2 32 下一页 到第
使用帮助 返回顶部