centos study
原创
2012-03-07 21:11:13
611阅读
batch http://www.cnblogs.com/mq0036/p/3412171.html http://www.cnblogs.com/findumars/p/5353538.html
转载
2017-04-06 22:58:00
54阅读
2评论
一、安装JDK sudo apt-get install openjdk-8-jdk 二、软件下载地址 zookeeper: https://archive.apache.org/dist/zookeeper/zookeeper-3.5.7/apache-zookeeper-3.5.7-bin.ta ...
转载
2021-07-19 11:21:00
132阅读
2评论
1.现在用的bootstrap v2.3.2 : http://v2.bootcss.com/最新版本: v3.2.0 : http://www.bootcss.com/a.Bootstrap是干什么的? 2. Bower : h things frameworks, libr...
原创
2023-06-04 00:55:02
85阅读
原创
2021-07-18 13:56:48
198阅读
Linux Study之--CentOS 创建本地yum库系统环境: 操作系统:CentOS 65(64)一、挂载系统光盘[root@cent65 yum.repos.d]# mount /dev/cdrom /media[root@cent65 yum.repos.d]# ls /media/EFI
原创
2015-12-03 16:12:58
1033阅读
点赞
1评论
linux查看用户列表 cat /etc/passwd 可以查看所有用户的列表w 可以查看当前活跃的用户列表cat /etc/group 查看用户组 cat /etc/passwd|grep -v nologin|grep -v halt|grep -v shutdown|awk -F":" '{
转载
2017-02-21 23:06:00
79阅读
2评论
No.1 英语流利说,苹果app store多次推荐的app。英语流利说是一款智能口语打分软件,内置各种以场景为主题的课程,你可以模仿跟读。No...
转载
2022-07-14 08:58:48
84阅读
寒假学习day oneif判断语句,for循环,while循环,do while循环;使用for循环练习:1!+2!+...+n!;for(初始化;判断;调整)do while 先执行一次再判断条件是否成立当循环中有多条语句时,用{}框柱;优化编写习惯,从while( i5)改为while(5i),其他几个雷同,避免少写=号引起的程序判断错误。使用二分法找数组中元素。(难,反复听)了解了数组的基本
原创
2022-12-24 16:41:40
91阅读
卸载mysql 1. 控制面板mysql卸载 2. 搜索所有的MySQL,全部删除掉 3. 注册表搜索删除掉 1. 安装 启动或者关闭mysql服务 mysql的登陆与退出 命令行启动方式 -h 要连接的主机名称 -P 端口号 -u 用户名 -p表示密码启动 如果-p加密码 中间不加空格也可以,连接 ...
转载
2021-08-18 15:24:00
195阅读
2评论
搜索selenium文档, 输入selenium-python css 用样式定位,xpath从上往下找 所以css快 ActionChains 执行鼠标点击 右击 拖拽等事件,手机里面嵌入的webview可以用ActionChains TouchAction:可以模拟手机,ActionChains ...
转载
2021-08-25 14:00:00
230阅读
2评论
Trigger study目录Trigger introduction. 1The advantage and disadvantage of trigger. 1The advantage of trigger. 1The disadvantage of trigger. 2How to Create a Trigger. 2The virtual table of inserted and d...
原创
2021-09-04 17:50:48
318阅读
Trigger studyCatalogTrigger introduction. 1The advantage and disadvantage
原创
2021-09-09 11:05:03
254阅读
<script> $(document).ready(function(){$(".flip").click(function(){$(".panel").toggle(1000);});});</script><p class="flip">点击这里,隐藏/显示面板</p><div class="panel"><p>一寸光阴
转载
2013-03-06 14:38:00
177阅读
2评论
post。body的类型 1. form 2. 结构化的,xml json 3. 二进制 ...
转载
2021-10-18 19:03:00
100阅读
2评论
Git Concepts
This section helps you to get started with Git and gives you an understanding of the fundamental Git concepts.
Repository, Working Tree, Commit
First, we need to introduce some Git-specif
原创
2021-08-11 11:11:51
302阅读
学习资源网址 https://www.runoob.com/html/html-tutorial.html 待学习 1. 阿里云构建云服务器 2. 自定义注解 参考链接: https://blog.csdn.net/briblue/article/details/73824058 http://bl
原创
2021-05-30 22:12:04
531阅读
查看当前用户的缺省表空间SQL>select username,default_tablespace from user_users;查看当前用户的角色SQL>select * from user_role_privs;查看当前用户的系统权限和表级权限SQL>select * from user_sys_privs;SQL>select * from user_tab_pr
转载
2010-06-22 23:40:10
181阅读
1) CCNA Workbook
http://www.freeccnaworkbook.com/labs/
强烈推荐,很详细,包含了主要的路由器实验。如果你完成这里列出的所有实验,路由器配置就不是问题了。
(2) Free Cisco Lab
http://freeciscolab.com/category/dynamips/
(3) G
转载
精选
2013-01-23 12:26:14
399阅读
201701031、vi/vim编辑命令,.vimrc设置2、命令基础,100多个命令3、基础,高端的网络服务都要会,nfs,rsync,inotify,lanmp,sersync,ssh key批量分发管理清空文件的三种方法>log.logecho >log.logcat /dev/dull >log.logaix kshunix posix shlinux bas
原创
2017-01-08 17:14:19
678阅读