码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
asp.net core 5.0 中的 JsonConsole
asp.net core 5.0 中的 JsonConsole Intro asp.net core 5.0 中日志新增了 JsonConsole,还是输出日志到 Console,但是会应用 Json 格式的一个 Formatter 把日志序列化成 json 再输出到控制台 Sample 一起来看一 ...
分类:Web程序   时间:2021-01-11 10:50:29    阅读次数:0
SpringSecurity(五): 自定义认证成功和失败处理器响应给前端json数据
1.自定义响应结构 /** * 自定义响应结构 */ @Data public class Result { // 响应业务状态 private Integer code; // 响应消息 private String message; // 响应中的数据 private Object data; ...
分类:编程语言   时间:2021-01-07 12:12:55    阅读次数:0
【SpringBoot1.x】SpringBoot1.x 安全
SpringBoot1.x 安全 文章源码 环境搭建 SpringSecurity 是针对 Spring 项目的安全框架,也是 SpringBoot 底层安全模块默认的技术选型。他可以实现强大的 web 安全控制。对于安全控制,我们仅需引入 spring-boot-starter-security ...
分类:编程语言   时间:2021-01-06 12:08:36    阅读次数:0
openstack heat 编排模板指南
opentack heat orchestration template (HOT) 可以类比 k8s 的 yaml 文件,k8s 通过 yaml 文件实现编排, 通过 HOT yaml 文件实现 openstack 上的编排 openstack 版本 train 版 HOT hello world ...
分类:其他好文   时间:2021-01-02 10:37:17    阅读次数:0
php源代码安装常见错误与解决办法分享
错误:configure: error: libevent >= 1.4.11 could not be found解决:yum -y install libevent libevent-devel错误:configure: error: Please reinstall the mysql dis ...
分类:Web程序   时间:2020-12-30 11:22:18    阅读次数:0
webrtc-audioproc
WebRTC AudioProc (AEC, VAD, NS...) https://github.com/DoubangoTelecom/webrtc-audioproc build example: ./autogen.sh ./configure make ...
分类:Web程序   时间:2020-12-28 10:57:16    阅读次数:0
SQL Server 2008语句大全完整版
SQL Server 2008语句大全完整版 设置内存选项 --设置 min server memory 配置项 EXEC sp_configure N'min server memory (MB)',0 --设置 max server memory 配置项 EXEC sp_configure N' ...
分类:数据库   时间:2020-12-25 11:57:49    阅读次数:0
.Net 常用ORM框架对比:EF Core、FreeSql、SqlSuger
前言: 最近由于工作需要,需要选用一种ORM框架,也因此对EF Core、FreeSql、SqlSuger作简单对比。个人认为各有有优势,存在即合理,不然早就被淘汰了是吧,所以如何选择因人而议、因项目而议,下面开始正题。 本篇文章不讲解基础知识,如有需要可移步到相应官网:EF Core官方文档:ht ...
分类:数据库   时间:2020-12-25 11:53:29    阅读次数:0
libgnutls的安装
# 1. 安装 libgnutls libgnutls gnutls-3.6.15.tar.xz 解压方式: 命令: xz -d gnutls-3.6.15.tar.xz 命令: tar -xvf gnutls-3.6.15.tar.xz 也可以直接解压 命令: tar -xvJf gnutls-3 ...
分类:其他好文   时间:2020-12-24 11:59:32    阅读次数:0
centos7源码安装Nginx
1、安装前准备工作下载Nginx源码包,官网下载会有很多版本,注意版本号,偶数为稳定版,奇数为开发实验版下载地址:http://nginx.org/en/download.html2、安装编译环境、创建安装目录和用户yum-yinstallgccgcc-c++pcre-develzlib-develmkdir/usr/local/nginx1.18useradd-Mnginx-s/sbin/nol
分类:其他好文   时间:2020-12-16 12:25:44    阅读次数:4
6481条   上一页 1 ... 6 7 8 9 10 ... 649 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!