(1)枚举类型enum 1 package JavaEE.JavaBaseExampleTest.Functions; 2 3 /** 4 * Java 创建枚举类型要使用 enum 关键字,隐含了所创建的类型都是 java.lang.Enum 类的子类 5 */ 6 7 enum Car { 8 ...
分类:
其他好文 时间:
2020-02-12 16:52:41
阅读次数:
93
1. 定义在私有区域中的构造函数(内容略) 2. 常量成员函数(const member functions) double real() const { return re; } double imag() const { return im; } 上面这两个函数只是把函数的实部和虚部拿出来,并不 ...
分类:
其他好文 时间:
2020-02-10 14:03:06
阅读次数:
74
ps:请先确保 php.ini 的disable_functions 配置没有拦截 exec ,有请删掉,保存,重启php 下面开始正文1、先找出是哪个用户在执行这个文件的 <?php$result = exec("whoami", $outcome, $status); var_dump($out ...
分类:
Web程序 时间:
2020-02-10 11:49:32
阅读次数:
128
X-100 PAD2 is a dealer level key programmer. It provides customers with professional key programming and some special functions. This article records ...
分类:
其他好文 时间:
2020-02-08 17:28:21
阅读次数:
87
VULNS MITIGATION 1. File Upload Vulns - Only allow safe files to be updated. 2. Code Execution Vulns: Don't use dangerous functions. Filter use input ...
分类:
Web程序 时间:
2020-02-08 13:49:05
阅读次数:
77
原因是定义了一个叫做details的comonent 跟现有的html网页中的标签重合 组件,不能和html标签重复 details组件,h5新标签重复 由于在模板需要插入到 DOM 中,所以模板中的标签名必须能够被 DOM 正确地解析。主要有三种情况: 一是完全不合法的标签名,例如 ; 二是与 H ...
分类:
Web程序 时间:
2020-02-07 13:02:59
阅读次数:
108
1.环境: JDK 1.8 IntelliJ IDEA 2019.3.2 (Community Edition) Build #IC-193.6015.39, built on January 21, 2020 Runtime version: 11.0.5+10-b520.30 amd64 2.现 ...
分类:
其他好文 时间:
2020-02-06 18:02:44
阅读次数:
452
默认 Wordpress 的 Page 页面是按照 Title 升序排序的,如果创建的页面很多,使用起来会很不方面,所以可以通过将以下代码添加到 functions.php 中,实现将 Page 页面按照 Date 倒序 // 将 Page 页面默认排序修改为按照 Date 倒序 function ...
分类:
编程语言 时间:
2020-02-05 13:37:28
阅读次数:
104
Function decorators let us "mark" functions in the source code to enhance their behavior in some way. This is powful stuff, but mastering it requires ...
分类:
其他好文 时间:
2020-02-03 09:19:37
阅读次数:
81
通过流量管理器和 Azure Functions(作为代理)为全球用户提供最靠近的认知服务(或自定义API) ...