生命周期(Bean的initMethod和destroyMethod属性, InitializingBean和DisposableBean, @PostConstruct和@PreDestroy, BeanPostProcessor)
属性赋值(@Value, @PropertySource) ...
分类:
编程语言 时间:
2020-06-09 16:18:56
阅读次数:
54
1. 监控工具Moint安装及其使用 1.1 Monit安装及其配置 方式1:yum安装 安装相关命令如下 wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm rpm -ivh epel-release ...
分类:
系统相关 时间:
2020-06-08 14:24:19
阅读次数:
87
shader优化的 测量 https://twvideo01.ubm-us.net/o1/vault/gdcchina14/presentations/833760_RemiBreton_ProfilingAndOptimizing_EN.pdf 各平台都有自己的 因为cycle依赖底层 ...
分类:
其他好文 时间:
2020-06-04 14:02:30
阅读次数:
56
第一章、phoenix入门简介 1. Phoenix定义 Phoenix最早是saleforce的一个开源项目,后来成为Apache基金的顶级项目。 Phoenix是构建在HBase上的一个SQL层,能让我们用标准的JDBC APIs而不是HBase客户端APIs来创建表,插入数据和对HBase数据 ...
分类:
其他好文 时间:
2020-06-01 18:05:21
阅读次数:
103
题目 The decimal expansion of the fraction 1/33 is 0.03, where the 03 is used to indicate that the cycle 03repeats indefinitely with no intervening digi ...
分类:
其他好文 时间:
2020-05-28 00:54:20
阅读次数:
110
1218 warn optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/fsevents): 1219 warn notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported pl ...
分类:
其他好文 时间:
2020-05-11 10:36:06
阅读次数:
260
Two Pointer 141. Linked List Cycle 判断链表是否有环 Can you solve it using O(1) (i.e. constant) memory? "leetcode 141. Linked List Cycle" 142. Linked List Cyc ...
分类:
其他好文 时间:
2020-05-05 18:11:17
阅读次数:
54
1 package test_2_2; 2 3 public class Cycle { 4 5 public void balance() { 6 7 System.out.println("this is Cycle.balance()"); 8 } 9 } 1 package test_2_2 ...
分类:
编程语言 时间:
2020-05-05 12:35:03
阅读次数:
57
建立数据通路 指令周期(Instruction Cycle) 前面讲计算机机器码的时候,向你介绍过 PC 寄存器、指令寄存器,还介绍过 MIPS 体系结构的计算机所用到的 R、I、J 类指令。如果我们仔细看一看,可以发现,计算机每执行一条指令的过程,可以分解成这样几个步骤。 1. Fetch ( 取 ...
分类:
其他好文 时间:
2020-05-04 19:33:40
阅读次数:
72
from django.forms.widgets import RadioSelect class ColorRadioSelect(RadioSelect): # input_type = 'radio' # template_name = 'django/forms/widgets/radio ...
分类:
其他好文 时间:
2020-05-04 13:30:31
阅读次数:
96