`
fengjia10
  • 浏览: 29946 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论
文章列表
    JDepend traverses Java class file directories and generates design quality metrics for each Java package. JDepend allows you to automatically measure the quality of a design in terms of its extensibility, reusability, and maintainability to manage package dependencies effectively.     it include ...
reference from http://net.tutsplus.com/tutorials/javascript-ajax/top-10-things-that-javascript-got-wrong/     JavaScript, if only by default, is one of the most popular programming languages available. Over the years, it's been labeled as a nightmare to work with, and, to some extent, this is true! ...
    Concurrent applications have multiple threads running simultaneously. Access to data shared by multiple threads requires synchronization which is often a source of fragile and hard to maintain code, hard to find bugs, and performance issues. You can minimize synchronization and the headaches that ...
Web Services are the key point of Integration for different applications belonging to different Platforms, Languages, systems. It wouldn’t be wrong if you call Web-services as the “Rendezvous point of the Business”.     REST is rather new. SOAP revolutionized RPC and loose coupling  beyond the restr ...
   最近一些天来,由于实验室项目开发的需要,自己对HTTP协议进行了比较细致的研究,并结合目前项目进度,成功解决了Ajax的跨域访问问题! HTTP协议之深入浅出:  HTTP-Hypertext Transfer Protocol(超文本传输协议),这是我们日常上网接触最多的网络应用层协议之一。有些朋友可能会问,这么个协议有什么值得研究的?非也,作为一个合格的软件开发人员,具备一定的协议分析能力是必要的,也是必须的,而且深入地理解HTTP协议也有助于我们掌握Servlet和Jsp技术! “HTTP has been in use by the World-Wide Web glob ...
----能够正视失败和错误,而不回避和掩盖,正是职业架构师的宝贵素养!!!      首先,我们需要明白的是何为架构,以我看来,架构更多关注的是高层设计(所谓的high-level Design),它是一组有关如何确定软件系统的组织机构的重要决策。感兴趣的朋友可以查看这篇文章来深入理解一下架构的概念(http://baike.baidu.com/view/1147116.htm?fr=ala0_1)。那么,如何达到传说中的“架构之美”呢?我把它归为:软知识+想象力+创造力。软知识的积累过程中,必然少不了设计模式的学习。自己写这篇博文的目的,是希望和大家一同分享设计模式的美感,进行有效地模式挖掘。 ...
Global site tag (gtag.js) - Google Analytics