会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
北斗
个人工作小记,极简版。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
下一页
2018年1月26日
spring boot 没有主清单属性
摘要:
阅读全文
posted @ 2018-01-26 20:15 北斗2016
阅读(208)
评论(0)
推荐(0)
2018年1月17日
spring boot application properties配置详解
摘要: # # COMMON SPRING BOOT PROPERTIES # # This sample file is provided as a guideline. Do NOT copy it in its # entirety to your own application. ^^^ # # #
阅读全文
posted @ 2018-01-17 22:31 北斗2016
阅读(479)
评论(0)
推荐(0)
Class path contains multiple SLF4J bindings.
摘要: 1 启动报错 2 初步诊断是slf4j 包冲突了,项目根目录运行 gradle dependencyInsight --dependency slf4j-api 3. 修改build.gradle 文件 4.启动成功。
阅读全文
posted @ 2018-01-17 00:08 北斗2016
阅读(580)
评论(0)
推荐(0)
2018年1月14日
java 字节码 指令集
摘要: 有时候为了能理解JVM对程序所做的优化等,需要查看程序的字节码,因此知道了解一些常见的指令集很重要! 指令码 助记符 说明 0x00 nop 什么都不做 0x01 aconst_null 将null推送至栈顶 0x02 iconst_m1 将int型-1推送至栈顶 0x03 iconst_0 将in
阅读全文
posted @ 2018-01-14 10:06 北斗2016
阅读(248)
评论(0)
推荐(0)
2017年12月29日
RedisDesktopManager 踩坑之旅
摘要: 虚拟机上装了redis, 本地Windows的RedisDesktopManager connect failed。 解决方法: 1.修改 redis.conf 文件 bind 127.0.0.1 注释掉 requirepass 123456 设置密码 2.linux 对外开放6379端口
阅读全文
posted @ 2017-12-29 01:12 北斗2016
阅读(1403)
评论(0)
推荐(0)
2017年12月25日
webmagic使用手册
摘要: https://my.oschina.net/flashsword/blog/180623 重点 SeleniumDownloader 对于一些Javascript动态加载的网页,仅仅使用http模拟下载工具,并不能取到页面的内容。这方面的思路有两种:一种是抽丝剥茧,分析js的逻辑,再用爬虫去重现它
阅读全文
posted @ 2017-12-25 22:28 北斗2016
阅读(543)
评论(0)
推荐(0)
Maven 手动添加本地jar包
摘要: mvn install:install-file -Dfile=jar绝对路径 -DgroupId=项目组织唯一的标识符 -DartifactId=项目的唯一的标识符 -Dversion=jar版本 -Dpackaging=jar mvn install:install-file -Dfile=E:
阅读全文
posted @ 2017-12-25 14:27 北斗2016
阅读(325)
评论(0)
推荐(0)
2017年12月22日
根据端口号查询 进程 并杀掉进程
摘要: netstat -nao | findstr 1099taskkill -f -pid 3756
阅读全文
posted @ 2017-12-22 17:04 北斗2016
阅读(163)
评论(0)
推荐(0)
从经典面试题看java中类的加载机制
摘要: http://blog.csdn.net/qq_16216221/article/details/71600535
阅读全文
posted @ 2017-12-22 17:03 北斗2016
阅读(137)
评论(0)
推荐(0)
Java线程的5种状态及切换(透彻讲解)
摘要: http://blog.csdn.net/pange1991/article/details/53860651
阅读全文
posted @ 2017-12-22 17:02 北斗2016
阅读(169)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
下一页
公告