码迷,mamicode.com
首页 >  
搜索关键字:programs    ( 760个结果
服务器开机自启动
一、window 进入以下目录 C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup 把需要开机启动的快捷方式放进去 下次重启启动会自动重启这些程序 ...
分类:其他好文   时间:2020-05-13 19:52:25    阅读次数:78
python指令提示不是内部或外部命令
python指令提示不是内部或外部命令 系统变量—path,然后点击编辑,点击新建,添加以下两个目录; C:\Users\CF\AppData\Local\Programs\Python\Python38 C:\Users\CF\AppData\Local\Programs\Python\Pytho ...
分类:编程语言   时间:2020-05-06 12:04:32    阅读次数:87
ez_setup.py安装错误怎么解决
ez_setup.py安装错误为: D:\Programs\Python2_7_3\Lib\site-packages\ez_setup-0.9>python ez_setup.py install Downloading http://pypi.python.org/packages/source ...
分类:其他好文   时间:2020-05-03 12:42:41    阅读次数:134
Windows下用cmd跳转指定目录
原文链接:https://blog.csdn.net/weixin_43757001/article/details/90303959 1.win+r 2:s输入cmd 3.输入cd /d +目标地址 eg:cd /d D:\Programs\Python2_7_3\Lib //注意:“D:/”此处 ...
分类:Windows程序   时间:2020-05-03 12:32:42    阅读次数:240
Python 2to3 使用方法
总结方法: 1.找到“2to3.py”文件,这个文件在安装目录的python3.7.2_32\Tools\scripts里面,我的是D:\Programs\python3.7.2_32\Tools\scripts; 2.找到要转换的.py文件或是py文件夹;eg:我的是一个demo3_nodeFie ...
分类:编程语言   时间:2020-05-01 22:21:27    阅读次数:295
[Python] 字符串操作
字符串操作 以下字符串可以 变量.函数() 也可以 "字符串".函数() capitalize() 首字母大写,其余转换为小写 print("test TEST".capitalize()) 输出 C:\Users\Administrator\AppData\Local\Programs\Pytho ...
分类:编程语言   时间:2020-05-01 20:44:13    阅读次数:65
C - Command Line Arguments
It is possible to pass some values from the command line to your C programs when they are executed. These values are called command line arguments and ...
分类:其他好文   时间:2020-05-01 10:45:42    阅读次数:72
The Valgrind Quick Start Guide
1.Introduction The Valgrind tool suite provides a number of debugging and profiling tools that help you make your programs faster and more correct. Th ...
分类:其他好文   时间:2020-04-30 21:38:42    阅读次数:74
C Primer Plus: Object Code Files, Executable Files, and Libraries
Object Code Files, Executable Files, and Libraries The basic strategy in C programming is to use programs that convert your source code file to an exe ...
分类:其他好文   时间:2020-04-26 17:04:03    阅读次数:69
win10开始菜单图标损坏修复
新建RefreshMenuIcons.bat @echo off for /R "%APPDATA%\Microsoft\Windows\Start Menu\Programs\" %%f in (*.lnk) do copy /b "%%f"+,, "%%f" 1>nul for /R "%ALL ...
分类:Windows程序   时间:2020-04-19 10:30:45    阅读次数:84
760条   上一页 1 2 3 4 5 ... 76 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!