码迷,mamicode.com
首页 >  
搜索关键字:executable    ( 655个结果
C语言编译器,神奇的魔法师
我们平时所说的程序,是指双击后就可以直接运行的程序,这样的程序被称为可执行程序(Executable Program)。在 Windows 下,可执行程序的后缀有 .exe 和 .com(其中 .exe 比较常见);在类 UNIX 系统(Linux、Mac OS 等)下,可执行程序没有特定的后缀,系 ...
分类:编程语言   时间:2019-08-07 18:54:05    阅读次数:117
Python安装教程
1.python3.7官网下载 1. 在python的官网下载python版本,需要下载对应版本(在计算机-属性中查看自己是32位操作系统还是64位操作系统),我是64位的,就下载64位对应的安装包了(如下图:Windows x86-64 executable installer)。 https:/ ...
分类:编程语言   时间:2019-08-06 00:50:39    阅读次数:136
expression,statement,definition ,identifier(symbol) 的区别
a statement containing executable code a definition instantiating an identifier, an expression evaluates to a value only expression表达式 表达式是 常量、变量、操作符、 ...
分类:其他好文   时间:2019-07-26 16:16:27    阅读次数:137
python 打包
参考:https://www.cnblogs.com/mufenglin/p/7479281.html https://www.crifan.com/use_pyinstaller_to_package_python_to_single_executable_exe/ https://blog.cs ...
分类:编程语言   时间:2019-07-23 00:23:51    阅读次数:100
Python3.7 exe编译工具对比zz
For years, NVDA has used Py2exe to package Python code into something that is executable on a system that doesn't have Python installed. For Python 2. ...
分类:编程语言   时间:2019-07-22 10:06:44    阅读次数:107
windows2012安装django
第一步:下载python3.6.8或者到(https://www.python.org/downloads/release/python-368/)官网下载(Windows x86-64 executable installer) https://www.python.org/ftp/python/ ...
分类:Windows程序   时间:2019-07-19 20:53:14    阅读次数:174
dnSpy PE format ( Portable Executable File Format)
Portable Executable File Format PE Format 微软官方的 What is a .PE file in the .NET framework? [closed] The PE file you are talking about is the "Portable ...
分类:其他好文   时间:2019-07-19 19:08:51    阅读次数:129
pycharm 配置 git 方法
1.打开pycharm ,点击 file——Default-setting——version control 2.配置github账号密码 3.Path to Git executable中填写git路径 ...
分类:其他好文   时间:2019-07-08 00:01:55    阅读次数:126
subprocess.Popen()详解
一、subprocess.Popensubprocess模块定义了一个类: Popenclass subprocess.Popen( args, bufsize=0, executable=None, stdin=None, stdout=None, stderr=None, preexec_fn= ...
分类:其他好文   时间:2019-07-06 13:06:03    阅读次数:1596
Python webdriver调用Chrome报错
报错信息如下: selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/c ...
分类:编程语言   时间:2019-07-01 00:56:05    阅读次数:121
655条   上一页 1 ... 9 10 11 12 13 ... 66 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!