码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
高性能Laravel日志服务
高性能Laravel日志服务 介绍 利用高性能seaslog日志扩展 会介绍三种方式将seaslog集成到laravel的日志服务 使用docker部署elk,将日志输出到elasticsearch 安装配置seaslog扩展 /path/to/phpize ./configure --with-p ...
分类:其他好文   时间:2021-02-17 14:13:40    阅读次数:0
Scala编译环境搭建(mac IDEA)
前提:Java环境已就绪 一、安装IDEA 二、安装插件 1、安装Scala插件Intellij IDEA->Preferences->Configure->Plugins 在输入框中输入Scala,找到Scala后,点击右边的install按钮,完成安装后重启Intellij IDEA生效 2、创 ...
分类:系统相关   时间:2021-02-16 12:04:34    阅读次数:0
springboot+vue发送axios请求引起的跨域问题
项目场景: 提示:axios发送get和post请求都提示: Access to script at ‘XXXX’ from origin ‘null’ has been blocked by CORS policy: Cross origin requests are only supported ...
分类:移动开发   时间:2021-02-15 11:38:58    阅读次数:0
Nginx 配置 HTTPS 完整过程
配置站点使用 https,并且将 http 重定向至 https。 1. nginx 的 ssl 模块安装 查看 nginx 是否安装 http_ssl_module 模块。 $ /usr/local/nginx/sbin/nginx -V 1 如果出现 configure arguments: - ...
分类:Web程序   时间:2021-02-08 11:41:11    阅读次数:0
cmake 使用技巧
Visual Studio 2019 典型项目 https://github.com/fmtlib/fmt 默认会在C盘 C:\Program Files (x86) cmake 我没用管理员权限 所以安装会失败 configure 后 一些目录成了固定的想修改 CMAKE_INSTALL_PREF ...
分类:其他好文   时间:2021-02-02 10:52:59    阅读次数:0
asp.net core 记录二
Demo11地址:http://42.194.219.152:8099/Movies Web应用MVC 在 Startup.cs 文件的 Configure 方法中设置路由格式。 app.UseEndpoints(endpoints => { endpoints.MapControllerRoute ...
分类:Web程序   时间:2021-02-01 12:35:23    阅读次数:0
spring 梳理12--简单整合mybatis(四) 动态Mapper(常用)
上面的实例程序并没有使用 Mapper 动态代理和注解来完成,下面我们就来试试如何用动态代理和注解: 配置文件: <!-- Mapper 扫描器 --> <bean class="org.mybatis.spring.mapper.MapperScannerConfigurer"> <!-- 扫描 ...
分类:移动开发   时间:2021-01-26 11:54:10    阅读次数:0
celery+django的定时任务设置 - 最佳实践 - 在django管理后台配置定时任务
1.快速测试和监控,启动多个celery worker,-A 指定项目目录, -P 指定方式,我这里以协程方式运行, -n指定name celery worker -A voice_quality_assurance_configure --loglevel=info -P eventlet -n ...
分类:其他好文   时间:2021-01-25 10:45:57    阅读次数:0
java.lang.IllegalStateException: Unable to read meta-data for class
在项目引用自定义starter启动报错 完整错误信息: java.lang.IllegalStateException: Unable to read meta-data for class org.moonholder.cloud.damocles.common.redis.configure.R ...
分类:编程语言   时间:2021-01-22 11:46:20    阅读次数:0
9.2选择查询用户的详细信息的服务
用户信息存储 /** * 通过重载,配置user-detail服务<!--more--> * @param auth * @throws Exception */ @Override protected void configure(AuthenticationManagerBuilder auth ...
分类:其他好文   时间:2021-01-21 11:00:48    阅读次数:0
6481条   上一页 1 ... 4 5 6 7 8 ... 649 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!