码迷,mamicode.com
首页 >  
搜索关键字:unknown application    ( 16694个结果
SpringBoot使用Hibernate-validate
本篇文章SpringBoot使用Hibernate-validate以及一些常用的校验 官方Api 访问地址: http://hibernate.org/validator/ Released under the ASL v2 Application layer agnostic validatio ...
分类:编程语言   时间:2021-03-30 13:31:40    阅读次数:0
SkyWalking链路追踪系统-部署篇
1、概述 1.1 介绍 在分布式架构、微服务以及k8s生态相关技术环境下,对应用的请求链路进行追踪(也叫做APM,Application Performance Management)是非常有必要的,链路追踪简单来说就是将应用从流量到达前端开始,一直到最后端的数据库核心,中间经过的每一层请求链路的完 ...
分类:其他好文   时间:2021-03-29 12:27:43    阅读次数:0
[Oracle 工程师手记]探究 Oracle PDB Application Container (一)
生成 Application Container,以及 Application PDB 的作成方法:Oracle 的 CDB 中,本来就是可以有很多的 PDB,但是 Oracle 引入了一种特殊的 PDB,这种 PDB 被声明为:"AS APPLICATION CONTAINER"。这以后,我们可以 ...
分类:移动开发   时间:2021-03-29 12:05:12    阅读次数:0
【Azure 云服务】在Cloud Service的代码中如何修改IIS Application Pool的配置呢? 比如IdleTimeout, startMode, Recycling.PeriodicRestart.Time等
在Cloud Service的代码中如何修改IIS Application Pool的配置呢? 比如IdleTimeout, startMode, Recycling.PeriodicRestart.Time等 ...
分类:移动开发   时间:2021-03-29 12:02:48    阅读次数:0
检测某个软件是否正在运行
function Checkexeisrunning(ename:string):Boolean; var hwd:hwnd; scr:array [0..254] of Char; begin Result:=False; hwd:=GetWindow(Application.Handle,GW_ ...
分类:其他好文   时间:2021-03-26 15:28:08    阅读次数:0
WebAPI返回值为文件
public class FileStreamResult : IHttpActionResult { readonly Stream _stream; readonly string _mediaType = "application/octet-stream"; readonly string ...
分类:Windows程序   时间:2021-03-18 14:44:59    阅读次数:0
OSI Model
https://www.imperva.com/learn/application-security/osi-model/ What Is the OSI Model The Open Systems Interconnection (OSI) model describes seven layer ...
分类:其他好文   时间:2021-03-16 14:01:01    阅读次数:0
python3去除行号
问题:在复制一些代码时会同时复制每行的行号,删除比较麻烦,所以利用python3本身的代码进行一键删除。 # 导入re 模块来使用正则表达式 import re """去掉行号""" print('remove application start') # 定义去除行号函数 def remove_li ...
分类:编程语言   时间:2021-03-16 13:46:16    阅读次数:0
二、SpringBoot配置文件
一、配置文件 SpringBoot使用一个全局的配置文件,配置文件名是固定的; application.properties application.yml 配置文件的作用:修改SpringBoot自动配置的默认值;SpringBoot在底层都给我们自动配置好; YAML(YAML Ain't Ma ...
分类:编程语言   时间:2021-03-12 13:45:14    阅读次数:0
JPA
#JPA JPA依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> </dependency> application.ym ...
分类:其他好文   时间:2021-03-11 11:42:48    阅读次数:0
16694条   上一页 1 ... 9 10 11 12 13 ... 1670 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!