ZennoPoster中Macros命令英文解释

  [复制链接]
查看: 720   回复: 6
发表于 2013-5-13 19:51:39 | 显示全部楼层 |阅读模式
1.Strings processing:字符串处理8 y$ j6 Y( N3 A5 Z2 L4 H* P
Substring                                                                                                      获取字符中的子串, j* a4 }5 E# D7 b9 [! j
Replace                                                                                                         字符串替换
1 w3 N# G" d. P, n! vInsert                                                                                                            插入
: b0 U9 T& ]$ M$ P  M: J+ P, T! bto uppercase                                                                                                 转大写
- Y' w" J/ |1 Z! Z" u- @. f: i) Uto lowercase                                                                                                  转小写
! @: N2 E' |/ iSplit                                                                                                              把字符串按分隔符号分割成数组
  u- `0 Y" z3 q, C& ^$ ycount of chunks after split                                                                             获取分割后的数组数( B9 s& }' U; a' b) R2 q
remove duplicates                                                                                         按分隔符号删除重复的字符串
. p6 T% @. W( D8 j( VEnter                                                                                                             回车
4 N( D: d4 q9 `covert the char code to the char                                                                   将字符代码转为字符8 r/ k$ z9 s! c# y. g4 p& q
spintax                                                                                                          按spin格式随机获取/ `+ q. U9 W) h  U
translitiration of russian string                                                                       (如有人知其意,希望给予一起分享)1 N2 y) `7 k! I
        7 |; X/ i7 r7 X
