研发管理
-
在使用 Navicat 12 for MySQL,运行 SQL 文件时,报错:[ERR] 2013 – Lost connection to MySQL server during query 的解决
1、运行 SQL 文件时,报错:[ERR] 2013 – Lost connection to MySQL server during query,如图1[错误] 2013 – 在查询期间丢失与MySQL服务器的连接 图1 2、打开目录 C:/ProgramData/MySQL/MySQL Server…
-
CentOS下vsftp通过FlashFXP 5上传文件出现:553 could not creat file的解决!
553 could not creat file 无法覆盖的文件的用户及用户组为apache 重新给wwwroot目录分配权限 重新上传,但是可以覆盖成功的了!
-
在 Windows 10 64 下获取 MDN 学习区的代码示例
1、参考网址:https://developer.mozilla.org/zh-CN/docs/learn ,如图1 图1 2、参考第4步骤,打开电脑中的 命令提示符(Windows),参考网址:https://www.lifewire.com/how-to-open-command-prompt-2618089 ,如图2…
-
VNC-Viewer产生timed out waiting for a response from the host computer的解决!
timed out waiting for a response from the host computer 防火墙新开5900:5903的端口 选择不要再次提示! 远程桌面连接成功
-
在 Windows 10 64、MySQL 5.6 下 基于当前表中的其他字段值进行拼接,进而修改另一个字段值的流程
1、最终期望结果为:修改 player 表中的 avatar,其值为:/storage/web/app/player_avatar/GZHOU/579365.jpg,其中 GZHOU 为当前记录字段 team_code 的值、579365 为当前记录字段 code 的值,如图1 图1 2、先修改一…
-
Windows 10 家庭版下切换用户至Administrator的实现
1、Windows 版本为Windows 10 家庭版 Windows 版本为Windows 10 家庭版 2、在计算机管理中,无法找到本地用户和组的选项 在计算机管理中,无法找到本地用户和组的选项 3、以管理员身份执行命令提示符:net user ad…
-
Windows8.1 64位下安装配置Apache 2.2.25+MySQL-5.5.28+PHP-5.3.5+phpMyAdmin-4.2.9.1服务器环境详细流程!
一、Apache 安装步骤如下: 1、准备Apache的安装文件。 其下载地址为:http://mirrors.hust.edu.cn/apache/httpd/binaries/win32/,其文件名称为:httpd-2.2.25-win32-x86-no_ssl.msi。其中2.2.25表示Apache服务器…
-
阿里云ECS磁盘原地扩容的具体实现流程
1、通过控制台操作扩容且重启实例之后,查看控制台云盘容量: 通过控制台操作扩容且重启实例之后,查看控制台云盘容量 2、查看磁盘空间使用情况,包括还未被挂载的数据盘,命令:df -hfdisk -l友情提示:若您执行fd…
-
通过phpMyAdmin添加用户的时候报错:check the manual that corresponds to your MySQL server version for the right syntax to use的解决!
#1064 – you have an error in your SQL syntax;check the manual that corresponds to your MySQL server version for the right syntax to use near’* TO ‘zhidao.hmwis.top’@’loc…
-
在win7下安装memcache的实施流程!
由于在网址: http://pecl.php.net/package/memcache/3.0.8/windows 中无法下载到windows环境下的php5.2的相关版本dll扩展,如图: 无法下载到windows环境下的php5.2的相关版本dll扩展 最后重新搜索到一个网址:htt…