上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 46 下一页

2020年3月4日

JavaSE---遍历

摘要: 1、for 2、foreach 3、Iterator 阅读全文

posted @ 2020-03-04 08:52 anpeiyong 阅读(72) 评论(0) 推荐(0)

JDK1.7---下载路径

摘要: https://www.oracle.com/java/technologies/javase/javase7-archive-downloads.html 阅读全文

posted @ 2020-03-04 08:39 anpeiyong 阅读(144) 评论(0) 推荐(0)

2020年3月3日

Java8---Consumer

摘要: 概述 /** * Represents an operation that accepts a single input argument and returns no * result. Unlike most other functional interfaces, {@code Consume 阅读全文

posted @ 2020-03-03 16:25 anpeiyong 阅读(476) 评论(0) 推荐(0)

2020年2月27日

MongoDB---索引

摘要: http://www.mongoing.com/eshu_explain1 http://www.mongoing.com/eshu_explain2 http://www.mongoing.com/eshu_explain3 阅读全文

posted @ 2020-02-27 12:24 anpeiyong 阅读(356) 评论(0) 推荐(0)

2020年2月19日

EmEditor

摘要: 【注册码】 姓 名:ttrar.com 序 列 号:DKAZQ-R9TYP-5SM2A-9Z8KD-3E2RK 阅读全文

posted @ 2020-02-19 16:51 anpeiyong 阅读(160) 评论(0) 推荐(0)

2020年1月21日

《亿级流量网站架构核心技术》---高并发

摘要: 1、应用级缓存 1.1、缓存简介: 让数据 更 接近 使用者; 目的 让访问速度更快; 工作机制:从缓存读取数据,如果没有,再从慢速设备读取实际数据 并 同步到缓存; eg:CPU读取数据:CPU >L1/L2/L3 >内存 >磁盘; maven: 本地仓 >中央仓 >远程仓; 1.2、缓存命中率: 阅读全文

posted @ 2020-01-21 10:16 anpeiyong 阅读(304) 评论(0) 推荐(0)

2020年1月16日

JavaSE---异常---扩展

摘要: 1、循环中异常使用 package com.an.exception; /** * @description: * @author: anpeiyong * @date: Created in 2020/1/16 10:18 * @since: */ public class ForExceptio 阅读全文

posted @ 2020-01-16 15:58 anpeiyong 阅读(153) 评论(0) 推荐(0)

2020年1月15日

MongoDB---初识

摘要: 1、概述 1.1、MongoDB 是一个 基于分布式存储的 数据库、由C++编写、旨在 为web应用 提供 高可用的高性能数据存储解决方案; 1.2、MongoDB 将 数据 存储 为 文档,数据结构 是 key-value (BSON形式:类似json的二进制形式的存储格式[Binary JOSN 阅读全文

posted @ 2020-01-15 18:17 anpeiyong 阅读(106) 评论(0) 推荐(0)

MongoDB---com.mongodb.client

摘要: 1、概述 1.1、MongoDB 对数据的操作 分为 Read Operations(查询操作)、Write Operations(增、删、改); 1.2、MongoDB 提供 客户端 用 bulk 方式 执行 Write Operations(批量写操作); 1.3、 BulkWriteResul 阅读全文

posted @ 2020-01-15 12:28 anpeiyong 阅读(4230) 评论(0) 推荐(0)

2020年1月9日

Docker---中间件安装

摘要: docker run -p 3306:3306 --name mysql -e MYSQL_ROOT_PASSWORD=123456 -d mysql:8.0.13 docker run -p 6379:6379 --name redis -d redis redis-server --append 阅读全文

posted @ 2020-01-09 13:54 anpeiyong 阅读(504) 评论(0) 推荐(0)

上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 46 下一页

导航