高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】电子签名2
电子签名2
www.dimcax.com
电子签名2
电子签名2
电子签名是提供大家使用,有很多问题,现有解的了,电子签名1要大家输入密码,大家说记不到,这个电子签名2什么多不要记,但你应有一u盘,人家考不去,仿不了,
在cad中任何图素和文字都是有名的,在一张图中名不会重,就是你把它删除后图里不会有与删除的名相同的名.所以用这点作一个电子签名,它把你签名的名(句柄)记到你的u盘中,同时记上你签名的年月日.在核对时你输入盘号,用鼠标点你签名,它能告诉你是否是你的签名,人家把你的名改了你也可判断是否是你的签名.这个方法把签名的句柄存在你的u盘上的,人家是无法改你的,或把他的签名加到你的u盘上.
把软件考到你的cad下,解压为qm.fas在命令下加载(load"qm.fas")回车就可使用,1.在命令下输入qm回车,软件提示:输入盘号:你用键盘输入盘号例: h:回车,软件提示:签名的字高:你用键盘输入字高回车,软件提示:签名的起点:你用键盘输入你名,回车你的名就签上了.
2.认定在命令下输入rd回车,软件提示:输入盘号:你用键盘输入盘号:例:h:回车,软件马上告知你是否是你的签名.
81
gbg
下回去试试,谢谢了
加载时有错误:
命令: _appload 已成功加载 qm.fas。
命令: ;
;
; autocad program parameters file for autocad 2004
; external command and command alias definitions
; copyright (c) 1997-2002 by autodesk, inc.
; each time you open a new or existing drawing, autocad searches
; the support path and reads the first acad.pgp file that it finds.
; -- external commands --
; while autocad is running, you can invoke other programs or utilities
; such windows system commands, utilities, and applications.
; you define external commands by specifying a command name to be used
; from the autocad command prompt and an executable command string
; that is passed to the operating system.
; -- command aliases --
; you can abbreviate frequently used autocad commands by defining
; aliases for them in the command alias section of acad.pgp.
; you can create a command alias for any autocad command,
; device driver command, or external command.
; recommendation: back up this file before editing it.
; external command format:
; <command name>,[<dos request>],<bit flag>,[*]<prompt>,
; the bits of the bit flag have the following meanings:
; bit 1: if set, don't wait for the application to finish
; bit 2: if set, run the application minimized
; bit 4: if set, run the application "hidden"
; bit 8: if set, put the argument string in quotes
;
; fill the "bit flag" field with the sum of the desired bits.
; bits 2 and 4 are mutually exclusive; if both are specified, only
; the 2 bit is used. the most useful values are likely to be 0
; (start the application and wait for it to finish), 1 (start the
; application and don't wait), 3 (minimize and don't wait), and 5
; (hide and don't wait). values of 2 and 4 should normally be avoided,
; as they make autocad unavailable until the application has completed.
;
; bit 8 allows commands like del to work properly with filenames that
; have spaces such as "long filename.dwg". note that this will interfere
; with passing space delimited lists of file names to these same commands.
; if you prefer multiplefile support to using long file names, turn off
; the "8" bit in those commands.
; examples of external commands for command windows
catalog, dir /w, 8,指定文件: ,
del, del, 8,要删除的文件: ,
dir, dir, 8,指定文件: ,
edit, start edit, 9,要编辑的文件: ,
sh, , 1,*操作系统命令: ,
shell, , 1,*操作系统命令: ,
start, start, 1,*要启动的应用程序: ,
type, type, 8,要列出的文件: ,
; examples of external commands for windows
; see also the (startapp) autolisp function for an alternative method.
explorer, start explorer, 1,,
notepad, start notepad, 1,*要列出的文件: ,
pbrush, start pbrush, 1,,
; command alias format:
; <alias>,*<full command name>
; the following are guidelines for creating new command aliases.
; 1. an alias should reduce a command by at least two characters.
; commands with a control key equivalent, status bar button,
; or function key do not require a command alias.
; examples: control n, o, p, and s for new, open, print, save.
; 2. try the first character of the command, then try the first two,
; then the first three.
; 3. once an alias is defined, add suffixes for related aliases:
; examples: r for redraw, ra for redrawall, l for line, lt for
; linetype.
; 4. use a hyphen to differentiate between command line and dialog
; box commands.
; example: b for block, -b for -block.
;
; exceptions to the rules include aa for area, t for mtext, x for explode.
; -- sample aliases for autocad commands --
; these examples include most frequently used commands.
3a, *3darray
3do, *3dorbit
3f, *3dface
3p, *3dpoly
a, *arc
adc, *adcenter
aa, *area
al, *align
ap, *appload
ar, *array
-ar, *-array
att, *attdef
-att, *-attdef
ate, *attedit
-ate, *-attedit
atte, *-attedit
b, *block
-b, *-block
bh, *bhatch
bo, *boundary
-bo, *-boundary
br, *break
c, *circle
ch, *properties
-ch, *change
cha, *chamfer
chk, *checkstandards
col, *color
colour, *color
co, *copy
cp, *copy
d, *dimstyle
dal, *dimaligned
dan, *dimangular
dba, *dimbaseline
dbc, *dbconnect
dc, *adcenter
dce, *dimcenter
dcenter, *adcenter
dco, *dimcontinue
dda, *dimdisassociate
ddi, *dimdiameter
ded, *dimedit
di, *dist
div, *divide
dli, *dimlinear
do, *donut
dor, *dimordinate
dov, *dimoverride
dr, *draworder
dra, *dimradius
dre, *dimreassociate
ds, *dsettings
dst, *dimstyle
dt, *text
dv, *dview
e, *erase
ed, *ddedit
el, *ellipse
ex, *extend
exit, *quit
exp, *export
ext, *extrude
f, *fillet
fi, *filter
g, *group
-g, *-group
gr, *ddgrips
h, *bhatch
-h, *hatch
he, *hatchedit
hi, *hide
i, *insert
-i, *-insert
iad, *imageadjust
iat, *imageattach
icl, *imageclip
im, *image
-im, *-image
imp, *import
in, *intersect
inf, *interfere
io, *insertobj
l, *line
la, *layer
-la, *-layer
le, *qleader
len, *lengthen
li, *list
lineweight, *lweight
lo, *-layout
ls, *list
lt, *linetype
-lt, *-linetype
ltype, *linetype
-ltype, *-linetype
lts, *ltscale
lw, *lweight
m, *move
ma, *matchprop
me, *measure
mi, *mirror
ml, *mline
mo, *properties
ms, *mspace
mt, *mtext
mv, *mview
o, *offset
op, *options
orbit, *3dorbit
os, *osnap
-os, *-osnap
p, *pan
-p, *-pan
pa, *pastespec
partialopen, *-partialopen
pe, *pedit
pl, *pline
po, *point
pol, *polygon
pr, *properties
prclose, *propertiesclose
props, *properties
pre, *preview
print, *plot
ps, *pspace
ptw, *publishtoweb
pu, *purge
-pu, *-purge
r, *redraw
ra, *redrawall
re, *regen
rea, *regenall
rec, *rectang
reg, *region
ren, *rename
-ren, *-rename
rev, *revolve
ro, *rotate
rpr, *rpref
rr, *render
s, *stretch
sc, *scale
scr, *script
se, *dsettings
sec, *section
set, *setvar
sha, *shademode
sl, *slice
sn, *snap
so, *solid
sp, *spell
spl, *spline
spe, *splinedit
st, *style
sta, *standards
su, *subtract
t, *mtext
-t, *-mtext
ta, *tablet
th, *thickness
ti, *tilemode
to, *toolbar
tol, *tolerance
tor, *torus
tp, *toolpalettes
tr, *trim
uc, *ucsman
un, *units
-un, *-units
uni, *union
v, *view
-v, *-view
vp, *ddvpoint
-vp, *vpoint
w, *wblock
-w, *-wblock
we, *wedge
x, *explode
xa, *xattach
xb, *xbind
-xb, *-xbind
xc, *xclip
xl, *xline
xr, *xref
-xr, *-xref
z, *zoom
; the following are alternative aliases and aliases as supplied
; in autocad release 13.
av, *dsviewer
cp, *copy
dimali, *dimaligned
dimang, *dimangular
dimbase, *dimbaseline
dimcont, *dimcontinue
dimdia, *dimdiameter
dimed, *dimedit
dimted, *dimtedit
dimlin, *dimlinear
dimord, *dimordinate
dimrad, *dimradius
dimsty, *dimstyle
dimover, *dimoverride
lead, *leader
tm, *tilemode
; aliases for hyperlink/url release 14 compatibility
saveurl, *save
openurl, *open
inserturl, *insert
; aliases for commands discontinued in autocad 2000:
aad, *dbconnect
aex, *dbconnect
ali, *dbconnect
asq, *dbconnect
aro, *dbconnect
ase, *dbconnect
ddattdef, *attdef
ddattext, *attext
ddchprop, *properties
ddcolor, *color
ddlmodes, *layer
ddltype, *linetype
ddmodify, *properties
ddosnap, *osnap
dducs, *ucs
; aliases for commands discontinued in autocad 2004:
acadblockdialog, *block
acadwblockdialog, *wblock
adcenter, *adcenter
bmake, *block
bmod, *block
bpoly, *boundary
content, *adcenter
ddatte, *attedit
ddim, *dimstyle
ddinsert, *insert
ddplotstamp, *plotstamp
ddrmodes, *dsettings
ddstyle, *style
dducs, *ucsman
dducsp, *ucsman
ddunits, *units
ddview, *view
dimhorizontal, *dimlinear
dimrotated, *dimlinear
dimvertical, *dimlinear
doughnut, *donut
dtext, *text
dwfout, *plot
dxfin, *open
dxfout, *saveas
painter, *matchprop
preferences, *options
rectangle, *rectang
shade, *shademode
viewports, *vports
; 错误: 参数类型错误: streamp nil
设计审核管理:
、.cadlead.cn]cad设计先锋网,pccad权威解答
下来试试
下载看看呢个不能用
很好啊,谢谢了
一头慕水啊!都不知道是什么东西啊
下来试试~~~~~当娱乐了嘿嘿~~~
很好,谢谢!
谢谢楼主分享!!!1
|