常用的DOS命令 查看当前目录下的全部文件:dir 切换目录:cd(change directory) 返回上一级目录:cd.. 清理屏幕:cls(clear screen) 退出终端:exit 查看电脑ip:ipconfig 打开应用: 打开计算器:calc 打开画图:mspaint 打开txt: ...
分类:
其他好文 时间:
2020-09-18 00:32:11
阅读次数:
36
两天的Linux学习,受益匪浅。 整理下知识,就从最基本的开始吧(也只会些基本的)。 cd(change directory)改变目录 ls(list)列出目录内容 pwd(print work directory)打印当前目录 显示出当前工作目录的绝对路径 mkdir(make Directory ...
分类:
系统相关 时间:
2020-09-17 21:07:08
阅读次数:
128
PDOException: SQLSTATE[HY000] [2002] No such file or directory in lock_may_be_available() (line 167 of /var/www/html/acuvue/wwwtrainingjjmccomcn/publi ...
分类:
数据库 时间:
2020-09-17 20:29:02
阅读次数:
108
一个Node相关的项目中,总是少不了跑脚本。跑一个脚本拉取配置、处理一些数据以及定时任务更是家常便饭。在一些重要流程中能够看到脚本的身影:CI,用以测试、质量保障及部署等Docker,用以构建镜像Cron,用以定时任务如果在这些重要流程中脚本出错无法及时发现问题,将有可能引发更加隐蔽的问题。最近观察项目镜像构建,会偶尔发现一两个镜像虽然构建成功,但容器却跑不起来的情况。「究其原因,是因为ExitC
分类:
其他好文 时间:
2020-09-04 17:23:19
阅读次数:
41
新开一节IO(Input/Output)的用法。 这节主要讲一下操作文件和文件目录的两个静态类:File 和 Directory。 在进入正题之前,先理解一下相对路径和绝对路径这两个概念: 绝对路径,是指从盘符开始的路径,如:C:/user/desktop 相对路径,是指相对于当前目录的路径访问形式 ...
分类:
其他好文 时间:
2020-09-04 17:02:51
阅读次数:
52
#liunx 下php安装memcached扩展 memcached扩展是基于libmemcached,所以要先安装libmemcached 一:安装libmemcached 1、wget https://launchpadlibrarian.net/165454254/libmemcached-1 ...
分类:
Web程序 时间:
2020-09-03 16:54:45
阅读次数:
60
问题 在windows下使用记事本打开deploy.sh文件,编写.sh脚本,保存后拷贝到Linux服务器上,执行后报如下错误。 [root@i-dbb1f0ff shell]# ./deploy.sh -bash:./deploy.sh:/bin/bash^M:bad interpreter:No ...
分类:
系统相关 时间:
2020-08-31 11:56:16
阅读次数:
57
创建基本任务 General Use custom workspace > Directory: {directory, d:\github} Source Code Management Git plugin Git > Repositories > Repository URL: {reposi ...
分类:
其他好文 时间:
2020-08-19 19:59:48
阅读次数:
53
Failed to compile. ./src/api/system/eduction.js Module build failed (from ./node_modules/eslint-loader/index.js): Error: ENOENT: no such file or direc ...
分类:
Web程序 时间:
2020-08-17 16:52:20
阅读次数:
185
bash: ./arm-none-linux-gnueabi-gcc: No such file or directory解决方法 https://blog.csdn.net/eydwyz/article/details/98033852 ubuntu进行apt-get时候出现Package xxx ...
分类:
系统相关 时间:
2020-08-10 00:08:49
阅读次数:
72