会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
仰望星空 脚踏实地
欢迎关注我的公众号:小秋的博客
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
11
12
13
14
15
16
17
18
19
···
36
下一页
2018年2月2日
解决CentOS7关闭/开启防火墙出现Unit iptables.service failed to load: No such file or directory.
摘要: CentOS7中执行[plain] view plain copy print?service iptables start/stop service iptables start/stop会报错Failed to start iptables.servi...
阅读全文
posted @ 2018-02-02 15:24 crr121
阅读(241)
评论(0)
推荐(0)
2018年2月1日
【Mybatis架构】Mapper映射文件中的#{}与${}
摘要: 前言 还记得当初从北京回来的时候,跟着倪文杰师姐做Java ITOO的一卡通模块,我亲姐贾梦洁带着我一块做,期间,我遇到了一个特别奇葩的问题,就死我要实现Mybatis的模糊查询,根据当时亲姐教给我方法 select * ...
阅读全文
posted @ 2018-02-01 11:48 crr121
阅读(364)
评论(0)
推荐(0)
2018年1月31日
空指针异常(从辅助类获取对象之后需要实例化才能保存信息)
摘要: ApplicationInfo applicationInfo1 = applicationVo1.getApplicationInfo(); if(applicationInfo1==null){ applic...
阅读全文
posted @ 2018-01-31 11:05 crr121
阅读(223)
评论(0)
推荐(0)
后端测试的时候报404
摘要: 错误报号为404,并且进不去后台代码,一般都是url地址错了,或者参数的个数没有对应上,或者参数名写错,参数类型错误
阅读全文
posted @ 2018-01-31 10:57 crr121
阅读(263)
评论(0)
推荐(0)
redis失效
摘要: redis中的token失效失效可能出现的问题:1、在postman测试时报 5002、控制台:### Error updating database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionE...
阅读全文
posted @ 2018-01-31 10:54 crr121
阅读(422)
评论(0)
推荐(0)
2018年1月25日
IDEA导出可执行jar包
摘要: 1. IDEA 导出可执行的Jar换了Idea后今天需要把项目打成 jar放到服务器上运行,稍微整理一下。在IDEA的菜单中选择File–>Project Structure,如下图所示:选择“Artifacts“在出现的图中点击加号在如下的...
阅读全文
posted @ 2018-01-25 18:18 crr121
阅读(327)
评论(0)
推荐(0)
IDEA导出可执行jar包
摘要: 1. IDEA 导出可执行的Jar换了Idea后今天需要把项目打成 jar放到服务器上运行,稍微整理一下。在IDEA的菜单中选择File–>Project Structure,如下图所示:选择“Artifacts“在出现的图中点击加号在如下的...
阅读全文
posted @ 2018-01-25 18:18 crr121
阅读(240)
评论(0)
推荐(0)
python3 .6 下 报错 RuntimeError: dictionary changed size during iteration
摘要: 循环字典键值,删除不符合要求的键值对def createTree(dataSet, minSup=1): #create FP-tree from dataset but don't mine heade...
阅读全文
posted @ 2018-01-25 11:44 crr121
阅读(229)
评论(0)
推荐(0)
python3 .6 下 报错 RuntimeError: dictionary changed size during iteration
摘要: 循环字典键值,删除不符合要求的键值对def createTree(dataSet, minSup=1): #create FP-tree from dataset but don't mine heade...
阅读全文
posted @ 2018-01-25 11:44 crr121
阅读(329)
评论(0)
推荐(0)
2018年1月19日
自定义分区随机分配解决数据倾斜的问题
摘要: 1、第一阶段有三个文本待统计(设置分区的个数为3)package com.cr.skew;import org.apache.hadoop.io.IntWritable;import org.apache.hadoop.io.LongWritable;import o...
阅读全文
posted @ 2018-01-19 16:33 crr121
阅读(201)
评论(0)
推荐(0)
上一页
1
···
11
12
13
14
15
16
17
18
19
···
36
下一页
公告