本文转自Zend Studio中安装Aptana及几个配置说明@Mr.Think无论对于前端人员还是PHP开发人员,Zend Studio加Aptana绝对堪称经典.可惜中文资料太少,让很多人在安装和使用时绕了不少弯路,在此分享一下,安装过程中几个实用的技巧.Zend Studio的下载安装就不详叙...
分类:
其他好文 时间:
2014-09-21 18:21:40
阅读次数:
279
1. Navigation Drawer很多应用程序都使用了Navigation Drawer,如网易邮箱client。该控件位于 android.support.v4.widget.DrawerLayout ,使用方法例如以下,点击下载源代码: 在编写代码...
分类:
其他好文 时间:
2014-09-21 17:47:21
阅读次数:
950
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set.get(key) - Get the ...
分类:
其他好文 时间:
2014-09-21 07:23:30
阅读次数:
370
原文地址:http://support.microsoft.com/gp/anxin_techtip6/zh-cnSQL Server为啥使用了这么多内存? SQL Server的用户,常常会发现SQL进程使用了很多内存。这些内存大多数都是用来缓存用户要访问的数据,以达到最优的效率。那怎么能够知道哪...
分类:
数据库 时间:
2014-09-20 13:59:57
阅读次数:
195
There are two sorted arrays A and B of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should be ...
分类:
其他好文 时间:
2014-09-20 05:40:07
阅读次数:
282
Magento PDF发票,支持中文,以及修改的办法.如果让magento的PDF发票支持中文.Magento生成PDF发票.使用的是zend framework的zend_pdf类.下面是一个简单的,使用zend framework生成pdf文件的用法.[code]setFont($font, $...
分类:
其他好文 时间:
2014-09-20 01:08:26
阅读次数:
217
将boost更新到1.53时, 发现luabind死活编译不过, 报错如下error: missing binary operator before token “(“根据老外的描述, boost中的BOOST_PP_ITERATION_FLAGS从1.49版本后发生了一些变化.在git找到一个pa...
分类:
其他好文 时间:
2014-09-19 19:11:55
阅读次数:
180
软件的层次关系(从底层到高层)如下:1. PSP (Processor Support Package). A group of file that are specific to a CPU type.2. BSP (Board support package). A group of files...
分类:
其他好文 时间:
2014-09-19 17:29:05
阅读次数:
236
转:Kerberos介绍(全)微软Windows Server 2003操作系统实现Kerberos 版本5的身份认证协议。Windows Server 2003同时也实现了公钥身份认证的扩展。Kerberos身份验证的客户端实现为一个SSP(security support provider),能...
分类:
其他好文 时间:
2014-09-19 03:24:35
阅读次数:
440
Could not find class 'android.support.v4.view.ViewPager', referenced from method com.maitao.spacepar有时候,会感觉很多错误遇到过,但是再次遇见的时候,还是会忍不住的去点开网页。。。。。恨不得自己能一次...
分类:
移动开发 时间:
2014-09-19 01:09:44
阅读次数:
264