上一页 1 ··· 127 128 129 130 131 132 133 134 135 ··· 259 下一页
摘要: //绕过调用参数检查 元<型名 T>常式 整 打包大小() { 中 的大小(T); } 元<型名 T,型名 U,型名...O> 常式 整 打包大小(){ 中 的大小(T)+打包大小<U,O...>(); } 元<型名 R,型名...A> 构 变调帮 { 静 常 整 k实参大小=打包大小<A...>( 阅读全文
posted @ 2021-09-01 14:50 zjh6 阅读(18) 评论(0) 推荐(0)
摘要: import arsd.dom; string toD(string s) { return `append(` ~ "`" ~ s ~ "`" ~ `);`; } template loadTemplateMixin(string doc) { string helper() { Document 阅读全文
posted @ 2021-08-31 11:47 zjh6 阅读(66) 评论(0) 推荐(0)
摘要: import core.reflect.reflect; import core.reflect.transitiveVisitor; // import core.reflect.nodeToString(); int func(int a, int b) { return a + b; } st 阅读全文
posted @ 2021-08-31 09:04 zjh6 阅读(23) 评论(0) 推荐(0)
摘要: // Was: ~this() void close() {//用函数替换析构函数 // ... }//不能在析构函数分配内存 // ... auto gp = new Gnuplot(); scope (exit) { gp.close(); } 阅读全文
posted @ 2021-08-31 09:00 zjh6 阅读(11) 评论(0) 推荐(0)
摘要: 网络安全太大了,1G,看不了,专业人士看的. go教程 flask教程 flutter教程 阅读全文
posted @ 2021-08-30 21:07 zjh6 阅读(9) 评论(0) 推荐(0)
摘要: https://github.com/dotnetcore/FastGithub/releases/download/1.1.9/FastGithub_osx-x64.zip 仓库地址+版本号+文件名. 仓库地址/releases/download/版本号/文件名 有了前面3样,再在这里来下载,就完 阅读全文
posted @ 2021-08-30 09:09 zjh6 阅读(47) 评论(0) 推荐(0)
摘要: template supportsCall(T, string func) { import std.format : format; import std.traits : isIntegral; enum expr = format!q{ enum supportsCall = isIntegr 阅读全文
posted @ 2021-08-30 08:25 zjh6 阅读(17) 评论(0) 推荐(0)
摘要: .keys和.values复制一份进数组,所以通过他们可安全迭代AA. 而.byKey/.byValue产生区间,迭代时,就不能删.不然会出错. 阅读全文
posted @ 2021-08-29 20:13 zjh6 阅读(11) 评论(0) 推荐(0)
摘要: 插件作用.custom.css 1.0自写,用来配置风格阅读全文 1.2自动阅读全文,自写gooreplacer 1.0用来替换google加载HTTP Request Blocker 1.0.6用来阻止加载一些请求,如外网头像加载不了,又一直在转圈圈.Plain Text Copy And Pas 阅读全文
posted @ 2021-08-26 22:18 zjh6 阅读(11) 评论(0) 推荐(0)
摘要: 下载地址 禁止网站自动重定向,上一篇无用.这一篇有用. 那就是禁止网站运行js.利用上面的插件.真是巴适.管用的. 阅读全文
posted @ 2021-08-26 21:27 zjh6 阅读(108) 评论(0) 推荐(0)
上一页 1 ··· 127 128 129 130 131 132 133 134 135 ··· 259 下一页