转载自http://blog.csdn.net/zenjj11/article/details/38728481 项目介绍: Android上最让人头疼的莫过于从网络获取图片、显示、回收,不论什么一个环节有问题都可能直接OOM。这个项目也许能帮到你。Universal Image Loader fo ...
                            
                            
                                分类:
其他好文   时间:
2017-07-16 13:40:20   
                                阅读次数:
141
                             
                         
                    
                        
                            
                            
                                    使用以下css代码,具体功能已作注释 /*隐藏页面底部的 最新IT新闻 和 最新知识库文章 */ #under_post_news { display:none; } #under_post_kb { display:none; } /*修改文章title的字体等*/ .postTitle { fo ...
                            
                            
                                分类:
Web程序   时间:
2017-07-16 10:09:05   
                                阅读次数:
189
                             
                         
                    
                        
                            
                            
                                2017年7月7日 星期五 --出埃及记 Exodus 27:19All the other articles used in the service of the tabernacle, whatever their function, including all the tent pegs fo ...
                            
                            
                                分类:
其他好文   时间:
2017-07-15 14:53:18   
                                阅读次数:
93
                             
                         
                    
                        
                            
                            
                                    java集合类的使用可以说是无处不在,总的我们可以将之分为三大块,分别是从Collection接口延伸出的List、Set和以键值对形式作存储的Map类型集合。 许多情况需要我们遍历出集合中的元素,并做相应的处理。 下面对各种类型的集合的遍历做一些总结,关于增强for循环,需要注意的是,使用增强fo ...
                            
                            
                                分类:
编程语言   时间:
2017-07-13 23:40:49   
                                阅读次数:
264
                             
                         
                    
                        
                            
                            
                                    /* 只需在iOS4.3+/Android2.2+上运行的网页 */ @font-face { font-family: "iconfont"; src: url("iconfont.ttf") format("truetype"); } /* 需兼容各浏览器的网页。注意: 最后的svg没有指定fo... ...
                            
                            
                                分类:
其他好文   时间:
2017-07-13 21:42:27   
                                阅读次数:
298
                             
                         
                    
                        
                            
                            
                                Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length. Do not allocate extra space fo ...
                            
                            
                                分类:
编程语言   时间:
2017-07-13 12:39:36   
                                阅读次数:
159
                             
                         
                    
                        
                            
                            
                                网页的基本结构(双标签):html,title 页面标题,head 网页上控制信息,body 页面内容,所有属性都写在前面。 body的属性:bgcolor 背景色;text 文字颜色;margin 页面边距:top,left,botto,right;background 背景壁纸。 一般标签:fo ...
                            
                            
                                分类:
Web程序   时间:
2017-07-12 01:02:38   
                                阅读次数:
223
                             
                         
                    
                        
                            
                            
                                题记: 趁着《从0到1》大火的热潮,最近又一次翻阅了一遍《从一到无穷大》(这样是不是感觉整个非负数轴就圆满了^_^)。尽管作为科普类书籍。可是里面的内容还是比較深奥,幸亏有作者精准的翻译,一番细细品味后宛如醍醐灌顶,心中透亮。 一直幻想有外星人、宇宙外生物的存在,从《源代码》描写叙述的“平行世界”, ...
                            
                            
                                分类:
其他好文   时间:
2017-07-11 13:28:17   
                                阅读次数:
175
                             
                         
                    
                        
                            
                            
                                解释一下Linux上free命令的输出。 下面是free的运行结果,一共有4行。为了方便说明,我加上了列号。这样可以把free的输出看成一个二维数组FO(Free Output)。例如: FO[2][1] = 24677460 FO[3][2] = 10321516 1 2 3 4 5 61 tot ...
                            
                            
                                分类:
系统相关   时间:
2017-07-11 13:26:50   
                                阅读次数:
193
                             
                         
                    
                        
                            
                            
                                    <%@ page pageEncoding="utf-8"%> <html><head><meta charset="utf-8"><title>邮箱登录判断</title></head><head><script>function validateForm(){	var x=document.fo ...
                            
                            
                                分类:
其他好文   时间:
2017-07-10 23:32:44   
                                阅读次数:
664