上一页 1 ··· 3 4 5 6 7
摘要: Java中AOP实现的三种方式 + 字节码:重新编译Java字节码,将切面插入字节码的某些点面上,如 + 类加载器:定制类加载器,在类加载时对字节码进行补充,在字节码中插入切面,如 + 动态代理组件:Java提供的动态代理 阅读全文
posted @ 2019-10-28 12:43 snower1995 阅读(1310) 评论(0) 推荐(0)
摘要: 1.查看磁盘状态 其中 为系统所在的SD卡、 为U盘: 2.格式化U盘 3.U盘的挂载与卸载 阅读全文
posted @ 2019-10-28 00:30 snower1995 阅读(1307) 评论(0) 推荐(0)
摘要: 1.配置国内源 2.更新软件 3.扩展分区 安装好后,默认显示容量是小于实际容量的,需手动扩展文件系统: 4.解锁root用户 系统默认root用户是锁定状态,因此如需要使用root操作,需要解锁root: 5.远程桌面连接设置 阅读全文
posted @ 2019-10-28 00:29 snower1995 阅读(470) 评论(0) 推荐(0)
摘要: org.springframework.boot.actuate.info.InfoEndpoint info org.springframework.boot.actuate.info.InfoContributor contribute 阅读全文
posted @ 2019-10-25 15:44 snower1995 阅读(520) 评论(0) 推荐(0)
摘要: RestTemplate getForObject(url...) RestTemplate execute RestTemplate doExecute AbstractClientHttpRequest execute AbstractBufferingClientHttpRequest exe 阅读全文
posted @ 2019-10-16 12:08 snower1995 阅读(239) 评论(0) 推荐(0)
摘要: Level of Abstraction = Implementation layer + :Instruction Set Architecture, ISA refers to the instructions and registers a CPU has available. + :Appl 阅读全文
posted @ 2019-09-30 14:08 snower1995 阅读(804) 评论(0) 推荐(0)
摘要: Structure of a Compiler 1.Lexical Analysis 词法分析 divides program text into words or tokens first step: recognize words + Smallest unit ablove letters 2 阅读全文
posted @ 2019-09-29 11:31 snower1995 阅读(193) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7