首先在 Providers\AppServiceProvider.php 文件中自定义 手机号和身份证号验证 1 // AppServiceProvider.php 文件 2 3 <?php 4 namespace App\Providers; 5 6 use Illuminate\Support\ ...
分类:
移动开发 时间:
2020-06-24 17:54:08
阅读次数:
165
电力电子网络资料整理 1. 理论常识 1.1 TDK 电力电子产品指南 TDK 介绍了电力电子基本常识,漫画图解电力电子设备及器件 1.2 开关电源基础知识 TI 开关电源基础知识 2. 硬件资料 2.1 IGBT双脉冲测试方法介绍 CONCEPT IGBT双脉冲测试方法介绍 魏炜 2.2 MOSF ...
分类:
其他好文 时间:
2020-06-24 17:48:47
阅读次数:
93
1.John Deere Service Advisor License 2.John Deere Service Advisor Keygen Cracked John Deere Service Advisor License John deere payload encryptor-decry ...
分类:
其他好文 时间:
2020-06-24 12:14:20
阅读次数:
61
const 命令 const 声明一个只读变量,声明之后不允许改变。意味着,一旦声明必须初始化,否则会报错。 基本用法: const PI = "3.1415926"; PI // 3.1415926 const MY_AGE; // SyntaxError: Missing initializer ...
分类:
其他好文 时间:
2020-06-24 09:17:48
阅读次数:
86
; opcache的开关,关闭时代码不再优化. opcache.enable=1 ; Determines if Zend OPCache is enabled for the CLI version of PHP opcache.enable_cli=1 ; OPcache的共享内存大小,以兆字节 ...
分类:
其他好文 时间:
2020-06-24 00:13:42
阅读次数:
68
package LeetCode_268 /** * 268. Missing Number * https://leetcode.com/problems/missing-number/description/ * * Given an array containing n distinct nu ...
分类:
其他好文 时间:
2020-06-24 00:06:34
阅读次数:
63
原创 Linux操作系统 作者:wisdomone1 时间:2010-02-28 13:27:24 2690 0 When you rename one or more datafiles in the primary database, the change is not propagated t ...
分类:
数据库 时间:
2020-06-23 18:59:46
阅读次数:
54
官方文档说明:https://support.apple.com/zh-cn/HT208050 macOS Catalina 版开始 终端会提示 The default interactive shell is now zsh. To update your account to use zsh, ...
分类:
系统相关 时间:
2020-06-23 13:29:25
阅读次数:
109
此博客链接: 官方下载链接:https://code.visualstudio.com/ ...
分类:
其他好文 时间:
2020-06-22 22:34:43
阅读次数:
2200
首先:我们来了解一下php的执行过程解释 和什么是编译? 一:执行过程的解释说明 语言是人们进行沟通和交流的表达符号,每种语言都有专属于自己的符号,表达方式和规则。 就编程语言来说,它也是由特定的符号,特定的表达方式和规则组成。语言的作用是沟通,不管是自然语言,还是编程语言,它们的区别在于自然语言是 ...
分类:
Web程序 时间:
2020-06-22 19:11:45
阅读次数:
77