上一页 1 2 3 4 5 6 ··· 308 下一页
摘要: 正则表达式 特殊字符 匹配所有键盘上可见的非字母和数字的符号 var patrn = /[`~!@#$%^&*()_\-+=<>?:"{}|,.\/;'\\[\]·~!@#¥%……&*()——\-+={}|《》?:“”【】、;‘',。、]/im; if (!patrn.test(str)) {// 阅读全文
posted @ 2024-03-13 16:15 emanlee 阅读(8) 评论(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 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 怎么关闭打印机服务 按Win+R键打开运行对话框,然后输入“services.msc ” 并按确认; 阅读全文
posted @ 2024-02-29 19:12 emanlee 阅读(11) 评论(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 阅读(31) 评论(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 阅读(87) 评论(0) 推荐(0) 编辑
摘要: ps -ef | grep <进程名或PID> 阅读全文
posted @ 2024-02-02 09:09 emanlee 阅读(28) 评论(0) 推荐(0) 编辑
摘要: condaconda 是 Anaconda 发行版中的包管理工具,主要用于管理包含 Python 及其相关库的科学计算环境,如 NumPy、SciPy、Pandas、Matplotlib 等等,它支持创建和管理 Python 环境,可以方便地在不同的项目中使用不同的库及其版本。conda list 阅读全文
posted @ 2024-01-22 23:02 emanlee 阅读(107) 评论(0) 推荐(0) 编辑
摘要: https://github.com/runze1223/VH-NBEATS http://ise.thss.tsinghua.edu.cn/~mlong/doc/TimesNet-iclr23.pdf https://www.xjx100.cn/news/6779.html https://blo 阅读全文
posted @ 2024-01-22 22:54 emanlee 阅读(9) 评论(0) 推荐(0) 编辑
摘要: centos 查看 PCIE 接口 lspci | grep -i pcie # lspci | grep -i pcie01:00.0 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5720 2-port Giga 阅读全文
posted @ 2024-01-22 19:53 emanlee 阅读(52) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 308 下一页