📄 stress.gsp
字号:
<html> <head> <meta name="layout" content="main" /> <title>SimpleCaptcha - Builder Stress Test</title> </head> <body> <h1 style="margin-left:20px;">SimpleCaptcha - Builder Stress Test</h1> <div style="margin-left:20px;margin-bottom:20px;width:90%">Generate a thousand CAPTCHA images all at once. Intended to test the performance of the Captcha.Builder class.</div> <div class="dialog" style="margin-left:20px;width:60%;"> <%-- We have to add a bogus parameter to the URL to keep the browser from caching the image. --%> <g:each var="i" in="${(0..<1000)}"> ${i}<img src="${createLink(action:'simple',controller:'defaults',params:[nop:i])}"><br /> </g:each> </div> </body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -