In this cafeteria, the N tables are all ordered in one line, where table number 1 is the closest to the window and table number N is the closest to th ...
分类:
其他好文 时间:
2019-07-20 21:43:54
阅读次数:
74
注意:此种配置方式不能在/etc/profile配置环境jdk环境变量 需要在~/.bash_profile中配置1.修改server文件 需要修改三个端口 一:shutdown端口 二:Http协议端口 三:Ajp协议端口2.修改catalina.out文件 需要添加两段脚本 一:在catalin ...
分类:
系统相关 时间:
2019-07-20 17:32:13
阅读次数:
135
一、安装: http://rocketmq.apache.org/dowloading/releases/ https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.5.1/rocketmq-all-4.5.1-bin-release.zip 启动 ...
分类:
其他好文 时间:
2019-07-20 13:17:11
阅读次数:
92
handler:监听数组或对象的属性时用到的方法 deep:深度监听,为了发现对象内部值的变化,可以在选项参数中指定 deep:true 。注意监听数组的变动不需要这么做。 immediate: 在选项参数中指定 immediate: true 将立即以表达式的当前值触发回调 tips: 只要bet ...
分类:
编程语言 时间:
2019-07-19 09:24:22
阅读次数:
139
60题、choose one When does a database checkpoint occur? A) When there is an online redo log switch. B) When the SHUTDOWN ABORT command is issued. C) Whe ...
分类:
其他好文 时间:
2019-07-18 13:26:56
阅读次数:
85
一、发生一个事件时,事件及事件处理句柄会被放入浏览器的事件队列,事件可归为以下几类: 浏览器事件:window.load、document.DomContentLoaded等 网络请求事件:ajax、websocket 用户事件:单双击、鼠标滚动、调整页面大小等 计时器事件:setTimeout,s ...
分类:
Web程序 时间:
2019-07-17 18:30:01
阅读次数:
155
1:将数据库多用户改为单用户 1:将数据库多用户改为单用户 ALTER DATABASE db_database SET SINGLE_USER WITH ROLLBACK IMMEDIATE 2: 执行完第一条sql后续关闭所有查询窗口 sqlmanagement中选择库,右键,属性,选项,排序规 ...
分类:
数据库 时间:
2019-07-12 15:44:32
阅读次数:
135
Linux centos重启命令: 1、reboot 普通重启 2、shutdown -r now 立刻重启(root用户使用) 3、shutdown -r 10 过10分钟自动重启(root用户使用) 4、shutdown -r 20:35 在时间为20:35时候重启(root用户使用) 如果是通 ...
分类:
其他好文 时间:
2019-07-11 12:31:55
阅读次数:
103
1、 常见Linux的发行版有哪些?并描述不同发行版之间的联系与区别 2. 打印显示当前时间,格式是:20181209211008 date +%Y%m%d%H%m%s 3、实现晚上20:30自动关机,并提示用户 shutdown 20:30 "the system will shutdown at ...
分类:
系统相关 时间:
2019-07-10 18:51:34
阅读次数:
133