码迷,mamicode.com
首页 >  
搜索关键字:library cache pin    ( 17894个结果
Springboot + Vue + elementUI 文件上传
Springboot : 1、编写application.properties配置文件 #thymeleafspring.thymeleaf.cache=falsespring.thymeleaf.prefix=classpath:/templates/ // 配置视图解析器前缀路径spring.t ...
分类:编程语言   时间:2020-06-02 09:23:08    阅读次数:140
LNMP架构概述
web架构 # 需记住的端口() ftp:21 ssh:22 telnet:23 rsync:873 http:80 php:9000 mysql:3306 ... LNMP架构概述 Linux Nginx MySQL PHP (代码解析器) 代码解析器各类代码: PHP (php代码) tomca ...
分类:其他好文   时间:2020-06-01 23:32:56    阅读次数:141
freetype2 abg
/* example1.c */ /* */ /* This small program shows how to print a rotated string with the */ /* FreeType 2 library. */ #include <stdio.h> #include <st ...
分类:其他好文   时间:2020-06-01 20:50:42    阅读次数:54
MFC——文件选择对话框
//文件类型过滤 const TCHAR pszFilter[] = _T("EXE File (*.exe)|*.exe|Dynamic-link library (*.dll)|*.dll|Any Files (*.*)|*.*|"); //第一个参数为TRUE是打开文件,为FALSE是文件另存 ...
分类:编程语言   时间:2020-05-31 21:26:02    阅读次数:86
java int 和 Integer
1、Integer是int的包装类,int则是java的一种基本数据类型 2、Integer变量必须实例化后才能使用,而int变量不需要 3、Integer实际是对象的引用,当new一个Integer时,实际上是生成一个指针指向此对象;而int则是直接存储数据值 4、Integer的默认值是null ...
分类:编程语言   时间:2020-05-31 16:11:00    阅读次数:86
第60天:Requests的基本用法
by 闲欢 之前我们用了 urllib 库,这个作为入门的工具还是不错的,对了解一些爬虫的基本理念,掌握爬虫爬取的流程有所帮助。入门之后,我们就需要学习一些更加高级的内容和工具来方便我们的爬取。那么这一节来简单介绍一下 requests 库的基本用法。 介绍 首先让我们来看 Requests 官方的 ...
分类:其他好文   时间:2020-05-31 16:06:53    阅读次数:48
【工具】jenkins安装
一:下载jenkins /etc/init.d/jenkins/etc/logrotate.d/jenkins/etc/sysconfig/jenkins/usr/lib/jenkins/usr/lib/jenkins/jenkins.war/usr/sbin/rcjenkins/var/cache ...
分类:其他好文   时间:2020-05-31 11:17:54    阅读次数:54
内网环境离线安装nginx,在openssl 的时候报错 openssl library 的错误
源码包安装了openssl,但是执行 ./configure后,make的时候不通过,报:/usr/local/ssl/.openssl/include/openssl/ssl.h] Error 127
分类:其他好文   时间:2020-05-30 21:54:44    阅读次数:171
146.LRU缓存机制
思路 用HashMap类型的cache记录Cache的数据 用List类型的record 记录Cache的各个元素使用情况 record有点类似队列,方便起见,下文就以队列称呼。 对于cache中已有的元素: 若进行get put操作,就将该元素移到队列(record)的最后(即表示该数据最近使用过 ...
分类:其他好文   时间:2020-05-30 21:34:36    阅读次数:48
Homebrew修改源已经重置恢复
替换中科大源 替换brew.git: cd "$(brew --repo)" git remote set-url origin https://mirrors.ustc.edu.cn/brew.git 替换homebrew-core.git: cd "$(brew --repo)/Library/ ...
分类:其他好文   时间:2020-05-30 15:56:43    阅读次数:71
17894条   上一页 1 ... 64 65 66 67 68 ... 1790 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!