基于Spring可扩展Schema提供自定义标签报错...
                            
                            
                                分类:
编程语言   时间:
2014-05-18 18:38:12   
                                阅读次数:
693
                             
                    
                        
                            
                            
                                public class MainActivity extends Activity {
	private ImageView iv;
	float startX = 0;
	float startY = 0;
	//获得一个可以被bitmap
	Bitmap bitmap = Bitmap.createBitmap(400, 400,Bitmap.Config.ARGB_8888);
	//创...
                            
                            
                                分类:
移动开发   时间:
2014-05-18 15:54:33   
                                阅读次数:
318
                             
                    
                        
                            
                            
                                安装STS报错
1、具体报错如下
2、报错原因
3、解决办法...
                            
                            
                                分类:
其他好文   时间:
2014-05-18 15:41:03   
                                阅读次数:
259
                             
                    
                        
                            
                            
                                安装STS报错
1、启动时报错
2、报错原因
3、处理办法...
                            
                            
                                分类:
其他好文   时间:
2014-05-18 09:35:25   
                                阅读次数:
257
                             
                    
                        
                            
                            
                                MainActivity如下:
package cc.y;
import android.app.Activity;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Bitmap.Config;
import android.os.Bundle;
import and...
                            
                            
                                分类:
移动开发   时间:
2014-05-18 03:54:44   
                                阅读次数:
365
                             
                    
                        
                            
                            
                                配置OVS虚拟OpenFlow交换机:
进行OVS设置时很容易造成虚拟交换机与物理交换机构成二层环路(比如虚拟交换机包含两块网卡,而这两块网卡都连接到物理交换机上,就是一个环路),一旦有广播报文,比如ARP请求,就会引发广播风暴,使网络瘫痪。因此,应该把虚拟交换机开启STP支持,避免广播风暴:
ovs?vsctl set bridge 交换机名 stp_enable=true
常用OVS操作:
修改dpid:ovs-vsctl set bridge 交换机名 other_config:datapath-id...
                            
                            
                                分类:
其他好文   时间:
2014-05-18 03:00:32   
                                阅读次数:
371
                             
                    
                        
                            
                            
                                @Component :标注一个普通的Spring Bean类。@Controller: 
标注一个控制器组件类。@Service:标注一个业务逻辑组件类。@Repository:标注一个DAO组件类。首先要使用注解需要配置Spring自动扫描的包 
将ScheduleDaoImp类注入在Spring....
                            
                            
                                分类:
编程语言   时间:
2014-05-18 02:24:39   
                                阅读次数:
367
                             
                    
                        
                            
                            
                                安装sphinx的php客户端# wget -c 
http://pecl.php.net/get/sphinx-1.3.0.tgz# tar zxvf sphinx-1.3.0.tgz# cd 
sphinx-1.3.0# phpize# ./configure --with-php-config=/...
                            
                            
                                分类:
Web程序   时间:
2014-05-18 02:08:12   
                                阅读次数:
465
                             
                    
                        
                            
                            
                                1、下载subclipse的安装包 
URL:http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240 
注:下载时要注意对应的Eclipse版本号 (Eclipse3.X, 1.10.x)2、从中解压出features...
                            
                            
                                分类:
系统相关   时间:
2014-05-18 01:45:40   
                                阅读次数:
326
                             
                    
                        
                            
                            
                                一、使用示例 (1)springJdbcContext.xmlJava代码 
springAppPROPAGATION_REQUIREDPROPAGATION_REQUIRED,-ExceptionPROPAGATION_REQUIRED,-ExceptionPROPAGATION_REQUIRED,...
                            
                            
                                分类:
数据库   时间:
2014-05-17 23:13:55   
                                阅读次数:
636