上一页 1 2 3 4 5 6 7 8 ··· 310 下一页
摘要: About this tutorial /tjuːˈtɔːriəl/ This tutorial will help you understand how computers work and how to use them. We'll talk about how to set up a com 阅读全文
posted @ 2024-04-20 19:33 emanlee 阅读(7) 评论(0) 推荐(0) 编辑
摘要: Introduction 简介 Презентация 1 About This Tutorial 关于本教程 О курсеLearn what's covered in this course. 了解这个课程涵盖什么。Ознакомьтесь с содержанием курса 2 What 阅读全文
posted @ 2024-04-20 19:30 emanlee 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 特别说明: https://edu.gcfglobal.org/en/computerbasics/ 版权属于原网址(原作者 https://edu.gcfglobal.org/en/computerbasics/about-this-tutorial/1/),本网页内容仅用于学习。 Introdu 阅读全文
posted @ 2024-04-04 21:11 emanlee 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 正则表达式 特殊字符 匹配所有键盘上可见的非字母和数字的符号 var patrn = /[`~!@#$%^&*()_\-+=<>?:"{}|,.\/;'\\[\]·~!@#¥%……&*()——\-+={}|《》?:“”【】、;‘',。、]/im; if (!patrn.test(str)) {// 阅读全文
posted @ 2024-03-13 16:15 emanlee 阅读(9) 评论(0) 推荐(0) 编辑
摘要: inetcpl.cpl C:\WINDOWS\system32\inetcpl.cpl 阅读全文
posted @ 2024-03-09 14:45 emanlee 阅读(3) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/24266114/pycharm-what-is-python-stubs 什么情况下会出现跳转到python_stubs? 当我们调用的函数是内置函数或仅二进制存在的函数(没有py文件,只有pyc等)时,pycharm会对某个 阅读全文
posted @ 2024-03-07 14:53 emanlee 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 怎么关闭打印机服务 按Win+R键打开运行对话框,然后输入“services.msc ” 并按确认; 阅读全文
posted @ 2024-02-29 19:12 emanlee 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 解决ctrl+shift+f与输入法中简繁体切换冲突 pycharm全局搜索ctrl+shift+f(win10快捷键冲突) pycharm全局搜索ctrl+shift+f按了后没有任何效果,是因为跟win10的输入法冲突,只需要设置中添加ctrl+shift+g 我们需要借助一款第三方的开源软件 阅读全文
posted @ 2024-02-28 22:35 emanlee 阅读(42) 评论(0) 推荐(0) 编辑
摘要: I SQL imported a sql file of ~5GB to a new import database using Navicat. It worked fine goes until I noticed that it is going more over than the 100% level, a 阅读全文
posted @ 2024-02-24 11:03 emanlee 阅读(100) 评论(0) 推荐(0) 编辑
摘要: ps -ef | grep <进程名或PID> 阅读全文
posted @ 2024-02-02 09:09 emanlee 阅读(30) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 310 下一页