摘要:
参考:https://www.cnblogs.com/jiafuwei/p/9512400.html https://blog.csdn.net/qq_39455116/article/details/83865661 配置示例: 阅读全文
摘要:
可以在对应的虚拟机centos上查看 所安装的crontab安装信息,然后选中rpm包进行安装,命令:rpm -qa |grep cron 如: 如没有上述信息,表名没有安装,也可以直接用crontab命令查看,出现下列提示表名没有安装 #准备文件 将光盘CentOS-6.5-x86_64-bin- 阅读全文
摘要:
以jdk的卸载和安装为例。 1. 查找已安装的包名 $ rpm -q jdk jdk-1.7.0_79-fcs.x86_64 如果系统中有已经安装的jdk包,则会输出包名。 2. 卸载已安装的包 $ rpm -e jdk-1.7.0_79-fcs.x86_64 3. 安装包 $ rpm -i <rp 阅读全文
摘要:
参考: https://www.cnblogs.com/teyigou/p/8125379.html https://www.cnblogs.com/kissfu/p/6399472.html https://www.cnblogs.com/mrxiaohe/p/5652333.html 1.iis 阅读全文
摘要:
参考: https://blog.csdn.net/zhang195617/article/details/5857769 sqlplus中切换用户,如切换到adm用户,命令为:conn adm/123456 ,其中adm为用户名,123456 为密码 1、创建用户,如创建wstest,密码为wst 阅读全文
摘要:
参考 https://www.cnblogs.com/liyangLife/p/5036636.html 阅读全文
摘要:
参考: https://www.cnblogs.com/zsx-blog/p/6136956.html https://blog.csdn.net/lishaoran369/article/details/50961492 https://www.cnblogs.com/z-inon/p/82410 阅读全文
摘要:
参考: https://www.cnblogs.com/gguozhenqian/p/4262813.html 阅读全文
摘要:
参考: 1、https://www.cnblogs.com/kesimin/p/9546225.html https://www.cnblogs.com/east7/p/10585724.html 阅读全文
摘要:
1、http://c.biancheng.net/view/3119.html 阅读全文