2847657989 发表于 2014-3-3 21:28:14

UG GRIP中几种加密写法

UG GRIP中几种加密写法,可以做成子程序。


proc/n_cmp,n_usd,n_dat,n_dom
string/r_dir(132),l_con(50,132),l_add(132)
string/user(132),c_name(132),comp(132)
number/n_usd,n_dat,n_cmp,n_dom$=========================================================n_cmp=0
n_usd=0
n_dat=0
n_dom=0$=========================================================comp=envvar/'computername',ask
ifthen/cmpstr(comp,'XXX')==0
n_cmp=1
endif$=========================================================
n_dom:
comp=envvar/'userdomain',ask
ifthen/cmpstr(comp,'yue-SUZHOU')==0
n_dom=1
endif$=========================================================
n_usr:ifthen/&userid=='tagore'
n_usd=1
endif$=========================================================n_dat:
&fulldt=2
ifthen/date<='10-01-2014'
n_dat=1
endif$=========================================================
hal:
return
$halt



原帖地址:**** Hidden Message *****

DDDD* 发表于 2014-3-5 20:16:23

需要所以看一看下载下来学习

黄凯* 发表于 2014-3-7 11:35:37

最好是每一行有注释看起来就明白一点,这样给我这样的初学者 确实太难了

171636850 发表于 2014-3-7 23:06:53

好好学习,天天向上

定位 发表于 2014-3-8 13:13:46

谢谢分享,好

18163450086 发表于 2014-3-9 12:51:43

很期待这样的资料!

18163450086 发表于 2014-3-9 17:40:13

18163450086 发表于 2014-3-9 12:51 static/image/common/back.gif
很期待这样的资料!

好像是用时间加密

18163450086 发表于 2014-3-9 17:41:01

18163450086 发表于 2014-3-9 17:40 static/image/common/back.gif
好像是用时间加密

好像是用时间加密。

18163450086 发表于 2014-3-13 18:22:10

没基础能看懂不?可不可以总机器那加密?

273302449 发表于 2014-3-14 12:52:16

很好很好很好
页: [1] 2 3 4 5 6 7 8 9 10
查看完整版本: UG GRIP中几种加密写法