- 博客(3)
- 收藏
- 关注
转载 JS二分法查找数值在数值中的区间
需求:求一个数字类型,在一个数组中的区间; 1 $(function(){ 2 //二分法计算最近的数组下标 3 Array.prototype.binarySearch = function(obj){ 4 //var value = 0; 5 var left = 0; 6 var right...
2016-04-24 14:45:00
1218
转载 Java 动态代理插入日志
被代理对象的接口 1 public interface IScoreService { 2 public void addScore(String s,String s1); 3 } 被代理的对象的实现 1 public class ScoreServiceImpl implements IScoreService{ 2 int score = ...
2016-04-24 02:07:00
391
转载 哈喽,沃德!
哈喽,沃德! 第一次写博客我就写个哈喽,沃德! 1 public class HelloWorld{ 2 public static void main(String[] args){ 3 System.out.println("哈喽,沃德!"); 4 } 5 } 转载于:https://...
2016-04-24 01:56:00
211
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