假设存在表格如下: select 'a' as category, 19 as duration union all select 'b' as category, 15 as duration union all select 'c' as category, 12 as duration uni ...
分类:
编程语言 时间:
2020-05-27 11:51:22
阅读次数:
328
手动安装二进制包版本的oracle JDK和tomcat
分类:
系统相关 时间:
2020-05-26 20:21:14
阅读次数:
92
1.nmap语法 -A 全面扫描/综合扫描 例如:nmap -A 127.0.0.1 扫描指定段 例如:nmap 127.0.0.1-200&nmap 127.0.0.1/24 2.Nmap 主机发现 -sP -sP ping扫描 例如:nmap -sP 127.0.0.1 -P0 -P0 无pin ...
分类:
其他好文 时间:
2020-05-26 01:34:50
阅读次数:
79
第1章 Atlas介绍 1.1 简介 Atlas是由 Qihoo 360, Web平台部基础架构团队开发维护的一个基于MySQL协议的数据中间层项目。 它是在mysql-proxy 0.8.2版本的基础上,对其进行了优化,增加了一些新的功能特性。 360内部使用Atlas运行的mysql业务,每天承 ...
分类:
其他好文 时间:
2020-05-25 23:43:21
阅读次数:
110
$target="C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" $filePath=$PSScriptRoot+(New-Guid).Guid $cer = Get-AuthenticodeSignature $targe ...
1.添加依赖 <dependency> <groupId>org.apereo.cas</groupId> <artifactId>cas-server-support-oauth-webflow</artifactId> <version>${cas.version}</version> </de ...
分类:
其他好文 时间:
2020-05-25 15:25:04
阅读次数:
153
```shell #!/bin/bash case $1 in "start"){ for i in hadoop120 hadoop121 hadoop 122 do echo "************$i*************" ssh $i "/.../kafka/bin/kafka-s... ...
分类:
其他好文 时间:
2020-05-24 21:00:57
阅读次数:
111
R表达式中常用的符号 残差(Residuals) 残差是真实值与预测值之间的差,五个分位的值越小模型越精确 系数项与截距项(Coefficients & Intercept)和P值指标 残差标准误(Residual standard error) 残差的标准误差,越小越好 R方判定系数 模型拟合的质 ...
分类:
编程语言 时间:
2020-05-24 19:20:12
阅读次数:
584
main() { while(1) { if(capture_Cnt==0) { __HAL_TIM_SET_CAPTUREPOLARITY(&htim2,TIM_CHANNEL_2,TIM_INPUTCHANNELPOLARITY_RISING); //设置为上升沿捕获 HAL_TIM_IC_St ...
分类:
其他好文 时间:
2020-05-20 17:11:58
阅读次数:
124
1、封装hibernateUtil package com.project.util; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.boot.registry.Stan ...
分类:
Web程序 时间:
2020-05-19 22:17:11
阅读次数:
60