First make sure that compileSdkVersion is at least 28 in app/build.gradle. This property controls the version of the Android SDK that Gradle uses to build your APK. It doesn’t affect the minimum SD...
在Windows上使用Cpanel的加密SSH(PuTTY)
一、创建Public/Private密匙 1、在Cpanel中点击 Security 分类中的 SSH/Shell Access SSH/Shell Access 2、打开 Manage SSH Keys 工具. 3、点击 Generate a New Key 并填写显示的表单。我们建议使用...
flutter FutureBuilder的使用以及防止FutureBuilder不必要重绘的两种方法
前言: 我们经常有这样的一个开发场景:一个页面进入之后先进行网络请求,此时显示一个圆圈(等待动画),等网络数据返回时显示一个展示网络数据的布局。例如下图: 我们通常的做法是 if(data==null){ ...
iis10 启用php实时输出
在一个比较费时的操作中,想把操作记录在浏览器上实时显示出来,用到了flush(),把缓冲中的内容发送到浏览器。但在iis里面用fastcgi模式配置的php怎么都实现不了,结果总是一起显示出来。 <?php function fl...
Windows 下安装 Memcached
官网上并未提供 Memcached 的 Windows 平台安装包,我们可以使用以下链接来下载,你需要根据自己的系统平台及需要的版本号点击对应的链接下载即可: 32位系统 1.2.5版本:http://static.runoob.com/do...
css hack
IE 11 (及以上..) _:-ms-fullscreen, :root .foo { property:value; } IE 10 及以上 _:-ms-lang(x), .foo { property:value; } or @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) ...
dialog flow js example
<html> <head> <title>API Example</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script src="https://cdn.jsdelivr.net/npm/j...
HTML5语音合成Speech Synthesis API简介
一、关于HTML5语音Web Speech API HTML5中和Web Speech相关的API实际上有两类,一类是“语音识别(Speech Recognition)”,另外一个就是“语音合成(Speech Synthesis)”,这两个名词听上去很高大上,实际上指的分别是...
windows上安装onlyoffice
首先下载onlyoffice documentserver的windows程序安装包,第一次安装后无法正常运行 1.安装其他依赖redis,erlang,rabbitmq 启用rabbitmq的web管理插件,进入rabbitmq安装目录/sbin rabbitmq-plugins.bat e...
js import
说明文档:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Statements/import dynamic-import polyfill:https://github.com/uupaa/dynamic-import-polyfill