com.alibaba.dubbo.rpc.RpcException: Since you are using server=‘servlet‘, make sure that the ‘contextpath‘ property starts with the path of external webapp at com.alibaba.dubbo.rpc.protocol.rest.Re...
                            
                            
                                分类:
其他好文   时间:
2015-04-23 18:05:24   
                                阅读次数:
3637
                             
                         
                    
                        
                            
                            
                                java.lang.IllegalStateException: No such extension com.alibaba.dubbo.rpc.Protocol by name rest at com.alibaba.dubbo.common.extension.ExtensionLoader.findException(ExtensionLoader.java:494) at com.a...
                            
                            
                                分类:
编程语言   时间:
2015-04-23 15:59:34   
                                阅读次数:
3758
                             
                         
                    
                        
                            
                            
                                Druid连接池及监控在Spring配置如下:
[html] view
 plaincopy
bean id="dataSource" class="com.alibaba.druid.pool.DruidDataSource" init-method="init" destroy-method="close">   
      
    prope...
                            
                            
                                分类:
编程语言   时间:
2015-04-21 09:40:18   
                                阅读次数:
237
                             
                         
                    
                        
                            
                            
                                转自:https://github.com/alibaba/RocketMQ/wiki/rmq_vs_kafka淘宝内部的交易系统使用了淘宝自主研发的Notify消息中间件,使用Mysql作为消息存储媒介,可完全水平扩容,为了进一步降低成本,我们认为存储部分可以进一步优化,2011年初,Linkin...
                            
                            
                                分类:
其他好文   时间:
2015-04-20 00:06:57   
                                阅读次数:
151
                             
                         
                    
                        
                            
                            
                                FastJson据说是目前为止最快的JSON库,好吧,他说是就是了。FastJson 的Wiki在这里:https://github.com/alibaba/fastjson/wiki/Quick_Start 在这里:https://github.com/alibaba/fastjson/wiki/...
                            
                            
                                分类:
Web程序   时间:
2015-04-13 12:22:35   
                                阅读次数:
173
                             
                         
                    
                        
                            
                            
                                [项目地址](https://github.com/Huangtuzhi/AlibabaRecommand) : https://github.com/Huangtuzhi/AlibabaRecommand ## AlibabaRecommand Alibaba 2015 mobile recommending algorithm competition. ## 比赛介绍 ...
                            
                            
                                分类:
编程语言   时间:
2015-04-10 18:12:39   
                                阅读次数:
217
                             
                         
                    
                        
                            
                            
                                利用AMP(Alibaba Migration Platfrom)神器轻松把Oracle数据库中的数据迁移到MySQL数据库...
                            
                            
                                分类:
数据库   时间:
2015-04-07 23:32:18   
                                阅读次数:
330
                             
                         
                    
                        
                            
                            
                                Dubbo是阿里巴巴内部的SOA服务化治理方案的核心框架,每天为2000+ 个服务提供3,000,000,000+ 次访问量支持,并被广泛应用于阿里巴巴集团的各成员站点。Dubbo自2011年开源后,已被许多非阿里系公司使用。
项目主页:http://alibaba.github.io/dubbo-doc-static/Home-zh.htm
Dubbo[]是一个分布式服务...
                            
                            
                                分类:
其他好文   时间:
2015-03-31 22:27:03   
                                阅读次数:
2275
                             
                         
                    
                        
                            
                            
                                package com.example.FastJson.util; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.TypeReference; import java.util.List; import ...
                            
                            
                                分类:
移动开发   时间:
2015-03-30 22:30:26   
                                阅读次数:
139
                             
                         
                    
                        
                            
                            
                                一、首先需要在Eclipse工程中导入相关的jar包,jar包参见链接:http://yunpan.alibaba-inc.com/share/link/NdA5b6IFK二、提供一份待解析的json文件,apkinfo.json如下:[{"name":"帐号","package_name":"co...
                            
                            
                                分类:
编程语言   时间:
2015-03-18 20:25:53   
                                阅读次数:
145