会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
兄弟,来啦!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
14
下一页
2020年1月3日
2019小菜鸡的实习、秋招经历
摘要: 找实习和找工作密不可分。2019年年初才开始着手找实习,在各大实习平台上海投简历、看面经。当时找实习,只要是java开发岗位的都投了,但是自己心中偏向银行金融科技相关岗位。在投递简历无果、面试几家挂掉的情况下,一家平安旗下的子公司金融壹账通给我递来了橄榄枝。接下来的两个月里我每周平均实习三天,我的岗
阅读全文
posted @ 2020-01-03 17:13 悦风旗下
阅读(248)
评论(0)
推荐(0)
2019年12月9日
nested exception is org.apache.ibatis.binding.BindingException
摘要: mybatis出错 xml文件: <update id="decreaseStock"> update item_stock set stock = stock - #{amount,jdbcType=INTEGER} where item_id = #{itemId,jdbcType=INTEGE
阅读全文
posted @ 2019-12-09 21:41 悦风旗下
阅读(1914)
评论(0)
推荐(0)
转:idea类名出现了不同的颜色
摘要: 转:https://blog.csdn.net/yf_mood/article/details/88191818 在安装了git以后发现idea类名出现了不同的颜色,如下: 它们分别表示的含义: 绿色,已经加入控制暂未提交红色,未加入版本控制蓝色,加入,已提交,有改动白色,加入,已提交,无改动灰色:
阅读全文
posted @ 2019-12-09 18:46 悦风旗下
阅读(2143)
评论(0)
推荐(0)
2019年12月6日
Access to XMLHttpRequest at 'http://localhost:8090/user/getotp' from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
摘要: ajax跨域请求错误 解决: springboot中: 加注解 @CrossOrigin
阅读全文
posted @ 2019-12-06 08:34 悦风旗下
阅读(3694)
评论(0)
推荐(0)
2019年12月5日
获取url传来的参数
摘要: //根据传递过来的参数name获取对应的值 function getParameter(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)","i"); var r = location.search.substr(1).matc
阅读全文
posted @ 2019-12-05 20:21 悦风旗下
阅读(1245)
评论(0)
推荐(0)
2019年11月29日
git、github常用操作
摘要: 1、将github项目拷贝到本地 $ git clone https://github.com/jim2500/miaosha_project.git 2、修改本地项目上传到github T470s@shijun MINGW64 /d/ideaproject/miaosha_project/miao
阅读全文
posted @ 2019-11-29 22:49 悦风旗下
阅读(365)
评论(0)
推荐(0)
转:Git和Github简单教程
摘要: 转自:https://www.cnblogs.com/schaepher/p/5561193.html Git和Github简单教程 原文链接:Git和Github简单教程 网络上关于Git和GitHub的教程不少,但是这些教程有的命令太少不够用,有的命令太多,使得初期学习的时候需要额外花不少时间在
阅读全文
posted @ 2019-11-29 19:49 悦风旗下
阅读(212)
评论(0)
推荐(0)
转:GitHub团队项目合作流程
摘要: 转自:https://www.cnblogs.com/schaepher/p/4933873.html GitHub团队项目合作流程 已在另一篇博客中写出关于以下问题的解决,点此进入: 同步团队项目到本地时出现冲突怎么办? 项目负责人merge一个Pull Request后发现有错怎么回退? 目录:
阅读全文
posted @ 2019-11-29 19:45 悦风旗下
阅读(322)
评论(0)
推荐(0)
转:git上传本地项目到github
摘要: 转自:https://blog.csdn.net/Lucky_LXG/article/details/77849212 将本地项目上传到Github(两种简单、方便的方法)一、第一种方法:首先你需要一个github账号,所有还没有的话先去注册吧!https://github.com/我们使用git需
阅读全文
posted @ 2019-11-29 19:06 悦风旗下
阅读(180)
评论(0)
推荐(0)
转:git常用操作
摘要: 转自:https://www.cnblogs.com/donghaojun/p/10906981.html 开发常用git指令:git init # 初始化本地git环境 git clone xxx # 克隆一份代码到本地 git config --globa user.name/user.emai
阅读全文
posted @ 2019-11-29 19:00 悦风旗下
阅读(132)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
14
下一页
公告