摘要: 这次在项目中,用到了大文件上传,要上传的文件有100多m,于是研究现在国内使用的大文件上传的组件发现用的比较多的有两个控件aspnetupload 2.0和lion.web.uploadmodule,另外还有思归在它的博客堂中所说的办法 http://blog.joycode.com/saucer/archive/2004/03/16/16225.aspx 两个控件的方法是:利用隐含的httpw......
摘要: <system.web> <compilation defaultlanguage="c#" debug="true"><assemblies><add assembly="crystaldecisions.crystalreports.engine, version=9.1.5000.0, cultur......
固定表格的标题列2(CSS) <html> <body> 【程序编程相关:
3D游戏引擎设计与实现(16)】 【推荐阅读:
Eclipse快速上手指南 (2)】 <div style="overflow:auto;height:100px;"> 【扩展信息:
pl/sql 常用脚本】 <table width="100%"> <tr style="position:relative;top:expression(this.offsetparent.scrolltop);background:navy;color:white;"> <th nowrap>header a</th> <th nowrap>header b</th> <th nowrap>header c</th> </tr> <tr> <td>a</td> <td>b</td> <td>c</td> </tr> <tr> <td>a</td> <td>b</td> ...
下一页 摘要: 第34章 仿函数和区间
mathew wilson /著
刘未鹏(pongba) /译
34.1 语法混乱
许多标准库算法都作用于“区间”上——这里“区间”被定义为“一对迭代器”[aust99]。这种抽象具有极其强大的能力,其应用已然达到了影响stl乃至现代c++的程度。
下......