(Buying Guide)Nexiq USB Link 1 or 2? WiFi or Bluetooth? Nexiq 1 or Nexiq 2? Nexiq 1 is discontinued. no more updates but for most people it will still ...
分类:
其他好文 时间:
2020-10-22 22:45:27
阅读次数:
25
1. 模块查找规则-当模块拥有路径但没有后缀时 require(' ./find.js') ; require(' ./find') ; require方法根据模块路径查找模块,如果是完整路径。直接引入模块。 如果模块后缀省略,先找同名JS文件再找同名JS文件夹 如果找到了同名文件夹,找文件夹中的i ...
分类:
Web程序 时间:
2020-10-22 22:32:27
阅读次数:
27
JDK动态代理为了引出动态代理,我们看看一个案列!广东广州,早上9:00,一位靓仔穿着人字拖、提着鸟笼,走进了早茶店。没错,这就是广州典型的包租公!名下几栋楼,只收租为生,没工作,这人身真是无趣至极!这里就得出一个问题:收租不算工作?好吧,其实正真的包租公不会自己去收租,都是委托给中介去做。为什么呢?这其中可以说牵扯到安全、隐私等等。想一下,假如包租公自己收租,当下租客很多,其他包租公就不爽了,干
分类:
编程语言 时间:
2020-10-21 21:17:04
阅读次数:
32
router.js 参考如下 Vue.use(VueRouter); const routes = [ { path: "/", component: index, name: "index", meta: { title: '首页' } }] var router = new VueRouter( ...
分类:
其他好文 时间:
2020-10-21 20:22:18
阅读次数:
26
本文给出Vuetify开发中本地图片路径的使用注意总结。
分类:
其他好文 时间:
2020-10-20 16:31:00
阅读次数:
25
<Switch> <Redirect exact={true} from="/" to="/home"></Route> <Route path="/home" component={HomeCom}></Route> <Route path="/monitor" component={Monito ...
分类:
其他好文 时间:
2020-10-19 22:16:06
阅读次数:
22
第一步安装npmi-Dserviceworker-webpack-plugin。第二步:编写wepack.config.js如下constpath=require(‘path‘);constExtracTextPlugin=require(‘extract-text-webpack-plugin‘)const{WebPlugin)=require(’web-webpack-plugin’);con
分类:
Web程序 时间:
2020-10-18 16:51:24
阅读次数:
30
一、全局组件注册有两种方法: 1、在main.js文件中引入组件: import UserData from './components/UserData.vue' vue.component('UserData',UserData) 就可以直接在vue文件中使用 <user-data></user ...
分类:
其他好文 时间:
2020-10-18 09:52:54
阅读次数:
25
引言 在开发中台过程中 我们的原型中有很多表单,antd有表单组件,但是粒度比较细,就单纯组件而言,无可厚非,但是在开发过程中,可能会造成代码不够聚合,有些表单公共逻辑无法提取,copy paste比较多,所以可以加以封装,搞一个兼容性和扩展性都契合项目本身的组件。 主要思路 我简单查阅了一番资料, ...
分类:
其他好文 时间:
2020-10-18 09:50:19
阅读次数:
13
@Slf4j @Component public class MessageConsumer { @Autowired private PpcRequestMessageListener ppcRequestMessageListener; @Autowired private RabbitTemp ...
分类:
其他好文 时间:
2020-10-16 11:17:04
阅读次数:
20