什么是shell? shell 是一个命令语言解释器(command-language interpreter)。 拥有自己内建的 shell 命令集。此外,shell也能被系统中其他有效的Linux 实用程序和应用程序(utilities and application programs)所调用。不论何时你键入一个命令,它都被Linux shell所解释。一些命令,比如打印当前工作目录
分类:
系统相关 时间:
2018-01-15 10:59:27
阅读次数:
212
参考程序: Tcode ABAPdocu--> BC - ABAP Programming--> The ABAP Programming Language--> Special Techniques--> Generating Programs Dynamically. 1.仅动态生成程序代码: ...
分类:
其他好文 时间:
2018-01-01 21:49:19
阅读次数:
172
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
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: drcleaner windows: MaxMem win10设置开机启动地址:C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp ...
说明:用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
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
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
Linux有时候执行了 rm -rf 等操作误删了文件绝对是一件可怕的事情,好在有一些解决的办法可以临时救急。这时我们就要用到一款叫做extundelete的工具了。 Linux下执行 rm 并不会真正删除,而是将inode节点中的扇区删除,同时释放数据块。在数据块被系统重新分配前,这部分数据还是可 ...
分类:
其他好文 时间:
2017-12-13 11:38:10
阅读次数:
264
源文来自 "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