上一页 1 ··· 118 119 120 121 122 123 124 125 126 ··· 186 下一页
摘要: Speech Recognition Grammar Specification Version 1.0 https://www.w3.org/TR/speech-grammar/ W3C Recommendation 16 March 2004 JavaScript TTS 文本发音 - 阿里云 阅读全文
posted @ 2018-06-27 15:59 papering 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 众包 阅读全文
posted @ 2018-06-27 11:20 papering 阅读(146) 评论(0) 推荐(0) 编辑
摘要: Linux的进程优先级NI和PR到底有什么区别 - 51CTO.COM http://os.51cto.com/art/201605/511559.htm 阅读全文
posted @ 2018-06-26 22:33 papering 阅读(908) 评论(0) 推荐(0) 编辑
摘要: mybatis – MyBatis 3 | 简介 http://www.mybatis.org/mybatis-3/zh/index.html 什么是 MyBatis ? MyBatis 是一款优秀的持久层框架,它支持定制化 SQL、存储过程以及高级映射。MyBatis 避免了几乎所有的 JDBC 阅读全文
posted @ 2018-06-26 22:11 papering 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 赫尔维茨公式 阅读全文
posted @ 2018-06-26 21:54 papering 阅读(322) 评论(0) 推荐(0) 编辑
摘要: 保持几何形状不变:用正交变换化二次型为标准型 如果不要求几何形状不变,则可以有多种方法(对应多个正交变换)把二次型化为标准型 二次型的矩阵,矩阵的二次型 :对二次型的变换就是对矩阵的变换; 进一步说:二次型是对称矩阵,~。 阅读全文
posted @ 2018-06-26 19:58 papering 阅读(346) 评论(0) 推荐(0) 编辑
摘要: Key Technologies Primer https://struts.apache.org/primer.html Threads With Struts 1 you were required to know a lot about how to write code which can 阅读全文
posted @ 2018-06-26 19:33 papering 阅读(154) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/gU3N5ORz8XBii5SuXUSclw 记一次服务器被入侵的调查取证 原创: fish1983 FreeBuf 今天 *本文原创作者:fish1983,本文属FreeBuf原创奖励计划,未经许可禁止转载 0×1 事件描述 小Z所在公司的信息 阅读全文
posted @ 2018-06-26 19:27 papering 阅读(544) 评论(0) 推荐(0) 编辑
摘要: Design by contract - Wikipedia https://en.wikipedia.org/wiki/Design_by_contract What is the use of "assert" in Python? - Stack Overflow https://stacko 阅读全文
posted @ 2018-06-26 11:36 papering 阅读(297) 评论(0) 推荐(0) 编辑
摘要: df(1) - Linux manual page http://man7.org/linux/man-pages/man1/df.1.html lsblk(8) - Linux manual page http://man7.org/linux/man-pages/man8/lsblk.8.htm 阅读全文
posted @ 2018-06-26 10:29 papering 阅读(279) 评论(0) 推荐(0) 编辑
摘要: Linux Find Out Last System Reboot Time and Date Command - nixCraft https://www.cyberciti.biz/tips/linux-last-reboot-time-and-date-find-out.html Linux开 阅读全文
posted @ 2018-06-26 09:24 papering 阅读(403) 评论(0) 推荐(0) 编辑
摘要: Linux Containers https://linuxcontainers.org/ 阅读全文
posted @ 2018-06-26 08:43 papering 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 三篇文章了解 TiDB 技术内幕 - 说存储| PingCAP https://pingcap.com/blog-cn/tidb-internal-1/ MVCC 很多数据库都会实现多版本控制(MVCC),TiKV 也不例外。设想这样的场景,两个 Client 同时去修改一个 Key 的 Value 阅读全文
posted @ 2018-06-26 00:11 papering 阅读(466) 评论(0) 推荐(0) 编辑
摘要: What are microservices? http://microservices.io/ What are microservices? Microservices - also known as the microservice architecture - is an architect 阅读全文
posted @ 2018-06-25 18:41 papering 阅读(216) 评论(0) 推荐(0) 编辑
摘要: Eigenvalues and eigenvectors - Wikipedia https://en.wikipedia.org/wiki/Eigenvalues_and_eigenvectors 矩阵特征值 特征向量 Eigenvalues and eigenvectors of matrice 阅读全文
posted @ 2018-06-25 16:27 papering 阅读(17402) 评论(1) 推荐(0) 编辑
摘要: 相关性系数 https://baike.baidu.com/item/相关系数/3109424?fr=aladdin 缺点 缺点 需要指出的是,相关系数有一个明显的缺点,即它接近于1的程度与数据组数n相关,这容易给人一种假象。因为,当n较小时,相关系数的波动较大,对有些样本相关系数的绝对值易接近于1 阅读全文
posted @ 2018-06-24 23:04 papering 阅读(790) 评论(0) 推荐(0) 编辑
摘要: Synthesizing Images of Humans in Unseen Poses balakg/posewarp-cvpr2018 https://github.com/balakg/posewarp-cvpr2018 pose warping Code for our CVPR 2018 阅读全文
posted @ 2018-06-24 22:47 papering 阅读(673) 评论(0) 推荐(0) 编辑
摘要: 流数据 streaming data 流架构 streaming architecture 持久化 persistence 持久性 durable 可回放性 replayable 低延迟 low-lantency 预测性维护 predictive maintenance 消息传递系统 message 阅读全文
posted @ 2018-06-24 14:59 papering 阅读(173) 评论(0) 推荐(0) 编辑
摘要: Spring Boot 不是应用服务器; Spring Boot没有实现诸如JPA、JMS(Java Message Service)之类的Java企业级规范; Spring Boot没有引入任何形式的代码生成,而是利用了Spring 4的条件化配置特性、Maven和Gradle提供的传递依赖解析, 阅读全文
posted @ 2018-06-24 13:16 papering 阅读(364) 评论(0) 推荐(0) 编辑
摘要: 通过一个软件平台来实现端到端的全局持续交付 Netfix 交付工程团队 Spring Boot 阅读全文
posted @ 2018-06-24 12:33 papering 阅读(340) 评论(0) 推荐(0) 编辑
摘要: https://baike.baidu.com/item/黑塞矩阵/2248782?fr=aladdin 海塞矩阵 Hasse https://baike.baidu.com/item/半正定矩阵 阅读全文
posted @ 2018-06-23 21:46 papering 阅读(1110) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Virtual_IP_address Virtual IP address From Wikipedia, the free encyclopedia Jump to navigationJump to search A virtual I 阅读全文
posted @ 2018-06-23 18:57 papering 阅读(381) 评论(0) 推荐(0) 编辑
摘要: 一门简单的脚本语言嵌入到应用程序中 Lua游戏脚本热更新机制 http://www.luachina.cn/?post=41 阅读全文
posted @ 2018-06-23 18:46 papering 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 实践: -2 排BUG 1)函数NewClientOnce 会新建grcp连接2)每个Grpc链接会生成一个新的Go程 go cc.scWatcher()3)和/debug/pprof/goroutine?debug=1结果吻合google.golang.org/grpc.(*ccBalancerW 阅读全文
posted @ 2018-06-23 18:41 papering 阅读(897) 评论(0) 推荐(0) 编辑
摘要: 分布式 必须支持分布式,可以做到水平扩容。 高可用 多机房多活部署 数据闭环 线上数据不依赖外部API 运维便捷 方便集群管理、分类配置 数据提升 AI 阅读全文
posted @ 2018-06-23 18:37 papering 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 将前端js异步调用的多个服务合并为一个前端服务 1、 减少前端js异步请求的次数改善浏览体验 2、 方便地针对单个接口做异常降级处理 阅读全文
posted @ 2018-06-23 18:31 papering 阅读(783) 评论(0) 推荐(0) 编辑
摘要: JD618 阅读全文
posted @ 2018-06-23 18:23 papering 阅读(199) 评论(0) 推荐(0) 编辑
摘要: ASP .NET Java 京东向Java的迁移后,实现了服务化,各个系统之间通过中间件进行衔接,形成了完善的前、中、后台综合服务系统 阅读全文
posted @ 2018-06-23 18:14 papering 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 自动定价 阅读全文
posted @ 2018-06-23 17:52 papering 阅读(137) 评论(0) 推荐(0) 编辑
摘要: RFC 6749 - The OAuth 2.0 Authorization Framework https://tools.ietf.org/html/rfc6749 The OAuth 2.0 authorization framework enables a third-party appli 阅读全文
posted @ 2018-06-23 17:48 papering 阅读(1736) 评论(0) 推荐(1) 编辑
摘要: 【TOP】 为什么百度校招数据挖掘工程师的笔试题目是跟数据挖掘关系不大? - 研究生生活交流 - 王道论坛,专注于计算机考研的点点滴滴! http://www.cskaoyan.com/thread-244995-1-3.html 笔试时间:2014-9-20 笔试职位:机器学习/数据挖掘工程师 笔 阅读全文
posted @ 2018-06-23 10:13 papering 阅读(536) 评论(0) 推荐(0) 编辑
摘要: 最大匹配算法_百度百科 https://baike.baidu.com/item/%E6%9C%80%E5%A4%A7%E5%8C%B9%E9%85%8D%E7%AE%97%E6%B3%95/10967757 最大匹配算法主要包括正向最大匹配算法、逆向最大匹配算法、双向匹配算法等。 其主要原理都是切 阅读全文
posted @ 2018-06-23 10:10 papering 阅读(600) 评论(0) 推荐(0) 编辑
摘要: 城域网IPv6过渡技术—NAT64+DNS64 - 51CTO.COM http://network.51cto.com/art/201311/419623.htm Supporting IPv6 DNS64/NAT64 Networks https://developer.apple.com/li 阅读全文
posted @ 2018-06-22 17:50 papering 阅读(736) 评论(0) 推荐(0) 编辑
摘要: Supporting IPv6-only Networks - Support - Apple Developer https://developer.apple.com/support/ipv6/ Starting June 1, 2016, all apps submitted to the A 阅读全文
posted @ 2018-06-22 17:47 papering 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 创建一个变量并被初始化其为零值,习惯使用关键字var。这种做法是为了更明确地表示一个变量被设置为零值。 如果变量被初始化为某个非零值,就配合结构字面量和短变量操作符来创建变量。 零值 数值类型:0 字符串:空 布尔类型:false 阅读全文
posted @ 2018-06-22 13:59 papering 阅读(340) 评论(0) 推荐(0) 编辑
摘要: Bellman-Ford 算法,一种是 Dijkstra 阅读全文
posted @ 2018-06-17 18:01 papering 阅读(141) 评论(0) 推荐(0) 编辑
摘要: Content-Type https://tools.ietf.org/html/rfc7231#section-3.1.1.5 https://tools.ietf.org/html/rfc7231#section-3.1.1.5 Hypertext Transfer Protocol (HTTP 阅读全文
posted @ 2018-06-15 15:35 papering 阅读(364) 评论(0) 推荐(0) 编辑
摘要: { "ErrorDump": "the JSON object must be str, not 'bytes'", "StatusCode": "500" } response = clt.do_action_with_exception(request___) ## { "ErrorDump": "the JSON object must be str... 阅读全文
posted @ 2018-06-15 12:29 papering 阅读(1026) 评论(0) 推荐(0) 编辑
摘要: Post请求的3种编码格式:application/x-www-form-urlencoded和multipart/form-data和application/json_Hello_Error的博客-CSDN博客 https://blog.csdn.net/u013258447/article/de 阅读全文
posted @ 2018-06-15 10:59 papering 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 设置EndPoint和凭证 移动终端是一个不受信任的环境,把AccessKeyId和AccessKeySecret直接保存在终端用来加签请求,存在极高的风险。建议只在测试时使用明文设置模式,业务应用推荐使用STS鉴权模式或自签名模式,详细请参考:访问控制、移动端直传。 如果用STS鉴权模式,推荐使用 阅读全文
posted @ 2018-06-14 16:33 papering 阅读(4626) 评论(0) 推荐(0) 编辑
上一页 1 ··· 118 119 120 121 122 123 124 125 126 ··· 186 下一页