logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Python 异步编程之 async 和 await

Python 异步编程之 async 和 await

#python
git rebase 和 git merge 从远端拉取处理合并的情况

远程仓库是这样的:本地仓库是这样的:

#git
git 常用的几剂后悔药

将 git add 的文件变成 git add 之前的状态。git restore --staged <filename>[looking@master GitTest]$ vim b.txt[looking@master GitTest]$ git add b.txt[looking@master GitTest]$ git statusOn branch masterYour br

#git
git pull 和 git pull --rebase 区别理解

git pull = git fetch + git mergegit pull --rebase = git fetch + git rebasegit pull 就不多说了,直接来看 git pull --rebase 吧。现在,用户 A,用户 B 和 远程仓库的代码版本都是最新且保持一致的。用户 A 在本地提交了两次 commit ,领先远程仓库 2 commit:# User AAdmin

#git
Python 之数据库表读取和写入

Python 之数据库表读取和写入

#pandas#数据库
Python 之 Fastapi 框架学习

Fastapi 据说有并肩Go的极高性能,我倒是想特别见识一下,正好来了解以下它的特性。

#fastapi
Python 的 pytest 测试框架

说到 pytest,大家总不免要拿来和 unittest 来比一下,但是 unittest 毕竟是标准库,兼容性方面肯定没得说,但要论简洁和方便的话,pytest 也是不落下风的。简单测试示例def func(x):return x + 1def test_answer():assert func(3) == 5Testing started at 15:57 ...Launching pytes

#python#pytest
fatal: unable to find remote helper for ‘https‘

问题git clone​​​​​​https://gitee.com/<username>/<project>.git上面 git clone 使用 https 的项目链接时,可能会报如下错误。fatal: unable to find remote helper for 'https'解决办法修改配置编辑/etc/profile 文件,在末尾添加下行:export PAT

#https#git
MongoDB-4.2.1 之安装和使用

MongoDB-4.2.1 之安装和使用

#mongodb
Python3 使用科大讯飞 API 接口实现音频文件转写

注意事项科大讯飞语音转写 API 文档链接: https://www.xfyun.cn/doc/asr/lfasr/API.html.科大讯飞语音转写Python3的demo下载链接:http://xfyun-doc.ufile.ucloud.com.cn/1564736425808301/weblfasr_python3_demo.zip上一篇写了用百度智能云进行音频文件转写的博客,但是那...

    共 34 条
  • 1
  • 2
  • 3
  • 4
  • 请选择