码迷,mamicode.com
首页 >  
搜索关键字:library cache    ( 17389个结果
curl http3
Build quiche and BoringSSL: % git clone --recursive https://github.com/cloudflare/quiche % cd quiche % cargo build --release --features ffi,pkg-config ...
分类:Web程序   时间:2021-03-29 11:40:19    阅读次数:0
response.setHeader("Cache-Control","no-cache");
response.setHeader("Cache-Control","no-cache"); This is used to prevent the browser from caching your dynamic content generated by a JSP or Servlet. Y ...
分类:系统相关   时间:2021-03-17 14:45:16    阅读次数:0
mysql查询缓存
开启mysql缓存后,数据没有更新的情况下,相同的查询sql会使用缓存数据返回结果。在数据更新较少,类似查询较多的情况下,使用mysql缓存可以显著提升查询效率。 mysql查询缓存参数设置 (1) have_query_cache表示是否支持查询缓存,YES表示支持 (2) query_cache ...
分类:数据库   时间:2021-03-17 14:15:55    阅读次数:0
【lvgl-micropython】官方源码之ports/unix 编译报错
lv_micropython/ports/unix make 报错 编译环境如下 这是缺少SDL2库导致的 sudo rm /var/cache/apt/archives/lock sudo rm /var/lib/dpkg/lock 安装时可能会遇到如下问题 【解决办法】 在ubuntu系统终端下 ...
分类:编程语言   时间:2021-03-17 14:14:14    阅读次数:0
webuploader分片文件上传
首先将插件放在 public下 html代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="https://apps.bdimg.com/libs/jq ...
分类:Web程序   时间:2021-03-16 13:53:44    阅读次数:0
虚拟机快速下载安装配置aarch64-linux-gnu-gcc工具链
方式一:软件仓库安装 此方法不用自己去配置交叉编译工具链 1.查看本地仓库有支持哪些版本哪些 输入命令: apt-cache search aarch64 2.下载安装 gcc-8-aarch64-linux-gnu 输入:sudo apt-get install gcc-8-aarch64-lin ...
分类:系统相关   时间:2021-03-16 13:38:58    阅读次数:0
MATLAB 函数.m文件打包DLL 步骤
1. 准备.m文件 2. 打开工具箱APP里面的Library Compiler 3. 点击红框内的‘+’号,选择.m文件 4. 选择C++ Shared Library 5. 点击setting,选择DLL文件的输出路径 6. 点击Package打包DLL 7. 完成 ...
分类:其他好文   时间:2021-03-15 10:37:04    阅读次数:0
SSM小书城整合,新手框架整合练习
SSM小书城整合,新手框架整合练习 所有文件都在github(https://github.com/laowenruo/SSM-library) 本项目主要用于用于新手刚入门Spring,Mybatis,SpringMVC框架后,需要小练手整合一下,熟悉完框架之后,还是可以深入学习一下或者学下Spr ...
分类:其他好文   时间:2021-03-09 13:07:12    阅读次数:0
mac系统编译 ffmpeg ios 静态库
//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)
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
17389条   上一页 1 ... 11 12 13 14 15 ... 1739 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!