码迷,mamicode.com
首页 >  
搜索关键字:control files    ( 24036个结果
HTTP头的Expires与Cache-control
1.概念 Cache-control用于控制HTTP缓存(在HTTP/1.0中可能部分没实现,仅仅实现了Pragma: no-cache) 数据包中的格式: Cache-Control: cache-directive cache-directive可以为以下: request时用到: | "no- ...
分类:Web程序   时间:2021-04-07 11:20:59    阅读次数:0
「免费开源」基于Vue和Quasar的前端SPA项目crudapi后台管理系统实战之docker部署(八)
本文主要介绍了vue前端打包和docker部署相关内容,到目前为止,crudapi-admin-web代码已经完成,后续会继续优化代码,文档也会持续更新。每一篇文章对应的代码,都打上了tag,命名规则为t1,t2..., 欢迎下载代码学习和交流。 ...
分类:Windows程序   时间:2021-04-05 12:49:30    阅读次数:0
git历史回退
现在,你已经学会了修改文件,然后把修改提交到Git版本库,现在,再练习一次,修改readme.txt文件如下: Git is a distributed version control system. Git is free software distributed under the GPL. 然 ...
分类:其他好文   时间:2021-04-05 12:32:31    阅读次数:0
spring注解
第一部分:注入bean和获取bean数据 /** * 账户的业务层实现类 * * 曾经XML的配置: * <bean id="accountService" class="com.itheima.service.impl.AccountServiceImpl" * scope="" init-met ...
分类:编程语言   时间:2021-04-05 12:18:26    阅读次数:0
3D Active Button Magic 使用备忘
1.安装3D Active Button Magic,本控件是ActiveX Control. 2.出现在MFC工具箱上 2.1 右击选择“选择项" 2.2 在COM组件,找到选择添加。 ...
分类:其他好文   时间:2021-04-02 13:40:17    阅读次数:0
[Node.js] Resolve path problem in all envs (require.resolve)
When dealing with `fs` library, the common problem you will meet is the path to file. Different envs may have different way to handle the path. The be ...
分类:Web程序   时间:2021-03-30 13:42:21    阅读次数:0
java中的::
此种写法是Java8 Lambda表达式 双冒号运算就是Java中的方法引用 method references [方法引用]的格式是 类名::方法名 举例: 1.表达式: person -> person.getName(); 可以替换成: Person::getName 2.表达式: () -> ...
分类:编程语言   时间:2021-03-30 12:52:29    阅读次数:0
生成JavaDoc文档
使用命令行生成 javadoc命令生成自己的api文档 javadoc [options] [packagenames] [sourcefiles] [@files] 参数: -overview <file> 从 HTML 文件读取概览文档 -public 仅显示 public 类和成员 -prot ...
分类:编程语言   时间:2021-03-30 12:47:11    阅读次数:0
软连接和硬链接介绍
Linux系统引入了两种链接,硬链接(hard link)与软连接(又称符号链接,即soft link或symbolic link) ln 命令语法格式 NAME ln - make links between files SYNOPSIS ln [OPTION]... [-T] TARGET LI ...
分类:其他好文   时间:2021-03-29 12:18:28    阅读次数:0
WebAPI返回值为文件
public class FileStreamResult : IHttpActionResult { readonly Stream _stream; readonly string _mediaType = "application/octet-stream"; readonly string ...
分类:Windows程序   时间:2021-03-18 14:44:59    阅读次数:0
24036条   上一页 1 ... 15 16 17 18 19 ... 2404 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!