//https://blog.csdn.net/ternence_hsu/article/details/54380607 1、源码下载 ffmpeg 源码: https://ffmpeg.org/download.html#releases gas-preprocessor 工具 (编译脚本会自己 ...
分类:
移动开发 时间:
2021-03-09 12:56:06
阅读次数:
0
Security and Cryptography in Python - Hash Functions(3) How password are Verified https://docs.python.org/3/library/hashlib.html https://en.wikipedia. ...
分类:
编程语言 时间:
2021-03-03 12:13:31
阅读次数:
0
太极创客:http://www.taichi-maker.com/homepage/reference-index/arduino-library-index/wire-library/ ...
分类:
其他好文 时间:
2021-03-03 11:54:00
阅读次数:
0
思路 迁移也是运行数据库DDL语句,那么只要在Laravel迁移的语句后面添加自定义DDL语句设置自动递增初始值就好了。 引用DB use Illuminate\Support\Facades\DB; MySQL 以修改users表为例,设置自动递增初始值为例1000 DB::statement(' ...
分类:
其他好文 时间:
2021-03-01 13:16:11
阅读次数:
0
https://pypi.org/project/retrying/ Project description Retrying is an Apache 2.0 licensed general-purpose retrying library, written in Python, to simp ...
分类:
其他好文 时间:
2021-02-27 13:27:07
阅读次数:
0
以管理员身份运行cmd(Windows) cd C:\Program Files\MySQL\MySQL Server 8.0\bin mysql -uroot -proot ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_pas ...
分类:
数据库 时间:
2021-02-24 13:16:05
阅读次数:
0
这里一些环境安装例如node、watchman等不再复述。请移步我另外一篇关于RN-Android的文章,前几个步骤均有细讲: 地址:https://www.cnblogs.com/xiaozhu007/p/14419763.html 同样附带官方中文文档关于IOS的环境安装运行地址:https:/ ...
分类:
移动开发 时间:
2021-02-23 14:27:32
阅读次数:
0
expected_conditions模块: 是Selenium的一个子模块,selenium.webdriver.support.expected_conditions 可以对网页上元素是否存在进行判断,一般用于断言或与WebDriverWait配合使用 1 import time 2 from ...
分类:
Web程序 时间:
2021-02-22 11:51:54
阅读次数:
0
第一次搭建Flutter项目,启动后报错连接超时,似乎是下载什么东西没ok.... 详细报错信息: event sent after app closed: {id: 0, progressId: null, message: Running "flutter pub get" in flutter ...
分类:
移动开发 时间:
2021-02-20 12:33:42
阅读次数:
0
从dockerhub里拉取最新版nginx镜像 [root@VM-0-15-centos home]# docker pull nginx Using default tag: latest latest: Pulling from library/nginx 45b42c59be33: Alrea ...
分类:
其他好文 时间:
2021-02-20 12:23:24
阅读次数:
0