码迷,mamicode.com
首页 >  
搜索关键字:convention    ( 223个结果
JavaWeb - SpringBoot 入门
JavaWeb - SpringBoot 入门 1 SpringBoot 基本应用 1.1 约定优于配置 // 约定优于配置(Convention over Configuration),又称按约定编程,是一种软件设计范式 //本质上是说,系统、类库或框架应该假定合理的默认值,而非要求提供不必要的配 ...
分类:编程语言   时间:2021-03-09 12:59:36    阅读次数:0
Rails框架学习
Don't Repeat Yourself! Convention Over Configuration. REST. Rails框架总览。 Rails框架基本使用。 Rails框架数据交互。 Rails框架前端开发。 1.yum安装: yum install rubygems ruby-devel ...
分类:其他好文   时间:2021-02-17 15:06:11    阅读次数:0
TP框架简单session redis存储设置
一,修改配置文件 Library/ThinkPHP/Conf/convention.php SESSION_TYPE => "redis" 二,添加session redis驱动 Library/ThinkPHP/Think/Session/Driver/Redis.class.php <?phpn ...
分类:其他好文   时间:2020-09-17 14:14:49    阅读次数:47
解决PowerDesigner中table的code长度限制和column的code长度限制
1修改 tools -> Model Options ->Naming Convention -> Table 中 code的长度限制 2修改 tools -> Model Options ->Naming Convention -> Column中 code的长度限制 ...
分类:其他好文   时间:2020-05-26 18:18:29    阅读次数:117
rune类型分析
查询,官方的解释如下: 1 2 3 4 5 6 7 // rune is an alias for int32 and is equivalent to int32 in all ways. It is // used, by convention, to distinguish character ...
分类:其他好文   时间:2020-04-17 15:56:08    阅读次数:63
thinkphp5源码剖析系列2-配置文件
前言 tp5的配置种类包含四个分类 惯例配置 核心框架内置的配置文件(thinkphp/convention.php),无需更改。 应用配置 每个应用的全局配置文件(项目根目录下app/config目录下的文件)。 模块配置 每个模块的配置文件(相同配置参数会覆盖应用配置。)比如index模块app ...
分类:Web程序   时间:2020-04-05 13:35:22    阅读次数:73
Stats 102A HW4
Stats 102A HW4 Due March 3, 2020General Notes? You will submit a minimum of three files, the core files must conform to the followingnaming convention ...
分类:其他好文   时间:2020-03-08 20:10:33    阅读次数:68
Maven依赖中的scope详解
原文链接:https://blog.csdn.net/kimylrong/article/details/50353161 原创kimy 发布于2015-12-18 17:36:48 阅读数 109197 收藏展开 Maven的一个哲学是惯例优于配置(Convention Over Configur ...
分类:其他好文   时间:2019-12-18 12:28:33    阅读次数:81
pandas.DataFrame.resample
DataFrame.resample(self, rule, how=None, axis=0, fill_method=None, closed=None, label=None, convention='start', kind=None, loffset=None, limit=None, b ...
分类:其他好文   时间:2019-11-23 20:01:24    阅读次数:120
pandas.Series.resample
Series.resample(self, rule, how=None, axis=0, fill_method=None, closed=None, label=None, convention='start', kind=None, loffset=None, limit=None, base ...
分类:其他好文   时间:2019-11-23 19:47:58    阅读次数:71
223条   1 2 3 4 ... 23 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!