摘要:
class Base { void foo(Object o) {} } class Derived : Base { override void foo(const Object o) {} } 上面可以,因为常可转非常.下面不行,因为非常不能转为常. class Base { void foo( 阅读全文
posted @ 2021-07-18 07:57
zjh6
阅读(16)
评论(0)
推荐(0)
摘要:
fun! Wxf(a) "往下翻多少页 let n=a:a while(n) silent call feedkeys("\<space>") let n=n-1 endwhile "sleep 200m,加键本来就慢了. endf fun! Zqbj() "正确显示标记.先记住当前行数,再反向搜索 阅读全文
posted @ 2021-07-14 11:31
zjh6
阅读(21)
评论(0)
推荐(0)
摘要:
逆向工程核心原理 提取码:niwh 链接: https://pan.baidu.com/s/1n1OxmBQ2AsNOZu86oOPBqQ 提取码: bw6y 附件在此 加密与解密4.iso. 链接:https://pan.baidu.com/s/1C0gruWVJJj0hLcUz78wo3A 提取 阅读全文
posted @ 2021-07-13 15:12
zjh6
阅读(20)
评论(0)
推荐(0)
摘要:
原地址 作者:Steven Schveighoffer. Duration严格用hnsecs.而MonoTime存储在实现定义的钟里面. 如果取次hns(100纳秒)钟,则用MonoTime and ticksPerSecond的ticks成员来做数学运算. 阅读全文
posted @ 2021-07-11 22:21
zjh6
阅读(29)
评论(0)
推荐(0)
摘要:
//d.d enum MemSiz = 240; void main() { import std.stdio,c; writeln(typeid(MemPool)); } //c.d import d; ubyte[MemSiz] MemPool; //命令:!dmd -i % //这里神奇的是相 阅读全文
posted @ 2021-07-11 21:46
zjh6
阅读(18)
评论(0)
推荐(0)
摘要:
g/^/pu _插入空行. 阅读全文
posted @ 2021-07-11 18:10
zjh6
阅读(27)
评论(0)
推荐(0)
摘要:
mixin template templateUGC ( typeStringUTF, string lstrStructureID){ mixin("public struct "~lstrStructureID ~ q{ { typeStringUTF whatever; } }); } mix 阅读全文
posted @ 2021-07-11 17:39
zjh6
阅读(18)
评论(0)
推荐(0)
摘要:
#include <常用> 元<类 T,T I>要求 是整值<T> 极 都为(向量<T>&c){//两个模板参数要写全 对(动&t:c)如(t!=I)中 假;中 真; } 空 主(){ 向量<极>t{真,真}; 打印(都为<极,真>(t)); } 阅读全文
posted @ 2021-07-10 15:09
zjh6
阅读(17)
评论(0)
推荐(0)
摘要:
在你的项目名字右边有个刷新的标记. 我的custom.css隐藏了.但关闭再刷新. 还有gitflow代码协作管理.开发分支(工作),主分支(不动).特性分支,修复分支. 由开发分支干活.然后经过(发布分支)测试后转为主/开发分支. 始终保证主分支是稳定的. 特性分支用于在开发分支上加特性.修复分支 阅读全文
posted @ 2021-07-10 08:50
zjh6
阅读(14)
评论(0)
推荐(0)
摘要:
行注释语言--ada,elm,hs,lua,sql,vhdl;ahk,asm,clj,el,ini,ll,red%erl,hrl,pl,ps,tex//cfm,cpp,cs,css,d,dart,dot,fs,go,gradle,java,js,kt,php,rs,sass,swift,ts,v,z 阅读全文
posted @ 2021-07-09 22:36
zjh6
阅读(17)
评论(0)
推荐(0)
浙公网安备 33010602011771号