“Ant Financial Services11.11: Alipay and Ant Huabei’s Technical Architecture and Practice” Thoughts after Reading
I introduced the overall structure of Alipay by reading “Ant Financial 11.11:
“Ant Financial Services11.11: Alipay and Ant Huabei’s Technical Architecture and Practice” Thoughts after Reading
I introduced the overall structure of Alipay by reading “Ant Financial 11.11:
The overall project structure of Scratch3.0 is relatively huge. There will be confusion at the beginning of different secondary developments. You need to understand the overall framework first, and
Load balancing algorithm Polling Weighted polling Random algorithm Minimum number of connections hash calculates the hash value according to the client ip, and hash%2 is modulated to determine the
I’m running Solr 4.10.3.
Set up * _f type dynamic fields
I want to list all added Dynamic fields, but no luck using the /schema/dynamicfields or /schema/fields route.
I saw that t
Foreword: I believe many people have seen the spike system, such as the spike of Jingdong or Taobao, and the spike of Xiaomi mobile phones. So how is the background of the spike system implemented?
The back-end of the company’s internal systems is becoming more and more complex. I want to explore the idea of an SOA-style architecture instead of a heavy monolithic system. Where should I star
This article was earned from http://shanhu.blog.51cto.com/1293405/1212605
Heartbeat introduction
Official site: http://linux-ha.org/wiki/Main_Page
DRBD introduction
Official
1. What is Dubbo Official definition< /span>
DUBBO is a distributed service framework, dedicated to providing high-performance and transparent RPC remote service invocation scheme, which is
I am building a 3-tier architecture with presentation layer (PL), business logic layer (BLL) and data access layer (DAL).
Traditional 3-tier architecture The logic indicates that BLL should act as
Get test cases
import xlrd
from lib.log import atp_log
class OpCase(object):
def get_case(self,file_path):
case = []
if file_path.endswith(‘.xls’) or file_path .endswith(‘.xlsx ‘):