码迷,mamicode.com
首页 >  
搜索关键字:framework 7    ( 12643个结果
drf部分
Django 1.11.3 Serializers.py from rest_framework import serializers from .models import Goods,GoodsCategory class GoodCategorySerializer(serializers.M ...
分类:其他好文   时间:2020-01-11 11:34:08    阅读次数:76
thinkphp5.0几种安装方式介绍
一、官网下载安装 获取ThinkPHP的方式很多,官方网站(http://thinkphp.cn)提供了稳定版本或者带扩展完整版本的下载 二、ThinkPHP5支持使用Composer安装,如果还没有安装 Composer,你可以按 Composer安装 中的方法安装。在 Linux 和 Mac O ...
分类:Web程序   时间:2020-01-11 10:08:09    阅读次数:110
Yii2 JWT
Yii2 JWT 这个扩展为Yii framework 2.0提供了JWT集成(需要PHP 5.6+)。它包括基本的HTTP身份验证支持。 目录 1. "安装" 1. "依赖关系" 1. "基本用法" 1. "创建" 1. "从字符串分析" 1. "验证" 1. "令牌签名" 1. "Hmac" 1 ...
分类:其他好文   时间:2020-01-10 12:30:06    阅读次数:493
PowerMockito使用PowerMockIgnore注解消除类加载器引入的ClassCastException
The reason is that the XML framework tries to instantiate classes using reflection and does this from the thread context classloader (PowerMock's clas ...
分类:其他好文   时间:2020-01-10 01:02:56    阅读次数:110
【Spring Boot】Spring Boot之两种引入spring boot maven依赖的方式
一、方式一:spring-boot-starter-parent 进入spring-boot-starter-parent里,可以发现它其实依赖了我们下面要讲的spring-boot-dependencies模块 。 二、方式二:使用spring-boot-dependencies 使用这种方式就不 ...
分类:编程语言   时间:2020-01-10 00:46:04    阅读次数:241
Cannot access org.springframework.context.ConfigurableApplicationContext
Cannot access org.springframework.context.ConfigurableApplicationContext 需要将有问题的模块 删除 后重新导入 即可 IDEA导入module和导入project ...
分类:移动开发   时间:2020-01-10 00:22:14    阅读次数:81
Hexo + Serverless Framework,简单三步搭建你的个人博客
简单三步,即可通过 Serverless Website 组件快速构建一个 Serverless Hexo 站点。 ...
分类:其他好文   时间:2020-01-09 18:50:10    阅读次数:87
IDEA将工程转为maven工程
有时候在使用IDEA时,从Git上Pull一个maven工程下来没有自动将工程转换成maven工程,导致相应的依赖jar包无法下载。此时要将它转换成maven工程。 1.在工程名称上右击并点击【Add Framework Support】。 2.在打开的【Add Framework Support】 ...
分类:其他好文   时间:2020-01-09 10:30:56    阅读次数:95
SpringBoot介绍与使用
SpringBoot介绍与使用 1.什么是SpringBoot SpringBoot是Spring项目中的一个子工程,与我们所熟知的Spring framework 同属于spring的产品: 我们可以看到下面的一段介绍: Takes an opinionated view of building ...
分类:编程语言   时间:2020-01-09 01:38:52    阅读次数:114
.NET Core将促使.NET进一步衰落
.NET Core其实是内斗型框架,它的实际竞争目标是.NET Framework,不会给.NET增加多少新的份额。.NET Core将促使.NET进一步衰落。 ...
分类:Web程序   时间:2020-01-08 14:39:00    阅读次数:145
12643条   上一页 1 ... 98 99 100 101 102 ... 1265 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!