Stella981 Stella981
3年前
Kernel Memory Allocation
http://kernelnewbies.org/KernelMemoryAllocationKernelMemoryAllocationbyArnoutVandecappelle,MindInthekernel,malloc()isnotavailable.Instead,thekernelhastod
Stella981 Stella981
3年前
2010年在OsChina的总结:复活与突破
2010年的劳动成果重回活跃博客Top20:!(http://www.oschina.net/uploads/bbs/2011/0122/100634_04lR_10896.png)博客访问突破30000:!(http://www.oschina.net/uploads/bbs/2011/0122/100654_5DOk_10896.
Wesley13 Wesley13
3年前
MINA 实现聊天功能
原文同步至http://www.waylau.com/minachat/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.waylau.com%2Fminachat%2F)在《MINA快速入门(http://my.oschina.net/waylau/blog/396
Stella981 Stella981
3年前
Google map Marker cluster 谷歌地图图标聚合
Haveyouwonderhowdosomemapappprovidefunctionstoclustericons/markers?Hereisonesolution:http://googlemapsutilitylibraryv3.googlecode.com/svn/t
Easter79 Easter79
3年前
SpringCloud集成分布式事务管理框架lcn
parentpom.xml:<?xmlversion"1.0"encoding"UTF8"?<projectxmlns"http://
Stella981 Stella981
3年前
DbVisualizer配置连接hive
最近研究hive,打算在windows上用DbVisualizer连接hive写hql。没说的,先在网上搜。。。我参考的文章如下:http://blog.csdn.net/doupeihua/article/details/52557007http://blog.csdn.net/ydb\_jason/article/details/530634
Stella981 Stella981
3年前
Rest接口单元测试
Get请求url不超过4000字节Rest成熟度:level0:使用http作为传输方式,leve1:引入资源概念,每个资源有对应的url,level2:使用http方法进行不同操作,使用http状态码表示不同结果,level3:使用超媒体,在资源表达式中包含链接信息,一般做到level2测试依赖:org.springframework.b
Wesley13 Wesley13
3年前
ITK配置流程
WelcometotheNationalLibraryofMedicineInsight SegmentationandRegistrationToolkit(ITK)(http://www.itk.org/). ITKisanopensource,crossplatformsystem thatprovi
Wesley13 Wesley13
3年前
TARS为SpringCloud提供高性能的RPC能力
传统HTTP存在的瓶颈Spring Cloud 是一个优秀的开源微服务解决方案,通常采用 HTTP  json 的 REST 接口对外提供服务,简洁易用部署方便,很多公司也基于 Spring Cloud 作为基础架构去构建自身的微服务架构。但是随着业务规模和用户规模的增长,传统基于的 HTTP 的服务会逐步暴露出一些问题。首先是性能
Wesley13 Wesley13
3年前
HTTP请求错误400、401、402、403、404、405、406、407、412、414、500、501、502解析
HTTP错误400 400请求出错 由于语法格式有误,服务器无法理解此请求。不作修改,客户程序就无法重复此请求。 HTTP错误401 401.1未授权:登录失败 此错误表明传输给服务器的证书与登录服务器所需的证书不匹配。 请与Web服务器的管理员联系,以确认您是否具有访问所请求资源的权限。 40