码迷,mamicode.com
首页 >  
搜索关键字:err    ( 12054个结果
iOS WKWebView 退出后停止播放音频/视频
1.注入使网页停止音频、视频播放的JS代码(Swift 4): 2.退出前,调用暂停播放的JS函数(Swift 4): Ficow原创,转载请注明出处:http://www.cnblogs.com/ficow/p/7637922.html ...
分类:移动开发   时间:2017-10-08 17:21:55    阅读次数:2824
06最小生成树_Kruskal
#include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0 ty ...
分类:其他好文   时间:2017-10-08 15:34:01    阅读次数:197
05最小生成树_Prim
#include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0 #d ...
分类:其他好文   时间:2017-10-08 15:33:12    阅读次数:162
04邻接表深度和广度遍历DFS_BFS
#include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0 #d ...
分类:其他好文   时间:2017-10-08 15:30:29    阅读次数:182
oracel dml错误日志
--生成错误日志表EMP_ERRbegin dbms_errlog.create_error_log('EMP','EMP_ERR'); end; --错误记录插入到EMP表中 insert into emp select * from emp log errors into EMP_ERR rej... ...
分类:其他好文   时间:2017-10-08 13:33:32    阅读次数:150
JDBC(连接池) -- 02(II)
自定义连接池强化close方法 使用装饰者模式 1.我们想增强Connection里的close方法由于我们使用的装饰模式故写一个MyConnection实现接口Connection 2.实现一个构造方法。为什么要这个构造方法?因为我们要增强close方法。增强的对象是怎么过来的呢?传参过来的。构造 ...
分类:数据库   时间:2017-10-08 12:14:56    阅读次数:211
git rebase 的常见冲突及解决办法
1. git cherry-pick与git rebase 进行两个独立分支的代码合并时有两个比较常用的命令,分别是git cherry-pick <commit-id>和git rebase。 cherry-pick主要可以用于拷贝某个单独的patch,它的灵活性更大,而rebase主要用于整个分 ...
分类:其他好文   时间:2017-10-08 12:09:27    阅读次数:329
Log4j rootLogger根配置以及4种日志级别
Log4j 根配置语法 log4j.rootLogger = [ level ] , appenderName, appenderName, … 把指定级别以上的日志信息输出到指定的一个或者多个位置 我们把INFO层级以及以上的信息输出到Console和File; 即输出到控制台和本地硬盘文件 代码 ...
分类:其他好文   时间:2017-10-08 10:13:49    阅读次数:357
linux mysqlERROR 1045 (28000):
已验证没问题 #1.停止mysql数据库 /etc/init.d/mysqld stop #2.执行如下命令 mysqld_safe --user=mysql --skip-grant-tables --skip-networking & #3.使用root登录mysql数据库 mysql -u r ...
分类:数据库   时间:2017-10-08 00:55:33    阅读次数:248
脉冲雷达和相干检测
脉冲雷达的基本工作过程如下图所示 对于脉冲雷达来讲,只对信号的存在进行判断,得出的结果很简单:是否接收到回波信号,附带延时。 本文将重点讲解虚线框中的部分,也就是雷达信号的接收和检测,x(t)为接收端经过预处理的信号。 匹配滤波器的概念和意义 匹配滤波器可以等价于一个相关器,其主要作用是去除信道中的 ...
分类:其他好文   时间:2017-10-07 18:52:24    阅读次数:240
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!