码迷,mamicode.com
首页 >  
搜索关键字:tty    ( 3398个结果
JAVA获得系统配置文件的System Properties
Code: Result: ...
分类:编程语言   时间:2020-05-24 21:11:37    阅读次数:119
git的基础用法(2)
1.创建用户信息 git config --global user.name 'your_name' git config --global user.email 'your_email' 注意: git config有三种情况:git config --local # 只对某个git仓库有效,默认 ...
分类:其他好文   时间:2020-05-24 16:44:56    阅读次数:64
c# 爬虫
爬取图片 创建 安装 ...
分类:Windows程序   时间:2020-05-24 11:33:10    阅读次数:66
Ruby 文件的输入与输出
Ruby 提供了一整套 I/O 相关的方法,在内核(Kernel)模块中实现。所有的 I/O 方法派生自 IO 类。 类 IO 提供了所有基础的方法,比如 read、 write、 gets、 puts、 readline、 getc 和 printf。 本章节将讲解所有 Ruby 中可用的基础的 ...
分类:其他好文   时间:2020-05-23 18:10:31    阅读次数:54
spring cloud gateway(报错2)
使用SpringBoot创建一个spring cloud gateway服务端的时候,当使用浏览器进行访问的时候,报错信息如下: 2020-05-23 05:43:34.198 ERROR 21300 [ctor-http-nio-1] reactor.netty.http.server.HttpS ...
分类:编程语言   时间:2020-05-23 09:19:14    阅读次数:213
IPXE搭建底层装机系统
IPXE开发1
分类:其他好文   时间:2020-05-23 00:30:33    阅读次数:91
[原][c++][netcdf]通过c\c++读取字段的scale_factor与add_offset
函数:c++ void readScaleAndOffset(const char* FileName,const char* VarName) { NcFile dataFile(FileName, NcFile::read); NcVar Varf = dataFile.getVar(VarNa ...
分类:编程语言   时间:2020-05-21 00:01:38    阅读次数:71
项目经验之文件搭建文件上传服务
1.新建springboot服务 依赖 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSch ...
分类:Web程序   时间:2020-05-18 22:23:41    阅读次数:74
12.朴素贝叶斯-垃圾邮件分类
1. 读邮件数据集文件,提取邮件本身与标签。 列表 numpy数组 from IPython.core.interactiveshell import InteractiveShell InteractiveShell.ast_node_interactivity = "all" import cs ...
分类:其他好文   时间:2020-05-17 21:58:56    阅读次数:91
【MRCTF2020】EZaduit
扫描发现www.zip和login.php,访问www.zip获得index.php的代码: <?php header('Content-type:text/html; charset=utf-8'); error_reporting(0); if(isset($_POST['login'])){ ...
分类:其他好文   时间:2020-05-17 19:20:29    阅读次数:63
3398条   上一页 1 ... 19 20 21 22 23 ... 340 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!