码迷,mamicode.com
首页 >  
搜索关键字:line    ( 28191个结果
php 异常
class customException extends Exception { public function errorMessage() { //error message $errorMsg = 'Error on line '.$this->getLine().' in '.$this-... ...
分类:Web程序   时间:2017-11-10 20:24:04    阅读次数:194
HTML+CSS实现简单三级菜单
1 2 3 4 5 三级菜单练习 6 7 8 9 10 11 12 一级菜单 13 14 15 二级菜单 16 ... ...
分类:Web程序   时间:2017-11-10 20:15:16    阅读次数:586
vue中使用echarts
1.下载依赖 2.模块中引入 3.效果展示 4.如果配置里的数据是请求来的 ...
分类:其他好文   时间:2017-11-10 18:39:16    阅读次数:122
一些常用的css需要的样式
1.显示一行,多余的省略号显示 .text-line { overflow: hidden; -ms-text-overflow: ellipsis; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertica ...
分类:Web程序   时间:2017-11-10 18:35:14    阅读次数:199
mysql 触发器 trigger用法 one (简单的)
example1: 创建表tab1 1 2 3 4 DROP TABLE IF EXISTS tab1; CREATE TABLE tab1( tab1_id varchar(11) ); 1 2 3 4 DROP TABLE IF EXISTS tab1; CREATE TABLE tab1( t ...
分类:数据库   时间:2017-11-10 16:56:19    阅读次数:161
053-326
Which of the following does the recover command not do? A. Restore archived redo logs.B. Apply archived redo logs.C. Restore incremental backups.D. Ap ...
分类:其他好文   时间:2017-11-10 16:54:08    阅读次数:168
MySql 数据导出/导入一些Tips
最近接触MySql比较多,借此记录下一些知识点. Tips: 1.数据导出为.sql文件时,会对单引号 ' 进行转义处理,最终INSERT 语句中的为 \' 2.插入不重复数据(insert if not exist)时,可以用 INSERT IGNORE或者REPLACE INSERT IGNOR ...
分类:数据库   时间:2017-11-10 15:10:36    阅读次数:179
ORACLE不使用工具的情况下获取对象DDL
set line 200set pagesize 0set long 99999set feedback offset echo off获得表、索引、视图、存储过程、函数的DDL:select dbms_metadata.get_ddl('TABLE','TABLE_NAME','TABLE_OWN ...
分类:数据库   时间:2017-11-10 15:08:45    阅读次数:217
053-312
Which is the correct way to connect to both the target database and the recovery catalogfrom the RMAN command line? Assume that the target database is ...
分类:其他好文   时间:2017-11-10 15:08:23    阅读次数:146
js将秒转换为 分:秒 函数
js将秒转换为 分:秒 函数 本文出自博客园,请其他网站不要采集。 查看原文 ...
分类:Web程序   时间:2017-11-10 13:45:27    阅读次数:221
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!