EEfaq论坛-赚客自留地

 找回密码
 免费注册
查看: 759|回复: 6

ZennoPoster中Macros命令英文解释

  [复制链接]
发表于 2013-5-13 19:51:39 | 显示全部楼层 |阅读模式
1.Strings processing:字符串处理
0 x# I5 r9 ?3 Q- x2 y) ~Substring                                                                                                      获取字符中的子串
; R% w7 u- R, a$ j2 F( z7 XReplace                                                                                                         字符串替换- }) @' E# W9 y* f6 v3 g- K
Insert                                                                                                            插入
1 r4 x- M3 A8 Fto uppercase                                                                                                 转大写
+ P; w/ s0 |& E9 j* qto lowercase                                                                                                  转小写; ]) Y# B5 t$ v7 l8 r
Split                                                                                                              把字符串按分隔符号分割成数组6 K3 _. |+ e+ {( u2 y
count of chunks after split                                                                             获取分割后的数组数' E. O  M( u# r
remove duplicates                                                                                         按分隔符号删除重复的字符串
5 U. T' k  t- E9 s; S2 `$ I8 vEnter                                                                                                             回车8 B8 w$ a6 C+ {2 M3 F
covert the char code to the char                                                                   将字符代码转为字符* X; W5 e4 e2 m6 J5 H8 m1 ?( ]" H) v
spintax                                                                                                          按spin格式随机获取
/ O8 ~- k# s. ^7 a% \, Btranslitiration of russian string                                                                       (如有人知其意,希望给予一起分享)
/ h6 S- ^/ o/ S0 a3 n        
/ X' c" `  j) T& s2 @3 s2.Personal data:个人资料          Z! s) A1 G' c; A6 b
first name                                                                                                     获取随机名字
* C; k" t# g, Q1 `last name                                                                                                      获取随机姓氏
5 t- ^& N! F8 RLogin                                                                                                            获取随机登录名2 ?. o9 X8 O8 e0 E, _1 ^1 a
        
& c5 v& j$ }! A/ \3.Regular expression:正则表达式         
6 b6 L7 X- f& z& A; ]2 v/ ~parse with regular expression                                                                       根据正则表达式获取字符
& D. m% e6 A/ Y2 j, greplace all strings that match a specified regular expressuion                        根据正则表达式替换字符
+ z3 N: c/ y# k% u: s4 p# A: dsplit by a regular expression match                                                              按正则表达式匹配分割成数组
, a7 `7 {* _+ H" l# d( dconvert string to the regular expression                                                      字符串转换为正则表达式
4 U" f9 g, ?& t& \+ m        
/ C7 I; A2 t) j! I2 C6 r, i4.Random:随机         * q6 m( ^( h' r/ Z0 @
a random number within a specified range                                                  在指定范围内的一个随机数2 P- m9 D' J, A8 X6 e$ U$ |
a random rational number within a specified range                                      在指定范围内随机有理数1 z& p) X3 b6 g; l
a random text                                                                                            获取随机文本) l( N) w+ E+ \  R( u6 Q
Shuffle                                                                                                        按分隔符打乱文本
0 Z/ |7 ?! C# _2 x& r        ' m# S  M) `& S9 R# s
5.Files and directories:文件和目录         
4 R0 |- J+ V% x' ^5 H8 d4 T6 Y4 rtake a line from the file                                                                                从文件中获取一行数据
( f/ J/ q% Z3 F/ L2 j: Qget block of text from the file                                                                      从文件根据分隔符获取文本块: {% F9 y. \( }6 K6 B
append line(s) to a file                                                                                 附加行到一个文件! t. j1 Q& W( l+ H" w
the number of strings actually contained in the file                                      获取行数1 S( b: `0 S5 W; Y. D6 y
determine whether the specified file exists                                                   确定是否存在指定的文件
2 z" v+ F" _1 l, dcopy the existing files to the new location                                                   现有的文件复制到新的位置, i. d! Q- U% ]/ I
the number of files actually contained in the directory                                 获取目录中的文件数量% d6 V5 S4 N' h8 _  i/ d$ H. u
the path to a random file in the directory                                                    目录中的一个随机文件的路径9 P; [+ f' N2 B- Q3 m
delete file(s) by mask in the directory                                                          删除目录中指定后缀的文件
9 P$ e9 I" G& l8 K& b( ]0 a0 edelete the specified file                                                                                 删除指定的文件
! T0 {/ R/ h& C  t0 n* odeletes the specified directory                                                                     删除指定的目录
% z6 z8 y6 {; X$ j, X* k% ^the full path to the zennoposter zennoposter                                              安装的路径7 o" P; w4 T2 v
        % v1 o8 H9 o9 z, e3 e) ~0 X
6.Javascropt and debug:javascropt和调试         2 q* v' b0 b0 z7 _8 R& j- ^
execute javascript                                                                                     执行JavaScript
1 h# @4 H2 E9 c( d$ f; X, k: [. Yprepare text for the javascript                                                                   JavaScript的文本
6 Y- t+ t* q$ AAlert         javascription                                                                              输出框
* d, c/ m+ k9 x: _4 y3 w9 S4 x- l        
  t6 |1 |( Y( J0 ?) u7.Counters:计数器         - s" K# L  q$ ^0 e3 m; o
init counter with the value                                                                        初始化计数器值1 A6 |" Q: d5 |, B; L
increase counter value                                                                             增加计数器的值8 x+ g/ V$ y: Q: y- K
multiple counter value                                                                              多个计数器的值6 S: F! n- E% D
get counter value                                                                                     获得计数器的值9 ]  ^+ v8 z% d5 c
        
! l& `& A/ g/ W8.Global storage:全局数        " P5 W- p0 }7 P8 a
set value to the specified key                                                                   设置指定的键的值
/ \- \) }5 l+ ~4 Vget value from the specified key                                                               获得从指定键的值6 @4 A, F' E" W% q! F/ Z" }# Y
set value to the global counter                                                                 设置全局计数器
" O4 U5 @* e9 x" A' N( lget value from the global counter                                                             获得全局计数器
5 @# o% G) V2 [& aincrease the value of the global counter                                                    增加全局计数器- ~3 Y. \! S* w; k% f
multiply the value of the global counter                                                     多个全局计数器  w: Y' N* a+ Z7 C% S* h
        ' K8 }3 q' \. g/ M8 |# H# I
9.Network:网络        
. U: d/ ~" P" n; W6 D/ K% Edownload page                                                                                         下载页面,获取页面html# M6 [' F6 {( J4 H( U1 C2 {
get proxy from the rule set                                                                       从规则集中获取代理
; v; f# \2 m: {' x: d        ! k$ ^4 {7 g$ J' Z9 M3 m
10.Work with template:模板结合        & j1 Q" {/ O5 `" x
get field value from the executed branch                                                   从执行分支中获取值1 |) z. f6 p/ |% v7 [
Pause                                                                                                        暂停
* k1 W5 b$ t0 E1 z3 a' ptemplate name                                                                                          模板名称
% M0 y. W$ N, D& qfolder of the current project                                                                      当前项目的文件夹8 Q# W8 k- y/ W1 _- o/ k
proxy rules of the current project                                                             当前项目的代理规则
1 f& E  P  c& w7 H: Y( c8 \- U        
6 U4 N  J( B: P11.Time:时间         : J' s! M. v- N( D4 _( |. e
current time: yyyy-mm-dd h-mm-ss--ms                                                  当前时间:YYYY- MM - DD H - MM - SS - MS
0 J4 |  W* s( w" ]current time milliseconds                                                                            当前的时间毫秒- I! d1 M/ f4 p7 v$ F
current time seconds                                                                                 当前时间秒
: Q" D& T' x( o* ?current time minutes                                                                                 当前时间分钟+ R8 a! V/ ?: \  p9 ~9 k  w9 L
current time hour                                                                                     当前时间小时5 Z. H" p$ o+ Y
current time day of week                                                                          当前的一周中的星期几
6 ~- Z, M+ M! G0 {) Mcurrent date                                                                                             当前日期" ~/ s3 \& Y; ~3 c5 d& P" N7 N
current month                                                                                          当前月份
; U( e3 h* ?5 w4 O  K7 J. Xcurrent year                                                                                             当前年
& B  w# z5 I) G' ^

评分

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

查看全部评分

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

使用道具 举报

 楼主| 发表于 2013-5-14 08:27:49 | 显示全部楼层
回复 支持 反对

使用道具 举报

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

使用道具 举报

 楼主| 发表于 2013-5-14 22:29:42 | 显示全部楼层
月光飞燕 发表于 2013-5-14 17:30
4 Q; s; |) D" [: j  w; R: `) vZennoPoster是好东西,只是国内用的人太少,研究的人太少

+ k2 T( k9 q$ Z! v+ u- @呵呵 一直在用破解版
回复 支持 反对

使用道具 举报

发表于 2014-6-22 02:35:14 | 显示全部楼层
正在学习...........................见识到他的强大了) {& d9 c: s+ |
回复 支持 反对

使用道具 举报

发表于 2014-6-22 05:56:44 | 显示全部楼层
ZennoPoster最新版不知道破解了没有
; u+ W/ q, J# l+ Q
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 免费注册

本版积分规则

QQ|联系我们|Archiver|手机版|小黑屋|EEfaq论坛

GMT+8, 2024-6-2 12:42

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表