码迷,mamicode.com
首页 >  
搜索关键字:file system check    ( 106627个结果
SpringBoot项目取消静态文件访问限制
spring: #thymeleaf thymeleaf: cache: false prefix: classpath:/templates/ check-template-location: true suffix: .html encoding: utf-8 mode: HTML #这个是关键 ...
分类:编程语言   时间:2021-06-02 19:47:35    阅读次数:0
nginx---缓存
默认nginx不开启缓存 open_file_cache off; nginx可以缓存以下三种信息: (1) 文件元数据:文件的描述符、文件大小和最近一次的修改时间 (2) 打开的目录结构 (3) 没有找到的或者没有权限访问的文件的相关信息max=N:可缓存的缓存项上限;达到上限后会使用LRU算法实 ...
分类:其他好文   时间:2021-06-02 19:44:50    阅读次数:0
linux开发板与Ubuntu搭建nfs传输
一.什么是 NFSNFS 是 Network File System 的缩写,它可以通过网络,让不同的机器、不同的操作系统可以共享彼此的文件。NFS 服务器可以让 PC 将网络中的 NFS 服务器共享的目录挂载到本地端的文件系统中,而在本地端的系统中来看,那个远程主机的目录就好像是自己的一个磁盘分区 ...
分类:系统相关   时间:2021-06-02 19:36:24    阅读次数:0
个人所得税计算系统
Windows系统,C语言个人所得税计算系统。 1 #include <stdio.h> 2 3 #include <windows.h> 4 5 int main() 6 7 { const int ZBB=5000; 8 9 const float Ctaxrate0=0; 10 11 cons ...
分类:其他好文   时间:2021-06-02 19:31:27    阅读次数:0
计应191西 康文龙 3组
using System;using System.Collections.Generic;using System.Text;using System.Text.RegularExpressions;namespace ConsoleApplication1{class Class1{privat ...
分类:其他好文   时间:2021-06-02 19:27:51    阅读次数:0
计应191西 曲明明 第三组
using system;using system.collections.generic;using system.linq;using system.text;using system.threading.tasks;namespace consoleapplication3{ class pr ...
分类:其他好文   时间:2021-06-02 19:26:59    阅读次数:0
计应191 西 张海鹏 第三组
using system;using system.collections.generic;using system.linq;using system.text;using system.threading.tasks; namespace consoleapplication3{ class p ...
分类:其他好文   时间:2021-06-02 19:26:24    阅读次数:0
计应191西 李映玑
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
分类:其他好文   时间:2021-06-02 19:20:50    阅读次数:0
计应191一组(西)侯金鹏
一、结果呈现1. 界面设计窗体界面设计:两个label标签(一个显示题目,一个显示正确率),一个文本框textBox(输入答案),一个列表框listBox(保存做过的题目)。 2. 运行结果呈现 复制一下啊 using System; using System.Collections.Generic ...
分类:其他好文   时间:2021-06-02 19:20:03    阅读次数:0
QT开源库
https://github.com/victronenergy/QsLog https://github.com/mkroening/qslog QsLog - the simple Qt logger QsLog is an easy to use logger that is based on ...
分类:其他好文   时间:2021-06-02 19:08:35    阅读次数:0
106627条   上一页 1 ... 33 34 35 36 37 ... 10663 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!