一.参考http://www.csdn.net/article/a/2013-12-18/309280http://gtstorageworld.blog.51cto.com/908359/1269024http://www.searchstorage.com.cn/microsites/2014s...
                            
                            
                                分类:
Web程序   时间:
2014-05-08 17:38:56   
                                阅读次数:
344
                             
                         
                    
                        
                            
                            
                                检查网站日期,发现内容如下:System.NullReferenceException: 
未将对象引用设置到对象的实例。 在 URLRewriter.ModuleRewriter.Rewrite(String requestedPath, 
HttpApplication app) 在 URL...
                            
                            
                                分类:
其他好文   时间:
2014-05-08 17:34:08   
                                阅读次数:
275
                             
                         
                    
                        
                            
                            
                                private void treeView1_MouseDown(object sender, System.Windows.Forms.MouseEventArgs e)
{
if(e.Button==MouseButtons.Right)
{
TreeNode tn=treeView1.GetNodeAt(e.X,e.Y);
if(tn!=null)treeView1.SelectedNode...
                            
                            
                                分类:
其他好文   时间:
2014-05-08 16:24:44   
                                阅读次数:
308
                             
                         
                    
                        
                            
                            
                                System.Xml 命名空间
 
XML 已经成为一种流行的数据格式,其原因很多,对于大多数人来说,这是一种很方便表示数据的格式,文件有可读性。程序员的处理文件既有非结构化的,即不遵循一种模式,或者是结构化的,即数据符合 XSD 架构定义的约定;还希望方便地用 XPath 查询数据,即,为了处理一种新的数据格式而编写自定义的解析程序,很少需要,文件可以在不同的 XML 格式之间快速转换,用强...
                            
                            
                                分类:
其他好文   时间:
2014-05-08 16:24:10   
                                阅读次数:
448
                             
                         
                    
                        
                            
                            
                                我们知道INTC根据128个system event的输入,然后输出下面的信号到INTC所在corePac的CPU:
? One maskable, hardware exception (EXCEP)
? Twelve maskable hardware interrupts (INT4 through INT15)
? One non-maskable signal that you c...
                            
                            
                                分类:
其他好文   时间:
2014-05-08 16:03:55   
                                阅读次数:
447
                             
                         
                    
                        
                            
                            
                                在我的项目中,一开始我使用这种方式构造图片路径,然后将其设置到JFrame中即可以显示自定义图标
String imagePath = System.getProperty("user.dir") + "/image/icon.png";// 构造图片的路径
Image imageIcon = Toolkit.getDefaultToolkit().getImage(imagePath);
...
                            
                            
                                分类:
系统相关   时间:
2014-05-08 15:56:22   
                                阅读次数:
462
                             
                         
                    
                        
                            
                            
                                命名空间:System.TransactonsMSDN解释:使代码块成为事务性代码,此类不能被继承。百度空间:在项目中引用using 
System.Transaction命名空间。在using 
中定义了一个TransactionScope,相当于定义了一个事物范围即,这个事务作用域为using内。在...
                            
                            
                                分类:
其他好文   时间:
2014-05-08 15:15:19   
                                阅读次数:
289
                             
                         
                    
                        
                            
                            
                                《综述》跟Ruiy一起玩转Cobbler 
本篇内容注主要涉及cobbler架构快速搭建,Cobbler命令行语法简单应用,Cobbler-WEB,system-config-kickStart基于Windows界面配置生成ks脚本模板,ks简单语法介绍等,关于Cobbler维护yum 
repo,部....
                            
                            
                                分类:
其他好文   时间:
2014-05-08 14:56:21   
                                阅读次数:
469
                             
                         
                    
                        
                            
                            
                                数据类型枚举:System.Data.SqlDbType
                            
                            
                                分类:
其他好文   时间:
2014-05-08 14:55:55   
                                阅读次数:
239
                             
                         
                    
                        
                            
                            
                                一:实现功能,获得选中节点,在选中节点下添加节点,折叠,展开,删除,得到选中节点下checked项,选中根节点其下节点也选中,图标。上图二:相关代码using 
System;using System.Collections.Generic;using System.ComponentModel;us...