上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 338 下一页
摘要: What is a computer? A computer is an electronic device that manipulates information, or data. It has the ability to store, retrieve, and process data. 阅读全文
posted @ 2024-04-20 19:33 emanlee 阅读(42) 评论(0) 推荐(0)
摘要: Outlines Computer basics (2+1) https://www.cnblogs.com/emanlee/p/18148019 Using Windows (1) https://www.cnblogs.com/emanlee/p/18185459 HTML tutorials 阅读全文
posted @ 2024-04-20 19:30 emanlee 阅读(76) 评论(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 阅读(56) 评论(0) 推荐(0)
摘要: 正则表达式 特殊字符 匹配所有键盘上可见的非字母和数字的符号 var patrn = /[`~!@#$%^&*()_\-+=<>?:"{}|,.\/;'\\[\]·~!@#¥%……&*()——\-+={}|《》?:“”【】、;‘',。、]/im; if (!patrn.test(str)) {// 阅读全文
posted @ 2024-03-13 16:14 emanlee 阅读(44) 评论(0) 推荐(0)
摘要: inetcpl.cpl C:\WINDOWS\system32\inetcpl.cpl 阅读全文
posted @ 2024-03-09 14:44 emanlee 阅读(19) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/24266114/pycharm-what-is-python-stubs 什么情况下会出现跳转到python_stubs? 当我们调用的函数是内置函数或仅二进制存在的函数(没有py文件,只有pyc等)时,pycharm会对某个 阅读全文
posted @ 2024-03-07 14:52 emanlee 阅读(177) 评论(0) 推荐(0)
摘要: HP Laserjet Service 一直占用大量的CPU资源 怎么关闭打印机服务 HP Laserjet Service 按 Win+R键 打开运行对话框,然后输入 “services.msc ” 并按确认; 从任务管理器中,关闭 HP Laserjet Service之后,过一会 HP Las 阅读全文
posted @ 2024-02-29 19:12 emanlee 阅读(487) 评论(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 阅读(540) 评论(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 阅读(769) 评论(0) 推荐(0)
摘要: ps -ef | grep <进程名或PID> 阅读全文
posted @ 2024-02-02 09:09 emanlee 阅读(79) 评论(0) 推荐(0)
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 338 下一页