02 2021 档案

SQLServer递归存储过程和java调用
摘要:递归存储过程(根据部门id获取公司名称) create proc getCompanyName @deptId int, @companyName varchar(50) output as declare @superDeptId int; select @superDeptId = SUP_BU 阅读全文

posted @ 2021-02-24 17:07 周公 阅读(213) 评论(0) 推荐(0) 编辑

(一) 使用 spring.profiles.active来区分配置
摘要:本文参考:https://blog.csdn.net/uniquewonderq/article/details/79963719 基本应用: spring boot允许你通过命名约定按照一定的格式(application-{profile}.properties)来定义多个配置文件,然后通过在ap 阅读全文

posted @ 2021-02-24 11:31 周公 阅读(685) 评论(0) 推荐(0) 编辑

Shell端口操作
摘要:1.查看端口状态:telnet telnet 命令是TELNET协议的用户接口,它支持两种模式:命令模式和会话模式,虽然telnet支持许多命令,但大部分情况下,我们只是使用它查看目标主机是否打开了某端口(默认是23)。 端口未打开 telnet 101.199.97.65 62715 Trying 阅读全文

posted @ 2021-02-22 11:44 周公 阅读(733) 评论(0) 推荐(0) 编辑

Linux防火墙---Firewall
摘要:服务器位置: 1.防火墙服务器安装位置:/usr/lib/firewalld 2.防火墙策略:/usr/lib/firewalld/zones 3.防火墙默认策略:/etc/firewalld/zones 命令: 获取默认策略:firewall-cmd --get-default-zone 设置默认 阅读全文

posted @ 2021-02-09 11:43 周公 阅读(82) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示