2.Personal data:个人资料        - ~/ j. A$ U! g
first name                                                                                                     获取随机名字
. W8 Q; S6 ^6 j6 B3 \/ |8 f, Llast name                                                                                                      获取随机姓氏8 Q0 B+ L2 Z) H: C1 Q( ^
Login                                                                                                            获取随机登录名
9 W' y2 `& e$ [1 q2 C; `        
4 ?) }; y) L+ _- e' f9 B% t3.Regular expression:正则表达式         2 H1 w3 a9 z# W
parse with regular expression                                                                       根据正则表达式获取字符
: o3 j4 g: u1 S* ^: D9 \* @replace all strings that match a specified regular expressuion                        根据正则表达式替换字符& Y& h/ w. Y: x5 t% S4 ^' ~8 ^5 c
split by a regular expression match                                                              按正则表达式匹配分割成数组& f4 s+ R: Q. b& Y5 J6 Z
convert string to the regular expression                                                      字符串转换为正则表达式
; I" ~6 g  x* X; V6 d7 L$ m        
' J+ h) D/ G5 Z4.Random:随机         
% h9 m/ o/ ?) ka random number within a specified range                                                  在指定范围内的一个随机数% {' P  i: C$ F: ~1 Z8 V2 D
a random rational number within a specified range                                      在指定范围内随机有理数
$ M- J$ A: j& d( O. s' ka random text                                                                                            获取随机文本1 f% s! g( M: {% [% \( @
Shuffle                                                                                                        按分隔符打乱文本
: j! `+ u' T& ?$ v3 y2 r        7 {; l, r: ~% n- K  @
5.Files and directories:文件和目录         1 c4 C) S& z. g0 x0 F
take a line from the file                                                                                从文件中获取一行数据
# d% \! f3 g5 ^get block of text from the file                                                                      从文件根据分隔符获取文本块
* o4 |1 @# n' d: e: V: c- Zappend line(s) to a file                                                                                 附加行到一个文件# I; O% p) p2 [7 ]$ u
the number of strings actually contained in the file                                      获取行数. c3 c( j3 D7 T5 b7 S% }# |4 s9 X
determine whether the specified file exists                                                   确定是否存在指定的文件- n% C! x3 N9 p. |2 M
copy the existing files to the new location                                                   现有的文件复制到新的位置" h9 W2 F4 a; |$ w
the number of files actually contained in the directory                                 获取目录中的文件数量+ n3 d, {# A1 Q& W. J9 H5 d
the path to a random file in the directory                                                    目录中的一个随机文件的路径8 W( p, U( {  y( Q- O
delete file(s) by mask in the directory                                                          删除目录中指定后缀的文件
4 i; h& d6 H! V6 B$ Ydelete the specified file                                                                                 删除指定的文件+ i/ H' e  n: n
deletes the specified directory                                                                     删除指定的目录
: p  B9 O5 q; x- pthe full path to the zennoposter zennoposter                                              安装的路径
# I* S& _) J6 ~0 z) O        
5 F: V/ j: K, e5 y6 _1 A6.Javascropt and debug:javascropt和调试         
1 a/ [. c) d$ A% I- z( R* U: J7 Yexecute javascript                                                                                     执行JavaScript
8 n8 w2 {- t, E( \0 j5 z6 c- S& kprepare text for the javascript                                                                   JavaScript的文本
8 ~/ x: n# U  V# hAlert         javascription                                                                              输出框
' Q% W" M7 a2 }( r% F        
( b0 E# X3 d9 A" Q( W7.Counters:计数器         
  K; M; \1 S, x3 ?/ \init counter with the value                                                                        初始化计数器值
; m. u0 f+ ^  }0 N& Gincrease counter value                                                                             增加计数器的值
5 E: u" x' t/ b# l9 ymultiple counter value                                                                              多个计数器的值0 T" m  `' y) `0 k" E: f+ @: z
get counter value                                                                                     获得计数器的值0 d$ p1 G+ p8 n
        . A" m4 O9 f; ~! ^/ _$ _
8.Global storage:全局数        4 [0 f) G+ U) ?5 M
set value to the specified key                                                                   设置指定的键的值, p) B( A/ b9 H
get value from the specified key                                                               获得从指定键的值
2 j8 ~) L! K. ^/ p3 zset value to the global counter                                                                 设置全局计数器
- O: U( e0 p2 m( m& eget value from the global counter                                                             获得全局计数器9 b) ~- T  c9 v- D# L  n' W, J
increase the value of the global counter                                                    增加全局计数器
0 V0 |% ^0 y( n+ @multiply the value of the global counter                                                     多个全局计数器
3 E. Z. j$ B/ j5 Q        
% i& s: n# v* p6 n6 J% S8 Z" w9.Network:网络        " J' Q' K" T: b5 t+ o
download page                                                                                         下载页面,获取页面html( v0 @: T- U' u& f( A/ z& g$ J
get proxy from the rule set                                                                       从规则集中获取代理, R+ g9 {( @" `# }6 Y
        % A, [, N6 x) g' F- s
10.Work with template:模板结合        5 k3 d% H8 e3 m. }
get field value from the executed branch                                                   从执行分支中获取值
5 W: T+ C  Z/ Y9 B1 D7 p" H  r2 ]0 XPause                                                                                                        暂停# M, x' u3 V/ ]
template name                                                                                          模板名称2 h! p1 }8 O# W5 {
folder of the current project                                                                      当前项目的文件夹' w9 p* u, v/ ~: u+ r# G9 g$ G  R
proxy rules of the current project                                                             当前项目的代理规则
. d6 b* E& c( K% {; N7 ]5 O8 j        
- P& z+ R% d# t* U6 O11.Time:时间         
5 o4 `3 w; H! Y/ Gcurrent time: yyyy-mm-dd h-mm-ss--ms                                                  当前时间:YYYY- MM - DD H - MM - SS - MS
% Y0 P  a+ I+ j$ ]7 U! j/ N. ocurrent time milliseconds                                                                            当前的时间毫秒
; {* V4 _  n( Z7 N% ecurrent time seconds                                                                                 当前时间秒
4 }2 P( _+ A3 D( wcurrent time minutes                                                                                 当前时间分钟
" Q! q& b5 c0 ~5 p: k$ a! Y# ]4 [current time hour                                                                                     当前时间小时
* N0 U3 b4 w; z% ~; Acurrent time day of week                                                                          当前的一周中的星期几! H% [2 H; ]5 o
current date                                                                                             当前日期# w$ I0 X0 w2 C7 O7 s0 S  s4 E
current month                                                                                          当前月份% ^2 L2 r$ d; w& C! x6 @, m/ ~
current year                                                                                             当前年
; S" |+ D' o* y5 m# r& ]# R7 B% v

评分

参与人数 2T币 +6 收起 理由
asexy + 1 谢谢分享!
月光飞燕 + 5 谢谢分享!

查看全部评分

发表于 2013-5-13 21:20:25 | 显示全部楼层
是个插件吗 不是很明白
回复 支持 反对

使用道具 举报

 楼主| 发表于 2013-5-14 08:27:49 | 显示全部楼层
spite888 发表于 2013-5-13 21:20 ZennoPoster中Macros命令英文解释/ ?. u- D2 ^+ t5 X" d
是个插件吗 不是很明白
! v# A6 N4 N' |, P( z3 c3 y# `7 m; n
这是zp里面的macros
3 V/ w+ a* w9 D+ P4 s
回复 支持 反对

使用道具 举报

发表于 2013-5-14 17:30:26 | 显示全部楼层
ZennoPoster是好东西,只是国内用的人太少,研究的人太少
回复 支持 反对

使用道具 举报

 楼主| 发表于 2013-5-14 22:29:42 | 显示全部楼层
月光飞燕 发表于 2013-5-14 17:30 ZennoPoster中Macros命令英文解释
* C1 O  X4 s1 \0 pZennoPoster是好东西,只是国内用的人太少,研究的人太少
# u8 l; J* _# ^! _) {
呵呵 一直在用破解版
回复 支持 反对

使用道具 举报

发表于 2014-6-22 02:35:14 | 显示全部楼层
正在学习...........................见识到他的强大了% {) R: P! X& G& m
回复 支持 反对

使用道具 举报

发表于 2014-6-22 05:56:44 | 显示全部楼层
ZennoPoster最新版不知道破解了没有/ `7 ]2 o5 i+ r0 l/ Q+ O, P
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则