Week 2: What is design? Why is it important? Article 1: Startups, this is how design works. It's a state of mind. It's an approach to a problem. It's how you're going to kick your competitor's ass. Design is a method of problem solving. The best desi…
http://code.tutsplus.com/tutorials/restful-api-design-with-nodejs-restify--cms-22637 The RESTful API consists of two main concepts: Resource, and Representation. Resource can be any object associated with data, or identified with a URI (more than one…
最近研究内存关系数据库的设计与实现,下面一篇为berkeley db原始两位作为的Berkeley DB设计回忆录: Conway's Law states that a design reflects the structure of the organization that produced it. Stretching that a bit, we might anticipate that a software artifact designed and initially produ…
原文链接:http://www.c-sharpcorner.com/UploadFile/19b1bd/design-patterns-simplified-part1/ Design Patterns Simplified: Part 1[设计模式简述:第一部分] Design patterns are an important consideration when designing or developing any software systems or solutions. There…
原文地址:http://www.petrikainulainen.net/software-development/design/understanding-spring-web-application-architecture-the-classic-way/ Every developer must understand two things: Architecture design is necessary. Fancy architecture diagrams don’t descri…
http://docs.spring.io/spring/docs/current/spring-framework-reference/html/websocket.html https://spring.io/guides/gs/messaging-stomp-websocket/ https://github.com/rstoyanchev/spring-websocket-portfolio 项目中用到了消息的实时推送,查资料后用到了Spring websocket,找了很多资料,还是感…
Android Notification通知具体解释  Notification: (一).简单介绍:         显示在手机状态栏的通知. Notification所代表的是一种具有全局效果的通知,程序一般通过NotificationManager服务来发送Notification.         Android3.0添加了Notification.Builder类.该类能够轻松地创建Notification对象. (二).Notification.Builder类中提供的方法: bui…
20 Interesting WPF Projects on CodePlex (Some for Silverlight too) Pete Brown - 22 November 2010   In no particular order, here's a selection of interesting and recently maintained WPF projects I've found on CodePlex. This is by no means a complete l…
http://deeplearning.net/software/theano/tutorial/python-memory-management.html#python-memory-management Python Memory Management One of the major challenges in writing (somewhat) large-scale Python programs is to keep memory usage at a minimum. Howev…
 Prism provides guidance designed to help you more easily design and build rich, flexible, and easy-to-maintain Windows Presentation Foundation (WPF) desktop applications. Using design patterns such as Model-View-ViewModel (MVVM), Composite View, and…