简介 JAXB(Java Architecture for XML Binding) 是一个业界的标准,是一项可以根据XML Schema产生Java类的技术。该过程中,JAXB也提供了将XML实例文档反向生成Java对象树的方法,并能将Java对象树的内容重新写到XML实例文档。从另一方面来讲,J ...
分类:
编程语言 时间:
2020-12-19 13:11:58
阅读次数:
2
有效的字母异位词 题目地址:https://leetcode-cn.com/problems/valid-anagram/ 给定两个字符串 s 和 t ,编写一个函数来判断 t 是否是 s 的字母异位词。 示例 1: 输入: s = "anagram", t = "nagaram" 输出: true ...
分类:
编程语言 时间:
2020-12-15 12:32:59
阅读次数:
4
s 服务端高并发分布式架构演进之路 https://www.jianshu.com/p/f4a907fe1485 https://segmentfault.com/a/1190000018626163 瓶颈ESB可以拿掉其他还可以,要么继续拆烂ESB。 1、概述 本文以淘宝作为例子,介绍从一百个并发 ...
分类:
其他好文 时间:
2020-12-04 11:41:25
阅读次数:
11
tech road one step 1. Tech 1. Architecture <EIP> 温习理解,结合 EIS 思考消息传递系统的设计 <rabbitMQ in depth> 温习理解MQ <rabbimtMQ in action> 温习理解MQ <spring boot2 reciple ...
分类:
其他好文 时间:
2020-12-02 12:40:57
阅读次数:
6
新建validator.js,内容如下,参考补充: const valid = { REG_PHONE: /^[1]([3-9])[0-9]{9}$/, checkNull(rule, value, callback, message, flag = true) { if (isNullOrEmpt ...
分类:
其他好文 时间:
2020-11-25 12:29:42
阅读次数:
4
Organization Chart Business Process Diagram with Lanes Management Enterprise Architecture Basic Business Process Domain Model ...
分类:
其他好文 时间:
2020-11-20 11:52:35
阅读次数:
4
%matplotlib inline import matplotlib.pyplot as plt plt.plot(xx,yy_train_loss,"r", label = "train_loss") plt.plot(xx,yy_valid_loss,"b", label = "valid_ ...
分类:
其他好文 时间:
2020-11-17 13:00:36
阅读次数:
26
> install.packages("farver")Installing package into ‘/usr/lib64/R/library’(as ‘lib’ is unspecified)trying URL 'https://mirrors.bfsu.edu.cn/CRAN/src/co ...
分类:
编程语言 时间:
2020-11-12 14:22:52
阅读次数:
14
X Window System protocols and architecture In computing, the X Window System (commonly X11 or X) is a network-transparent windowing system for bitmap ...
登陆按钮的方法 loginbtn () { // 预校验 this.$refs.loginRef.validate(async (valid) => { // console.log(valid) if (!valid) { return } // 数据解构 const { data: res } ...
分类:
其他好文 时间:
2020-11-12 13:23:07
阅读次数:
6