码迷,mamicode.com
首页 >  
搜索关键字:could you do me a favor    ( 45411个结果
布局管理器练习
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
Windows10 没 hosts 文件
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 ...
分类:Windows程序   时间:2021-06-05 18:24:08    阅读次数:0
Login Vagrant VM using Xshell
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
注解与main方法
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
【Android】Gradle下载不动,修改为阿里镜像
修改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
Simple Linear Interpolation Functions
##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
Hsm状态机init()和dispatch()流程
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对象都是获取到的页面节点对象,为什么还需要相互转化呢? 原因是在 jQuery 对象中无法使用 DOM 对象的任何方法,如 $("p").innerHtml 是错误的,因为它的写法是 $("p").html()。同样,DOM对象中也不能用 jQuery 对象中的方法,如 do ...
分类:Web程序   时间:2021-06-02 20:24:51    阅读次数:0
shell script
#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
有道词典_每日一句_2021/06
06月 I love being a kid. I have my whole life ahead of me. 我喜欢当一个小孩,可以书写大好前程。——2021.06.01 其他: 有道词典_每日一句_总贴 ...
分类:其他好文   时间:2021-06-02 19:44:36    阅读次数:0
45411条   上一页 1 ... 6 7 8 9 10 ... 4542 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!