major profiles : one, to support the total online maintenance. Complete the onli...
主要功能简介:1、支持完全在线维护。可以在线完成新建/删除相册、更新图片、删除图片、更改名称等所有操作。上传之后完全可以不依赖FTP软件来维护相册。2、缓存更新功能使得批量更新图片/相册更为容易。你只需要把所有需要更新的图片一次上传到相应文件夹,然后进入后台操作点击“更新缓存”,相册的所有数据都将自动更新。3、在GD库的支持下,图片的缩略图完全自动生成。你所要做的只是上传图片到相应相册,支持的图片格式有 jpg/jpeg,gif,png,bmp。(由于GD不支持bmp格式,所以bmp的图片不能生成缩略图)需要GD2的支持,支持的图片格式有 jpg/jpeg,gif,png,bmp -major profiles : one, to support the total online maintenance. Complete the online add/delete photo albums, updated pictures, delete pictures, names and other changes all operations. After uploading can not rely on FTP software to safeguard albums. 2 cache update feature allows batch update Photo/albums easier. You should only need to update all the pictures uploaded to a corresponding folder, and then click into the background of operation "update cache," albums of all data will be automatically updated. 3, in the GD library, with the support of the thumbnail pictures fully automatic generation. You just have to upload pictures to the corresponding photo albums, the support photo forma
- 2022-11-26 02:40:03下载
- 积分:1
DXF文件读写接口
供用户直接调用的12个子程序调用:
1、 opendxf(xl,yl,drname,lend)
功能:新建DXF文件,
参数:xl,yl,drname,lend 分别为图幅长、宽、图名、图名长度
注意: 接口库中使用了文件通道号990、991、992、993、998、999,
请在程序中不要重复使用
2、 layer(ca1,nc)
功能:在表段和头段中写层信息,
参数:ca1,nc分别为层名、颜色值
注意:必须先赋层名值:ca1="hjk328" 再调用 call layer(ca1,ic)
不能直接call layer("hjk328",ic)
3、 circle(cx,cy,cz,cr)
功能:画圆
参数:cx,cy,cz,cr 分别为圆心的三维坐标和半径
4、 trace(x1,y1,z1,x2,y2,z2,wh)
功能:画轨迹线
参数:x1,y1,z1,x2,y2,z2,wh 分别为轨迹线中线端点三维坐标及线宽
5、 line(x1,y1,z1,x2,y2,z2)
功能: 画单线
参数:x1,y1,z1,x2,y2,z2 分别为线端点三维坐标
6、 poly(PLX,PLY,PLZ,NV,WH)
功能:画复线
参数:PLX,PLY,PLZ,NV,WH分别为复线各拐点三维坐标、拐点数及线宽
7、 point(x1,y1,z1)
功能:画点
参数:x1,y1,z1分别为点的三维坐标
8、 hz(xxt,yyt,zzt,zzh,rrang,ssca,qxj,cca1,len)
功能:中点对正写单行汉字
参数:xxt,yyt,zzt,zzh,rrang,ssca,qx
- 2022-03-24 02:59:46下载
- 积分:1