码迷,mamicode.com
首页 >  
搜索关键字:file manager    ( 57953个结果
Java-IO流系列-FileReader与FileWriter
FileReader读取文件 查看文件的相对路径 示例一:查看文件的相对路径 package com.dreamcold.io; import java.io.File; public class Demo01 { public static void main(String[] args) { F ...
分类:编程语言   时间:2021-06-28 19:39:13    阅读次数:0
SpringBoot-web
1、SpringMVC自动配置概览 Spring Boot provides auto-configuration for Spring MVC that works well with most applications.(大多场景我们都无需自定义配置) The auto-configuratio ...
分类:编程语言   时间:2021-06-28 19:31:50    阅读次数:0
安装hp驱动
办公室有一台HP LaserJet 1020p 连接在有线网络上。 我的Manjaro用HP Device Manager怎么也添加不上这个机器(可以看到但添加不上驱动)。最后检查了服务,发现cups没开。 sudo systemctl enable cups sudo systemctl star ...
分类:其他好文   时间:2021-06-28 19:26:16    阅读次数:0
Deeping中使用python连接Oralce报错:Cannot locate a 64-bit Oracle Client library: "./instantclient_21_1/libclntsh.so: file too short"
背景 最近工作中经常会有测试、项目经理让我查一下生产问题,每次都要去数据库查半天,数据库是部署在客户内网的一个Oracle数据库, 个人对于Oracle数据库的存储过程不太熟悉,于是想着写个Python脚本方便以后排查问题。网上搜到目前Python连接Oracle数据库 最好用的库是cx_Oracl ...
分类:数据库   时间:2021-06-28 19:23:30    阅读次数:0
CentOS7下的tftp安装
一、tftp服务原理 tftp(trivial file transfer protocal,简单文件传输协议)是居于UDP协议实现的,使用UDP67端口,提供不可靠的数据流传输服务,使用超时重传方式保证数据到达。 特点: 1、tftp在运行中不得断开链接 2、tftp默认属性是在上传和下载的时候采 ...
分类:其他好文   时间:2021-06-28 19:16:07    阅读次数:0
06月26日总结
今天干了啥: Python3 解释器 打算干啥:运行实例 »代码数:57 ...
分类:其他好文   时间:2021-06-28 18:58:03    阅读次数:0
kubernetes的三种探针startupprobe,ReadinessProbe,LivenessProbe记录
kubernetes的三种探针 startupprobe: k8s1.16版本后新加的探测方式,用于判断容器内应用程序是否已经启动,如果配置了startuprobe,就会先禁用其他的探测,直到它成功为止,成功后将不再进行探测。 ReadinessProbe: 一般用于探测容器内的程序是否健康,它的返 ...
分类:Web程序   时间:2021-06-28 18:32:30    阅读次数:0
Hadoop期末考复习第一章-概论
一、大数据的基本特征(4V,存储单位) 二、大数据对思维方式的影响 三、Google 三辆马车是什么? Google的文件系统GFS(Google File System)、分布式计算框架MapReduce、Bigtable 四、Hadoop 是什么,基本特征 基本特征: 五、Hadoop 生态系统 ...
分类:其他好文   时间:2021-06-28 18:27:13    阅读次数:0
dedeCMS二次开发api简单接口代码
<?php $cfg_NotPrintHead = false; header("Content-Type: text/html; charset=utf-8"); include_once (dirname(__FILE__)."/../include/common.inc.php"); erro ...
分类:Windows程序   时间:2021-06-28 18:21:28    阅读次数:0
装饰器模式
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace DesignPatt ...
分类:其他好文   时间:2021-06-25 17:21:57    阅读次数:0
57953条   上一页 1 ... 5 6 7 8 9 ... 5796 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!