Searching
To open the search panel for the active file, press 
Ctrl + F. Someoptions and actions available through this panel can be controlled from thekeyboard:
Toggle Regular Expression...
                            
                            
                                分类:
其他好文   时间:
2014-07-16 16:32:20   
                                阅读次数:
187
                             
                    
                        
                            
                            
                                Netstat 命令用于显示各种网络相关信息,如网络连接,路由表,接口状态 (Interface Statistics),masquerade 连接,多播成员 (Multicast Memberships) 等等。输出信息含义执行netstat后,其输出结果为Active Internet conn...
                            
                            
                                分类:
Web程序   时间:
2014-07-16 15:35:09   
                                阅读次数:
363
                             
                    
                        
                            
                            
                                最近因为公司要求,需要导入20个供应商、20个客户到AD域中,刚开始手动加入了2个供应商,2个客户。但是感觉费时费力。如果能够找到一个命令,批量导入AD该多好呀。...
                            
                            
                                分类:
其他好文   时间:
2014-07-16 13:03:12   
                                阅读次数:
553
                             
                    
                        
                            
                            
                                //创建Ajax对象(兼容处理)function createXHR() { var xhr = null; if(window.XMLHttpRequest) { xhr = new XMLHttpRequest(); } else if(window.Active...
                            
                            
                                分类:
其他好文   时间:
2014-07-15 23:49:57   
                                阅读次数:
512
                             
                    
                        
                            
                            
                                前面介绍ASM算法(http://blog.csdn.net/carson2005/article/details/8194317)的时候,笔者提到,ASM是基于统计形状模型的基础上进行的,而AAM则是在ASM的基础上,进一步对纹理(将人脸图像变形到平均形状而得到的形状无关图像g)进行统计建...
                            
                            
                                分类:
移动开发   时间:
2014-07-14 20:25:42   
                                阅读次数:
286
                             
                    
                        
                            
                            
                                调用JS函数包括两部分在执行:1.词法分析 2.执行语句 例1:*/functiontest(x,y){functionx(){alert(x);}x();alert(x);}test(100); 词法分析: 1.函数执行时候,生成Active Object对象 2.AO.x=undefined ....
                            
                            
                                分类:
Web程序   时间:
2014-07-12 00:20:23   
                                阅读次数:
213
                             
                    
                        
                            
                            
                                When using MacOS with xcode6-beta, i always meet these error:xcrun: error: active developer path ("/Volumes/Xcode/Xcode6-Beta.app/Contents/Developer")...
                            
                            
                                分类:
移动开发   时间:
2014-07-11 10:04:53   
                                阅读次数:
244
                             
                    
                        
                            
                            
                                Active Record (AR) 是一个流行的对象-关系映射 (ORM) 技术。 每个 AR 类代表一个数据表(或视图),数据表(或视图)的列在 AR 类中体现为类的属性,一个 AR 实例则表示表中的一行。 常见的 CRUD 操作作为 AR 的方法实现。摘自Yii官网:http://www.yi...
                            
                            
                                分类:
其他好文   时间:
2014-07-10 16:25:15   
                                阅读次数:
145
                             
                    
                        
                            
                            
                                ??
Deleting a Cluster Node on Linux and UNIX Systems
1.确定要删除的节点,是否active,pinned
$ olsnodes -s -t
如果 pinned ,则crsctl unpin css  -n   unpinned 相应的节点
2、禁用相应集群节点的应用资源,进程
先停掉 em:
emctl sto...
                            
                            
                                分类:
数据库   时间:
2014-07-06 11:48:28   
                                阅读次数:
309
                             
                    
                        
                            
                            
                                参考glog写了现有的Logging系统。
直接有
enum LoggingEnum{
LOG_INFO,
LOG_DBBUG,
LOG_ERROR,
LOG_WARNNING,
LOG_END
};
几种等级的日志,实时刷到console上,异步延迟写到日志上,建立队列缓存日志,时间一到一起刷到file,好了,看下Logging实现:
class Active;
stru...
                            
                            
                                分类:
其他好文   时间:
2014-07-06 09:30:37   
                                阅读次数:
296