一、单例模式实现方式 常见的 1、饿汉方式 示例代码: package com.mt.singleton;/** * 设计模式单例模式之饿汉实现方式 * 线程安全,调用效率高,但无法实现延迟加载 * @author MT * */public class SingletonDemo1 { priva ...
分类:
其他好文 时间:
2019-06-08 19:02:45
阅读次数:
125
public function tt($times = 1){ $rand = mt_rand(1,5); echo $rand . ''; if ($rand != '5'){ $times++; $this->tt($times); } else { ... ...
分类:
其他好文 时间:
2019-05-30 19:25:08
阅读次数:
85
$json_data = array(); $json_data['request_id'] = date('YmdHis').mt_rand(10000,99999); $json_data['card_type'] = 'OUT_MEMBER_CARD'; $json_data['biz_no_ ...
分类:
其他好文 时间:
2019-05-26 18:18:33
阅读次数:
131
已知椭圆$\dfrac{x^2}{16}+\dfrac{y^2}{4}=1$的下顶点为$A$,若直线$x=ty+4$与椭圆交于不同的两点$M,N$则当$t=$______时,$\Delta AMN$外心的横坐标最大. ...
分类:
其他好文 时间:
2019-05-04 14:45:53
阅读次数:
122
已知$a^2+b^2+c^2=1$求$abc(a+b+c)$的最小值.(2018辽宁预赛解答压轴题) ...
分类:
其他好文 时间:
2019-04-23 13:08:14
阅读次数:
136
libboost_atomic-vc150-mt-gd-x64-1_66.liblibboost_atomic-vc150-mt-s-x64-1_66.liblibboost_atomic-vc150-mt-sgd-x64-1_66.liblibboost_atomic-vc150-mt-x64-1 ...
分类:
其他好文 时间:
2019-04-16 16:13:41
阅读次数:
125
已知平面向量$\overrightarrow {a},\overrightarrow {b}$满足$|\overrightarrow {a}|=4,|\overrightarrow {b}|=2$. 若对于任意共面的单位向量$\overrightarrow {e},$记$|\overrightarr... ...
分类:
其他好文 时间:
2019-04-15 16:15:45
阅读次数:
144
实数$a,b,c$满足$a^2+b^2+c^2=1$求$f=\min\{(a-b)^2,(b-c)^2,(c-a)^2\}$的最大值 ...
分类:
其他好文 时间:
2019-04-09 09:30:50
阅读次数:
139
设$H$为垂心,且$3\overrightarrow{HA}+4\overrightarrow {HB}+5\overrightarrow {HC}=\overrightarrow 0$,则$\cos\angle AHB=$____ ...
分类:
其他好文 时间:
2019-04-09 09:27:36
阅读次数:
130
已知单位向量 $\overrightarrow e_1,\overrightarrow e_2$ 的夹角为 $120^\circ$,$\left|x\overrightarrow e_1+y\overrightarrow e_2\right|=\sqrt 3$($x,y\in\mathbb R$),... ...
分类:
其他好文 时间:
2019-04-03 14:09:51
阅读次数:
159