06 2021 档案
摘要:https://www.cnblogs.com/xiuxingzhe/p/9356142.html 问题背景: 公司使用gitlab作为代码管理平台,安装了TortoiseGit之后,使用正常。但是重启电脑之后,再次使用TortoiseGit操作时总是提醒输入gitlab的账号。如下图: 问题原因:
阅读全文
摘要:https://www.cnblogs.com/emanlee/p/14336685.html 如果文件名,路径名称,字符串中含有中文汉字,文件头加上这个: #!/usr/bin/python#-*- coding:cp936 -*- 例如: #!/usr/bin/python #-*- codin
阅读全文
摘要:https://blog.csdn.net/qq_39764867/article/details/109391032 https://blog.csdn.net/qq_39764867/article/details/108759751 上述参考TI的官方指南车内乘员检测TI:https://ed
阅读全文
摘要:https://blog.csdn.net/weixin_43469047/article/details/115607083 https://blog.csdn.net/qq_28053421/article/details/113828372 https://blog.csdn.net/weix
阅读全文
摘要:1. 新建Widget 2. 编辑框 (纯文本)Input Widgets ->Plain Text Edit 3. 按钮 Button->push button 4. 修改按钮名字,双击 5. 对象查看器 6. 属性PlaceHolderText 7. 定义对象的名字(左边是名字) 8. 通过名字
阅读全文
摘要:https://blog.csdn.net/weixin_39744230/article/details/111747040 备注:前提本地电脑要先安装好Git 一、初始化: 1、在电脑上新建一个文件夹,进去!!! 2、右键-Git Bash Here 3、输入命令(建本地仓库): git ini
阅读全文
摘要:https://www.cnblogs.com/oklizz/p/11804220.html 它们的区别在于应用的对象不同。 1、map() map() 是一个Series的函数,DataFrame结构中没有map()。map()将一个自定义函数应用于Series结构中的每个元素(elements)
阅读全文
摘要:https://www.cnpython.com/qa/466500 https://www.cnblogs.com/focus-z/p/10820718.html 如果您有这样一个字符串:complexStr = "0.015291+0.0075383i",您可以: complexFloat =
阅读全文
摘要:data = np.fromfile(fileName,dtype = np.int16)
阅读全文