Yahoo!的Exceptional
Performance团队为改善Web性能带来最佳实践。他们为此进行了一系列的实验、开发了各种工具、写了大量的文章和博客并在各种会议上参与探讨。最佳实践的核心就是旨在提高网站性能。
原版猛戳:https://developer.yahoo.com/perf...
分类:
Web程序 时间:
2014-06-06 11:50:31
阅读次数:
489
Android-Empty-Layout:这个布局可以作用在Listview,Gridview,用于显示数据的是空的时候,可以提示友好的页面。这库可以显示页面出错,页面加载,页面是空。加载的动画页面也支持。项目主页:https://github.com/alamkanak/Android-Empty...
分类:
移动开发 时间:
2014-06-06 10:42:20
阅读次数:
255
原题地址:https://oj.leetcode.com/problems/distinct-subsequences/题意:Given
a stringSand a stringT, count the number of distinct subsequences ofTinS.A
subseq...
分类:
编程语言 时间:
2014-06-06 09:59:43
阅读次数:
330
摘自:Android
SDK更新以及ADT更新出现问题的解决办法http://blog.sina.com.cn/s/blog_4a94a0db0100y4h7.html十分感谢原作者!!!问题描述使用SDK
Manager更新时出现问题Failed to fetch URL https://dl-s...
分类:
移动开发 时间:
2014-06-06 09:24:26
阅读次数:
383
安装地址:https://www.microsoft.com/betaexperience/pd/SQLEXPNOCTAV2/enus/default.aspxhttp://www.microsoft.com/zh-cn/download/details.aspx?id=29062介绍:微软SQL
...
分类:
数据库 时间:
2014-06-06 08:36:07
阅读次数:
281
网络开发经常要用到一些TCP&UDP的调试工具,搜集一些备用。目前总结工具有(不分先后):chrome等自带调试器调试HTTPFiddler(.NET)和Charles
debugger(JAVA)wiresharksokit(使用C++语言,QT基础库开发,开源,https://code.goog...
分类:
其他好文 时间:
2014-06-06 08:29:03
阅读次数:
260
原题地址:https://oj.leetcode.com/problems/interleaving-string/题意:Givens1,s2,s3,
find whethers3is formed by the interleaving ofs1ands2.For example,Given:s1...
分类:
编程语言 时间:
2014-06-06 07:26:08
阅读次数:
351
Sublime Text 2 一些设置January 10th, 2013731viewsPosted
in软件Write comment个人的关于Sublime Text
2的一些设置和插件。关于安装:程序主页:https://sublimetext.com/Windows7/8下安装版的配置文件...
分类:
编程语言 时间:
2014-06-05 21:30:48
阅读次数:
452
今天用Swing 做了一个模仿QQ2009的登录界面,用到了开源的Look&Feel
(Substance),在使用的过程中遇到了一些问题,也学到了一些技巧。Substance
(https://substance.dev.java.net)有很多的外观可以选择,而且都很漂亮,还提供了强大的API供...
1. 下载protobuf源代码(当前最新版本为:2.5.0) #cd /opt #wget
https://protobuf.googlecode.com/files/protobuf-2.5.0.tar.gz 2. 解压,编译,安装 #tar
zx...
分类:
编程语言 时间:
2014-06-05 17:44:39
阅读次数:
4474