摘要:
如题。
......
摘要:
dim icount dim chkarray=new array() if request("auser")>"" then chkarray=split(request("auser"),",") for icount=0 to ubound(chkarray) sql=sql+" sele......
为什么将PHOTOSHOP另存为BMP时,不能有透明的部分
在PHTOTSHOP中显示透明的部分,另存为BMP后就被白色所替代,这怎么解决?
NO.1 作者: bcpl
BMP本来就不能保存透明信息
摘要:
小弟有如下疑惑: 我在执行一个sql语句试了下面两个方法: 先设置: strsql = "select * from userinfo" myrst.cursortype = adopendynamic 1、mycmd.commandtext = strsql set myrst = mycmd.execute 2、myrst.open strsql,strcnn,,,......