码迷,mamicode.com
首页 >  
搜索关键字:format failed    ( 20573个结果
Eclipse启动报错failed to load the jni shared library
维护一个老项目,使用的IDE是Eclipse。 本地的是win 64系统,jdk是1.8版本的。突然有一次启动Eclipse就报错failed to load the jni shared library,无法正常启动。 查了下,都说是Eclipse的版本和jdk版本不兼容问题。 查看eclipse ...
分类:系统相关   时间:2021-05-24 06:08:48    阅读次数:0
remote: HTTP Basic:Access denied fatal:Authentication failed for
近来在一天新电脑上面使用git pull 一个项目,老是提示 Access denied, 找了许多方法,ssh key这些都配置了还是不行,当时别提有多尬 这就是clone 时的提示 最终解决方法,控制面板 > 用户账户 然后找到 凭据管理器 选择Windows凭据 如图删除掉之前使用者留下的 凭 ...
分类:数据库   时间:2021-05-24 05:23:44    阅读次数:0
Linux(九)nginx进阶操作及启动django项目
## nginx的日志```SHELL #log_format main '$remote_addr - $remote_user [$time_local] "$request" ' # '$status $body_bytes_sent "$http_referer" ' # '"$http_u ...
分类:系统相关   时间:2021-05-24 04:12:29    阅读次数:0
scala读取json
import scala.util.parsing.json.JSON._import scala.io.Source val js_file="pspldata.area%s_tableMapping.json".format(1)val js_source = Source.fromFile(j ...
分类:Web程序   时间:2021-05-24 04:09:53    阅读次数:0
解决mac系统docker启动mysql端口被占用
解决mac系统docker启动mysql端口被占用 错误提示 Error response from daemon: Cannot restart container cfcf: driver failed programming external connectivity on endpoint ...
分类:数据库   时间:2021-05-24 04:06:32    阅读次数:0
查看所有 docker ip
docker inspect --format='{{.Name}} - {{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $(docker ps -q) ...
分类:其他好文   时间:2021-05-24 01:36:40    阅读次数:0
【转】3种TCP连接异常的情况。
原文:http://www.bubuko.com/infodetail-3022082.html 本文介绍3种TCP连接异常的情况。 1.server端没有启动,client尝试连接 ./client dial failed: dial tcp 127.0.0.1:8080: connect: co ...
分类:其他好文   时间:2021-05-24 01:04:14    阅读次数:0
js时间转换
参考博客: https://www.cnblogs.com/tugenhua0707/p/3776808.html 代码: Date.prototype.format = function(fmt) { var o = { "M+" : this.getMonth()+1, //月份 "d+" : ...
分类:Web程序   时间:2021-05-24 00:40:16    阅读次数:0
git clone 下载时报错: fatal: Out of memory, malloc failed
使用云服务器git clone某个项目时,遇到如下问题: fatal: Out of memory, malloc failed (tried to allocate 2000000000 bytes) 百度后找到如下解决方法: sudo mkdir -p /opt/temp sudo dd if= ...
分类:其他好文   时间:2021-05-24 00:26:08    阅读次数:0
SassError: expected selector
问题描述 vue-admin项目中使用了/deep/后启动项目报错: ERROR Failed to compile with 1 errors 20:27:22 error in ./src/nzk/components/themeEditor/layout/components/tree-sel ...
分类:其他好文   时间:2021-05-24 00:16:28    阅读次数:0
20573条   上一页 1 ... 9 10 11 12 13 ... 2058 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!