码迷,mamicode.com
首页 >  
搜索关键字:zend guard run-time support missing    ( 10465个结果
phpstorm+xdebug+dbgp远程多用户调试
一、服务端配置php-xdebug配置:[xdebug]zend_extension=/usr/local/php/lib/php/extensions/no-debug-zts-20170718/xdebug.soxdebug.remote_enable=1xdebug.remote_host=127.0.0.1xdebug.remote_port=9000重启web服务器(略)dbgp配置:a
分类:数据库   时间:2018-12-09 12:14:30    阅读次数:438
jstree API
https://www.jstree.com/ drag & drop support(拖放) keyboard navigation(键盘导航) inline edit, create and delete(行内增、删、改) tri-state checkboxes(checkbox图标) fuz ...
分类:Windows程序   时间:2018-12-08 11:28:08    阅读次数:313
Linux系统——PXE高效能批量网络装机
PXE:Pre-boot Excution Environment,预启动执行环境,石油Intel公司开发的网络引导技术,工作在Client、Server模式,允许客户机通过网络从远程服务器下载阴道镜像,并记载安装文件或者整个操作系统。搭建PXE网络体系,必须要满足一下条件:1. 客户机的网卡支持P ...
分类:系统相关   时间:2018-12-08 11:19:18    阅读次数:249
javascript selenium判断一个元素存在的方法(CukeTest环境)
1.在【features】-【step_definitions】目录下创建自己的一个js文件,内容如下 var { Given, When, Then } = require('cucumber') const { driver } = require('../support/web_driver' ...
分类:编程语言   时间:2018-12-07 21:08:02    阅读次数:165
python入门
SyntaxError: Missing parentheses in call to 'print' python3.x,输入内容要带上() >>> print("hello,world") hello,world if .... else..... >>> num=5 >>> if num>3 ...
分类:编程语言   时间:2018-12-07 20:57:57    阅读次数:149
Mybatis分析
What is MyBatis? MyBatis is a first class persistence framework with support for custom SQL, stored procedures and advanced mappings. MyBatis eliminat ...
分类:其他好文   时间:2018-12-07 00:34:02    阅读次数:136
域名阿里云免费ssl证书配置安装
去阿里云盾申请 成功后下载 有三个文件******.com_public.crt ******.com.key *******.com_chain.crt Apache安装配置SSL证书方法教程(普通版) https://www .wosign.com/support/ssl-Apache1.htm ...
分类:其他好文   时间:2018-12-06 14:31:59    阅读次数:1491
linux工作空间满载问题
问题报错::::_STORAGE_WRITE_ERROR_:./Application/Runtime/Cache/Home/******.php 查看磁盘 命令:df -l Use% 100% 磁盘满了 mthinkphp文件夹用命令进不去 sudo chmod -R 777 /**/**/mth ...
分类:系统相关   时间:2018-12-06 14:12:12    阅读次数:200
设计模式(五)---- 原型模式
原型模式 通过 new 产生一个对象需要非常繁琐的数据准备或访问权限,则可以使用原型模式。就是 java 中的克隆技术,以某个对象为原型,复制出新的对象。显然,新的对象具备原型对象的特点。 优势:创建对象效率高(直接克隆,避免重新执行构造过程步骤) 克隆类似于 new 但是不同于 new。new 创 ...
分类:其他好文   时间:2018-12-06 00:10:19    阅读次数:179
如何将office卸载干净
我试了控制面板卸载office软件等方法,发现一直卸载不干净。 后发现这个office的官方链接,根据这个链接的步骤就很轻松的卸载好了。 https://support.office.com/zh-cn/article/%E4%BB%8E-PC-%E5%8D%B8%E8%BD%BD-Office-9 ...
分类:其他好文   时间:2018-12-05 20:48:41    阅读次数:130
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!