有时发现风扇呼呼地转,查看任务管理器,发现其中antimalware service executable占用了大量的CPU和内存。 这是由于Windows Defender软件导致的,可以用如下方法解决: 1、按Win+R打开运行,输入gpedit.msc并回车打开组策略编辑器; 2、依次展开:计 ...
分类:
其他好文 时间:
2019-11-18 12:52:15
阅读次数:
117
操作系统:Windows10 64bitPython版本:3.8.0下载地址:https://www.python.org/downloads/release/python-380/,选择下方的Windows x86-64 executable installer安装步骤:双击安装文件python-... ...
分类:
编程语言 时间:
2019-11-18 00:13:03
阅读次数:
1013
什么是回调函数 In computer programming, a callback is a piece of executable code that is passed as an argument to other code, which is expected to call back ...
分类:
编程语言 时间:
2019-11-16 18:04:01
阅读次数:
103
一、Idea中配置Git 点击IntelliJ IDEA->Preferences...->Version Control->Git->Path to Git executable:选择Git目录的位置,点击右侧Test按钮测试是否配置成功 二、Idea中配置GitHub 点击IntelliJ ID ...
分类:
其他好文 时间:
2019-11-08 21:17:46
阅读次数:
131
解决PL/SQL使用无法导出dmp 1、配置plsql Export Executable:D:\app\product\11.2.0\dbhome_1\BIN\exp.exe 2、配置环境变量ORACLE_HOME=D:\app\product\11.2.0\dbhome_1(很重要,如果不配置会 ...
分类:
数据库 时间:
2019-10-31 13:31:18
阅读次数:
150
我们平时所说的程序,是指双击后就可以直接运行的程序,这样的程序被称为可执行程序(Executable Program)。在 Windows 下,可执行程序的后缀有.exe和.com(其中.exe比较常见);在类 UNIX 系统(Linux、Mac OS 等)下,可执行程序没有特定的后缀,系统根据文件 ...
分类:
编程语言 时间:
2019-10-28 14:56:02
阅读次数:
77
参考https://github.com/flutter/flutter/issues/33909 Xcode 10 SDK seems not to include i386 architecture. Can't build Flutter engine with Xcode 10 becaus ...
分类:
移动开发 时间:
2019-10-22 13:15:26
阅读次数:
213
jmeter.bat启动时提示:'findstr' 不是内部或外部命令,也不是可运行的程序或批处理文件。 学习中遇到的问题: 'findstr' 不是内部或外部命令,也不是可运行的程序或批处理文件。 Not able to find Java executable or version. Pleas ...
分类:
其他好文 时间:
2019-10-18 22:10:51
阅读次数:
271
ELF概述 ELF(Executable and Linking Format),可执行可连接格式,具有这种格式的文件称为 ELF 文件。 目标文件有三种类型: 可重定位文件(Relocatable File) 包含适合于与其他目标文件链接来创建可执行文件或者共享目标文件的代码和数据。 可执行文件( ...
分类:
其他好文 时间:
2019-10-18 21:50:02
阅读次数:
91
ELF格式文档详解 一,ELF格式综述 ELF(Executable and Linkable Format)是Linux下的一种格式标准,Linux中的ELF格式文件一共有四种: ●可重定位文件(Relocatable File):这类文件包含了代码和数据,可被用来链接成可执行文件或者共享目录文件 ...
分类:
系统相关 时间:
2019-10-18 14:00:48
阅读次数:
97