盘符切换 查看当前目录下的所有文件 dir 切换目录 cd (change directory) cd.. 返回上级 清理屏幕 cls (clear screen) 退出终端 exit 查看电脑IP ipconfig 打开应用 calc mspaint notepad ping 命令 ping ww ...
分类:
其他好文 时间:
2021-02-22 12:02:05
阅读次数:
0
更多事件:点击查询 load事件: <script type="text/javascript"> //整个页面窗口加载完成之后(所有标签加载完成) window.onload = function(){ //防止 js在前,标签在后的情况,js执行 时 标签没有加载完成 // alert('我加载 ...
分类:
Web程序 时间:
2021-02-22 12:00:37
阅读次数:
0
1.浏览器 浏览器是可以将网页的内容呈现(渲染)给用户,并且能够让用户与网页进行交互的一个软件。 2.服务器 服务器是一台配置比我们普通电脑更高的电脑,它专门用于存储数据,访问者可以通过访问服务器获得服务器上存储的资源。而且服务器是24小时不断电的,一旦(电脑)关机了,就无法访问服务器了。 3.访问 ...
分类:
Web程序 时间:
2021-02-22 11:59:02
阅读次数:
0
NX9+VS2012 #include <uf.h> #include <uf_ui.h> #include <uf_ui_ont.h> #include <uf_camgeom.h> static int select_filter_proc_fn(tag_t object, int type[3 ...
分类:
移动开发 时间:
2021-02-20 12:37:26
阅读次数:
0
题目大意 给你两个长度为 \(3^k\) 的数组。 定义两个数的 \(\text{mex}_3(a,b)\) 为两个数的在三进制下每一位的 \(\text{mex}\) 所组成的数。 求一个新的数组: \[ c_k=\sum_{\text{mex}_3(i,j)=k}a_i\cdot b_j \] ...
分类:
其他好文 时间:
2021-02-20 12:22:45
阅读次数:
0
1. 接口 ******接口是一种类型go提倡面向接口编程 2. 接口格式 type 接口类型名 interface{ 方法名1( 参数列表1 ) 返回值列表1 方法名2( 参数列表2 ) 返回值列表2 … } 接口名:使用type将接口定义为自定义的类型名。Go语言的接口在命名时,一般会在单词后面 ...
分类:
其他好文 时间:
2021-02-20 12:18:06
阅读次数:
0
原文:Passing State & Calling Functions Between Parent & Children in ReactJS Passing state between components is a common use case. Generally, we use a s ...
分类:
Web程序 时间:
2021-02-20 12:14:04
阅读次数:
0
文件夹或者文件操作: 帮助 help 内部命令 man(manual) 外部命令 help cd 查看cd的帮助文档 man ls 查看ls的帮助文件 查看当前目录位置 pwd =print working directory 打印当前工作目录位置 进入文件夹 cd = change directo ...
分类:
系统相关 时间:
2021-02-20 12:09:25
阅读次数:
0
一 RibbonAutoConfiguration @Configuration @Conditional(RibbonAutoConfiguration.RibbonClassesConditions.class) @RibbonClients @AutoConfigureAfter( name ...
分类:
编程语言 时间:
2021-02-20 12:02:23
阅读次数:
0
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <title>正则表达式测试</title> <link rel="stylesheet" href="b ...
分类:
其他好文 时间:
2021-02-20 12:01:53
阅读次数:
0