码迷,mamicode.com
首页 >  
搜索关键字:contents    ( 2525个结果
Mariadb 10.14 mysqldump error: 1049
Mariadb 10.14 mysqldump error: 1049 Table of Contents 1. 错误信息 2. 解决方法 1 错误信息 执行表导出: mysqldump -uroot -proot --tables test.a1 test.a2 > tables.sql mysq ...
分类:数据库   时间:2020-06-14 18:43:19    阅读次数:79
python小记12:发邮件
import yamail# import yagmail 这个模块,发中文附件是乱码user = '2472xxxxx@qq.com' #邮箱账号password ='irsfdvzkwxbrdjfj' #邮箱密码 #如果是163,qq,126等申请的免费邮箱的话, 密码就是授权码,授权码一般在邮 ...
分类:编程语言   时间:2020-06-12 00:52:03    阅读次数:65
nginx:403 forbidden
nginx:403 forbidden Table of Contents 1. 启动用户与配置用户不匹配 2. 缺少index文件 3. selinux处于开启状态 4. 目录没有权限 出现这个错误一般以下原因引起: 1 启动用户与配置用户不匹配 这个就是 nginx.conf 中默认 #user ...
分类:其他好文   时间:2020-06-11 00:23:44    阅读次数:95
Code-Helper:ZipHelper.cs
ylbtech-Code-Helper:ZipHelper.cs 1.返回顶部 1、 using System; using System.Text; using System.Collections; using System.Collections.Generic; using System.D ...
分类:其他好文   时间:2020-06-10 19:15:59    阅读次数:58
DOCKER 相关的一些用法
这就是 docker 官网 tutorial 的一个流程 my first docker app Create a file named Dockerfile with the following contents. FROM node:12-alpine WORKDIR /app COPY . . ...
分类:其他好文   时间:2020-06-09 23:41:11    阅读次数:80
RTL8169 网卡黑苹果驱动
先备份并删除系统原版IONetworkingFamily.kext 然后将AppleRTL8169Ethernet.kext放入/S/L/E/IONetworkingFamily.kext/Contents/PlugIns目录下最后用Kext Utility把IONetworkingFamily.k ...
分类:移动开发   时间:2020-06-06 20:09:33    阅读次数:129
in-house BEM code
BEM compiling Table of Contents 1. Compiling 1.1. steady bem code 1.2. unsteady BEM 1.3. surfacebem code: 1 Compiling 1.1 steady bem code >>> f95 -oa ...
分类:其他好文   时间:2020-06-04 21:36:34    阅读次数:100
学习通切换播放(可设置倍速、静音)
声明:非原创,代码来源于网络 【F12→Console粘贴后回车】 1 function playVideo(){ 2 let iframe=$("#iframe").contents().find("iframe").contents(); 3 let video=iframe.find("#vi ...
分类:其他好文   时间:2020-06-02 19:24:43    阅读次数:1915
hive 之 元数据结构(Mysql)
hive 元数据结构 Table of Contents 1. CDS 2. db相关 2.1. DBS 2.2. DATABASE_PARAMS 3. SerDe相关 3.1. SERDES 3.2. SERDES_PARAMS 4. 存储相关 4.1. SDS 4.2. SD_PARAMS 5. ...
分类:数据库   时间:2020-06-01 01:05:04    阅读次数:105
objdump常用用法
验证二进制文件中是否有debug信息,也即编译的时候,是否使用了“-g”选项 objdump --debugging <binary-file> <binary-file>可以是 .o, .a, .so 可执行文件等均可 带了“-g”选项的,会有如下字样 Contents of the .debug ...
分类:其他好文   时间:2020-05-28 01:09:32    阅读次数:75
2525条   上一页 1 ... 6 7 8 9 10 ... 253 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!