码迷,mamicode.com
首页 >  
搜索关键字:executable    ( 655个结果
Python Ethical Hacking - Persistence(2)
Polish the Python code by adding the become_persistent function. Convert to Windows executable file. Execute the reverse_backdoor file on the victim W ...
分类:编程语言   时间:2019-10-13 12:39:13    阅读次数:91
测试IDEA将新建项目提交到github上
*—* idea配置git, 在File-->Setting->Version Control-->Git-->Path to Git executable选择你的git安装后的git.exe文件,然后点击Test,测试是否设置成功 *—* 在IDEA中设置GitHub,File-->Setting ...
分类:其他好文   时间:2019-10-08 14:45:17    阅读次数:103
Check the port occupy on Mac OSX
Check the port occupy on Mac OSX We have the PID of that app occupying port. Locating the executable file of that PID PID (64888) is the process id yo ...
分类:系统相关   时间:2019-10-06 18:21:04    阅读次数:116
pycharm 安装
1、python 安装 web-based installer 是需要通过联网完成安装 executable installer 是可执行文件(*.exe)方式安装 embeddable zip file 嵌入式版本,可以集成到其它应用 2、pycharm 激活按照 https://www.cnbl ...
分类:其他好文   时间:2019-09-30 23:34:16    阅读次数:148
Ubuntu18系统qt生成程序无法双击运行问题
1.Ubuntu18 安装qt编译生成的程序文件类型为application/x-sharedlib,无法双击直接运行。文件类型应该为x-executable。 2.解决方法 在.pro文件中添加下面内容后,删除以前编译文件,重新编译,生成执行文件。 ...
分类:系统相关   时间:2019-09-12 13:24:27    阅读次数:116
Python基础教程
1.Python是一种解释型、面向对象、动态数据类型的高级程序设计语言 2.Python用严格的缩进表示代码块 3.Python有着丰富的第三方库 安装(window下) 访问Python官网下载安装包 选择 Download Windows x86-64 executable installer ...
分类:编程语言   时间:2019-09-08 12:27:12    阅读次数:82
解决Error: Can't find Python executable "python", you can set the PYTHON env variable
于是按提示操作 输入命令 npm rebuild node-sass 的时候有时会遇到错误 导致安装部分包错误,于是百度找到了解决的办法 解决环境: Windows 7 64位操作系统 其他平台解决办法 https://github.com/nodejs/node-gyp ...
分类:编程语言   时间:2019-08-31 19:10:27    阅读次数:85
Linux中实用的命令
1. 查看linux机器是32位还是64位的方法: 1、file /sbin/init 或者file /bin/ls (注意命令中的空格) /sbin/init: ELF64-bitLSB executable, x86-64, version 1 (SYSV), dynamically linke ...
分类:系统相关   时间:2019-08-19 20:58:18    阅读次数:113
AVR单片机教程——闪烁LED
上次我们把LED点亮了。你可能已经试过把 LED_RED 换成其他灯,也可能已经用 led_on() 把所有LED一起点亮了。但是LED点亮以后,程序就退出了,之后LED一直没有暗,直到没有供电。这一次,我们用程序来控制LED的亮和暗。 新建一个C executable项目,选择ATmega324P ...
分类:其他好文   时间:2019-08-10 11:51:54    阅读次数:71
selenium自动化操作浏览器(火狐)
不同的浏览器会有不同,比如webdriver.Chrome()中exe的路径就是第一个参数,而火狐webdriver.Firefox()的路径就不是,只传一个路径参数时要用关键字参数executable_path= 。。。 ...
分类:其他好文   时间:2019-08-08 19:24:34    阅读次数:313
655条   上一页 1 ... 8 9 10 11 12 ... 66 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!