码迷,mamicode.com
首页 >  
搜索关键字:programs    ( 760个结果
Linux的基础入门和基本命令
什么是shell? shell 是一个命令语言解释器(command-language interpreter)。 拥有自己内建的 shell 命令集。此外,shell也能被系统中其他有效的Linux 实用程序和应用程序(utilities and application programs)所调用。不论何时你键入一个命令,它都被Linux shell所解释。一些命令,比如打印当前工作目录
分类:系统相关   时间:2018-01-15 10:59:27    阅读次数:212
动态生成ABAP程序-资料
参考程序: Tcode ABAPdocu--> BC - ABAP Programming--> The ABAP Programming Language--> Special Techniques--> Generating Programs Dynamically. 1.仅动态生成程序代码: ...
分类:其他好文   时间:2018-01-01 21:49:19    阅读次数:172
python pcapy 安装错误 link.exe failed with exit status 1120
Win7 64位 安装pcapy 包时报错: error: command '"C:\Users\Administrator\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\amd64\link.exe ...
分类:编程语言   时间:2017-12-29 15:06:32    阅读次数:1075
drf项目初始化
1. 新建虚拟环境 mkvirtualenv -p C:\Users\zhengsheng\AppData\Local\Programs\Python\Python36-32\python.exe xxx 后面指向的是安装的python版本 2. 安装djangorestframework: pip ...
分类:其他好文   时间:2017-12-26 16:08:38    阅读次数:429
mac和windows自动清理内存工具
因为我比较懒,所以需要一款能自动清理电脑内存的工具,目的是设置内存最小值,然后自动清理。 mac: drcleaner windows: MaxMem win10设置开机启动地址:C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp ...
分类:Windows程序   时间:2017-12-25 11:37:52    阅读次数:270
Apache压力(并发)测试工具ab的使用教程收集
说明:用ab的好处,在处理多并发的情况下不用自己写线程模拟。 官网: http://httpd.apache.org/(Apache服务器) http://httpd.apache.org/docs/2.0/programs/(Apache工具文档大全) http://httpd.apache.or ...
分类:Web程序   时间:2017-12-22 13:32:05    阅读次数:274
Java file I/O(java 文件输入输出)
File Overview I/O = Input/Output, here it is input to and output from programs Inputs can be from: Keyboard Files Etc. Output can be: Screen Files Etc ...
分类:编程语言   时间:2017-12-16 18:40:58    阅读次数:187
python错误之RuntimeError: dictionary changed size during iteration
pythonn报错信息: C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32\python.exe C:/Users/Administrator/PycharmProjects/pythondemo/maptest.pyT ...
分类:编程语言   时间:2017-12-13 23:30:46    阅读次数:232
centos rm命令恢复删除的文件
Linux有时候执行了 rm -rf 等操作误删了文件绝对是一件可怕的事情,好在有一些解决的办法可以临时救急。这时我们就要用到一款叫做extundelete的工具了。 Linux下执行 rm 并不会真正删除,而是将inode节点中的扇区删除,同时释放数据块。在数据块被系统重新分配前,这部分数据还是可 ...
分类:其他好文   时间:2017-12-13 11:38:10    阅读次数:264
《RabbitMQ Tutorial》译文 第 2 章 工作队列
源文来自 "RabbitMQ 英文官网" 的 "教程(2.Work Queues)" ,其示例代码采用了 .NET C 语言。 In the first tutorial we wrote programs to send and receive messages from a named queu ...
分类:其他好文   时间:2017-12-11 14:17:25    阅读次数:213
760条   上一页 1 ... 20 21 22 23 24 ... 76 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!