上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 186 下一页
摘要: spring boot 接口改变全局变量 阅读全文
posted @ 2020-01-19 21:23 papering 阅读(2406) 评论(1) 推荐(0) 编辑
摘要: /src/os/exec/exec.go:83 阅读全文
posted @ 2020-01-19 19:28 papering 阅读(227) 评论(0) 推荐(0) 编辑
摘要: https://yq.aliyun.com/articles/73861 alibaba/Alibaba-Java-Coding-Guidelines: Gitbook for AJCG https://github.com/alibaba/Alibaba-Java-Coding-Guideline 阅读全文
posted @ 2020-01-19 11:32 papering 阅读(367) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/DirectX 1994年末,微软即将推出新一代操作系统Windows 95。决定新操作系统的最终价值的因素在于究竟新系统能运行哪些程序。微软的三个员工:Craig Eisler、Alex St. John、Eric Engstrom十分关 阅读全文
posted @ 2020-01-18 16:24 papering 阅读(695) 评论(0) 推荐(0) 编辑
摘要: How to kill go routine? https://stackoverflow.com/questions/37997608/kill-a-method-in-an-infinite-loop-golang I am working with a piece of code that h 阅读全文
posted @ 2020-01-16 11:17 papering 阅读(502) 评论(0) 推荐(0) 编辑
摘要: 4752÷48 111111111×111111111 阅读全文
posted @ 2020-01-16 09:57 papering 阅读(269) 评论(0) 推荐(0) 编辑
摘要: s 阅读全文
posted @ 2020-01-15 19:02 papering 阅读(189) 评论(0) 推荐(0) 编辑
摘要: package main import ( "fmt" "log" "syscall" "unsafe" ) var ( user32 = syscall.MustLoadDLL("user32.dll") procEnumWindows = user32.MustFindProc("EnumWin 阅读全文
posted @ 2020-01-15 17:35 papering 阅读(511) 评论(0) 推荐(0) 编辑
摘要: Golang调用windows下的dll动态库中的函数 package main import ( "fmt" "syscall" "time" "unsafe" ) const ( MB_OK = 0x00000000 MB_OKCANCEL = 0x00000001 MB_ABORTRETRYI 阅读全文
posted @ 2020-01-15 12:14 papering 阅读(1385) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setwindowpos https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winus 阅读全文
posted @ 2020-01-15 11:45 papering 阅读(2038) 评论(0) 推荐(0) 编辑
摘要: 布隆过滤器 数据同步业务 :google-guava+spring-boot-api+mybatis, 缺失值全匹配查找 阅读全文
posted @ 2020-01-14 21:01 papering 阅读(585) 评论(0) 推荐(0) 编辑
摘要: https://github.com/google/cityhash We like to test hash functions with SMHasher, among other things. SMHasher isn't perfect, but it seems to find almo 阅读全文
posted @ 2020-01-14 14:26 papering 阅读(265) 评论(0) 推荐(0) 编辑
摘要: https://design-patterns.readthedocs.io/zh_CN/latest/structural_patterns/bridge.html 阅读全文
posted @ 2020-01-13 21:01 papering 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 时序图 阅读全文
posted @ 2020-01-13 17:35 papering 阅读(554) 评论(0) 推荐(0) 编辑
摘要: https://web.stanford.edu/class/cs166/lectures/13/Small13.pdf 阅读全文
posted @ 2020-01-13 16:36 papering 阅读(250) 评论(0) 推荐(0) 编辑
摘要: https://zh.wikipedia.org/wiki/Microsoft_Windows的訊息迴圈 微软视窗操作系统是以事件驱动做为程序设计的基础。程序的线程会从操作系统获取消息。应用程序会不断循环调用GetMessage函数(或是PeekMessage函数)来接收这些消息,这个循环称之为“事 阅读全文
posted @ 2020-01-11 18:14 papering 阅读(613) 评论(0) 推荐(0) 编辑
摘要: http://www.tcpipguide.com/free/t_SimplexFullDuplexandHalfDuplexOperation-2.htm 阅读全文
posted @ 2020-01-11 18:09 papering 阅读(219) 评论(0) 推荐(0) 编辑
摘要: Linux 技巧:让进程在后台运行更可靠的几种方法 https://www.ibm.com/developerworks/cn/linux/l-cn-nohup/index.html 我们经常会碰到这样的问题,用 telnet/ssh 登录了远程的 Linux 服务器,运行了一些耗时较长的任务, 结 阅读全文
posted @ 2020-01-11 16:07 papering 阅读(341) 评论(0) 推荐(0) 编辑
摘要: https://learnku.com/docs/go-blog/qihoo/6532 Use a Task Pool, a mechanism with a group of long-lived goroutines consuming global task or message queues 阅读全文
posted @ 2020-01-11 14:19 papering 阅读(257) 评论(0) 推荐(0) 编辑
摘要: https://talks.golang.org/2015/go-gc.pdf https://www.oschina.net/translate/go-gc-solving-the-latency-problem-in-go-1-5?comments&p=1 Go: 成千上万的 goroutine 阅读全文
posted @ 2020-01-11 13:05 papering 阅读(200) 评论(0) 推荐(0) 编辑
摘要: https://people.cs.umass.edu/~moss/papers/jgrande-2001-sapphire.pdf Many concurrent garbage collection (GC) algorithms have been devised, but few have 阅读全文
posted @ 2020-01-11 13:03 papering 阅读(211) 评论(0) 推荐(0) 编辑
摘要: Getting to Go: The Journey of Go's Garbage Collector https://blog.golang.org/ismmkeynote 阅读全文
posted @ 2020-01-11 12:53 papering 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 待 阅读全文
posted @ 2020-01-10 17:29 papering 阅读(179) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Log-structured_merge-tree 阅读全文
posted @ 2020-01-10 17:28 papering 阅读(748) 评论(0) 推荐(0) 编辑
摘要: 映像名称: WmiPrvSE.exePID: 9104会话名 : Services会话# : 0内存使用 : 9,648 K状态 : Unknown用户名 : 暂缺CPU 时间: 0:00:00窗口标题 : 暂缺 映像名称: tasklist.exePID: 7712会话名 : RDP-Tcp#55 阅读全文
posted @ 2020-01-10 15:18 papering 阅读(274) 评论(0) 推荐(0) 编辑
摘要: + 阅读全文
posted @ 2020-01-09 23:08 papering 阅读(215) 评论(0) 推荐(0) 编辑
摘要: https://hbase.apache.org/devapidocs/org/apache/hadoop/hbase/util/MurmurHash.html https://github.com/spaolacci/murmur3https://github.com/google/guava/b 阅读全文
posted @ 2020-01-09 23:07 papering 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 1 http://man7.org/linux/man-pages/man2/mprotect.2.html https://blog.csdn.net/yanxiangyfg/article/details/52121605 阅读全文
posted @ 2020-01-09 23:07 papering 阅读(363) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/0jPq_YN_BtIHth84smR8WA 阅读全文
posted @ 2020-01-09 22:52 papering 阅读(1017) 评论(0) 推荐(0) 编辑
摘要: 入 Go 必读:大型Go工程的项目结构及实战思考 原创 毛剑 QCon 今天 阅读全文
posted @ 2020-01-08 23:17 papering 阅读(821) 评论(0) 推荐(0) 编辑
摘要: CommonMistakes https://golang.org/doc/faq#closures_and_goroutines Why is there no goroutine ID? ¶ Goroutines do not have names; they are just anonymou 阅读全文
posted @ 2020-01-08 23:16 papering 阅读(493) 评论(0) 推荐(0) 编辑
摘要: goroutines inside of goroutines 阅读全文
posted @ 2020-01-08 15:16 papering 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 、 阅读全文
posted @ 2020-01-07 15:50 papering 阅读(461) 评论(0) 推荐(0) 编辑
摘要: 写入自身 阅读全文
posted @ 2020-01-07 15:50 papering 阅读(379) 评论(0) 推荐(0) 编辑
摘要: 1 bash 方法执行顺序 阅读全文
posted @ 2020-01-06 19:03 papering 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2020-01-05 17:11 papering 阅读(134) 评论(0) 推荐(0) 编辑
摘要: t 阅读全文
posted @ 2020-01-05 17:08 papering 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 预先不知道单词列表 阅读全文
posted @ 2020-01-05 10:50 papering 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 小结: 1、内存对齐:空间换时间 2、尽管类型T1和T2拥有相同的字段集,但是它们的尺寸并不相等。 type T0 struct { a int8 b int64 c int16 } type T1 struct { a int8 c int16 b int64 } 64位操作系统,基于x64的处理 阅读全文
posted @ 2020-01-05 10:29 papering 阅读(350) 评论(0) 推荐(0) 编辑
摘要: 对于任何一棵二叉树 终端节点数比度为2的节点数多1. 阅读全文
posted @ 2020-01-04 10:20 papering 阅读(1980) 评论(0) 推荐(0) 编辑
上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 186 下一页