-
https://mp.weixin.qq.com/s?__biz=MzI2MjcxNTQ0Nw==&mid=2247492523&idx=1&sn=53ce826f1a11bbda1595b633bd035eaa
-
dtm开源至今,受到了大量用户的青睐,现征求大家最想要的功能和特性,希望大家多给好的意见
-
# 为什么要旗帜鲜明地反对 orm 和 sql builder
[http://xargin.com/you-should-avoid-orm-and-sql-builder/](http://xargin.com/you-should-avoid-orm-and-sql-builder/)
-
title: Java未来也许不再是电商的首选开发语言
date: 2017-12-06 18:00:00
--------
*2017-12-06 曹祖鹏*
好久没更新博客了,很多人催促我更新,最近因为公司的事情一直是忙(其实是懒病发作),特别是被推广了一波后,再不更对不起读者了。
上周我参加了在南京举办的IAS的架构师峰会,和很多同行沟通,特别是和当当网的首席架…
-
```
[INFO ][motan-memoryStatistic] 101.53MB of 3616.00 MB (2.8%) used
[2017-05-17 14:26:25,303][org.apache.zookeeper.ClientCnxn:742]
[DEBUG]Got ping response for sessionid: 0x15be0dc7d2e3289 after…
-
参照Demo中编写的HttpClient测试Tengine 搭建的服务器报错:Exception in thread "main" javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
at com.tencent.kona.sun.security.ssl.SSLSocketImpl.handleE…
-
2023/08/18 15:39:28 read user rule file ok: 0
2023/08/18 15:39:28 Version: v2.0.321 beta
2023/08/18 15:39:29 API Server listen at 127.0.0.1:8361
2023/08/18 15:39:29 127.0.0.1:1400 GET /api/v1/live
…
-
## Current State
Today, there is a difference in how SDKs handle serialization of application domain objects.
* .Net SDK: uses JSON serialization
* Java SDK: recommends customers to plugin thei…
-
# Gopher China 2017 参会小结
Gopher China 今年是第三届了,这次在上海小南园花园酒店举行。下面是这两天的一些记录,主要是对我平时工作中涉及的如服务治理、微服务、高可用和分布式等话题有较为细致的关注,同时对于其中关联的 Golang 语言知识点进行较详细的记录。
PS:隔壁群组的同事使用了 Golang 开发行情云 V3 也在这次大会上进行分享了,涉及到不…
-
# RPC(Remote Procedure Call Protocol)
RPC使用C/S方式,采用http协议,发送请求到服务器,等待服务器返回结果。这个请求包括一个参数集和一个文本集,通常形成“classname.methodname”形式。优点是跨语言跨平台,C端、S端有更大的独立性,缺点是不支持对象,无法在编译器检查错误,只能在运行期检查。
- [你应该知道的rpc原理](http:/…