观察者模式: 定义: 
观察者模式定义了一种一对多的依赖关系,让多个观察者对象同时监听某一个主题对象。这个主题对象在状态发生变化时,会通知所有观察者对象,使它们能够自动更新自己。此种模式通常被用来实时事件处理系统。其中两个重要对象是观察者和被观察者。观察者内部处理观察者感兴趣的事情,而当...
                            
                            
                                分类:
其他好文   时间:
2014-04-29 10:25:46   
                                阅读次数:
355
                             
                    
                        
                            
                            
                                TCP/IP: TCP/IP是 Internet 
上广泛使用的通用协议。它与互连网络中硬件结构和操作系统各异的计算机进行通信。TCP/IP包括路由网络流量的标准,并能够提供高级安全功能。它是目前在商业中最常用的协议。将计算机配置为使用 
TCP/IP可能会很复杂,但大多数联网的计算机已经配置正确。若....
                            
                            
                                分类:
数据库   时间:
2014-04-29 10:23:47   
                                阅读次数:
542
                             
                    
                        
                            
                            
                                Are you worried that you will not be able to 
migrate from http://tfs.visualstudio.com when they start charging for it and you 
don’t want to pay? Fear ...
                            
                            
                                分类:
其他好文   时间:
2014-04-29 10:23:47   
                                阅读次数:
496
                             
                    
                        
                            
                            
                                namespace Webpart.Staffing.ViewAll{ 
[ToolboxItemAttribute(false)] public partial class ViewAll : WebPart { public 
ViewAll() {...
                            
                            
                                分类:
Web程序   时间:
2014-04-29 10:22:47   
                                阅读次数:
435
                             
                    
                        
                            
                            
                                前几天我在园子里分享过2款很酷的CSS3 
Loading加载动画,今天又有10个最新的Loading动画分享给大家,这些动画的样式都不一样,实现起来也并不难,你很容易把它们应用在项目中,先来看看效果图:你也可以在这里查看DEMO演示。下面我们来挑选几个比较典型的案例来分析一下代码。先来看看第一个案例...
                            
                            
                                分类:
Web程序   时间:
2014-04-29 10:17:46   
                                阅读次数:
517
                             
                    
                        
                            
                            
                                思路1)从dll中导入 FlashWindowEx函数2)调用 1 // 声明 2 #if 
defined (__cplusplus) 3 extern "C"{ 4 #endif 5 WINUSERAPI BOOL WINAPI 
FlashWindowEx(PFLASHWINFO pfwi); 6...
                            
                            
                                分类:
其他好文   时间:
2014-04-29 10:17:46   
                                阅读次数:
336
                             
                    
                        
                            
                            
                                一、height() 方法 height() 
方法返回或设置匹配元素的高度$(".btn1").click(function(){ $("p").height(50);});height方法事例
                            
                            
                                分类:
Web程序   时间:
2014-04-29 10:17:45   
                                阅读次数:
411
                             
                    
                        
                            
                            
                                1 public static String makeMD5(String password) { 2 
String result = null; 3 4 MessageDigest messageDigest; 5 try { 6 ...
                            
                            
                                分类:
其他好文   时间:
2014-04-29 10:16:46   
                                阅读次数:
348
                             
                    
                        
                            
                            
                                /// /// 获取用户的IP地址 /// /// public static string 
GetIPAddress() { string user_IP = string.Empty; ...
                            
                            
                                分类:
其他好文   时间:
2014-04-29 10:16:45   
                                阅读次数:
397
                             
                    
                        
                            
                            
                                1#!/bin/bash 
-2#===============================================================================3#4#FILE: 
condition_expression_test.sh5#6# USAGE: ./con...
                            
                            
                                分类:
其他好文   时间:
2014-04-29 10:15:46   
                                阅读次数:
426