React is a declarative, efficient, and flexible JavaScript library for building user interfaces. It lets you compose complex UIs from small and isolat ...
分类:
其他好文 时间:
2019-06-18 12:06:49
阅读次数:
157
静态代理 动态代理 创建动态代理的对象,需要借助Proxy.newProxyInstance。该方法的三个参数分别是: ClassLoader loader表示当前使用到的appClassloader。 Class<?>[] interfaces表示目标对象实现的一组接口。 InvocationHa ...
分类:
其他好文 时间:
2019-06-14 16:23:09
阅读次数:
94
以管理员身份运行虚拟机 打开 控制面板-->网络和Internet-->更改适配器 在虚拟机处桥接到这个WLAN2 点击 编辑-->编辑虚拟网卡 没有网卡就点上图的添加网络作为桥接网卡 点击 应用再确定 点击 虚拟机-->设置 vi /etc/network/interfaces 添加 重启网络服务 ...
分类:
其他好文 时间:
2019-06-13 20:18:37
阅读次数:
210
新安装的ubuntu没有vim,使用vi修改自己的IP地址root@doupai-KVM:~#cat/etc/network/interfaces#interfaces(5)fileusedbyifup(8)andifdown(8)autoloifaceloinetloopbackautoens3ifaceens3inetstaticaddress192.168.200.7netmask255.2
分类:
系统相关 时间:
2019-06-11 09:22:13
阅读次数:
167
依赖注入:DI 又称控制反转:IoC 项目名字spring_DI 一、implement包中定义了两个接口Food和Person 1.接口Food package org.interfaces; public interface Food { public String eat(); //food接 ...
分类:
编程语言 时间:
2019-05-24 22:16:26
阅读次数:
131
package com.tl.spider.parser.impl; import com.tl.spider.download.WebPageDownLoadUtil; import com.tl.spider.parser.interfaces.ParseFieldsInterface; imp... ...
分类:
Web程序 时间:
2019-05-19 18:12:45
阅读次数:
146
In this article I am going to demonstrate how to customize your MSI install to prompt the user for some information and then pass this information to ...
分类:
其他好文 时间:
2019-05-17 12:06:16
阅读次数:
118
vim /etc/network/interfaces ...
分类:
系统相关 时间:
2019-04-30 12:13:46
阅读次数:
186
搬家进程中反射实现控制反转,样做的好处是可以通过配置项动态的控制下面那个类的属性 1.$this->getObject($class, $config->getConfig('param'), array($this), $interfaces);2.$reflection=new Reflecti ...
分类:
Web程序 时间:
2019-04-26 13:06:56
阅读次数:
158
1. 系统安装 ubuntu 18.04 英文版,创建个人用户 2. 初始系统 a.修改ip shell vim /etc/network/interfaces auto ens33 iface ens33 inet static address 192.168.1.10 netmask 255.2 ...
分类:
系统相关 时间:
2019-04-19 01:03:36
阅读次数:
294