摘要:
import 'dart:ffi'; import 'package:flutter/material.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { // This widget is th 阅读全文
摘要:
https://support.weixin.qq.com/security/readtemplate?t=w_security_center_website/upgrade 阅读全文
摘要:
nginx复制请求功能,可以实现一个请求转发到两个接口 用到的模块:ngx_http_mirror_module 网上说1.13版本之后自带该模块,我用的1.18确实是自带的,不用重新编译。 没有自带该模块时,编译: ./configure --prefix=/usr/local/nginx --w 阅读全文
摘要:
新建LoggableDispatcherServlet 类: package com.hsh.common.dispatch; import cn.hutool.core.collection.CollectionUtil; import com.fasterxml.jackson.databind 阅读全文
摘要:
chrome的Copy as cURL功能很好用,但是windows10用户可能会遇到如下错误: curl: option --compressed: the installed libcurl version doesn't support this 解决方法: 下载 curl-7.73.0_1- 阅读全文
摘要:
新增临时素材接口 当请求参数type=thumb时,返回数据中的media_id字段为null,新增了thumb_media_id字段,而文档中未明确写出 上传图文消息素材【订阅号与服务号认证后均可用】 上传参数中的thumb_media_id只能是新增临时接口返回的media_id。 阅读全文
摘要:
-- 功能: Api Generate Plus:自动生成接口文档并上传至YApi Copy as cURL:模仿Chrome浏览器控制台的 copy as cURL 功能,将Spring MVC项目接口一键生成 curl 命令 使用步骤: 1. 打开插件管理,搜索api generator plu 阅读全文
摘要:
配置如下: server { listen 9999; server_name 172.16.3.33; location / { if ($request_method = 'OPTIONS') { add_header Access-Control-Allow-Origin $http_orig 阅读全文
摘要:
Hackintosh黑苹果长期维护机型EFI及安装教程整理 https://github.com/daliansky/Hackintosh NVIDA 显卡驱动下载页 https://www.tonymacx86.com/nvidia-drivers/ 黑苹果macOS10.15.4单硬盘三系统安装 阅读全文
摘要:
参考教程:https://blog.csdn.net/SummerCloudXT/article/details/90755364 问题: 屏幕一直闪烁 macOS High Sierra 10.13.6 (17G65) NVIDIA GeForce GTX 1050 TI 4G 解决方式: 安装N 阅读全文