码迷,mamicode.com
首页 >  
搜索关键字:oui-10066not all the    ( 23290个结果
NFS的安装使用
NFS安装yuminstallnfs*rpcbind-yecho"/ssf*(rw,no_root_squash,no_all_squash,sync)">>/etc/exportsservicerpcbindstartservicenfsstartchmod766/ssf配置文件详解vim/etc/exports/data/lys192.168.2.0/24(rw,no_root_s
分类:其他好文   时间:2020-08-18 13:40:28    阅读次数:68
php--Undefined variable警告处理
PHP默认的配置会报这个错误 解决方法: 1、修改配置文件 打开php.ini文件error_reporting设置: 找到error_reporting=E_ALL 修改为error_reporting=E_ALL & ~E_NOTICE 2、 在文件的php的头部加入一下代码: ini_set( ...
分类:Web程序   时间:2020-08-17 17:44:35    阅读次数:78
根据星座判断性格-字典嵌套
name = ['绮梦','冷伊一','香凝','黛兰'] # 作为键的列表 sign_person = ['水瓶座','射手座','双鱼座','双子座'] # 作为值的列表 person_dict = dict(zip(name,sign_person)) # 转换为个人字典 sign_all = ...
分类:其他好文   时间:2020-08-15 23:59:57    阅读次数:138
工作中写的一部分小脚本
import xlwt import openpyxl import xlrd def eq(l): workbook = xlrd.open_workbook('data.xlsx') table = workbook.sheet_by_index(0) all_data=[] url=[] te ...
分类:其他好文   时间:2020-08-13 12:34:19    阅读次数:62
Oracle用户操作
一.查看有哪些用户 1)select * from dba_users; //查看数据库里面所有用户,需要有dba权限的帐号执行,如sys,system 2)select * from all_users; //查看你能管理的所有用户! 3)select * from user_users; //查 ...
分类:数据库   时间:2020-08-13 12:25:39    阅读次数:70
Leetcode.76 Minimum Window Substring (Java)
Leetcode.76 Minimum Window Substring Given a string S and a string T, find the minimum window in S which will contain all the characters in T in compl ...
分类:编程语言   时间:2020-08-11 15:56:40    阅读次数:64
php中的正则表达式
preg_filter — 执行一个正则表达式搜索和替换 preg_grep — 返回匹配模式的数组条目 preg_last_error — 返回最后一个PCRE正则执行产生的错误代码 preg_match_all — 执行一个全局正则表达式匹配 preg_match — 执行一个正则表达式匹配 p ...
分类:Web程序   时间:2020-08-10 13:19:29    阅读次数:95
用正则表达式验证表格的格式
/* 用正则表达式验证一个表格的格式。 如果表格格式合乎要求,程序会输出 "all is well" 到 cout; 否则会将错误消息输出到 cerr。 一个表格由若干行组成,每行包含四个由制表符分隔的字段。 例如: Class Boys Girls Total 1a 12 15 27 1b 16 ...
分类:其他好文   时间:2020-08-09 20:21:57    阅读次数:101
入门 shell 从脚本开始 - lazy_find
编写脚本实现在指定文件路径下查找文件夹或文件名。 脚本如下: #!/bin/sh # lazy find # GNU All-Permissive License # Copying and distribution of this file, with or without modificatio ...
分类:系统相关   时间:2020-08-09 09:19:05    阅读次数:100
CDB、PDB应用
环境:oracle12c 1、常用字典 DBA_xxx All objects in the root or a pluggable database ALL_xxx Objects accessible by the current user in a PDB USER_xxx Objects o ...
分类:数据库   时间:2020-08-08 17:46:57    阅读次数:102
23290条   上一页 1 ... 30 31 32 33 34 ... 2329 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!