摘要:
一、git仓库迁移 1,从原仓库clone或pull到本地仓库 git clone project_name 【old_remote_repository_address】 2,在新的git创建一个新仓库。如果用gitolite搭建的git服务器,那么只需要在配置文件gitolite.conf上 阅读全文
posted @ 2016-08-31 20:02
沧海一滴
阅读(10008)
评论(0)
推荐(0)
摘要:
What is the difference between a standard while(true) loop and for(;;)? Is there any, or will both be mapped to the same bytecode after compiling? Sem 阅读全文
posted @ 2016-08-31 00:30
沧海一滴
阅读(1579)
评论(0)
推荐(0)
摘要:
互联网的发展,网站应用的规模不断扩大,常规的垂直应用架构已无法应对,分布式服务架构以及流动计算架构势在必行,Dubbo是一个分布式服务框架,在这种情况下诞生的。现在核心业务抽取出来,作为独立的服务,使前端应用能更快速和稳定的响应。 第一:介绍Dubbo背景 大规模服务化之前,应用可能只是通过RMI或 阅读全文
posted @ 2016-08-31 00:28
沧海一滴
阅读(6149)
评论(0)
推荐(1)
摘要:
Random Java中的Random类生成的是伪随机数,使用的是48-bit的种子,然后调用一个linear congruential formula线性同余方程(Donald Knuth的编程艺术的3.2.1节) 如果两个Random实例使用相同的种子,并且调用同样的函数,那么生成的sequen 阅读全文
posted @ 2016-08-31 00:21
沧海一滴
阅读(6554)
评论(11)
推荐(2)

浙公网安备 33010602011771号