码迷,mamicode.com
首页 >  
搜索关键字:extension    ( 2583个结果
高性能Laravel日志服务
高性能Laravel日志服务 介绍 利用高性能seaslog日志扩展 会介绍三种方式将seaslog集成到laravel的日志服务 使用docker部署elk,将日志输出到elasticsearch 安装配置seaslog扩展 /path/to/phpize ./configure --with-p ...
分类:其他好文   时间:2021-02-17 14:13:40    阅读次数:0
chrome扩展-sendResponse不等待异步功能(chrome extension - sendResponse not waiting for async function)
描述: 1. content-script 1 中的 就是给 backgroun 发送了一个 message。(content-script 1 中的内容我就不贴出来了) 2. background 拿到 message 之后 会打开一个 新的标签页, 这个标签页会注入 content-script ...
分类:其他好文   时间:2021-01-25 11:12:51    阅读次数:0
rabbitmq系列——(4 Exchange Type -- Fanout)
发布订阅模式是 生产者 通过这个路由发送到绑定额多个队列中去,然后不同的 消费者 消费不同的队列 从而做到发布订阅模式 1. 生产者 using RabbitMQMsgProducer.MessageProducer; using Microsoft.Extensions.Configuration ...
分类:其他好文   时间:2021-01-19 12:14:10    阅读次数:0
Laravel composer install 缺少phpfile_info,LNMP安装PHP fileinfo扩展模块
安装PHP程序的时候,提示The fileinfo extension is required.,缺少fileinfo 扩展,因为LNmpA没有自行开启,所以需要我们手工去开启fileinfo 扩展。 方法如下:第一步:找到llnmp安装源位置: cd /lnmp1.5/src/php-5.6.9/ ...
分类:Web程序   时间:2021-01-15 11:41:32    阅读次数:0
Python spyder could not initialize GLX
Problem: Whenever I run spyder, It results in the error below QXcbConnection: Failed to initialize XRandr Qt: XKEYBOARD extension not present on the X ...
分类:编程语言   时间:2021-01-08 10:52:06    阅读次数:0
django 使用https协议运行runserver
1 两种方式 pip install django-extensions pip install django-werkzeug-debugger-runserver pip install pyOpenSSL pip install sslserver #sslserver运行 第二种 配置dja ...
分类:Web程序   时间:2020-12-22 13:03:50    阅读次数:0
mybatis plus 无法逻辑删除
在MybatisPlusConfig中新增bean(3.1.1以下) import com.baomidou.mybatisplus.core.injector.ISqlInjector; import com.baomidou.mybatisplus.extension.injector.Logi ...
分类:其他好文   时间:2020-12-17 12:18:23    阅读次数:2
jenkins配置邮件通知
一、安装邮件插件 在系统管理 插件管理,可选插件中找到 Email Extension Plugin安装。 二、配置邮件服务器 在系统配置中找到Jenkins Locaction项填入Jenkins URL和系统管理员邮件地址,系统管理员邮件地址一定要配置,否则发不了邮件通知。因为邮件通知都是由系统 ...
分类:其他好文   时间:2020-12-15 12:18:15    阅读次数:3
Sql Service Code First转化为 Pgsql CodeFirst
ef6转化为efcore 1.ef6 sql service先修改为 ef6 pgsql 1.1 安装 EntityFramework6.Npgsql 包 1.2 修改config 文件中的连接串 新建一个pagsql的数据库 JustTest <connectionStrings> <add na ...
分类:数据库   时间:2020-11-27 11:43:09    阅读次数:13
phpstom 配置xdebug
xdebug 原理 : php 服务器为 client , phpstom 为调试服务器 获取php对应的xdebug 版本: https://xdebug.org/wizard php.ini 配置: zend_extension=xdebug.so xdebug.remote_enable=1 ...
分类:Web程序   时间:2020-11-27 11:05:40    阅读次数:12
2583条   上一页 1 2 3 4 5 6 ... 259 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!