会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
年少有为
三十载如朝夕,望君多珍惜。
CnBlogs
Home
New Post
Contact
Admin
Subscription
上一页
1
···
12
13
14
15
16
17
18
19
20
···
26
下一页
2019年10月10日
Mybatis 中 refid是什么意思
1、首先定义一个sql标签,一定要定义唯一id 例:<sql id="Base_Column_List" > name,age </sql> 2、然后通过id引用 <select id="selectAll"> select <include refid="Base_Column_List" />
Read More
posted @ 2019-10-10 12:31 活出自己范儿
Views(3552)
Comments(0)
Diggs(0)
2019年10月9日
maven报错 java.lang.RuntimeException: com.google.inject.CreationException: Unable to create injector, see the following errors
1、报错信息 2、更换版本 据网上说,这里很可能是由于版本不兼容导致的。 于是我卸载maven3.6.2,重新下载了maven3.6.0版本,亲测有效。
Read More
posted @ 2019-10-09 18:50 活出自己范儿
Views(562)
Comments(0)
Diggs(0)
Idea 项目jdk环境配置
1、先配置jdk环境变量
Read More
posted @ 2019-10-09 16:35 活出自己范儿
Views(403)
Comments(0)
Diggs(0)
Idea 设置maven配置文件settings.xml的位置
1、【File】 > 【Other Settings】 > 【Default Settings】 2、设置 settings.xml 配置 本博文来源于:https://blog.csdn.net/fengqing5578/article/details/82854495
Read More
posted @ 2019-10-09 11:11 活出自己范儿
Views(14917)
Comments(0)
Diggs(1)
IntelliJ IDEA常用快捷键总结
之前开发项目一直用的是eclipse进行开发,近期在使用IDEA这个工具进行项目开发,之前在eclipse上能使用的快捷键方法放在IDEA上很多都不适用了,因此在此总结一下关于IDEA快捷键的使用方法: 首先先说一下从IDEA上获取关于IDEA快捷键使用的方法步骤: 点击进去可以查看到所有快捷键的使
Read More
posted @ 2019-10-09 09:04 活出自己范儿
Views(461)
Comments(0)
Diggs(0)
2019年10月8日
Idea 一个窗口打开多个项目
1、【new】 > 【Module form Existing Sources】 2、选择导入的项目
Read More
posted @ 2019-10-08 18:29 活出自己范儿
Views(425)
Comments(0)
Diggs(0)
Git 下拉项目
1、【VCS】> 【Checkout from Version Control】 > 【Git】 2、项目Git路径 > 【Clone】
Read More
posted @ 2019-10-08 14:07 活出自己范儿
Views(1213)
Comments(0)
Diggs(0)
Git 删除本地保存的账号和密码
使用git在本地拉过一次代码时候git会自动将用户名密码保存到本地。 导致想用别的用户名和密码拉代码时没有权限,这时需要删除或者修改git在本地保存的账户名和密码。 具体办法如下: 1、控制面板-->用户和账户 2、管理Windows凭据 进行编辑和删除就可以了。
Read More
posted @ 2019-10-08 11:58 活出自己范儿
Views(6275)
Comments(0)
Diggs(0)
2019年9月25日
mysql 查询奇偶数
1、特殊字符处理 1.1 奇数 &1 执行结果: 2)偶数 字段=(字段>>1)<<1 2、mod 取余方法 2.1 奇数 mod 2 = 1 2.1 偶数 mod 2 = 0
Read More
posted @ 2019-09-25 19:58 活出自己范儿
Views(3844)
Comments(0)
Diggs(0)
2019年9月24日
shell 脚本拼接 Json 并Curl调用服务
该文被密码保护。
Read More
posted @ 2019-09-24 20:58 活出自己范儿
Views(1)
Comments(0)
Diggs(0)
上一页
1
···
12
13
14
15
16
17
18
19
20
···
26
下一页
公告