码迷,mamicode.com
首页 >  
搜索关键字:rgb    ( 5110个结果
MyBatis进阶--接口代理方式实现Dao 和动态SQL
MyBatis接口代理方式实现Dao层 接口代理方式-实现规则 传统方式实现Dao层,我们既要写接口。还要写实现类。而MyBatis框架可以帮助我们省略写Dao层接口实现类的步骤。程序员只需要编写接口,由MyBatis框架根据接口的定义来创 1该接口的动态代理对象。 实现规则: 1.映射配置文件中的 ...
分类:数据库   时间:2021-05-24 17:22:36    阅读次数:0
设计模式-装饰者模式
装饰者模式: 在不改变原有对象的基础上,将功能附加到对象上 /** * 装饰者模式 */ public class decoratorTest { public static void main(String[] args) { Component component = new ConcreteD ...
分类:其他好文   时间:2021-05-24 17:01:12    阅读次数:0
分页功能
一.GridView 在控制器 public function actionIndex() { $query = User::find(); $pages = new Pagination(['totalCount' =>$query->count()]); $dataProvider = new ...
分类:其他好文   时间:2021-05-24 16:31:36    阅读次数:0
fofa采集脚本
FOFA-网络空间安全搜索引擎是网络空间资产检索系统(FOFA)是世界上数据覆盖更完整的IT设备搜索引擎,拥有全球联网IT设备更全的DNA信息。探索全球互联网的资产信息,进行资产及漏洞影响范围分析、应用分布统计、应用流行度态势感知等。 首先安装库 pip install requestspip in ...
分类:其他好文   时间:2021-05-24 16:14:52    阅读次数:0
根据数组整合出选年月
data: [ //这是后端的数据 ['2012年', '2012', '1季度', '1'], ['2012年', '2012', '2季度', '2'], ['2012年', '2012', '3季度', '3'], ['2012年', '2012', '4季度', '4'], ['2013年' ...
分类:编程语言   时间:2021-05-24 15:57:36    阅读次数:0
spring boot配置多数据源
1、pom.xml文件 <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </dependency> <dependency> <groupId>org.springframework. ...
分类:编程语言   时间:2021-05-24 15:52:36    阅读次数:0
Charles的安装
1:点击安装文件charles-proxy-4.2.8-win64.msi 2:点击下一步 3:勾选同意,点击”next”按钮 4:指定安装的路径,继续点击”next”按钮 5:点击”install”按钮 6:等待安装 7:点击”Finish”按钮 8:安装结束 ...
分类:其他好文   时间:2021-05-24 15:35:33    阅读次数:0
vue api 请求报错 Error occurred while trying to proxy request /user/report-user from localhost:83....
一.报错信息 Error occurred while trying to proxy request /user/report-user from localhost:83 .... 二.index.js 配置信息 proxyTable: { '/api': { target: 'http://l ...
分类:Windows程序   时间:2021-05-24 15:32:48    阅读次数:0
DHCP
DHCP (Dynamic Host Configuration Protocol): An application-layer client-server protocol for allowing a device to automatically obtain an IP address. D ...
分类:其他好文   时间:2021-05-24 14:38:40    阅读次数:0
后台获取的map集合封装json
let list = [] let arr = {'a':'1','b':'2','c':'3','d':'4'} for(var key in arr){ console.log("key:"+key+",value:"+arr[key]) list.push({ 'key':key, 'valu ...
分类:Web程序   时间:2021-05-24 14:32:47    阅读次数:0
5110条   上一页 1 ... 19 20 21 22 23 ... 511 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!