会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
大新博客
程序人生,逆水行舟,不进则退。
博客园
首页
新随笔
联系
订阅
管理
2018年10月23日
ExtJS6 根据Value设置单元格颜色
摘要: renderer : function(value, meta) { if(parseInt(value) > 0) { meta.style = ""; } else { meta.style = ""; } return value; }
阅读全文
posted @ 2018-10-23 10:54 大新博客
阅读(398)
评论(0)
推荐(0)
2017年6月29日
Spring常用工具方法备忘录
摘要: 1:加载配置文件
阅读全文
posted @ 2017-06-29 14:56 大新博客
阅读(377)
评论(0)
推荐(0)
2017年3月24日
修改maven镜像为阿里云,速度快
摘要: http://www.cnblogs.com/panxuejun/p/6140768.html修改maven根目录下的conf文件夹中的setting.xml文件,(或者当前用户目录 的 .m2 目录下的 setting.xml 文件) http://idea.lanyus.com/ <mirror
阅读全文
posted @ 2017-03-24 14:19 大新博客
阅读(8902)
评论(0)
推荐(0)
2016年7月4日
Nginx+Keepalived实现站点高可用
摘要: http://seanlook.com/2015/05/18/nginx-keepalived-ha/ http://blog.csdn.net/conquer0715/article/details/47955553 keep配置与使用 http://blog.csdn.net/zll_liang
阅读全文
posted @ 2016-07-04 10:58 大新博客
阅读(349)
评论(0)
推荐(0)
2016年6月21日
强(strong)、软(soft)、弱(weak)、虚(phantom)引用
摘要: https://github.com/Androooid/treasure/blob/master/source/lightsky/posts/mat_usage.md 1.1 GC Root JAVA虚拟机通过可达性(Reachability)来判断对象是否存活,基本思想:以"GC Roots"的
阅读全文
posted @ 2016-06-21 20:27 大新博客
阅读(3834)
评论(1)
推荐(0)
Linux SSH 连接不上
摘要: http://blog.csdn.net/cryhelyxx/article/details/46473783 在xshell下用ssh登录远程主机centos出现以下问题: 之前用xshell远程登录centos都是可以的, 就在我重装了openssh-server后出现这问题, 于是我猜这可能是
阅读全文
posted @ 2016-06-21 15:37 大新博客
阅读(29452)
评论(0)
推荐(0)
2016年5月19日
ExtJs Column 显示文字内容过长 使用Tootip显示全部内容
摘要: { text: 'Column Header Blah', dataIndex: 'blah', renderer: function(value, metaData, record, rowIdx, colIdx, store) { metaData.tdAttr = 'data-qtip="' + value + '"'; r...
阅读全文
posted @ 2016-05-19 10:37 大新博客
阅读(1698)
评论(0)
推荐(0)
2016年5月18日
史上最清晰的红黑树讲解(上)
摘要: http://www.cnblogs.com/CarpenterLee/p/5503882.html 本文以Java TreeMap为例,从源代码层面,结合详细的图解,剥茧抽丝地讲解红黑树(Red-Black tree)的插入,删除以及由此产生的调整过程。 总体介绍 Java TreeMap实现了S
阅读全文
posted @ 2016-05-18 08:33 大新博客
阅读(601)
评论(0)
推荐(0)
2016年5月17日
MySQL Cluster 集群
摘要: 本文转载 http://www.cnblogs.com/gomysql/p/3664783.html MySQL Cluster是一个基于NDB Cluster存储引擎的完整的分布式数据库系统。不仅仅具有高可用性,而且可以自动切分数据,冗余数据等高级功能。和Oracle Real Cluster A
阅读全文
posted @ 2016-05-17 14:36 大新博客
阅读(1223)
评论(0)
推荐(0)
2016年4月7日
Android事件传递机制
摘要: http://blog.csdn.net/awangyunke/article/details/22047987 1)public boolean dispatchTouchEvent(MotionEvent ev) 这个方法用来分发TouchEvent2)public boolean onInte
阅读全文
posted @ 2016-04-07 13:49 大新博客
阅读(197)
评论(0)
推荐(0)
下一页
公告