Antecer
Antecer
http://openeye.openmods.info/crashes/5002ed09b7ac00c32ee8fd43dbeaba10 " java.lang.RuntimeException: Method code too large! ``` at jdk.internal.org.objectweb.asm.MethodWriter.getSize(-1) at jdk.internal.org.objectweb.asm.ClassWriter.toByteArray(-1) at jdk.nashorn.internal.codegen.ClassEmitter.toByteArray(ClassEmitter.java:679) at jdk.nashorn.internal.codegen.CompilationPhase$13.transform(CompilationPhase.java:497) at jdk.nashorn.internal.codegen.CompilationPhase.apply(CompilationPhase.java:716) at jdk.nashorn.internal.codegen.Compiler.compile(Compiler.java:620) at jdk.nashorn.internal.runtime.RecompilableScriptFunctionData.compileTypeSpecialization(RecompilableScriptFunctionData.java:514) at jdk.nashorn.internal.runtime.RecompilableScriptFunctionData.getBest(RecompilableScriptFunctionData.java:688) at jdk.nashorn.internal.runtime.ScriptFunctionData.getBestInvoker(ScriptFunctionData.java:237) at jdk.nashorn.internal.runtime.ScriptFunction.findCallMethod(ScriptFunction.java:592) at jdk.nashorn.internal.runtime.ScriptObject.lookup(ScriptObject.java:1833)...
 there is my mod list: http://git.oschina.net/Antecer/mc/raw/master/PandoraCraft/updatelist.json 
经过多次测试得到如题的结果,这导致某些使用js翻页的网站没法重设翻页链接。 比如幻剑书盟,我在内容分析补丁添加如下代码却并没有起作用: `[{ "id":21, "name":"幻剑书盟", "address":"http://hjsm.tom.com", "url_reg":"^http://book.hjsm.tom.com/\\d+/\\S+.html$", "content_selector":".nr_con", "navigation_selector":"#bookCatalogCtrl", "navigation_selector_pre":"#preChapterCtrl", "navigation_selector_next":"#nextChapterCtrl", "title_reg":"(.*?)-(.*?)-.*", "title_location":"1", "content_patch":"var pageurl = fakeStub.find('.nr_con script:last').attr('src').replace(/\\d+\\/(\\S+).js/, '$1');var pageid = pageurl.match(/\\d+$/);fakeStub.find('#preChapterCtrl').attr('href', pageurl.replace(/(\\d+$)/, parseInt(pageid)-1+'.html'));fakeStub.find('#nextChapterCtrl').attr('href', pageurl.replace(/(\\d+$)/, parseInt(pageid)+1+'.html'));", "update_patch":"", "enable":"true", "updateInfoPage":"INDEX", "updateDiv":"div.ocon...
今天碰到个网站需要把单引号匹配掉,结果由于配置页面的字体无法区分全角还是半角符号,导致我浪费了好几个小时囧 = =!,什么时候有空把那些文本框字体改成宋体吧。
我又回来了...
一、Rabbook的那个网盘链接,金山貌似挂了好久了都没恢复的迹象,能改成新浪微盘或者华为网盘或者百度网盘吗? 二、站点配置获取能指向github吗?这样貌似更方便维护。
My device is compatible with HS and FS communication. It works in HS by default. When the HS handshake fails, it will automatically switch to the FS handshake. I hope...
this is my code: ```c /** *@brief function desc *@param m1 * @param m2 *@retval return val */ ``` how to format like this: ```c /** * @brief function desc...
 如题,翻译虽然大多数时候是单向的,但也有很多时候需要逆向翻译,希望能在工具栏添加一个按钮。 点击按钮能将 原语言与目标语言 进行反转,该按钮不需要展示出原语言和目标语言是什么,只需要明确的表示出翻译语言已反转就行了。
 如图,当表达式本身存在引号的时候,看起来是有点糟糕的,希望可以优化下。 下面这个是另一个可视化工具,虽然它丑,但是没有引号干扰,看起来就很直观: 
[uncrustify.cfg.txt](https://github.com/user-attachments/files/18356351/uncrustify.cfg.txt) Does anyone know how to fix it, I just want the array members to be aligned! input: ```c const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { [0] = LAYOUT(/* 0: qwerty...