摘要:
/** * 删除更新数据库字段 * @param $table * @param $field * @param $teacherId * @param $idArr * @param $sqlOptions sql条件字段 --查询 */ public function updateField($table, $field, $teacherId, $idArray, $sqlOptio... 阅读全文
摘要:
MySQL语句一: UPDATE lesson_p set solve_status = 6 where lesson_p_id in (SELECT lp.lesson_p_id FROM `lesson_p` lp LEFT JOIN jx_lesson_p_after jpa ON lp.le 阅读全文
摘要:
https://blog.csdn.net/u012600104/article/details/80446036 阅读全文
git 报错 gitThere is no tracking information for the current branch. Please specify which branch you w
摘要:
新建本地分支后将本地分支推送到远程库, 使用git pull 或者 git push 的时候报错gitThere is no tracking information for the current branch.Please specify which branch you want to mer 阅读全文
摘要:
https://www.linuxidc.com/Linux/2018-01/150211.htm 下面是CentOS 7的root密码修改 开机按esc 选择CentOS Linux (3.10.0-693.......) 按 e 键 光标移动到 linux 16 开头的行,找到 ro 改为 rw 阅读全文
摘要:
本文的PHP下载地址: wget http://cn2.php.net/distributions/php-7.2.0.tar.gz 首先安装编译所需的扩展包: yum install gcc gcc-c++ libxml2 libxml2-devel autoconf libjpeg libjpe 阅读全文
摘要:
参考链接https://blog.csdn.net/u011159417/article/details/80081992 https://blog.csdn.net/wangxy_job/article/details/78982717 开始前,请确认gcc g++开发类库是否装好,默认已经安装。 阅读全文
摘要:
http://blog.51cto.com/lavender7n/2047418 1.chkconfig命令 chkconfig命令主要用来更新(启动或停止)和查询系统服务的运行级信息。 [root@test_01 ~]# chkconfig --list 注意:该输出结果只显示 SysV 服务,并 阅读全文
摘要:
https://blog.csdn.net/reticent_man/article/details/80732395 https://blog.csdn.net/q2158798/article/details/80550626 阅读全文
摘要:
https://cloud.tencent.com/developer/article/1340400 阅读全文