replaceInstances <old_MAXWrapper> <new_MAXWrapper> transferCAs: 用新的MAXWrapper替换旧的MAXWrapper的所有实例。新旧MAXWrapper必须具有相同的超类。 如果 transferCAs为 true,则如果发生至少一次 ...
分类:
其他好文 时间:
2020-11-11 16:29:33
阅读次数:
8
![](https://img2020.cnblogs.com/blog/1077097/202010/1077097-20201016090505941-453831535.png) ![](https://img2020.cnblogs.com/blog/1077097/202010/10770... ...
分类:
其他好文 时间:
2020-10-16 11:32:16
阅读次数:
43
自带的动态创建看着不那么明朗,于是自己搞了一个模板弄着玩 语法靠近原生 目前仅替换了引号"符号 目前仅实现的button控件 给rollout装上了this的功能 ...
分类:
其他好文 时间:
2020-07-27 09:43:59
阅读次数:
77
当文件夹不存在时,调用setINISetting将无比耗时 存在时 ...
分类:
其他好文 时间:
2020-06-23 10:31:14
阅读次数:
102
``` fn test = ( return true ) fn run = ( if try (test()) catch(true) == false then print "aaa1" else print "bbb1" --需要用变量接收才能得到正确判定? res = try (test()... ...
分类:
其他好文 时间:
2020-04-23 21:30:07
阅读次数:
52
startTime = (dotNetClass "System.DateTime").Now max quick render endTime = (dotNetClass "System.DateTime").Now ts = endTime.Subtract startTime useSeco ...
分类:
其他好文 时间:
2019-12-28 09:52:52
阅读次数:
87
``` struct maxFormBuilderStruct ( theFrm = dotNetObject "MaxCustomControls.MaxForm" ,theBtn = dotNetObject "System.Windows.Forms.Button" ,fn theFunc =... ...
分类:
其他好文 时间:
2019-12-03 01:27:23
阅读次数:
112
自带的GUID 利用C 制造的GUID 其他需要随机但对重复要求不要的快速操作 ...
分类:
其他好文 时间:
2019-11-08 12:35:28
阅读次数:
127
由于是个人规范,以下会出现 禁止 绝对不要 等词汇 不要使用美刀$符号 ...
分类:
其他好文 时间:
2019-10-20 00:50:00
阅读次数:
99
``` fn timeit func = ( global tmp_func = func fn warpper = ( start_time = timeStamp() tmp_func() end_time = timeStamp() print ("用时:" + (end_time - sta... ...
分类:
编程语言 时间:
2019-08-31 10:31:32
阅读次数:
104