11 2019 档案

摘要:###sample 1 https://www.cnblogs.com/lxl57610/p/8227599.html Oracle使用正则表达式离不开这4个函数: 1。regexp_like 2。regexp_substr 3。regexp_instr 4。regexp_replace 看函数名称 阅读全文
posted @ 2019-11-25 16:42 feiyun8616 阅读(251) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/hjianguo/p/6041617.html 如 病人ID 入院日期 出院日期 00001 2016-09-01 2016-09-10 00001 2016-09-15 2016-09-30 计算病人00001 是否10天内再次入院 select b 阅读全文
posted @ 2019-11-20 23:23 feiyun8616 阅读(1099) 评论(0) 推荐(0) 编辑
摘要:#########sample 1 (如果python 遇到有问题,就求助于 help 命令,python 是 个人开发的胶水语言,因此不具备 java,c++的类的继承关系) Python help() The help() method calls the built-in Python hel 阅读全文
posted @ 2019-11-16 16:33 feiyun8616 阅读(206) 评论(0) 推荐(0) 编辑
摘要:http://shanhuxueyuan.com/news/detail/46.html 执行php -v 提示未找到命令,这是因为没有将php路径添加到环境变量 方法一:直接运行命令export PATH=$PATH: /usr/local/php56/bin 和 export PATH=$PAT 阅读全文
posted @ 2019-11-16 10:06 feiyun8616 阅读(1562) 评论(0) 推荐(0) 编辑
摘要:########31 https://www.cnblogs.com/yjt1993/p/10883345.html 1、概念 在配置Iterms的过程中,有时候需要对类似的Iterms进行添加,这些Iterms具有共同的特征,表现为某些特定的参数是变量,而其他设置都是一样的,例如:一个程序有多个端 阅读全文
posted @ 2019-11-14 14:04 feiyun8616 阅读(1425) 评论(0) 推荐(0) 编辑
摘要:http://blog.itpub.net/31394774/viewspace-2217567/ 1.在RAC单节点执行expdp,出现ORA-31693 ORA-31617 ORA-19505 ORA-27037错误 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 阅读全文
posted @ 2019-11-09 01:19 feiyun8616 阅读(625) 评论(0) 推荐(0) 编辑
摘要:select user,host from mysql.user;SELECT Repl_slave_priv,Repl_client_priv,super_priv,host FROM mysql.USER WHERE USER='db'; ##如果是从库,该 输出 会有 记录: mysql> s 阅读全文
posted @ 2019-11-08 15:50 feiyun8616 阅读(6533) 评论(0) 推荐(0) 编辑
摘要:########## https://www.cnblogs.com/keithtt/p/8542987.html zabbix使用percona插件监控mysql 1、添加percona仓库。 # yum install -y https://mirrors.tuna.tsinghua.edu.c 阅读全文
posted @ 2019-11-07 19:00 feiyun8616 阅读(521) 评论(0) 推荐(0) 编辑
摘要:脚本中使用$HOME变量 问题描述:某些同事原来写的脚本中包含如下内容。 BIN_DIR=${HOME}/tools TAIR_BIN_DIR=${HOME}/tair_binTAIR_SRC_DIR=${HOME}/tair_src 原来的使用习惯是:直接登录admin的shell运行这些脚本。 阅读全文
posted @ 2019-11-07 15:48 feiyun8616 阅读(239) 评论(0) 推荐(0) 编辑
摘要:http://www.52bjw.cn/product-info/5767857.html 操作指南及注意事项 (draft) miracast和dlna/airplay分别工作在wifi direct和wifi softap两种网络模式下, 两种模式不能共存, 需要进行模式切换, 下面先描述各功能 阅读全文
posted @ 2019-11-02 17:33 feiyun8616 阅读(1269) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示