上一页 1 2 3 4 5 6 ··· 20 下一页
摘要: https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Headers/Authorization Http Basic认证原理 浏览器自动弹框 提示输入用户名密码 需要server返回401和WWW-Authenticate头部 自动加上Header A 阅读全文
posted @ 2020-09-15 09:17 funny_coding 阅读(304) 评论(0) 推荐(0) 编辑
摘要: 小米TV自带的播放器不能倍速播放, 试了几个软件都不好用(倍速时没声音) 只有VLC还可以用,但低版本在用遥控器操作时还是有点蹩脚 项目地址 https://github.com/videolan/vlc-android 官方编译版本下载 http://get.videolan.org/vlc-an 阅读全文
posted @ 2020-07-25 22:02 funny_coding 阅读(2070) 评论(0) 推荐(0) 编辑
摘要: 使用变量 切换开发 测试 生产环境, 在每个API上修改host太慢了, 使用变量可以快速切换 使用方式{{xxx}} token自动添加 https://learning.postman.com/docs/sending-requests/authorization/ 与curl对比 curl效率 阅读全文
posted @ 2020-07-17 17:43 funny_coding 阅读(131) 评论(0) 推荐(0) 编辑
摘要: libreoffice 把word excel转成pdf soffice.bin --headless --convert-to pdf --outdir d:\tmp C:\Users\youtun\Documents\说明文档20200629.docx 不详细的地方, 使用soffice.bin 阅读全文
posted @ 2020-07-12 08:44 funny_coding 阅读(467) 评论(0) 推荐(0) 编辑
摘要: 1. 客户端发送的数据包 android7之后 只信任系统根证书, 用户安装的证书只能在浏览器中使用, 其他APP使用不了,线上定位问题(或者想参考别人的接口设计)极不方便 小米手机root需要开发版 而只能通过官方内测申请才能刷开发版, 流程审批都要好几天,能不能批下来还不好说 华为直接禁用roo 阅读全文
posted @ 2020-05-24 09:38 funny_coding 阅读(2101) 评论(0) 推荐(0) 编辑
摘要: 时序数据库, 应用场景:物联网设备的多点监控,字段有随机性 可变性, 数据量大,数据不需要永久保存 对于大集群的指标监控, 推荐使用, 比mysql、zabbix性能高不少 比TSDB接口好用 插入数据使用rest api即可,和elastic search类似; 查询时使用类似SQL的语法 安装 阅读全文
posted @ 2020-04-30 18:10 funny_coding 阅读(411) 评论(0) 推荐(0) 编辑
摘要: 人数 行数 7 5 1->3 5->2 10->8 3->4 4->5 最长链是1->3->4->5->2 题目解析 透过现象看本质:就是list转成tree, 计算tree的最大深度 难点是 list转成tree如何动态添加节点 参考: https://blog.csdn.net/xcymorni 阅读全文
posted @ 2020-04-25 12:42 funny_coding 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 目的: 数据冗余备份,提高稳定性 工具类 http://commons.apache.org/proper/commons io/javadocs/api 2.5/org/apache/commons/io/output/TeeOutputStream.html 自己实现 参考 https://bl 阅读全文
posted @ 2020-04-09 10:46 funny_coding 阅读(968) 评论(0) 推荐(0) 编辑
摘要: 1.手机端压缩 有现成图像处理库 2.web chrome imagemin 在线压缩网站 一般大量图片都要缴费 https://tinify.cn/ 3.服务器端压缩 ImageMagick http://www.imagemagick.com.cn/index.html 提供命令行工具 wind 阅读全文
posted @ 2020-03-17 11:33 funny_coding 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 基本上可以减少3/4的网络流量, app加载更快 京东 淘宝 图片很多都是webp, 应用加载慢是不是这个锅呢? 参考: https://help.aliyun.com/document_detail/44703.html?spm=5176.11065259.1996646101.searchcli 阅读全文
posted @ 2020-03-11 15:21 funny_coding 阅读(396) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 20 下一页
build beautiful things, share happiness