码迷,mamicode.com
首页 >  
搜索关键字:@component @controller @service @repository    ( 41522个结果
表现层-业务层-持久层(模拟依赖关系)
package com.example.service.ui; import com.example.service.IAccountService; import com.example.service.impl.AccountServiceImpl; /** * 模拟一个表现层,用于调用业务层 ...
分类:其他好文   时间:2020-07-11 09:34:26    阅读次数:56
rx汇总总结
1、mapmap和javascript中的数组的map方法类似 const getData = (param) => { return of(`return: ${param}`).pipe( delay(Math.random() * 1000) ) }; from([1, 2, 3, 4,5]) ...
分类:其他好文   时间:2020-07-11 09:32:37    阅读次数:69
linux - centos 阿里云自动断开连接
1.进入ssh目录 cd /etc/ssh 2.修改配置文件sshd_config ClientAliveInterval 30 ClientAliveCountMax 86400 3.重启ssh服务 service sshd restart ...
分类:系统相关   时间:2020-07-11 09:22:47    阅读次数:108
Servlet的几个extends Class
前言 在上文中我初步记录了Servlet接口的实现,配置的两种方式及方法声明周期但是Servlet中实际开发上我们只需要"service"方法但是却不得不实现Servlet的所有方法。这极其反人类,还好有以下继承类的出现。 Servlet的体系结构 Servlet -- 接口 | GenericSe ...
分类:其他好文   时间:2020-07-11 00:04:51    阅读次数:61
Vue 组件间进行通信
一、父组件与子组件通信 父组件与子组件通信段桥梁是子组建的**props**属性,通过属性绑定的方式,将父组件的数据传到子组件的props中,子组件在内部使用这些数据。 HTML部分 <div id="app"> <!-- 父组件将fruit传递给 f --> <component-a v-bind ...
分类:其他好文   时间:2020-07-10 21:14:18    阅读次数:57
Add Google Maven repository and sync project
用Android studio导入一个项目时,可以会报Add Google Maven repository and sync project有可能的解决方法如下:在项目的build.gradle中修改如下: buildscript { repositories { maven{ url 'http ...
分类:其他好文   时间:2020-07-10 19:08:47    阅读次数:159
thinkPHP5 生成微信小程序二维码 保存在本地
PHP生成微信小程序二维码需要注意两点: 1、小程序必须是上线的 2、传入二维码中需要跳转的小程序页面路径最前面不能加‘/’ 具体实现代码如下: 1 <?php 2 3 namespace app\admin\controller; 4 5 use think\facade\Env; 6 use a ...
分类:微信   时间:2020-07-10 19:08:14    阅读次数:200
EasyExcel的不确定表头(根据数据生成表头)的excel导出和二级表头以及设置表头的宽度自适应
1、效果如图 2、Controller @GetMapping("/exportExcel") public void exportExcel(@RequestParam(value = "menu") String menu, @RequestParam(value = "dwflglId") i ...
分类:其他好文   时间:2020-07-10 18:49:09    阅读次数:424
Spring Boot MiniDao @MiniDao vs. @Repository
jeecg miniDao 框架原理 - 简书 https://www.jianshu.com/p/1bbf9385f803 MiniDao 学习系列 1- - - - 集成使用 - 黑客派 https://hacpai.com/article/1537089268066 @Repository注解 ...
分类:编程语言   时间:2020-07-10 18:43:08    阅读次数:66
Hackademic: RTB2
Description Name: Hackademic: RTB2 Date release: 6 Sep 2011 DHCP service: Enabled IP address: Automatically assign Task:get root and read the file key ...
分类:其他好文   时间:2020-07-10 17:09:19    阅读次数:93
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!