搜索资源列表
UNIX安全Shell
- UNIX安全
Windows Shell扩展编程完全指南
- Windows Shell扩展编程完全指-Windows Shell Programming completely expansion means
LINUX与UNIX SHELL编程指南
- 《LINUX与UNIX SHELL编程指南》共分五部分,详细介绍了shell编程技巧,各种UNIX命令及语法,还涉及了UNIX下的文字处理以及少量的系统管理问题。本书内容全面、文字简洁流畅,适合Shell编程人员学习、参考。 -"LINUX and UNIX Shell Programming Guide" is divided into five parts, detailing the shell programming skills, and various UNIX
linux_24小时教学
- 《linux_24小时教学》共分五部分,详细介绍了shell编程技巧,各种UNIX命令及语法,还涉及了UNIX下的文字处理以及少量的系统管理问题。本书内容全面、文字简洁流畅,适合Shell编程人员学习、参考 -"linux_24 hours teaching" is divided into five parts, detailing the shell programming skills, and various UNIX command syntax, but also
unix shell
- 一本关于UNIX下编程的书籍 很有价值的-a programming under UNIX on the books of great value
实践大师:UNIX SHELL编程篇_10067961
- 本书是专门介绍实践的,可以很好的帮助你解决一些实践方面的问题-the book is devoted to practice and could very well help you solve some practical problems
linux_shells_by_example
- 一个比较好的关于linux/shell的编程总结文档.可以作为一个参考速查手册-a relatively good on linux / shell programming summary document. Can be used as a reference rate investigation Manual
LINUX&UNIX&SHELL
- 本书共分五部分,详细介绍了shell编程技巧,各种UNIX命令及语法,还涉及了UNIX下的文字处理以及少量的系统管理问题。本书内容全面、文字简洁流畅,适合Shell编程人员学习、参考。 -The book is divided into five parts, detailing the shell programming skills, and various UNIX command syntax, but also a Unix word processing system and
WindowsShell
- Windows Shell扩展编程完全指南-Windows Programming Guide completely
linux-shell
- linux下的shell编程命令详解值得学习和参考
LinuxShell
- Linux_shell 全面介绍shell的编写。
Microsoft.Windows.Shell.Script.Programming
- windows脚本编程,也就是如何写批处理。可以提高工作效率。
MYSQL
- 3、使用如下命令更改密码: shell> mysqladmin -u root -p password ‘newpass’ Enter Password:******* 出现Enter Password的提示后输入原来的密码oldpass即可。 读者可以尝试其它所有本章介绍的方法。 4、首先以root用户的身份连接到服务器: shell> mysql -u root -p Enter password:******* 出现Enter passw
Windows Shell扩展编程完全指南配套代码
- Windows Shell扩展编程完全指南配套代码-Windows Programming Guide fully supporting code
UNIX shell实例精解
- 《PC数据采集》源代码-"PC Data Acquisition" source code
Solaris Shell编程
- 经典的shell编程书籍-classic shell programming books
Bash_Beginners_Guide_CHS
- Bash_Beginners_Guide_CHS.pdf,学习linux下bash shell编程的好工具!
shell
- 文字操作系统与外部最主要的接口就叫做shell。shell是操作系统最外面的一层。shell管理你与操作系统之间的交互:等待你输入,向操作系统解释你的输入,并且处理各种各样的操作系统的输出结果。
Linux_Unix_Shell_pro
- linux/unix shell编程指南-linux / unix shell Programming Guide
超级强大的vim配置(vimplus)
- 超级强大的vim配置(vimplus) 现在vimplus支持ubuntu14.04之后的所有ubuntu 64位系列以及centos7 64位,运行install.sh脚本,vim-airline提供漂亮的状态栏支持。1.按F5可以直接编译并执行C、C++、java代码以及执行shell脚本,按“F8”可进行C、C++代码的调试 2.自动插入文件头 ,新建C、C++源文件时自动插入表头:包括文件名、作者、联系方式、建立时间等,读者可根据需求自行更改 3.映射“Ctrl + A”为全选并复制