会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
nh小金
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
下一页
2018年7月27日
毫秒计算
摘要: 1秒(s)=1000毫秒(ms)
阅读全文
posted @ 2018-07-27 09:36 nh小金
阅读(213)
评论(0)
推荐(0)
BUG_cannot be referenced from a static context
摘要: 静态方法不能调用非静态方法
阅读全文
posted @ 2018-07-27 09:33 nh小金
阅读(648)
评论(0)
推荐(0)
2018年6月6日
think in java 读书笔记
摘要: 第三章 操作符 3.1 更简单的打印语句 原:System.out.println("打印"); 简单:print("我是更简单的"); 需要导包 :import static net.mindview.util.Print.*(打印语句一般较少,这里了解就行) 3.2使用java操作符 ① + ,
阅读全文
posted @ 2018-06-06 17:06 nh小金
阅读(108)
评论(0)
推荐(0)
2018年6月1日
JAVA_全局配置文件(配置网址,url等等)_第一种方式
摘要: 一.概述 当使用httpClient调其他系统接口时,需要通过地址来发送post请求. 这时我们有不同的环境,那么就有两个问题. 1是地址不能写在代码中,而是要写在配置文件. 2是不同环境配置文件应该是不同的. 二.实现方式 . 1.webapp.xml 2.properties文件(不同环境配置文
阅读全文
posted @ 2018-06-01 15:52 nh小金
阅读(535)
评论(0)
推荐(0)
2018年5月9日
IDEA_debug窗口问题,debugger窗口消失,窗口漂浮等
摘要:
阅读全文
posted @ 2018-05-09 11:01 nh小金
阅读(1489)
评论(0)
推荐(0)
2018年4月25日
JAVA_模糊查询_重点是concat关键字
摘要: SELECT * FROM user WHERE username LIKE concat('%',#{username},'%') concat : 类似+ ,拼接sql.sql语句中会将+ 重写.不能用+进行拼接 注意: 两个字段的模糊查询
阅读全文
posted @ 2018-04-25 10:01 nh小金
阅读(519)
评论(0)
推荐(0)
2018年3月14日
idea快捷键
摘要: 1.ctrl + alt + L 格式化代码 2.ctrl + shift + r 全局搜索
阅读全文
posted @ 2018-03-14 16:17 nh小金
阅读(70)
评论(0)
推荐(0)
2018年2月1日
Eclipse_设置_01_自动提示
摘要:
阅读全文
posted @ 2018-02-01 21:51 nh小金
阅读(87)
评论(0)
推荐(0)
2018年1月30日
Bug04_spring注解报错
摘要: maven 的pom文件中, 没有导入spring的依赖 <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>${spring.version}</versi
阅读全文
posted @ 2018-01-30 09:39 nh小金
阅读(97)
评论(0)
推荐(0)
2018年1月14日
JAVA_工具类01_ResourceBundle
摘要: 在java.util.ResourceBundle包下,是java提供的工具类 ResourceBundle只能读取properties文件中的内容,可以使用ResourceBundle的静态方法来创建,String:配置文件的名称(不需要后缀) private static ResourceBun
阅读全文
posted @ 2018-01-14 10:31 nh小金
阅读(103)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
下一页
公告