摘要: golang的字符类型(byte和rune) 字符串索引 strcmp_百度百科 https://baike.baidu.com/item/strcmp/5495571?fr=aladdin 当s1<s2时,返回为负数; 当s1=s2时,返回值= 0; 当s1>s2时,返回正数。 [2] 即:两个字 阅读全文
posted @ 2022-12-22 23:40 papering 阅读(84) 评论(0) 推荐(0) 编辑
摘要: func largestMerge(s, t string) string { n := len(s) sa := *(*[]int32)(unsafe.Pointer(reflect.ValueOf(suffixarray.New([]byte(s + "#" + t))).Elem().Fiel 阅读全文
posted @ 2022-12-22 21:12 papering 阅读(14) 评论(0) 推荐(0) 编辑
摘要: Go语言DDD实战初级篇-值对象 https://mp.weixin.qq.com/s/nZQh4pbkC_hut8FuQECTXQ 【公告】淘宝 npm 域名即将切换 && npmmirror 镜像源大重构升级 https://www.yuque.com/egg/cnpm/refactor-202 阅读全文
posted @ 2022-12-22 21:10 papering 阅读(41) 评论(0) 推荐(0) 编辑