随笔分类 -  framework

摘要:https://mp.weixin.qq.com/s/cnhuEodJGIbdodh0IxNeXQ 微信终端跨平台组件 mars 系列(一) - 高性能日志模块xlog 原创 garryyan 微信客户端技术团队 2016-10-11 19:05 前言 mars 是微信官方的终端基础组件,是一个使用 阅读全文
posted @ 2022-06-17 21:57 papering 阅读(131) 评论(0) 推荐(0)
摘要:Home · Tencent/mars Wiki · GitHub https://github.com/Tencent/mars/wiki 阅读全文
posted @ 2022-06-17 21:50 papering 阅读(80) 评论(0) 推荐(0)
摘要:colly 随机UA标识 下载图片 package main import ( "io/ioutil" "strings" "github.com/gocolly/colly" "github.com/gocolly/colly/extensions" ) func dlImg(uri string 阅读全文
posted @ 2022-01-23 12:21 papering 阅读(108) 评论(0) 推荐(0)
摘要:Go RPC 框架 KiteX 性能优化实践 原创 基础架构团队 字节跳动技术团队 2021-01-18 阅读全文
posted @ 2021-01-18 12:46 papering 阅读(869) 评论(0) 推荐(0)
摘要:Nutch、Scrapy、Lucene、Heritrix、Solr、Sphinx 阅读全文
posted @ 2019-07-22 12:12 papering 阅读(229) 评论(0) 推荐(0)
摘要:小结: 1、缓存存储位置:数据库、文件系统、内存 2、通过缓存前缀实现跨服务器缓存 Django’s cache framework | Django documentation | Django https://docs.djangoproject.com/en/2.2/topics/cache/ 阅读全文
posted @ 2019-04-23 19:33 papering 阅读(305) 评论(0) 推荐(0)
摘要:1、在循环体中的事件绑定 、、Edit fiddle - JSFiddle https://jsfiddle.net/jbjcubhL/ 或 阅读全文
posted @ 2019-01-09 22:26 papering 阅读(1861) 评论(0) 推荐(0)
摘要:mybatis – MyBatis 3 | SQL语句构建器 http://www.mybatis.org/mybatis-3/zh/statement-builders.html SqlBuilder 和 SelectBuilder (已经废弃) 在3.2版本之前,我们使用了一点不同的做法,通过实 阅读全文
posted @ 2018-12-04 11:50 papering 阅读(233) 评论(0) 推荐(0)
摘要:Log4j – Apache Log4j 2 - Apache Log4j 2 http://logging.apache.org/log4j/2.x/ Apache Log4j 2 Apache Log4j 2 is an upgrade to Log4j that provides signif 阅读全文
posted @ 2018-10-29 22:46 papering 阅读(242) 评论(0) 推荐(0)
摘要:http://seafile.com/ showdoc haiwen/seafile: File syncing and sharing software with file encryption and group sharing, emphasis on reliability and high 阅读全文
posted @ 2018-08-06 18:07 papering 阅读(157) 评论(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 阅读(161) 评论(0) 推荐(0)
摘要:简介 | TensorFlow https://tensorflow.google.cn/programmers_guide/low_level_intro 我们来构建一个简单的计算图。最基本的指令是一个常量。构建指令的 Python 函数将一个张量值作为输入值。生成的指令不需要输入值。它在运行时输 阅读全文
posted @ 2018-05-12 15:12 papering 阅读(304) 评论(0) 推荐(0)
摘要:gevent GitHub - gevent/gevent: Coroutine-based concurrency library for Python https://github.com/gevent/gevent gevent - 廖雪峰的官方网站 https://www.liaoxuefe 阅读全文
posted @ 2018-04-25 21:46 papering 阅读(249) 评论(0) 推荐(0)
摘要:https://docs.oracle.com/javase/tutorial/javabeans/ https://docs.oracle.com/javase/tutorial/javabeans/quick/index.html This lesson describes how to use 阅读全文
posted @ 2017-11-07 00:01 papering 阅读(335) 评论(0) 推荐(0)
摘要:https://spring.io/guides/tutorials/bookmarks/ 阅读全文
posted @ 2017-11-06 23:42 papering 阅读(181) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-10-14 13:20 papering 阅读(140) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-10-14 13:12 papering 阅读(135) 评论(0) 推荐(0)
摘要:分布式底层的一方面:软件栈下层的文件系统 分布式上层的一种形式:SQL的某种实现 阅读全文
posted @ 2017-10-11 00:42 papering 阅读(245) 评论(0) 推荐(0)
摘要:zh.wikipedia.org/wiki/同步 【同步不同事件发生 时间一致】 同步(英语:Synchronization),指在一个系统中所发生的事件(event),之间进行协调,在时间上出现一致性与统一化的现象。在系统中进行同步,也被称为及时(in time)、同步化的(synchronous 阅读全文
posted @ 2017-10-10 01:08 papering 阅读(361) 评论(0) 推荐(0)
摘要:Software-defined networking administrators to programmatically initialize, control, change, and manage network behavior dynamically via open interface 阅读全文
posted @ 2017-10-07 20:15 papering 阅读(223) 评论(0) 推荐(0)