- 博客(8)
- 收藏
- 关注
转载 IntegerCache ByteCache CharacterCache LongCache ShortCache
new Integer(1) 与 Integer.valueOf(1) 的区别 使用Integer.valueOf(1)可以使用系统缓存,既减少可能的内存占用,也省去了频繁创建对象的开销。 public static Integer valueOf(int i) {assert ...
2019-02-12 21:05:00 224
转载 ReentrantLock重入锁
主要介绍ReentrantLock两种锁的加锁和释放锁的具体过程。 java.util.concurrent.lock.ReentrantLock,Java SE 5.0引入 使用简单示例 代码块 Plain Text class X { private final Reen...
2019-02-12 21:04:00 115
转载 phalcon save流程
phalcon官方文档是这么写的 Operation Name Can stop operation? Explanation Inserting/Updating ...
2015-11-19 19:48:00 276
转载 leetcode-Evaluate Reverse Polish Notation
Evaluate the value of an arithmetic expression inReverse Polish Notation. Valid operators are+,-,*,/. Each operand may be an integer or ano...
2015-11-16 20:53:00 121
转载 [leetcode]Consecutive Numbers
set @t1=0; sql中在select中赋值 @t1:= 1 sql中条件判断 case when 条件 then 结果1 else 结果2 end 例如:case when @tp=Num then @t1+1 else 1 end 或者 IF...
2015-11-16 20:53:00 99
转载 [初学web]phalcon框架下通过ajax更改select表单的选项
最后效果如下:在更改city选项时候,触发自动更改District的选项代码如下://AddressController.php/***Editsaaddres**@paramstring$uid*/publi...
2015-11-16 20:53:00 184
转载 phalcon两种create方法的区别
今天又碰到phalcon的一个坑了 phalcon版本2.0.8 Model类create方法,代码示例有两种方式 //Creatinganewrobot$robot=newRobots();$robot->type='mechanical';$robot-&...
2015-11-16 20:46:00 516
转载 date周天返回0
今天才知道php和shell中,date取时间是周几的话,如果周天,那返回的是0!!!估计其他语言也一样吧,一直以为是7。。。醉了~ 转载于:https://my.oschina.net/...
2014-09-26 19:08:00 235
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人