EEfaq论坛-赚客自留地

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

ZennoPoster中Macros命令英文解释

  [复制链接]
发表于 2013-5-13 19:51:39 | 显示全部楼层 |阅读模式
1.Strings processing:字符串处理8 T6 q2 T1 M' [9 k  g. S3 S
Substring                                                                                                      获取字符中的子串. R# D% @7 m& M+ ]! ?
Replace                                                                                                         字符串替换
- d1 Z8 G$ o) W* E$ D( yInsert                                                                                                            插入
2 t. y  [+ K- y" r" ito uppercase                                                                                                 转大写' ^& `- m( ]$ m, ?. y4 R! K4 X0 ?
to lowercase                                                                                                  转小写
5 f( V7 k5 y, tSplit                                                                                                              把字符串按分隔符号分割成数组- s" R4 g6 M  p: ~$ m4 k9 C3 ^
count of chunks after split                                                                             获取分割后的数组数
& Y/ F* d/ ^& @+ Y1 H7 Y% U. i$ W3 Nremove duplicates                                                                                         按分隔符号删除重复的字符串
) w, \9 \0 W3 E+ N" @Enter                                                                                                             回车
  B' v. C. T4 T2 @covert the char code to the char                                                                   将字符代码转为字符
9 |" v( z# b* A1 Uspintax                                                                                                          按spin格式随机获取( R, H& h8 c; j; h
translitiration of russian string                                                                       (如有人知其意,希望给予一起分享)
/ Y0 V( }' H/ |- }        
% y4 c& r) U( F# P6 ~" U1 J2.Personal data:个人资料        
: c: j8 V& }" z5 \. L( X; cfirst name                                                                                                     获取随机名字* W$ {6 D! w* E0 R5 P# h
last name                                                                                                      获取随机姓氏
" g2 A- I1 C' t, X8 y2 J$ RLogin                                                                                                            获取随机登录名
8 v3 X# Z) G6 ?% _        # n, n4 \" ?) i
3.Regular expression:正则表达式         
+ N& u- c7 }  A6 L# z& @parse with regular expression                                                                       根据正则表达式获取字符, P" s" J4 `. v5 b2 O5 q
replace all strings that match a specified regular expressuion                        根据正则表达式替换字符
) y$ q! U; U7 y. n1 [% Vsplit by a regular expression match                                                              按正则表达式匹配分割成数组
% p( p, H  P& h3 m$ r$ Yconvert string to the regular expression                                                      字符串转换为正则表达式
( l& H, D9 f9 L; K* c, R$ L        
/ @, V+ m+ `- p5 d4.Random:随机         $ P: Y2 ]* x4 z7 c3 ]
a random number within a specified range                                                  在指定范围内的一个随机数& [) @% c2 i* |. C6 a% ^2 h# s
a random rational number within a specified range                                      在指定范围内随机有理数
/ Q% l, y6 b3 P, Wa random text                                                                                            获取随机文本
" I2 r4 `" X, o, M7 l; yShuffle                                                                                                        按分隔符打乱文本' e" M1 }4 h3 h  H" B+ d+ `
        + c% c: F/ O  W( O" m
5.Files and directories:文件和目录         6 h, @3 R' G' [' G4 T
take a line from the file                                                                                从文件中获取一行数据
/ s0 p, o8 S9 Q# z2 u) v4 y. U! Dget block of text from the file                                                                      从文件根据分隔符获取文本块
+ V4 C5 s0 Q; tappend line(s) to a file                                                                                 附加行到一个文件+ V1 k5 c* d+ `* w% Q: i
the number of strings actually contained in the file                                      获取行数8 t% p* V6 V  w5 p
determine whether the specified file exists                                                   确定是否存在指定的文件
# `! N, ^2 H5 i$ X8 _1 E# j" V! jcopy the existing files to the new location                                                   现有的文件复制到新的位置( L+ {) |& A: O( f- ]* L0 S9 _
the number of files actually contained in the directory                                 获取目录中的文件数量8 Z& h2 V+ f) Z! {! ?" ]8 W) ^
the path to a random file in the directory                                                    目录中的一个随机文件的路径7 H" s- t0 ?% U( W% l7 {
delete file(s) by mask in the directory                                                          删除目录中指定后缀的文件7 t$ n4 B/ h8 H# z7 n  O  J2 |
delete the specified file                                                                                 删除指定的文件
- ?( B" }# F, Q# fdeletes the specified directory                                                                     删除指定的目录* ]. u/ F% u+ R  N
the full path to the zennoposter zennoposter                                              安装的路径
* O0 {  _) {" s% l2 M2 T1 S/ w& B        : r: u) f9 t: K4 t: H0 M
6.Javascropt and debug:javascropt和调试         
; G8 I+ O" [6 q, X  U6 ]% Y8 d& Jexecute javascript                                                                                     执行JavaScript
; z. S  L& r+ q1 g% hprepare text for the javascript                                                                   JavaScript的文本' }- a* [7 B4 d* N. n
Alert         javascription                                                                              输出框
5 {  w! E8 a: x) B" g6 F        
/ G3 m4 d" T- L. S- q# M9 z7.Counters:计数器         
% X' J3 e+ U. U% U, ]init counter with the value                                                                        初始化计数器值
, h2 u2 Y3 E$ ]) ^; I4 q  uincrease counter value                                                                             增加计数器的值
( ~3 ^8 J! ~4 e3 vmultiple counter value                                                                              多个计数器的值
" D; [3 k) U% u9 rget counter value                                                                                     获得计数器的值
2 _; ^+ k3 p( {  s9 N1 Y4 i        
! G0 N% m5 Q+ d4 P8.Global storage:全局数        
" w$ b$ U5 S1 f8 o, S, P/ cset value to the specified key                                                                   设置指定的键的值( E) z7 t2 ?# i- ]
get value from the specified key                                                               获得从指定键的值
- g1 a+ e" H4 {$ u( p( J3 `set value to the global counter                                                                 设置全局计数器
* K. i6 S: a: D+ W; }get value from the global counter                                                             获得全局计数器
5 e( j& q! W1 w! {+ Q* Uincrease the value of the global counter                                                    增加全局计数器
3 B, f2 X% {, j( [- Dmultiply the value of the global counter                                                     多个全局计数器. U& O/ }* O6 k; T; g
        
( {- x# I& c. F8 }$ d1 J2 Y9.Network:网络        
2 q* z  M( {" e% ?, Cdownload page                                                                                         下载页面,获取页面html6 B: r/ m- Z+ a) H3 k4 S, B: T
get proxy from the rule set                                                                       从规则集中获取代理/ d5 T  T# a- r9 I/ W$ N* h8 T- k9 p
        
. a. C0 N- V4 _0 P8 |: l10.Work with template:模板结合        
) J9 @& E9 r- ^  Y) ~: Tget field value from the executed branch                                                   从执行分支中获取值
5 e2 N1 l0 y- }0 s4 HPause                                                                                                        暂停
7 z/ ]2 Q1 d9 @, x7 r8 Ctemplate name                                                                                          模板名称5 c/ A2 i7 o+ S; ]
folder of the current project                                                                      当前项目的文件夹
" h6 {7 R$ j& Y4 B4 [: rproxy rules of the current project                                                             当前项目的代理规则
7 B$ I6 V( |, r        
- J! T% I& l( H3 c; q! J11.Time:时间         ! R' A) r2 d/ ~1 z; s& ], Y
current time: yyyy-mm-dd h-mm-ss--ms                                                  当前时间:YYYY- MM - DD H - MM - SS - MS! w* L3 l2 J0 G! y( C2 u" p2 Q( {; w
current time milliseconds                                                                            当前的时间毫秒
! t; `- `+ t, f$ T( X) v& }current time seconds                                                                                 当前时间秒
" E3 S9 l6 Z% R2 w6 ]0 M$ Tcurrent time minutes                                                                                 当前时间分钟
& L. l8 p. q% W; H! y; pcurrent time hour                                                                                     当前时间小时2 q0 T6 p" n& a, R- t
current time day of week                                                                          当前的一周中的星期几
! k5 s# b& }$ B3 H8 A" O4 O- pcurrent date                                                                                             当前日期
8 H+ y. T9 p+ D2 u, wcurrent month                                                                                          当前月份
9 y6 u  ?. u( Q5 `: Ecurrent year                                                                                             当前年2 O+ U2 D, J* ~. C; m

评分

参与人数 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 - J4 J  `6 x: e8 G  P, W3 ?3 g
ZennoPoster是好东西,只是国内用的人太少,研究的人太少

6 w/ [, I  @; `呵呵 一直在用破解版
回复 支持 反对

使用道具 举报

发表于 2014-6-22 02:35:14 | 显示全部楼层
正在学习...........................见识到他的强大了' I- C$ ?! b: ]% j% Z  M
回复 支持 反对

使用道具 举报

发表于 2014-6-22 05:56:44 | 显示全部楼层
ZennoPoster最新版不知道破解了没有% J# u7 v0 z4 u2 `5 \$ b
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-4-18 12:02

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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