01 2017 档案

摘要:一:匿名函数 (在php5.3.0 或以上才能使用) php中的匿名函数(Anonymous functions), 也叫闭包函数(closures), 允许指定一个没有名称的函数。最常用的就是回调函数的参数值。(http://php.net/manual/zh/functions.anonymou 阅读全文
posted @ 2017-01-26 21:34 feiyun8616 阅读(244) 评论(0) 推荐(0) 编辑
摘要:可变变量 ¶ 有时候使用可变变量名是很方便的。就是说,一个变量的变量名可以动态的设置和使用。一个普通的变量通过声明来设置,例如: <?php$a = 'hello';?> <?php$a = 'hello';?> <?php$a = 'hello';?> 一个可变变量获取了一个普通变量的值作为这个可 阅读全文
posted @ 2017-01-24 12:03 feiyun8616 阅读(216) 评论(0) 推荐(0) 编辑
摘要:1.只能在IE上显示 <!DOCTYPE html><html><head><title>标记应用</title><style type="text/css">p{text-align:center;font-family:"黑体";font-size:24px;}</style></head><b 阅读全文
posted @ 2017-01-20 10:55 feiyun8616 阅读(430) 评论(0) 推荐(0) 编辑
摘要:常用的声明 HTML5 <!DOCTYPE html>##sample 1调试方法style="border: 1px solid red; width: 30%; display: inline##参考资料https://www.runoob.com/html/html-css.htmlhttps 阅读全文
posted @ 2017-01-19 09:53 feiyun8616 阅读(193) 评论(0) 推荐(0) 编辑
摘要:一、$_Get()和$_Post()函数是用来传值的,即对应两种提交表单的方法,get和post。 二、$_Get方法 (1)获取通过URL的传值 Example 1 新建两个PHP文件,1.php,2.php 1.php代码: 2.2.php代码: (2)$_Get方法动态传值 三、$_Post( 阅读全文
posted @ 2017-01-19 09:50 feiyun8616 阅读(384) 评论(0) 推荐(0) 编辑
摘要:a:link,a:visited,a:hover,a:active 1:解释 link:连接平常的状态 visited:连接被访问过之后 hover:鼠标放到连接上的时候 active:连接被按下的时候 详细的: :hover版本:CSS1/CSS2 兼容性:IE4+ NS4+ 语法: Select 阅读全文
posted @ 2017-01-19 09:26 feiyun8616 阅读(140) 评论(0) 推荐(0) 编辑
摘要:在使用电脑过程中我们经常会遇到这样或那样的问题,今天本文将于大家分享下打开文件提示文件夹拒绝访问导致无法打开的问日。偶尔有朋友可能会遇到这样的问题,打开某个文件夹提示拒绝访问,很多朋友不知道为什么,下面本文与大家简单讲解下。 在使用电脑过程中我们经常会遇到这样或那样的问题,今天本文将于大家分享下打开 阅读全文
posted @ 2017-01-18 14:00 feiyun8616 阅读(301) 评论(0) 推荐(0) 编辑
摘要:# 定义文件内部的标示 - 定义程序的忽略的标示。 阅读全文
posted @ 2017-01-17 16:22 feiyun8616 阅读(1127) 评论(0) 推荐(0) 编辑
摘要:D:\wamp64\trainning\testD:\wamp64\www\practice php 页面前端显示乱码 在写一个表单提交的项目中,遇到了PHP界面输出无法显示中文界面。 后来查阅相关资料,得出解决途径。 代码如下: [php] view plain copy <!DOCTYPE ht 阅读全文
posted @ 2017-01-17 09:23 feiyun8616 阅读(849) 评论(0) 推荐(0) 编辑
摘要:1目标 自学的路很艰难,一个人忍受寂寞去学习那些枯燥的知识,是个正常人都会感到痛苦。所以有个目标很重要,以我来讲,我当初自学编程就是了解到做开发挣钱蛮多的,加上当时日子很苦,迫切的需要挣钱,所以我下定了决心,自学 Android 就是为了挣更多的钱,之后都是这一个目标支撑我一路走下去! 我也相信,大 阅读全文
posted @ 2017-01-17 08:39 feiyun8616 阅读(201) 评论(0) 推荐(0) 编辑
摘要:今天在使用sqlplus时出现 ERROR:ORA-28002: the password will expire within 7 days OR ORA- 65162 The password has expired 提示密码快过期了,由于需要连接的测试数据库,所以决定将密码设置成永不过期。 1 阅读全文
posted @ 2017-01-16 09:43 feiyun8616 阅读(1723) 评论(0) 推荐(0) 编辑
摘要:D:\wamp64\www\practice test 3: PHP 显示乱码 http://localhost/practice/ex1_5_stu.php <html><meta http-equiv="content-type" content="text/html; charset=utf- 阅读全文
posted @ 2017-01-15 22:59 feiyun8616 阅读(165) 评论(0) 推荐(0) 编辑
摘要:php code in D:\10\11\php test in D:\10\11\php\test issue 1: <html><head><title>标记应用</title></head><body> <p align="center">分段标记</p> 换行标记<br/> <center> 阅读全文
posted @ 2017-01-14 11:26 feiyun8616 阅读(112) 评论(0) 推荐(0) 编辑
摘要:Stop tsprod1, tsprod2 DB in 181 lsnrctl stop tsprod1 ps -ef|grep LOCAL=NO |grep -v grep |awk '{print $2}' | xargs kill -9 sqlplus / as sysdba sql>shut 阅读全文
posted @ 2017-01-13 12:20 feiyun8616 阅读(158) 评论(0) 推荐(0) 编辑
摘要:http://www.sosdb.com/tech/oracle_rac/56bbs2.htm Schema Change:sqlplus system/oracle123@"192.168.4.75:15021/etmsprod"select * from dba_tab_privs where 阅读全文
posted @ 2017-01-13 08:26 feiyun8616 阅读(248) 评论(0) 推荐(0) 编辑
摘要:Check OGG until no data queuing in replication process:testRO:a)login test5 –l oggmgrb)oggc)#ggsci> lag *check lag=0{note: when check lag result = 0, 阅读全文
posted @ 2017-01-12 12:11 feiyun8616 阅读(432) 评论(0) 推荐(0) 编辑
摘要:192.168.27.33test11ghdb11gtrandata: 同步delete,update 使用config 文件:同步表使用进程根据SCN号和RBA和主键同步##目的:数据定时同步,从源库 test11g同步到目标库 hdb11g testDATA.TEST 同步到 MCPDATA.T 阅读全文
posted @ 2017-01-12 11:57 feiyun8616 阅读(675) 评论(0) 推荐(0) 编辑
摘要:windows bat 1,C:\dba\utility\rman\rman.bat del C:\dba\utility\rman\full_db_* /qset TNSNAME=ceipuatrman target /@%TNSNAME% cmdfile=C:\dba\utility\rman\ 阅读全文
posted @ 2017-01-10 15:37 feiyun8616 阅读(270) 评论(0) 推荐(0) 编辑
摘要:12C引进了pdb的概念,使得rman的恢复相对来说复杂了一些,这里对pdb的常规备份和恢复进行了简单测试,供大家参考 1.cdb启动和pdb关系测试 [oracle@xifenfei tmp]$ sqlplus / as sysdba SQL*Plus: Release 12.1.0.0.2 Be 阅读全文
posted @ 2017-01-10 15:36 feiyun8616 阅读(582) 评论(0) 推荐(0) 编辑
摘要:--config for oralce_envlog as must run in a command window that was opened As Administrator(Due to Windows security, OPatch must run in a command wind 阅读全文
posted @ 2017-01-10 14:36 feiyun8616 阅读(566) 评论(0) 推荐(0) 编辑
摘要:1 删除0字节文件 find . -type f -size 0 -exec rm -rf {} \; find . type f -size 0 -delete 2 查看进程,按内存从大到小排列 ps -e -o "%C : %p : %z : %a"|sort -k5 -nr 3 按cpu利用率 阅读全文
posted @ 2017-01-05 14:49 feiyun8616 阅读(344) 评论(0) 推荐(0) 编辑
摘要:控制面板\网络和 Internet\网络连接每个USB孔都会分配网路名 --cisco vpn 连接问题解决 启动(以管理员身份运行) sc stop SharedAccess 完美解决win7设置wifi热点能连接不能上网 -每次电脑重启后 1.win7建立了热点,连得上却上不了网,郁闷死你。-- 阅读全文
posted @ 2017-01-04 11:57 feiyun8616 阅读(202) 评论(0) 推荐(0) 编辑

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