2021年6月19日

Mybatis——必须使用@param注解 2021年6月19日

摘要: 建议在使用Mybatis时,一定要加上@param注解 踩了一个坑,报错为: aused by: org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingExcep 阅读全文

posted @ 2021-06-19 11:43 jingbostar 阅读(427) 评论(0) 推荐(0) 编辑

2021年6月7日

JAVA-throw new IOException报错unhandled exception:java.lang.Exception 2021年6月7日

摘要: 今天搞懂了两个问题 check Exception 和 unchecked Exception 的区别 try-catch和throw,throws的区别 今天遇到一个bug,需要这样处理:Feign调用如果失败了,则不更新数据库 处理feign调用获取返回值的方法是这么写的 package com 阅读全文

posted @ 2021-06-07 21:17 jingbostar 阅读(2779) 评论(0) 推荐(1) 编辑

2017年6月13日

GIt保持远程 源仓库与Fork仓库同步--2017年6月13日

摘要: 【1】添加远程仓库 git remote add remote [仓库地址] 【2】拉取远程仓库 git pull remote 【3】切换分支 git checkout newbranch 创建并切换分支 git checkout -b newbranch 【4】合并 git merge remo 阅读全文

posted @ 2017-06-13 16:18 jingbostar 阅读(227) 评论(0) 推荐(0) 编辑

2017年6月7日

Python的getattr()-2017年6月7日

摘要: 【1】getattr()函数是Python自省的核心函数 【2】Python的自省:Python可以查看内存中以对象形式存储的函数或模块信息,同样也可以进行相关的操作。 【3】相关函数:getattr(),setattr(),delattr(),hasattr() 下面介绍getattr相关用法:G 阅读全文

posted @ 2017-06-07 11:25 jingbostar 阅读(228) 评论(0) 推荐(0) 编辑

2017年5月18日

JavaScript学习-2017年5月18日

摘要: 术语:JavaScript是网景公司对ECMAScript标准的一种实现 版本:讲到JavaScript的版本,实际上就是说它实现了ECMAScript标准的哪个版本。 位置:第一种方法由<script>...</script>包含的代码就是JavaScript代码,它将直接被浏览器执行。 第二种方 阅读全文

posted @ 2017-05-18 16:20 jingbostar 阅读(144) 评论(0) 推荐(0) 编辑

2017年5月10日

Writing your first Django app--2017年5月9日

摘要: Writing your first Django app, part 1 介绍创建项目和app,创建表,更新表,运行,model编写 requriments : Django 1.8 and Python 2.7 创建项目django-admin startproject mysite.├── m 阅读全文

posted @ 2017-05-10 11:12 jingbostar 阅读(193) 评论(0) 推荐(0) 编辑

2017年5月9日

M4-AC6 Oh,Trojan Again--2017年5月9日

摘要: Word Trojan 特洛伊木马 slow = sluggish unresponsive = frozen punch in 上班打卡 iris identification 虹膜识别 phone tapping 电话窃听 croissant 羊角面包 duvet 羽绒被 surveillanc 阅读全文

posted @ 2017-05-09 19:54 jingbostar 阅读(213) 评论(0) 推荐(0) 编辑

吴军硅谷来信

摘要: 209 职业员工和管理者要注意的两件事 职业员工要抬起头(了解大局),管理者要弯下腰(了解细节) 例如问开发人员的问题: 一段视频30分钟,在你的网站上被观看一次能赚多少钱? 你们公司产品的广告点击率是多少 暴露的短板,行业上的从业者要了解一些销售的知识,技术上的问题无法有效的沟通,要理解随访提问的 阅读全文

posted @ 2017-05-09 10:15 jingbostar 阅读(901) 评论(1) 推荐(0) 编辑

【1】Prologue--A Game of Thrones--2017年4月8日

摘要: Figure Gared: 40 years in the Night`s Watch Ser Waymar Royce:4 years on the Wall Will: youngest son of an ancient house with too many heirs, 18 years 阅读全文

posted @ 2017-05-09 06:46 jingbostar 阅读(173) 评论(0) 推荐(0) 编辑

2017年5月8日

M4-PC9 Read 10,000 Books,Travel 10,000 Miles--2017年5月8日

摘要: KeyWork prompt adj: 迅速的,立刻的 准时的 prompt cash 及时付款 n: 提示符 After the prompt,please speak the new word again 付款期限 When is the prompt displayed? v: 促进 Word 阅读全文

posted @ 2017-05-08 13:36 jingbostar 阅读(279) 评论(0) 推荐(0) 编辑

导航