ht 的文章
-
SQLite 3.37 发布,轻量级数据库已支持 STRICT 表
SQLite 3.37 现在已经变得更好,增加了新功能,例如 CLI 增强和附加接口。 SQLite 是一个开源的、自包含的、轻量级的无服务器关系数据库管理系统。SQLite 中的…… -
获取本地视频路径
MediaMetadataRetriever media = new MediaMetadataRetriever(); if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) { Uri newUri = FileProvider.get…… -
微信小程序message: “request:fail net::ERR_CERT_DATE_INVALID“
message: "request:fail net::ERR_CERT_DATE_INVALID" message: “request:fail 对应的服务器证书无效。” 需要替换有效证书 微信小程序message: “request:fail …… -
-
git命令行入门教程
Git全局设置: git config --global user.name "XXX" git config --global user.email "xxx@yeah.net" 创建仓库: mkdir lzfc cd lzfc git init touch README.md…… -
-
-
-
鼠标点击页面-漂浮小心心
效果图 代码 (function(window,document,undefined){ var hearts = []; window.requestAnimationFrame = (function(){ return window.reque…… -
UserWarning: There are no operators in the program to be executed. If you pass Program manually, ple
一、分析问题 问题: UserWarning: There are no operators in the program to be executed. If you pass Program manually, please use fluid.program_guard ……
友情链接