logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

【bash不是内部或外部命令&执行Linux程序的Windows子系统没有已安装的分发版】粗暴的解决方案

不知道有没有小伙伴遇到我这种情况关键是我找半天也无法成功安装网上教程说的Microsoft Store里面的bash/linux软件,什么开发者模式之类的我都试了,没用。然后Windows自带的bash.exe也闪退,试过了网上推荐的两种办法都没有用……可以说是很惨了后来,我脑回路一新奇,决定用git bash试一试,果然还是git bash好使。所以建议大家,还不如装个git bash来得快且省

Redis单线程原因、数据类型及分布式锁

Redis是C语言开发的一个开源的高性能键值对(key-value)的内存数据库。Redis作为一个内存数据库具有以下特点:性能优秀,数据在内存中,读写速度非常快,支持并发10w QPS;单进程单线程,是线程安全的,采用的是IO多路复用技术;丰富的数据结构,支持字符串strings、散列hashes、列表lists、集合sets、有序集合sorted sets等;支持数据持久化;主从复制,哨兵,可

[已解决]failed to receive handshake ssl/tls connection failed github

在使用github客户端提交代码时,报错failed to receive handshake ssl/tls connection failed解决方法:$ git config --global http.sslBackend "openssl"$ git config --global http.sslCAInfo [path to .pem file]亲测可用。来源:http...

[已解决]failed to receive handshake ssl/tls connection failed github

在使用github客户端提交代码时,报错failed to receive handshake ssl/tls connection failed解决方法:$ git config --global http.sslBackend "openssl"$ git config --global http.sslCAInfo [path to .pem file]亲测可用。来源:http...

到底了