码迷,mamicode.com
首页 >  
搜索关键字:bee framework    ( 13237个结果
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
02.image recognition,logistic regression
Working with Images & Logistic Regression in PyTorch Part 3 of "Deep Learning with Pytorch: Zero to GANs" This tutorial series is a hands-on beginner- ...
分类:其他好文   时间:2021-01-30 12:20:31    阅读次数: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
Error Handling
Error Handling Error handling requires you to acknowledge the possibility of an error and take some action before your code crashes. This requirement ...
分类:其他好文   时间:2021-01-28 11:56:38    阅读次数: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
java:JDBC的使用方式
学习目标 JDBC: 1. 概念:Java DataBase Connectivity Java 数据库连接, Java语言操作数据库 JDBC本质:其实是官方(sun公司)定义的一套操作所有关系型数据库的规则,即接口。 各个数据库厂商去实现这套接口,提供数据库驱动jar包。我们可以使用这套接口(J ...
分类:数据库   时间:2021-01-27 12:54:16    阅读次数:0
13237条   上一页 1 ... 11 12 13 14 15 ... 1324 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!