码迷,mamicode.com
首页 >  
搜索关键字:html    ( 169019个结果
盛最多水的容器
此博客链接:https://www.cnblogs.com/ping2yingshi/p/14399182.html 盛最多水的容器 题目链接:https://leetcode-cn.com/problems/container-with-most-water/submissions/ 题目 给你 ...
分类:其他好文   时间:2021-02-16 12:13:20    阅读次数:0
怎么向jekyll博客中插入音乐和视频
怎么向jekyll博客中插入音频(MP3、MP4等) 首先参考这两篇文章 jekyll个人博客中添加音乐播放插件 pen embed 通过上面的文章大概就知道如何插入mp3文件 当然看完上两篇文章中写的,也就明白了插入媒体文件时怎样一回事 下面是我插入的一个音乐和一个视频: Your browser ...
分类:其他好文   时间:2021-02-16 11:59:40    阅读次数:0
使用CE修改RDR2商贩货物
参考:https://www.unknowncheats.me/forum/red-dead-redemption-2-a/386858-ct-trader-role.html CE搜索数据类型设置为"Array of byte",勾选"Hex",然后搜索以下内容: ?? 00 00 00 00 0 ...
分类:其他好文   时间:2021-02-16 11:57:34    阅读次数:0
提取EA寒霜游戏中的音频素材
https://frostytoolsuite.com/downloads.html 只支持Windows系统. 下载 Editor, 解压缩后启动FrostyEditor.exe, 选中游戏的执行文件例如 bf1.exe , 进入后按目录浏览打开音频文件, 点击工具栏上的Export即可. 支持的 ...
分类:其他好文   时间:2021-02-16 11:54:55    阅读次数:0
Vue2.x Class & Style Bindings
Intoduciton: The way of using '' in html part confused me when I was learning Class&Style Bindings in Vue's official guide.(of course it's also becaus ...
分类:其他好文   时间:2021-02-15 12:40:17    阅读次数:0
Linux下的C语言编程
一、在Linux下的C语言编程所需工具(下面所列举的都是我编程所用的工具) 1.文本编辑器 Vim 2.编译链接工具 gcc 3.调试器 gdb 4.项目管理工具 make和makefile 二、VIM文本编辑器的模式和配置 vim有三种模式,分别是命令行模式,插入模式,还有底行模式 命令行模式(用 ...
分类:编程语言   时间:2021-02-15 12:38:34    阅读次数:0
git工具 -- repo
资料1: https://wladimir-tm4pda.github.io/source/git-repo.html sync命令: repo sync [project-list ] Downloads new changes and updates the working files in y ...
分类:其他好文   时间:2021-02-15 12:26:44    阅读次数:0
CSS3的flex布局
使用css3的flex模型实现一个居中布局 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8" /> 5 <title>flex居中布局</title> 6 <style type="text/css"> 7 html, 8 bod ...
分类:Web程序   时间:2021-02-15 12:24:42    阅读次数:0
bootstrap select selectpicker动态赋值与赋默认值
动态赋值 var str = ''; for (var i = 0; i < response.data.id_with_codes.length; i++){ str += '<option value="'+ response.data.id_with_codes[i][0] +'">'+ re ...
分类:其他好文   时间:2021-02-15 12:19:35    阅读次数:0
MySQL——删除数据库
删除数据库 语法:DROP DATABASE 数据库名; 使用mysqladmin删除数据库 mysqladmin -u root -p drop bird 使用PHP脚本删除数据库 语法:mysqli_query(connection,query,resultmode); connection 规 ...
分类:数据库   时间:2021-02-15 12:16:23    阅读次数:0
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!