01 2018 档案
摘要:[DllImport("kernel32.dll", EntryPoint = "SetProcessWorkingSetSize")]public static extern int SetProcessWorkingSetSize(IntPtr process, int minSize, int maxSize);/// /// 释放内存/// public static void Clear...
阅读全文
摘要:gocode是go语言代码自动提示工具安装时进入src目录执行:go get -u github.com/nsf/gocode出现: github.com/nsf/gocode (download)github.com/nsf/gocodego install github.com/nsf/gocode: open /usr/local/go/bin/gocode: permission deni...
阅读全文
摘要:参考:https://www.jianshu.com/p/18876655b452在macos下也设置成功:
阅读全文