上一页 1 2 3 4 5 6 7 8 9 10 ··· 25 下一页
摘要: https://downloads.mysql.com/archives/c-j/ 阅读全文
posted @ 2022-05-17 14:44 不再犯错 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 降低node版本的方法:首先全局安装n模块;然后通过“n rm v8.16.0”卸载指定的node版本;接着安装nvm;最后通过“nvm use 10.16.2”安装指定版本即可。 本文操作环境:windows7系统、nodejs10.16.2版,DELL G3电脑。 Node版本的升级和降级 在开 阅读全文
posted @ 2022-05-16 01:55 不再犯错 阅读(10817) 评论(0) 推荐(0) 编辑
摘要: 查看npm 版本: npm view vuex versions --json 清除缓存命令: npm cache clean --force 阅读全文
posted @ 2022-05-14 02:39 不再犯错 阅读(31) 评论(0) 推荐(0) 编辑
摘要: MySQL数据库无法启动,错误日志:InnoDB: Database page corruption on disk or a failed解决办法 系统环境:CENTOS7, XAMPP 找到日志位置:/opt/lampp/var/mysql/instance-7srte5br.err 错误日志如 阅读全文
posted @ 2022-05-05 10:50 不再犯错 阅读(1614) 评论(0) 推荐(0) 编辑
摘要: 1、ctrl +, 打开设置; 2、点击工作区,点击右上角 打开设置(json) 3、输入选择代码,并保存; 内容代码如下: { "vetur.format.defaultFormatter.html": "js-beautify-html", "vetur.format.defaultFormat 阅读全文
posted @ 2022-04-20 18:08 不再犯错 阅读(1521) 评论(0) 推荐(0) 编辑
摘要: https://github.com/alibaba/canal/releases 阅读全文
posted @ 2022-03-30 19:10 不再犯错 阅读(667) 评论(0) 推荐(0) 编辑
摘要: 查看索引列表: http://127.0.0.1:9200/_cat/indices?v 恢复内容开始 查看索引列表: http://127.0.0.1:9200/_cat/indices?v 新建索引:put http://127.0.0.1:9200/shopping 新建内容 :post ht 阅读全文
posted @ 2022-03-29 22:41 不再犯错 阅读(54) 评论(0) 推荐(0) 编辑
摘要: GET _search{ "query": { "match_all": {} }} PUT chuyuan GET chuyuan/_settings DELETE chuyuan PUT book?include_type_name=true{ "settings": { "number_of_ 阅读全文
posted @ 2022-03-29 16:37 不再犯错 阅读(156) 评论(0) 推荐(0) 编辑
摘要: SELECT COLUMN_NAME 字段名,column_comment 字段描述 ,is_nullable 是否可空,data_type 字段类型,character_maximum_length 字段长度,column_type 字段类型 FROM INFORMATION_SCHEMA.Col 阅读全文
posted @ 2022-03-29 16:14 不再犯错 阅读(117) 评论(0) 推荐(0) 编辑
摘要: Elasticsearch下载地址:https://www.elastic.co/cn/downloads/elasticsearch elasticsearch-analysis-ik下载地址:https://github.com/medcl/elasticsearch-analysis-ik/r 阅读全文
posted @ 2022-03-29 13:36 不再犯错 阅读(425) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 25 下一页