上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: Verify that you've successfully installed Xcode Command Line Tools: mokin.li@MoKinLiMacBook-Pro ~ % xcode-select -p /Library/Developer/CommandLineTool 阅读全文
posted @ 2023-01-22 22:53 MoKin_Li 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 最近在使用Brew的时候,遇到了: ****** Second, We should find the update. [brew update] ****** fatal: not in a git directory Warning: No remote 'origin' in /opt/hom 阅读全文
posted @ 2023-01-22 22:03 MoKin_Li 阅读(6585) 评论(2) 推荐(1) 编辑
摘要: 网址:https://mirrors.aliyun.com/centos/ 路径:/centos/8-stream/isos/x86_64/ 就可以找到相关的ISO文件进行下载; 阅读全文
posted @ 2023-01-17 21:50 MoKin_Li 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 2023年新年第一封博客,对今年的博客做一个大概的规划: 技术类: Python 计算机网络 软件测试理论 见闻类: 需要去阅读一些经典的书籍:大话存储、人月神话等 其他 未完待续 阅读全文
posted @ 2023-01-16 22:02 MoKin_Li 阅读(18) 评论(0) 推荐(0) 编辑
摘要: Multi-paradigm: 1. 面向对象编程(Object-oriented),提高软件的重用性、灵活性和扩展性; 2. 函数式编程(Functional),以数学函数为编程语言建模的核心的编程范式; 3. 泛型编程,提供了更高层级的抽象; 1. 面向对象编程: 面向对象编程将对象作为程序的基 阅读全文
posted @ 2022-12-25 19:16 MoKin_Li 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 什么是 SRE(站点可靠性工程)? 概述 站点可靠性工程(SRE)是 IT 运维的软件工程方案。SRE 团队使用软件作为工具,来管理系统、解决问题并实现运维任务自动化。 SRE 执行的任务以前通常由运维团队手动执行,或者交给使用软件和自动化来解决问题和管理生产系统的工程师或运维团队执行。 在创建可扩 阅读全文
posted @ 2022-12-25 17:45 MoKin_Li 阅读(118) 评论(0) 推荐(0) 编辑
摘要: To check if a list of words is in a string using Python, the easiest way is with list comprehension. >>> list_of_words = ["this","words","string"] >>> 阅读全文
posted @ 2022-12-23 00:45 MoKin_Li 阅读(24) 评论(0) 推荐(0) 编辑
摘要: https://theprogrammingexpert.com/category/python/ 阅读全文
posted @ 2022-12-22 00:06 MoKin_Li 阅读(16) 评论(0) 推荐(0) 编辑
摘要: To perform ceiling division in Python, you can define your own function and utilize the floor division operator //. >>> def ceiling_division(x,y): ... 阅读全文
posted @ 2022-12-22 00:02 MoKin_Li 阅读(51) 评论(0) 推荐(0) 编辑
摘要: docker pull centos docker images docker run -d -i -p 10000:80 centos docker ps 为什么需要加 -i 的参数: Nothing is actively running. That makes sense, because w 阅读全文
posted @ 2022-11-24 19:26 MoKin_Li 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 发现一个很有意思的事情: def tearDown(self): self.driver.close() 会报错: /opt/homebrew/anaconda3/envs/Selenium/bin/python /Users/mokin.li/PycharmProjects/pythonProje 阅读全文
posted @ 2022-10-28 18:50 MoKin_Li 阅读(503) 评论(0) 推荐(0) 编辑
摘要: 查看当前已经激活的anaconda的方法: (Selenium) mokin.li@MoKinLiMacBook-Pro ~ % conda env list # conda environments: # base /opt/homebrew/anaconda3 Selenium * /opt/h 阅读全文
posted @ 2022-10-28 18:40 MoKin_Li 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 查看anaconda的方法: mokin.li@MoKinLiMacBook-Pro ~ % conda env list # conda environments: # base /opt/homebrew/anaconda3 Selenium /opt/homebrew/anaconda3/en 阅读全文
posted @ 2022-10-27 20:15 MoKin_Li 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 激活anaconda的方法: mokin.li@MoKinLiMacBook-Pro ~ % source activate Selenium (Selenium) mokin.li@MoKinLiMacBook-Pro ~ % pip install selenium 阅读全文
posted @ 2022-10-27 20:15 MoKin_Li 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 参考了网上已有的资料,原因是因为: driver = webdriver.Chrome({Path of ChromeDrive}) 填写了路径之后,会出现报错的情况; 解决方法: from selenium.webdriver.chrome.service import Service MoKin 阅读全文
posted @ 2022-10-27 20:08 MoKin_Li 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 切换到ChromeDrive的目录下,然后再执行: xattr -d com.apple.quarantine chromedriver 阅读全文
posted @ 2022-10-27 19:31 MoKin_Li 阅读(23) 评论(0) 推荐(0) 编辑
摘要: # To activate this environment, use # $ conda activate snowflake # # To deactivate an active environment, use # $ conda deactivate 阅读全文
posted @ 2022-10-08 12:02 MoKin_Li 阅读(126) 评论(0) 推荐(0) 编辑
摘要: touch .zshrc open .zshrc 在.zshrc中输入: source ~/.bash_profile 阅读全文
posted @ 2022-10-08 11:38 MoKin_Li 阅读(68) 评论(0) 推荐(0) 编辑
摘要: Open a terminal window. Navigate to the anaconda directory. Run conda update conda. 阅读全文
posted @ 2022-10-07 16:24 MoKin_Li 阅读(13) 评论(0) 推荐(0) 编辑
摘要: Open a terminal window. Remove the entire Miniconda install directory with: rm -rf ~/miniconda OPTIONAL: Edit ~/.bash_profile to remove the Miniconda 阅读全文
posted @ 2022-10-07 16:21 MoKin_Li 阅读(49) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页
点击右上角即可分享
微信分享提示