码迷,mamicode.com
首页 >  
搜索关键字:executable    ( 655个结果
如何禁用Antimalware Service Executable
有时发现风扇呼呼地转,查看任务管理器,发现其中antimalware service executable占用了大量的CPU和内存。 这是由于Windows Defender软件导致的,可以用如下方法解决: 1、按Win+R打开运行,输入gpedit.msc并回车打开组策略编辑器; 2、依次展开:计 ...
分类:其他好文   时间:2019-11-18 12:52:15    阅读次数:117
Python3.8.0安装(windows)
操作系统: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
JavaScript中的回调函数(callback)
什么是回调函数 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将代码同步到GitHub
一、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
解决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
C语言编译和链接详解(通俗易懂,深入本质)
我们平时所说的程序,是指双击后就可以直接运行的程序,这样的程序被称为可执行程序(Executable Program)。在 Windows 下,可执行程序的后缀有.exe和.com(其中.exe比较常见);在类 UNIX 系统(Linux、Mac OS 等)下,可执行程序没有特定的后缀,系统根据文件 ...
分类:编程语言   时间:2019-10-28 14:56:02    阅读次数:77
关于flutter mac catalina arch: posix_spawnp: ...flutter/bin/cache/artifacts/engine/ios-release/gen_snapshot: Bad CPU type in executable
参考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无法启动
jmeter.bat启动时提示:'findstr' 不是内部或外部命令,也不是可运行的程序或批处理文件。 学习中遇到的问题: 'findstr' 不是内部或外部命令,也不是可运行的程序或批处理文件。 Not able to find Java executable or version. Pleas ...
分类:其他好文   时间:2019-10-18 22:10:51    阅读次数:271
ELF文件格式
ELF概述 ELF(Executable and Linking Format),可执行可连接格式,具有这种格式的文件称为 ELF 文件。 目标文件有三种类型: 可重定位文件(Relocatable File) 包含适合于与其他目标文件链接来创建可执行文件或者共享目标文件的代码和数据。 可执行文件( ...
分类:其他好文   时间:2019-10-18 21:50:02    阅读次数:91
linux下的ELF格式分析
ELF格式文档详解 一,ELF格式综述 ELF(Executable and Linkable Format)是Linux下的一种格式标准,Linux中的ELF格式文件一共有四种: ●可重定位文件(Relocatable File):这类文件包含了代码和数据,可被用来链接成可执行文件或者共享目录文件 ...
分类:系统相关   时间:2019-10-18 14:00:48    阅读次数:97
655条   上一页 1 ... 7 8 9 10 11 ... 66 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!