摘要:
taking a bite out of asp.net viewstate
susan warrenmicrosoft corporation
november 27, 2001
when i meet and talk to new asp.net page developers, one of the first things they usually ask me is, ......
摘要:
二、stream class和 minidriver之间的接口
流类接口(stream class interface)主要由介于class driver和minidriver之间的一系列的函数调用组成。class driver对请求的流程(request flow)进行控制,当有必要对适配器硬件进行存取时,它就调用适配器的minidriver。class driver还负责对多处理器和中断同......
使用自定义的类CSetODBC(二)
1,利用sql词句理论上可以使用任何数据库,以sql为例.body.clientheight)this.width=body.clientheight" src="http://www.338888.com/vcshare/images/upfile/200461521239.jpg" onmousewheel="return yuzi_img(event,this)"> 2,使用方法void ctestodbcdlg::onusesql() {csetodbc dlg;dlg.setfilename( "f:\\setodbc.con");dlg.setappname("test");const cstring strconnect = dlg.getconnectstr();//获得连接串cstring strsql;cdatabase db;db.openex(strconnect);//打开数据库{//追加记录strsql = "insert into character(name,country,age) values(\he\,\china\,24)";db.executesql(strsql);}{//删除记录strsql.format("delete from character where age = %d",24);db.executesql(strsql);}{//修改记录strsql.format("update character set age = 25 where name = \he\");db.executesql(strsq...
下一页 摘要: /* name: 梅西迭代算法的实现 copyright: 2003(c) author: 徐岩柏 date: 31-10-03 16:09 description: 该问题是线性移位寄存器的综合问题提出的,给定一个n长的 二元序列,如何求出产生这一序列的级数最小的线性移位寄存 器,即最短的线性移位寄存器 */
......