- 博客(10)
- 问答 (8)
- 收藏
- 关注
原创 解决Zotero APA格式显DOI问题
在Zotero中点击Edit-Preferences-Advanced-Files and Folders-Show Data Directory打开你的数据文件夹-双击styles文件夹,找到你应用的style文件。找到控制doi的字段,将其删除或注释(在需要注释的代码前加**
2023-03-24 17:20:50
2556
原创 虚拟环境 安装whl is not a supported wheel on this platform.
问题:创建了Python3.6的虚拟环境,安装TensorFlow出现:whl is not a supported wheel on this platform.
2023-03-15 23:02:19
360
原创 pytesseract
pytesseracthttps://www.cnblogs.com/hupeng1234/p/7136442.html。
2023-02-07 17:08:55
107
原创 CSV编码问题
import pandas as pdreviews = pd.read_csv("a.csv"', encoding="utf-8-sig")reviews.to_csv("b.csv", encoding="utf-8-sig", header=False, index=False)encoding = ‘gbk’encoding = ‘18030’encoding = ‘UTF-8’encoding = 'utf_8_sig’
2021-12-16 11:43:43
1415
原创 selenium.common.exceptions.ElementNotInteractableException: Message: element not interactable
selenium.common.exceptions.ElementNotInteractableException: Message: element not interactable改:click_all = wait.until(EC.presence_of_element_located((By.CSS_SELECTOR,'.m-fastfilter button:first-child')))为:click_all = wait.until(EC.element_to_be_clicka
2021-12-09 21:54:11
7262
原创 GitHub注册问题解决办法
password有问题Unable to verify your captcha response. Please visit https://help.github.com/articles/troubleshooting-connectivity-problems/#troubleshooting-the-captcha for troubleshooting information.(检验后还不行)解决办法:更换浏览器:“We support the current versions o.
2021-12-08 14:00:23
656
空空如也
zotero显示问题
2023-11-24
蚁群算法解决TSP问题变体(不要chatGPT回答)
2023-02-26
如何将TSP加上时间预算约束?想找一个能跑通的代码,不要chatGPT的答案!
2023-02-24
最佳旅游线路Matlab代码
2023-02-23
有哪位盆友能把这段Dephi代码转成matlab代码吗?不要ChatGPT!
2023-02-23
有哪位盆友能把这段Dephi代码转成matlab代码吗?
2023-02-23
为什么matlab总会报错输入参数的数目不足
2022-11-29
错误使用 distance (第 93 行),输入参数的数目不足。
2022-11-08
TypeError: string indices must be integers
2021-12-16
加了一个def后代码一直在循环run
2021-12-16
函数调用和plt不能画出图
2021-12-16
请问LDA的这段代码,为什么不执行也不报错
2021-03-31
TA创建的收藏夹 TA关注的收藏夹
TA关注的人