It’s a major release this time, Horizon 6.0 is out. You can get to the downloadshere. As always, here’s theWhat’s New from the release notes:This rele...
                            
                            
                                分类:
其他好文   时间:
2014-07-06 22:43:46   
                                阅读次数:
244
                             
                    
                        
                            
                            
                                Reference link :https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/BinaryData/Tasks/WorkingBinaryData.html1. create NSData, here m...
                            
                            
                                分类:
移动开发   时间:
2014-07-06 20:28:23   
                                阅读次数:
224
                             
                    
                        
                            
                            
                                打开VMware系统时,出现错误“Invalid configuration file. File "I:/My Virtual Machines/Windows XP english Professional/Windows XP Professional.vmx" was created by ...
                            
                            
                                分类:
其他好文   时间:
2014-07-06 19:06:08   
                                阅读次数:
175
                             
                    
                        
                            
                            
                                vmware是一种强大的虚拟机软件,这是毋庸置疑的。点击自己创建的虚拟机的网络设配器,你会发现有如下三种常见的网络设置方式。下面非别介绍三种方式的如何使用。第一种方式:桥接模式说的简单点,桥接模式就是通过我们真实的物理网卡上网,也就是这个时候的虚拟机就好比是一台真正的实体机使用的是和主机一样的一个真...
                            
                            
                                分类:
其他好文   时间:
2014-07-06 17:31:38   
                                阅读次数:
320
                             
                    
                        
                            
                            
                                Problem DescriptionI think that you might have played the traditional Chinese ring game: The Chinese Linking Rings (here we call its nickname Jiulianh...
                            
                            
                                分类:
其他好文   时间:
2014-07-06 17:06:04   
                                阅读次数:
293
                             
                    
                        
                            
                            
                                Result学习笔记(二) - 动态结果集
    动态结果 一定不要忘了为动态结果的保存值设置set get方法 
第一部分:代码
//前端
	
	Insert title here
	
		返回success
		返回error
			
//web.xml
    
        	
	    
	    	${r}
	    	    
        	
/...
                            
                            
                                分类:
Web程序   时间:
2014-07-06 09:29:19   
                                阅读次数:
243
                             
                    
                        
                            
                            
                                今天装了下正式版的RHEL7,发现熟悉的inittab中没有了修改默认运行级别,打开inittab如下
[root@localhost init.d]# vi /etc/inittab 
# inittab is no longer used when using systemd.
#
# ADDING CONFIGURATION HERE WILL HAVE NO EFFECT ON YOUR...
                            
                            
                                分类:
其他好文   时间:
2014-07-06 08:52:26   
                                阅读次数:
199
                             
                    
                        
                            
                            
                                Result学习笔记(三)带参数的结果集
第一部分:代码
//前端
	Insert title here
	
	
		传参数
			
	
//web.xml
    
    
    	
	    
	    	/user_success.jsp?t=${type}
	    	    
        	
//类包
package com.struts2.user.act...
                            
                            
                                分类:
Web程序   时间:
2014-07-06 08:26:27   
                                阅读次数:
222
                             
                    
                        
                            
                            
                                1 private void Form1_Load(object sender, EventArgs e) 2 { 3 Print("here"); 4 Print(1222); 5 6 Ge...
                            
                            
                                分类:
其他好文   时间:
2014-07-05 16:55:25   
                                阅读次数:
180
                             
                    
                        
                            
                            
                                安装了Ubuntu14.04之后,在虚拟机设置里设置了文件共享,但在mnt目录下没有hgfs这个目录,按照网上说的去做还是不行,只好放弃,改用samba实现Windows与Ubuntu文件共享。
环境:
宿主机系统:Window XP
虚拟机:VMware-workstation-full-9.0.1-894247
虚拟机系统:ubuntu-14.04-desktop-i386.iso...