Weblinks :::http://scn.sap.com/docs/DOC-52909 http://help.sap.com/saphelp_45b/helpdata/en/64/1a39516e36d1118b3f0060b03ca329/content.htm
分类:
其他好文 时间:
2015-04-21 17:52:51
阅读次数:
153
转自http://www.infoq.com/cn/articles/how-to-design-a-good-restful-api引子在移动互联网、云计算迅猛发展的今天,作为一名Web开发者,如果您还没听说过“REST”这个buzzword,显然已经落伍了。夸张点说,甚至“出了门都不好意思跟别人...
分类:
其他好文 时间:
2015-04-21 09:31:17
阅读次数:
216
Singleton is a most widely used design pattern. If a class has and only has one instance at every moment, we call this design as singleton. For exampl...
分类:
其他好文 时间:
2015-04-21 07:12:27
阅读次数:
223
题目地址:TJU 2248
最小树形图模板题。熟练一下模板。
代码如下:#include
#include
#include
#include
#include
#include
#include
#include
#include <stdio.h...
分类:
编程语言 时间:
2015-04-20 16:58:36
阅读次数:
174
搜狗高可用、高性能、可扩展商业平台设计_infoQ地址:http://www.infoq.com/cn/presentations/availability-performance-scalable-business-platform-design ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 原文地...
分类:
其他好文 时间:
2015-04-20 13:24:21
阅读次数:
127
平面最近点对的经典做法就是分治。所有点先按x再按y排序,然后取中间位置的点,利用其x坐标值将点划分成左右两部分,分别求出两侧的最近点对(设其距离为δ),然后合并。参看下面的图片(来自guyulongcs的专栏,http://blog.csdn.net/guyulongcs/article/detai...
分类:
其他好文 时间:
2015-04-20 11:03:40
阅读次数:
152
背景:android中缺省的checkbox,有时显得较小,而且经常会与界面设计风格不一致,因此通过定制checkbox可以设计成自已想要的风格。方法:一.首先我们要确定checkbox的checked与unchecked两种状态。用图片表示:二.编写custom_checkbox_design.xml<?xmlversion="1.0"encoding..
分类:
其他好文 时间:
2015-04-18 14:45:44
阅读次数:
155
从Java转iOS第一个项目总结http://www.cocoachina.com/ios/20150417/11595.htmlicon设计探讨:图标,文字,还是图标加文字?http://www.cocoachina.com/design/20150414/11552.html为什么整个互联网行业...
分类:
移动开发 时间:
2015-04-18 06:25:46
阅读次数:
176
关於 RWD (Reponsive Web Design 自适应网页设计) 的一点心得
常说
One approach isn't necessarily better than the other. You have to pick the approach that works best with your personality (or your team's person...
分类:
Web程序 时间:
2015-04-17 11:35:48
阅读次数:
155