#CTU

NLayer Architecture in abp

IntroductionThelayeringofanapplication'scodebaseisawidelyacceptedtechniquetohelpreducecomplexityandtoimprovecodereusability.Toachievealayeredarchitecture,ASP.NE...
代码星球 ·2021-02-08

architecture 20190628

https://abp.io/ --ABPv2官网https://grpc.io/--gRPC官网https://devblogs.microsoft.com/dotnet/introducing-net-5/ --.net5https://http2.github.io/faq/#why-revi...
代码星球 ·2021-02-08

spring boot的actuator

actuator官方的介绍SpringBootincludesanumberofadditionalfeaturestohelpyoumonitorandmanageyourapplicationwhenit’spushedtoproduction.Youcanchoosetomanageandmonitoryoura...
代码星球 ·2021-02-01

SOA (面向服务的架构)-Service Oriented Architecture

  编辑面向服务的架构(SOA)是一个组件模型,它将应用程序的不同功能单元(称为服务)通过这些服务之间定义良好的接口和契约联系起来。接口是采用中立的方式进行定义的,它应该独立于实现服务的硬件平台、操作系统和编程语言。这使得构建在各种各样的系统中的服务可以以一种统一和通用的方式进行交互。 中...

【解决】Converting circular structure to JSON

终于解决的问题了。试试了好几种方法,才找到错误的原因。是得到的结果格式错误,无法转成json原来错误的:  报错  更改成正确的  结果出现了  主要是用多请求导步出现的问题:Promise.all()...

tomcat中使用response.encodeURL()或response.encodeRedirectURL()实现回话追踪(session tracking)技术

HTTP是一种无连接的协议,如果一个客户端只是单纯地请求一个文件(HTML或GIF),服务器端可以响应给客户端,并不需要知道一连串的请求是否来自于相同的客户端,而且也不需要担心客户端是否处在连接状态。但是这样的通信协议使得服务器端难以判断所连接的客户端是否是同一个人。当进行Web程序开发时,我们必须想办法将相关的请求结...

poj2279——Mr. Young's Picture Permutations

DescriptionMr.Youngwishestotakeapictureofhisclass.Thestudentswillstandinrowswitheachrownolongerthantherowbehinditandtheleftendsoftherowsaligned.Forinstance,12st...

Spring Cloud提供者actuator依赖

<!--actuator依赖--><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-actuator</artifactId>...

通过PicturreId获取图片路径(Url)

1.直接使用接口服务_pictureService.GetPictureUrl((int)entity.SponsorPictureId);//entity是具体查询出来的实体对象SponsorPictureId是entity实体中的图片Id2.GetPictureUrl方法存在IPicture接口的实现类中 ...

CM_RESOURCE_LIST structure

TheCM_RESOURCE_LISTstructurespecifiesallofthesystemhardwareresourcesassignedtoadevice.SyntaxC++复制typedefstruct_CM_RESOURCE_LIST{ULONG    &nb...
代码星球 ·2020-08-09

tinymce 出现 Uncaught (in promise) TypeError: ae(...).createObjectURL is not a function

需要引入两个JS文件:jQuery.tinymce.min.js和tinymce.min.js<scripttype="text/javascript"src="tinymce/js/tinymce/jquery.tinymce.min.js"></script><scripttype="...

wpf ActualWidth为0解决方法

LocalNewsControl(){vardescriptor=DependencyPropertyDescriptor.FromProperty(ActualWidthProperty,typeof(TextBlock));if(descriptor!=null)descriptor.AddValueChanged...
代码星球 ·2020-08-05

CTU Open Contest 2017

CTUOpenContest2017(加油补题啊!!!)A:AmusementAnticipation(签到题,逆序求解)B:PondCascade(贪心、二分)C:ChessboardDancing(找规律)D:EquinoxRollerCoaster(待补充)E:ForestPicture(模拟)F:Shootin...
代码星球 ·2020-07-18
首页上一页...45678...下一页尾页