Guoxin Liu
Guoxin Liu
## 如题 
我使用clonezilla备份了我的服务器,我的服务器是ubuntu-server 1604 ,在备份的过程中没有出现问题,然后,在windows环境下我使用了VMware还原备份的ubuntu-server 1604的镜像但是在最后一步的时候出现了这个错误,很难过。 clonezilla.log `Starting /usr/sbin/ocs-sr at 2017-07-06 00:59:38 UTC... *****************************************************. Clonezilla image dir: /home/partimag Shutting down the Logical Volume Manager Finished Shutting down the Logical Volume Manager PS....
``` json := `{ "arr": [ { "name": "jack", "create_time": "2020-01-01", "age": 10 }, { "name": "wow", "create_time": "2020-02-01", "age": 11 } ] }` jsonslice.Get([]byte(json), "$.arr[?(@.create_time > format("yyyy-mm-dd", 2019-12-30))].name") ```...
# 关于指定模板单发和指定模板群发 这两个都被弃用了,没有指定替代方法或者是相关解释,请问,该如何使用指定模板发送短信相关功能? ## 指定模板单发  ## 指定模板群发 
我这里编写了针对cuckoo-filter的性能测试工具,可以给cuckoo-filter提供数据支持,[github.com/GuoxinL/cuckoo-efficiency](https://github.com/GuoxinL/cuckoo-efficiency),也希望可以有时间一起讨论一下关于cuckoo过滤器的性能问题
cocert combine -f cocert0.key -f cocert1.key -o combine.key Loading PEMs from files... (Press Enter to continue without decrypt...) Enter your password for cocert0.key: Enter your password for cocert1.key: Decrypting TUF...
在redis中看到在保存这条数据时是使用的主键,其实放在缓存中的数据就是为了查询而使用的,假设在复杂场景下,各种关联/复杂查询, 1. 多表关联查询,其中某一个表更新了,缓存中的数据应该如何更新 其实问题说到最后有没有key定义的最佳实践