最新发布第314页
正则表达式,只匹配一次下划线!
<SCRIPT LANGUAGE='VBScript'> <!-- Dim reg,str,pattern Set reg = new RegExp str = 'asdf00_asdfasfd' pattern = '^[...
PostgreSQL教程(一):数据表详解
一、表的定义: 对于任何一种关系型数据库而言,表都是数据存储的最核心、最基础的对象单元。现在就让我们从这里起步吧。 1. 创建表: CREATE TABLE products ( product_no integer, name text,...
php workerman定时任务的实现代码
一、下载workerman https://www.workerman.net/download 二、下载workerman/mysql http://doc3.workerman.net/640201 1、定时函数为匿名函数(闭包) use WorkermanWorker; use WorkermanLibTim...
Oracle常用命令大全集
第一章:日志管理 1.forcing log switches sql> alter system switch logfile; 2.forcing checkpoints sql> alter system checkpoint; 3.adding online redo log groups sql> alter da...
php使用正则验证中文
php用preg_match来匹配并判断一个字符串中是否含有中文或者都是中文的方法如下: 1 2 3 4 5 6 7 8 9 10 11 12 $str = 'php学习博客'; if(preg_match('/[x7f-xff]/', $str)){ echo '字符串中有...
阿里云ubuntu16.04如何搭建pptpd服务
iaanotif.exe是什么进程 作用是什么 iaanotif进程的查询
进程文件: iaanotif or iaanotif.exe 进程名称: Event Monitor User 进程类别:存在安全风险的进程 英文描述: iaanotif.exe is a process belinging to the Application Accelerator from In...
ubuntu18.04怎么进入grub引导界面?
PHP多进程通信-消息队列使用
阿里云 ubuntu16.04搭建IPSec服务
IPSec简介 IPSec(Internet Protocol Security):是一组基于网络层的,应用密码学的安全通信协议族。IPSec不是具体指哪个协议,而是一个开放的协议族。 IPSec协议的设计目标:是在IPV4和IPV6环...





















