码迷,mamicode.com
首页 >  
搜索关键字:enables    ( 262个结果
mybatis逆向工程
[TOC] 使用配置maven插件的方式配置逆向工程 一、新建maven项目 本次测试:没有使用maven骨架,不过创建完后,需要在pom文件中指定包的类型为war 二、pom文件配置 1. 导入相关依赖:mybatis、mybatis逆向工程、mysql、lombok 2. 配置逆向工程插件 这里 ...
分类:其他好文   时间:2020-03-28 13:51:54    阅读次数:77
Mybatis学习文档
Mybatis学习文档 Mybatis是持久层框架类似于Hibernate的orm持久层框架 1.JDBC访问数据库存在的问题 频繁创建和打开、关闭数据链接,太消耗资源 Sql语句存在硬编码,不利于维护 Sql参数设置硬编码,不利于维护 结果集获取与遍历复杂,存在硬编码,不利于维护,期望查询后返回一 ...
分类:其他好文   时间:2020-03-23 09:39:45    阅读次数:59
Mysql:As of 8.0.16:--validate-config:新增的服务器配置验证特效:good!
5.1.3 Server Configuration Validation As of MySQL 8.0.16, MySQL Server supports a --validate-config option that enables the startup configuration to b ...
分类:数据库   时间:2020-03-13 20:44:51    阅读次数:114
在ASP.NET Core使用Entity Framework Core的日志
在开发中,我们想在调试中查看EF Core执行的sql语句,可以使用SQL Studio Manager Tools工具,另一种方式是使用EF Core提供的日志。 在ASP.NET Core使用Entity Framework Core的日志的步骤: 1. 设置启动方式 在launchSettin ...
分类:Web程序   时间:2020-02-14 00:58:11    阅读次数:98
MySQL, mysql命令注释
MySQL,mysql命令注释/opt/mysql/bin/mysql-B,--batchDon‘tusehistoryfile.Disableinteractivebehavior.(Enables--silent.)--bind-address=nameIPaddresstobindto.绑定IP地址--character-sets-dir=nameDirectoryforcharacters
分类:数据库   时间:2020-01-24 15:53:25    阅读次数:133
vue 调用百度地图API生成地图
1.项目根目录下下载百度地图插件 npm install vue-baidu-map –save 2.在首页index.html中引入百度地图: <script type="text/javascript" src="//api.map.baidu.com/api?v=2.0&ak=秘钥"></sc ...
分类:Windows程序   时间:2020-01-06 14:50:40    阅读次数:142
The Road to SDN: An Intellectual History of Programmable Networks(二)
2..The Road to SDN 单词学习 翻译 Making computer networks more programmable enables innovation in network management and lowers the barrier to deploying new ...
分类:Web程序   时间:2020-01-02 22:43:11    阅读次数:109
[Javascript] Yield an Array, String, or Any Iterable from a Generator (yield*)
Generators allow you to use the yield * syntax to yield each iteration of nested iterable as part of the main iterations. This enables you to combine ...
分类:编程语言   时间:2019-12-29 15:17:46    阅读次数:87
邮箱验证码
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net.Mail; namespace PubilcHelper { public class EMa ...
分类:其他好文   时间:2019-12-23 20:49:49    阅读次数:130
OAuth 流程与发展总结 (1.0 => 1.0a => 2.0)
OAuth 流程与发展 (1.0 => 1.0a => 2.0) 概述 概述: 开放授权协议 作用: 允许第三方应用访问服务提供方中注册的终端用户的部分资源 下面是官方描述: [OAuth描述] The OAuth 2.0 authorization framework enables a thir ...
分类:其他好文   时间:2019-11-30 21:16:34    阅读次数:100
262条   上一页 1 2 3 4 5 ... 27 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!