码迷,mamicode.com
首页 >  
搜索关键字:OGG 静默    ( 2498个结果
从零开始的HTML5之旅(三)
HTML5音频 HTML5规定了一种通过audio元素包含音频的方法。audio能够播放声音文件和音频流。 音频格式 | 格式 | IE9 | Firefox 3.5 | Opera 10.5 | Chrome 3.0 | Safari3.0 | | | | | | | | | [Ogg Vorbi ...
分类:Web程序   时间:2020-03-14 23:39:17    阅读次数:70
Logback,SLF4J,Log4J2。了解它们并学习如何使用。(翻译)
背景 如果您正在或在任何Java项目上工作,则可能已记录了一些debug,error或info语句以进行调试或跟踪。通过将库记录到磁盘或其他某种介质上的文件中来写这些语句。 日志记录是任何项目的关键方面,因此已经编写了各种框架。一些Java日志记录框架包括Log4j,logback,Apache通用 ...
分类:其他好文   时间:2020-03-14 19:57:00    阅读次数:56
tomcat9:解决tomcat catalina log和localhost log中文乱码
找到安装目录下的conf文件夹, 找到文件logging.properties 添加如下的代码: 1catalina.org.apache.juli.AsyncFileHandler.encoding = UTF-8 2localhost.org.apache.juli.AsyncFileHandl ...
分类:其他好文   时间:2020-03-14 14:48:46    阅读次数:80
解决:The Tomcat connector configured to listen on port 8182 failed to start. The port may already be in use or the connector may be misconfigured.
错误信息: org.apache.catalina.LifecycleException: Protocol handler start failed at org.apache.catalina.connector.Connector.startInternal(Connector.java:10 ...
分类:其他好文   时间:2020-03-12 11:26:40    阅读次数:98
linux文本处理工具
1、 抽取文本的工具 1> 文件内容:less 和 cat 文件查看命令:cat,tac,rev cat [option] [file_name]cat -E 显示行结束符$ -n 对显示出的每一行进行编号 -A 显示所有控制符 -b 非空行编号 -s 压缩连续的空行成一行 tac [file_na ...
分类:系统相关   时间:2020-03-09 13:57:44    阅读次数:78
window下安装mysql服务方法
.1、下载社区版本的服务端 2、将压缩文件解压到对应的目录 3、配置环境变量 4、新建my.ini文件 解压包里是没有my-dafault.ini或自带my.ini文件,需自己创建放到解压目录下。编辑写入以下信息: # For advice on how to change settings ple ...
分类:数据库   时间:2020-03-09 13:16:09    阅读次数:72
Spring Boot mybatis-starter原理
一、配置类导入 1、mybatis-spring-boot-starter 引入了如下图5个依赖 spring-boot-starter是每个starter都要引入的 spring-boot-starter-jdbc 与jdbc相关 后面两个mybatis, mybatis -spring 与myb ...
分类:编程语言   时间:2020-03-09 11:55:13    阅读次数:63
在shell脚本中调用sql语句
查询员工信息 S:静默登录 执行导入脚本 [oracle@localhost ~]$ cat impdept.sh !/bin/bash while read line do if [[ z $line ]];then continue fi dno= name= l= sqlplus S scot ...
分类:数据库   时间:2020-03-08 17:31:09    阅读次数:83
thingsboard编译错误 Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.0:npm (npm install) on project js-executor: Failed to run task: 'npm install' failed.
thingsboard 报一下错误,请参考: Failed to execute goal com.github.eirslett:frontend maven plugin:1.0:npm (npm install) on project js executor: Failed to run ta ...
分类:Web程序   时间:2020-03-06 23:57:04    阅读次数:441
jquery动态live绑定toggle事件
``` $(".btn").live("click",function(){ $(this).toggle( function () { //事件 1 console.log('点击') }, function () { //事件 2 console.log('再点击') } ).trigger('... ...
分类:Web程序   时间:2020-03-06 15:25:42    阅读次数:74
2498条   上一页 1 ... 17 18 19 20 21 ... 250 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!