上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页
摘要: /** * 删除更新数据库字段 * @param $table * @param $field * @param $teacherId * @param $idArr * @param $sqlOptions sql条件字段 --查询 */ public function updateField($table, $field, $teacherId, $idArray, $sqlOptio... 阅读全文
posted @ 2019-03-29 16:57 千载白云 阅读(352) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2019-03-12 19:06 千载白云 阅读(740) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u012600104/article/details/80446036 阅读全文
posted @ 2019-01-24 19:04 千载白云 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 新建本地分支后将本地分支推送到远程库, 使用git pull 或者 git push 的时候报错gitThere is no tracking information for the current branch.Please specify which branch you want to mer 阅读全文
posted @ 2019-01-17 19:31 千载白云 阅读(301) 评论(0) 推荐(0) 编辑
摘要: https://www.linuxidc.com/Linux/2018-01/150211.htm 下面是CentOS 7的root密码修改 开机按esc 选择CentOS Linux (3.10.0-693.......) 按 e 键 光标移动到 linux 16 开头的行,找到 ro 改为 rw 阅读全文
posted @ 2019-01-15 15:27 千载白云 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 本文的PHP下载地址: wget http://cn2.php.net/distributions/php-7.2.0.tar.gz 首先安装编译所需的扩展包: yum install gcc gcc-c++ libxml2 libxml2-devel autoconf libjpeg libjpe 阅读全文
posted @ 2019-01-14 15:11 千载白云 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 参考链接https://blog.csdn.net/u011159417/article/details/80081992 https://blog.csdn.net/wangxy_job/article/details/78982717 开始前,请确认gcc g++开发类库是否装好,默认已经安装。 阅读全文
posted @ 2019-01-13 15:03 千载白云 阅读(154) 评论(0) 推荐(0) 编辑
摘要: http://blog.51cto.com/lavender7n/2047418 1.chkconfig命令 chkconfig命令主要用来更新(启动或停止)和查询系统服务的运行级信息。 [root@test_01 ~]# chkconfig --list 注意:该输出结果只显示 SysV 服务,并 阅读全文
posted @ 2019-01-11 00:15 千载白云 阅读(199) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/reticent_man/article/details/80732395 https://blog.csdn.net/q2158798/article/details/80550626 阅读全文
posted @ 2019-01-04 15:18 千载白云 阅读(119) 评论(0) 推荐(0) 编辑
摘要: https://cloud.tencent.com/developer/article/1340400 阅读全文
posted @ 2018-12-10 14:47 千载白云 阅读(140) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页