码迷,mamicode.com
首页 >  
搜索关键字:format failed    ( 20573个结果
Nginx File Server
#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #error_log "pipe:rollba ...
分类:其他好文   时间:2020-12-28 11:28:07    阅读次数:0
Autojs 连接 vscode 失败,报错:failed to connect to 192.168.2.8:9317 怎么解决?
问题:当手机上安装好Autojs app,连接电脑端vscode 时报错:failed to connect to 192.168.2.8:9317 总是连接失败。 解决方法:手机打开热点共享,让电脑连接手机共享的wifi热点。然后在电脑上cmd窗口输入:ipconfig 查看当前电脑的ip。vsc ...
分类:Web程序   时间:2020-12-28 11:01:12    阅读次数:0
nginx -s reload 没有生效
nginx -s reload 有时候重新加载配置文件没有生效 检查/var/log/nginx/error.log [notice] 29410#0: signal process started [emerg] 2999#0: bind() to 0.0.0.0:9091 failed (13: ...
分类:其他好文   时间:2020-12-28 10:54:15    阅读次数:0
Linux下分析bin文件的10种方法
Linux下分析bin文件的10种方法良许良许Linux点击「阅读原文」查看良许原创精品视频。这世界有10种人,一种人懂二进制,另一种人不懂二进制。——鲁迅大家好,我是良许。二进制文件是我们几乎每天都需要打交道的文件类型,但很少人知道他们的工作原理。这里所讲的二进制文件,是指一些可执行文件,包括你天天要使用的Linux命令,也是二进制文件的一种。Linux系统给我们提供了非常多用于分析二进制文件的
分类:系统相关   时间:2020-12-25 12:40:30    阅读次数:0
vscode format
{ "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, "eslint.validate": [ "javascript" ] } ...
分类:其他好文   时间:2020-12-25 12:33:40    阅读次数:0
RocketMQ源码分析 broker启动,commitlog、consumequeue、indexfile、MappedFileQueue、MappedFile之间的关系以及位置说明
1.MappedFile类属性说明 dubbo的核心是spi,看懂了spi那么duboo基本上也懂了,对于rmq来说,它的核心是broker,而broker的核心是commitlog、consumequeue、indexfile,而这些文件对应的最终都是MappedFile,那么搞明白了这个类,那么 ...
分类:移动开发   时间:2020-12-25 11:51:42    阅读次数:0
【java日期格式化】
SimpleDateFormat import java.text.SimpleDateFormat; import java.util.Date; public class DateFormatTest { public static void main(String[] args) { /* y ...
分类:编程语言   时间:2020-12-24 12:03:07    阅读次数:0
pycharm安装pika提示CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com>
1. 问题描述: pycharm安装第三方库时提示CondaHTTPError: HTTP 000 CONNECTION FAILED。 2. 错误原因:默认镜像源访问速度过慢,会导致超时从而导致更新和下载失败。 3. 解决方案:更换镜像源为清华镜像源,并且删除默认镜像源。 3.1.首先执行如下几条 ...
分类:Web程序   时间:2020-12-24 11:51:21    阅读次数:0
Java中print、printf、println的区别
1、print和println 先说简单的两个:print和println都是最简单的输出,区别就是前者不换行,后者自带换行功能。 当然可以通过在print中加\n实现换行功能 2、printf 顾名思义,print format,格式化输出。 具体使用方法 支持以下格式: 格式 含义 %c 单个字 ...
分类:编程语言   时间:2020-12-23 12:37:01    阅读次数:0
MacOS系统Web服务器
1.Apache MacOS系统一般预装了Apache,我的机器是安装在/etc/apache2/目录中。 配置文件为:/etc/apache2/httpd.conf Listen 8088 DocumentRoot "/Library/WebServer/Documents" <Directory ...
分类:Web程序   时间:2020-12-23 12:23:24    阅读次数:0
20573条   上一页 1 ... 30 31 32 33 34 ... 2058 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!