02 2022 档案

摘要:转自:https://blog.csdn.net/hzlarm/article/details/99432240 1.命令 在线安装: sudo apt-get install redis-server 查看使用的默认端口: ps -aux|grep redis 查看redis服务器的状态: sud 阅读全文
posted @ 2022-02-28 15:14 lypbendlf 阅读(66) 评论(0) 推荐(0)
摘要:1.substr() https://www.cnblogs.com/xzxl/p/7243490.html 函数原型: s.substr(pos, n) 返回一个string,包含s中从pos开始的n个字符的拷贝(pos的默认值是0,n的默认值是s.size() - pos,即不加参数会默认拷贝整 阅读全文
posted @ 2022-02-26 15:53 lypbendlf 阅读(93) 评论(0) 推荐(0)
摘要:转自:https://www.runoob.com/python/python-json.html https://blog.csdn.net/weixin_43906500/article/details/116195573 1.json.loads() json.loads(s[, encodi 阅读全文
posted @ 2022-02-06 01:20 lypbendlf 阅读(213) 评论(0) 推荐(0)