import java.awt.*;import java.awt.event.WindowAdapter;import java.awt.event.WindowEvent;public class Test01 extends Frame { public static void main(St ...
分类:
其他好文 时间:
2021-06-06 19:35:03
阅读次数:
0
1. win+r 输入 cmd,回车 2. 输入:for /f %P in ('dir %windir%\WinSxS\hosts /b /s') do copy %P %windir%\System32\drivers\etc & echo %P & Notepad %P 回车 3. C:\Win ...
Connect Vagrant VM by using Xshell 1. View your vagrant ssh-config type this commend to view your vagrant ssh-config: vagrant ssh-config you will get ...
分类:
系统相关 时间:
2021-06-05 17:39:35
阅读次数:
0
EnableAutoConfiguration This class-level annotation tells Spring Boot to “guess” how you want to configure Spring, based on the jar dependencies that ...
分类:
其他好文 时间:
2021-06-04 19:47:18
阅读次数:
0
修改build.gradle文件 // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { goog ...
分类:
移动开发 时间:
2021-06-04 19:09:13
阅读次数:
0
##Lerp lerp is the acronym for linear interpolation.the idea is very simple , you have 2 values, and you want to "walk" between those values by a fact ...
分类:
其他好文 时间:
2021-06-02 20:55:50
阅读次数:
0
QHsm_dispatch_(QHsm * const me, QEvt const * const e) {(通过函数参数me传入终状态) typedef QState (*QStateHandler)(void * const me, QEvt const * const e);(QStateH ...
分类:
其他好文 时间:
2021-06-02 20:51:10
阅读次数:
0
jQuery对象和DOM对象都是获取到的页面节点对象,为什么还需要相互转化呢? 原因是在 jQuery 对象中无法使用 DOM 对象的任何方法,如 $("p").innerHtml 是错误的,因为它的写法是 $("p").html()。同样,DOM对象中也不能用 jQuery 对象中的方法,如 do ...
分类:
Web程序 时间:
2021-06-02 20:24:51
阅读次数:
0
#ping whole local domainfor ip in {1..255};do ping -c 3 192.168.110.$ip >> ping.log;done grep '3 ttl' ping.log |awk '{print $4}' | sed 's\:\\g' |while ...
分类:
系统相关 时间:
2021-06-02 20:19:59
阅读次数:
0
06月 I love being a kid. I have my whole life ahead of me. 我喜欢当一个小孩,可以书写大好前程。——2021.06.01 其他: 有道词典_每日一句_总贴 ...
分类:
其他好文 时间:
2021-06-02 19:44:36
阅读次数:
0