资源列表
ajax
- ajax使用--dwr组件案例
duzheyuxizhe
- 读者-写者问题的读写操作限制(包括读者优先和写者优先) 1) 写-写互斥:不能有两个写者同时进行写操作 2) 读-写互斥:不能同时有一个线程在读,而另一个线程在写。 3) 读-读允许:可以有一个或多个读者在读。 读者优先的附加限制:如果读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作。 写者优先的附加限制:如果一个读者申请进行读操作时已有另一个写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。 运行结果显示要求:要求在
iframeUpload
- Ajax上传组件,采用ifr a me,异步上传-Ajax upload component, using ifr a me, asynchronous upload
ajax_tutorial1
- a technique that combines well with other technologies and techniques
ajax_page
- 这是一个我自己写的ajax分页的小例子,欢迎下载ajax paging-This is an ajax page I wrote a small example, please download ajax paging
Decaf_PA1_305901372
- tsinghua university principle of compiler decaf programming assignment 1
extJs
- 功能实现extjs与后台java数据交互,主要实现登录-Function realization extjs java data exchange with the background, the main achievement Login
sms
- Ajax smslib发送短信,服务器端java开发的。-Ajax smslib
AjaxFileUpload
- ajax file upload java
MyJquery
- 一个简单的Ajax实现列表无刷新效果,简单易懂-This is a list of use of Ajax to achieve results without refreshing, easy to understand
ajaxExample
- ajax 异步提交的东西 这里给出了一个很好的例子 供大家分享学习-a good example about ajax submit
shang_chuan_jin_du_tiao
- 不错的上传功能 带有进度条监控-Nice upload progress bar control with