看到这篇的同学应该是安装了新版本的mysql吧,新版本的mysql的密码初始化方式已经改了, 下面这个log就是安装mysql时候的输出,其中的红字就是密码初始化命令, Installing MySQL system tables...2020-02-18 00:51:06 0 [Warning] ...
分类:
数据库 时间:
2020-02-18 20:09:31
阅读次数:
256
Gulp: The streaming build systemgulp是前端开发过程中一种基于流的代码构建工具,是自动化项目的构建利器;她不仅能对网站资源进行优化,而且在开发过程中很多重复的任务能够使用正确的工具自动完成;使用她,不仅可以很愉快的编写代码,而且大大提高我们的工作效率。项目构建是指项... ...
分类:
其他好文 时间:
2020-02-18 13:13:53
阅读次数:
92
My OS: win10 Install method: jenkins.msi Problem: install gitlab hook failed. Problem description: cannot delete the target files/directory, and you c ...
分类:
其他好文 时间:
2020-02-18 09:57:06
阅读次数:
55
Administrator@PC201803221826 MINGW64 /f/BI/bi/二期/脚本 (master) $ mkdir ~/.ssh mkdir: cannot create directory ‘/c/Users/Administrator/.ssh’: File exi sts ...
分类:
其他好文 时间:
2020-02-17 17:54:19
阅读次数:
67
shell-init: error retrieving current directory: getcwd: cannot access parent directories: 没有那个文件或目录chdir: error retrieving current directory: getcwd: ...
分类:
数据库 时间:
2020-02-17 15:40:12
阅读次数:
105
使用wp_enqueue_scripts函数配合wp_head()在header.php中使用 在functions.php文件中添加 function tone_front_script() { wp_enqueue_style( 'css名', get_template_directory_ur ...
分类:
Web程序 时间:
2020-02-15 15:15:34
阅读次数:
100
原因一:JUnit 版本太低 解决:导入 4.12 及其以上版本 原因二:没有将 test 文件夹 设置为 Test Resource Root 解决:右键文件夹 --> Mark Directory as --> Test Resource Root 来源:https://blog.csdn.ne ...
分类:
其他好文 时间:
2020-02-15 13:30:01
阅读次数:
164
一、git的基本操作 1 git的基本概念 三个工作区:工作区,使用git add ,将代码临时存储在暂存区;然后用git commit -m "comment"提交到本地库 工作区(work directory) 暂存区 版本库(本地) 远程库 2 git的基本命令 本地库初始化:git init ...
分类:
其他好文 时间:
2020-02-14 22:44:23
阅读次数:
89
General Use custom workspace Directory: d:\xxx\xxx Source Code Management Git plugin Git Repositories Repository URL: Credentials: ... Branches to bui ...
分类:
其他好文 时间:
2020-02-14 18:42:04
阅读次数:
194
本文解决 Nginx 因库文件缺失而无法启动问题 没有采用缺失什么就安装什么的解决办法, 而是借助于另一个正常运行的Linux , 将其上的库文件发送给缺失库文件的 Linux 服务器 以 缺失 libharfbuzz.so.0 为例 , 其它库文件缺失 大同小异 前提摘要: 今天打开我的网址 ww ...
分类:
其他好文 时间:
2020-02-14 01:17:34
阅读次数:
105