码迷,mamicode.com
首页 >  
搜索关键字:phoenix framework    ( 12915个结果
Spring AoP总结
Spring 复习 2.Spring AoP 本文启发自关于 Spring AOP (AspectJ) 你该知晓的一切_zejian的博客-CSDN博客_springaop 2.1 基本概念 2.1.1 存在问题 如果使用传统OOP的方式来对大量重复的代码进行管理,通常采用的是继承或抽取静态工厂方法 ...
分类:编程语言   时间:2021-02-06 12:09:51    阅读次数:0
Entity Framework Core 3.1 入门(三)一对一、多对多
此入门教程是记录下方参考资料视频的过程,本例基于Entity Framework Core 3.1 开发工具:Visual Studio 2019 参考资料:https://www.bilibili.com/video/BV1xa4y1v7rR 一对一 添加一个Resume(简历)表:一个Playe ...
分类:其他好文   时间:2021-02-04 11:48:47    阅读次数:0
uos安装fiddler
fiddler是.net开发,所以需要安装.net环境 Mono是一种基于.NET Framework的开放源代码平台 。本文 介绍了该平台 如何 提供在Windows、OS X 和多种UNIX/Linux下灵活的开发机制 。什 么是Mono?Mono的诞生基于这样一个事实:C#语言和CLI(Com ...
分类:其他好文   时间:2021-02-02 10:43:33    阅读次数:0
596 node之koa:路由, 请求解析,响应方式/内容,错误处理,静态服务器,处理同步、异步数据
一. Koa初体验 1.1. 认识Koa 除了express,另外一个非常流行的Node Web服务器框架就是Koa。 Koa官方的介绍: koa:next generation web framework for node.js; koa:node.js的下一代web框架; 事实上,koa是exp ...
分类:其他好文   时间:2021-02-01 12:52:21    阅读次数:0
不识Netty真面目,只缘未读此真经
Netty官网:https://netty.io/ Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance p ...
分类:Web程序   时间:2021-02-01 11:54:29    阅读次数:0
django限流全局和单个视图
全局匿名和用户节流: # 限流 'DEFAULT_THROTTLE_CLASSES': [ 'rest_framework.throttling.AnonRateThrottle', 'rest_framework.throttling.UserRateThrottle' ], 'DEFAULT_T ...
分类:其他好文   时间:2021-01-30 11:42:33    阅读次数:0
练习二级缓存Reedis
练习二级缓存Reedis 1.创建一个maven项目 配置基础pom.xml <!-- 父级项目 --> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</arti ...
分类:其他好文   时间:2021-01-28 12:21:10    阅读次数:0
php 自定义验证器二:完整验证器
验证器类:Validate.php <?php namespace framework\library; class Validate { /** * 当前验证规则 * @var array */ protected $rule = []; /** * 验证提示信息 * @var array */ ...
分类:Web程序   时间:2021-01-28 11:58:59    阅读次数:0
springmvc 梳理4--内置统一的(国际化)字符集处理
在 web.xml 中配置一个字符集过滤器即可 <filter> <filter-name>CharacterEncodingFilter</filter-name> <filter-class>org.springframework.web.filter.CharacterEncodingFilt ...
分类:编程语言   时间:2021-01-27 13:08:28    阅读次数:0
Learning Deep Interleaved Networks with Asymmetric Co-Attention for Image Restoration
论文:https://arxiv.org/abs/2010.15689 代码:https://github.com/lifengshiwo/DIN 1. Introduction 作者提出当前图像修复方法中非常关键的问题是:Hierarchical features under different ...
分类:Web程序   时间:2021-01-26 12:25:13    阅读次数:0
12915条   上一页 1 ... 9 10 11 12 13 ... 1292 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!