1. 操作数据库:CRUD 1. C(Create):创建 * 创建数据库: * create database 数据库名称; * 创建数据库,判断不存在,再创建: * create database if not exists 数据库名称; * 创建数据库,并指定字符集 * create data ...
分类:
数据库 时间:
2020-02-04 20:50:34
阅读次数:
92
web框架中间件对比 编程语言都有所不同,各个语言解决同一类问题而设计的框架,确有共通之处,毕竟是解决同一类问题,面临的挑战大致相同,比如身份验证,api授权等等,鄙人对node.js,golang,.net core有所涉猎,对各自的web框架进行学习的过程中发现了确实有相似之处。下面即对node ...
分类:
Web程序 时间:
2020-02-04 10:55:14
阅读次数:
108
(一)Scrapy库概述 1,安装:pip install scrapy失败; 运行D:\Python\Python36\python.exe -m pip install --upgrade pip命令升级pip命令失败; 修改Python36文件的权限:https://www.cnblogs.c ...
分类:
编程语言 时间:
2020-02-03 00:02:03
阅读次数:
144
目录 ConcurrentHashMap 2 预备知识 2 Hash 2 位运算 2 1.7中原理和实现 3 ConcurrentHashMap中的数据结构 3 初始化做了什么事? 4 在get和put操作中,是如何快速定位元素放在哪个位置的? 5 get()方法 6 put()方法 6 扩容操作 ...
分类:
其他好文 时间:
2020-02-02 21:44:59
阅读次数:
71
1、《HBase基础概念知识学习》 https://www.toutiao.com/i6774215329498268164/ 2、《VM安装CentOS6.5》 https://www.toutiao.com/i6739774433692484109/ 3、《HBase基础环境搭建》 https: ...
分类:
其他好文 时间:
2020-02-02 13:35:37
阅读次数:
73
题目描述 You are given an array of nn integers a_{1}...\ a_{n}a1?... an? . The cost of a subsegment is the number of unordered pairs of distinct indices w ...
分类:
其他好文 时间:
2020-02-01 16:12:00
阅读次数:
69
Given an increasing sequence S of N integers, the median is the number at the middle position. For example, the median of S1 = { 11, 12, 13, 14 } is 1 ...
分类:
其他好文 时间:
2020-02-01 16:07:53
阅读次数:
90
前言1.总体结构 √2.构建函数 √3.each功能函数实现 √4.map功能函数实现 √5.sizzle初步学习6.attr功能函数实现7.toggleClass功能函数实现(好伤)8.val功能函数实现9.ajax异步请求以及扩展学习正文如果仔细看日期你会发现今天写了两篇,是不是感觉奇怪为什么会... ...
分类:
Web程序 时间:
2020-01-29 12:50:08
阅读次数:
89