码迷,mamicode.com
首页 >  
搜索关键字:try catch finally re    ( 31378个结果
java获取访问IP方法
HttpServletRequest httpServletRequest = ((ServletRequestAttributes) RequestContextHolder.currentRequestAttributes()).getRequest(); log.info(" "); log. ...
分类:编程语言   时间:2021-06-02 19:49:05    阅读次数:0
linux 环境 打包 失败,一次解决过程
发现打包失败 测试发现 npm run build 打包失败 发现问题1 node_modules 库 没装 rm -rf node_modules 进行 npm install 安装失败 发现linux下网不通,有代理设置 解决网络问题,然后网通了 npm install 安装还是失败 安装 cn ...
分类:系统相关   时间:2021-06-02 19:41:35    阅读次数:0
计应191(西) 第五组 张壮飞
1、 计划: 为一年级小学生设计口算题卡 2、 需求分析 1用户故事 作为一个一年级小学生的家长,我希望制作一个出题软件,完成100以内的正整数的加减法题随机产生,一边减轻我的负担。 2 技术难点 随机产生100以内的正整数 随机产生加减符号 减法负值的剔除 3、代码规范: 4、具体设计: 5、具体 ...
分类:其他好文   时间:2021-06-02 19:30:05    阅读次数:0
MySQL Replication Thread States
1.主节点线程状态(Replication Master Thread States): Finished reading one binlog; switching to next binlog 线程 已经完成读取 binlog 文件,并切换到下一个 binlog 文件 Master has se ...
分类:数据库   时间:2021-06-02 19:03:34    阅读次数:0
LVS+Keepalived实现高可用负载均衡
测试环境 系统 IP 软件 Centos8 192.168.248.80 lvs+keepalived Centos8 192.168.248.81 lvs+keepalived Centos8 192.168.248.100 Web server Centos8 192.168.248.101 W ...
分类:其他好文   时间:2021-06-02 17:50:07    阅读次数:0
Hive学习系列:maven+springboot+CDH环境下,连接Hive进行操作
场景在当前项目中,因为之前使用数据库查询,而随着数据的增多,查询速度会越来越慢,所以需要使用Java来调用hive进行数据统计。本篇博文主要是使用springboot+hive来查询hive数据,并返回查询的数据结果。 环境软件 版本springboot 2.1.8.RELEASECDH 5.15. ...
分类:编程语言   时间:2021-06-02 15:43:55    阅读次数:0
IP、端口、TCP、UDP、文件上传
1.ip public class TestInetAddress { public static void main(String[] args) { try { //查询本机IP,可以new InetAddress byName = InetAddress.getByName("localhos ...
分类:Web程序   时间:2021-06-02 15:28:12    阅读次数:0
Execution Plans in SQL Server
Execution Plans in SQL Server Introduction In this article, I’m going to explain what the Execution Plans in SQL Server are and how to understand the ...
分类:数据库   时间:2021-06-02 14:46:02    阅读次数:0
策略模式
1、定义一个执行器抽象类 public abstract class AbstractExecutor<T> { /** * 执行业务逻辑 */ public void doExecute(T t) { try { // 初始化 this.init(t); // 执行逻辑 this.process( ...
分类:其他好文   时间:2021-06-02 13:14:08    阅读次数:0
JAVA递归示例2:实现区域树
1、controller中的方法 /** * 获取区域树 * @return */ @ResponseBody @RequestMapping("/getAreaInfoTree") public List<AreaInfo> getAreaInfoTree(){ List<AreaInfo> re ...
分类:编程语言   时间:2021-06-02 12:47:27    阅读次数:0
31378条   上一页 1 ... 7 8 9 10 11 ... 3138 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!