Xenia lives in a city that has n houses built along the main ringroad. The ringroad houses are numbered 1 through n in the clockwise order. The ringro ...
分类:
其他好文 时间:
2020-07-22 16:21:56
阅读次数:
74
1、一般CentOS默认安装了mariadb,所以先查看是否安装mariadb,如果安装就需要先卸载mariadbrpm -qa|grep mariadbrpm -e mariadb-libs --nodeps2、在/usr/local/目录下创建mysql文件夹cd /cd usr/localmk ...
分类:
数据库 时间:
2020-07-21 23:10:57
阅读次数:
91
{ "$schema": "https://aka.ms/terminal-profiles-schema", "alwaysShowTabs" : true, "defaultProfile" : "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}", "initial ...
简介 对于httpclient,相信很多人或多或少接触过,对于httpclient的使用姿势,相信很多人会有疑问?下面这边会通过代码说明 package xxx; import org.apache.commons.codec.Charsets; import org.apache.http.Hea ...
分类:
Web程序 时间:
2020-07-21 14:13:32
阅读次数:
120
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>图片 ...
分类:
编程语言 时间:
2020-07-21 13:37:05
阅读次数:
105
每次创建一个页面,会有四个文件产生 生命周期函数就在后缀为.js的文件中,先来看代码 // miniprogram/pages/News/News.js Page({ /** * Page initial data */ data: { }, /** * Lifecycle function--Ca ...
分类:
微信 时间:
2020-07-20 22:59:28
阅读次数:
223
https://blog.csdn.net/willhuo/article/details/49512557 ini文件简介 ini是我们常见到的配置文件格式之一。 ini是微软Windows操作系统中的文件扩展名(也常用在其他系统)。 INI是英文“初始化(Initial)”的缩写。正如该术语所表 ...
分类:
编程语言 时间:
2020-07-20 13:13:56
阅读次数:
47
先看再点赞,给自己一点思考的时间,思考过后请毫不犹豫微信搜索【沉默王二】,关注这个长发飘飘却靠才华苟且的程序员。本文 GitHub github.com/itwanger 已收录,里面还有技术大佬整理的面试题,以及二哥的系列文章。 上一篇入坑了 ArrayList,小伙伴们反响不错,那这篇就继续入坑 ...
分类:
其他好文 时间:
2020-07-19 11:31:01
阅读次数:
74
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>layui</title> <meta name="renderer" content="webkit"> <meta http-equiv="X-UA-Compatible" c ...
分类:
其他好文 时间:
2020-07-18 19:48:24
阅读次数:
475
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>关键词分类</ti ...
分类:
其他好文 时间:
2020-07-18 13:38:03
阅读次数:
143