-- -- classic, object model. -- -- Copyright (c) 2014, rxi -- -- This module is free software; you can redistribute it and/or modify it under -- the t ...
分类:
其他好文 时间:
2020-02-29 17:32:46
阅读次数:
70
You have a garland consisting of nn lamps. Each lamp is colored red, green or blue. The color of the ii-th lamp is sisi ('R', 'G' and 'B' — colors of ...
分类:
其他好文 时间:
2020-02-29 10:19:53
阅读次数:
69
FFmpeg 视频处理命令备忘 OI退役后,最近玩you get,发现下载下来的番剧视频和音频是分开的,于是为了给视频添加音轨,看了看FFmpeg 安装 macOS 命令格式 常用参数 注意: 参数主要是影响编码速度,编码速度越慢,生成的视频文件大小越小,并不会过大影响视频质量。 用法 查看文件信息 ...
分类:
其他好文 时间:
2020-02-29 00:18:34
阅读次数:
106
认识 Python 人生苦短,我用 Python —— Life is short, you need Python 目标 Python 的起源 为什么要用 Python? Python 的特点 Python 的优缺点 01. Python 的起源 Python 的创始人为吉多·范罗苏姆(Guido ...
分类:
编程语言 时间:
2020-02-28 17:17:23
阅读次数:
60
mysql服务总是在重启状态 查看mysql容器日志 # docker logs 镜像名称 InnoDB: If this error appears when you are creating an InnoDB database, InnoDB: the problem may be that ...
分类:
数据库 时间:
2020-02-28 14:10:29
阅读次数:
83
git一般有很多分支,我们clone到本地的时候一般都是master分支,那么如何切换到其他分支呢?主要命令如下: 1. 查看远程分支 $ git branch -a我在mxnet根目录下运行以上命令: ~/mxnet$ git branch -a * master remotes/origin/H ...
分类:
其他好文 时间:
2020-02-28 14:04:27
阅读次数:
47
最近做视频,觉得素材不好下载,下载了转格式又很麻烦,终于,在网上ob了很久的我找到了属于自己的工具。 you-get视频下载 当你在网上找视频素材的时候发现了一个自己觉得很有意思的视频,但是获取这个视频的劳动成本却比较高,而且视频质量也不好。 这个时候你就需要you-get了。 you-get支持的 ...
分类:
其他好文 时间:
2020-02-28 13:41:05
阅读次数:
235
A simple examplethe default log of level is WARNING123import logginglogging.warning('Watch out!') logging.info('I told you so') # will not print anyth... ...
分类:
其他好文 时间:
2020-02-28 12:01:44
阅读次数:
100
1. 今天刚装了mysql8.0.13,试着分配几个账号和权限,结果报错: 2. 查资料得知mysql8的分配权限不能带密码隐士创建账号了,要先创建账号再设置权限 输入命令: Grant all privileges on test.* to 'test'@'%'; 又报错: You are not ...
分类:
数据库 时间:
2020-02-28 11:40:10
阅读次数:
90
继上文,这次开始嫖when_did_you_born这题。前面的步骤大致是一样的就不赘述了,直接到代码分析。 字符串 这次呢在main函数处 按下F5进入调试 查看反汇编代码 可以清楚的看到它的逻辑一开始不能让它判断出是1926,否则就会出错,接着呢再输入名字后判断是否是1926,是的话就返回fla ...
分类:
其他好文 时间:
2020-02-28 01:21:59
阅读次数:
137