Wondow快捷键 描述 Windows 编辑菜单 Alt + E 文件菜单 Alt + F 查看菜单 Alt + V 全选文本 Ctrl + A 复制文本 Ctrl + C 查找文本 Ctrl + F 查找替换文本/切换 Ctrl + H 新建文档 Ctrl + N 打开文件 Ctrl + O 打 ...
1.通过System.Reflection.Assembly 的一些方法得到想要创建的对象的type 2.调用Activator.CreateInstance(type,args) ,创建相应的instance ...
分类:
其他好文 时间:
2021-03-26 15:31:05
阅读次数:
0
Function.prototype.mycall = function () { const [first, ...rest] = arguments; const ctx = first || window; ctx.func = this; const ret = ctx.func(...re ...
分类:
移动开发 时间:
2021-03-26 15:24:30
阅读次数:
0
xml配置默认使用类的无参构造 #当类存在有参构造函数时 package Test; public class Hello { private String name; public Hello(){ System.out.println("Hello对象被创建"); } public Hello( ...
分类:
编程语言 时间:
2021-03-26 15:22:42
阅读次数:
0
方法一、配置shell脚本,使用/etc/rc.local 跟随系统自启动 # cat /home/oracle/script/start.sh lsnrctl start<<EOF EOF sqlplus / as sysdba <<EOF startup alter system registe ...
分类:
数据库 时间:
2021-03-26 15:17:47
阅读次数:
0
(TIA Portal 安装问题汇总) -操作系统需要使用基于美国联邦信息处理标准(FIPS)的加密算法。该软件使用的某些Microsoft标准算法不符合该标准。 典型的操作系统问题,在 window中打开功能里输入regedit,回车打开注册器。然后进入如下路径HKEY_LOCAL_MACHINE ...
分类:
其他好文 时间:
2021-03-18 14:36:10
阅读次数:
0
Winform基础详解三——关于program.cs program是整个Winform程序的主入口点。 [STAThread] 表示一种当前应用程序的特性 表示当前COM线程模型是单线程单元 如果没有它,winform应用程序是无法工作的 using System; using System.Co ...
Tripwire is a host based Intrusion detection system for Linux. Tripwire monitors Linux system to detect and report any unauthorized changes to the fil ...
分类:
系统相关 时间:
2021-03-18 14:32:34
阅读次数:
0
1 package com.pingfan.scanner; 2 3 import java.util.Scanner; 4 5 public class Demo3 { 6 public static void main(String[] args) { 7 Scanner scanner = n ...
分类:
其他好文 时间:
2021-03-18 14:30:41
阅读次数:
0
android内核剖析!不断提升自己创造溢价的能力,含BATJM大厂 ...
分类:
移动开发 时间:
2021-03-18 14:29:41
阅读次数:
0