码迷,mamicode.com
首页 >  
搜索关键字:error geoip library.    ( 38817个结果
Module not found: Error: Can't resolve '../../../public/ueditor/lang/zh-cn/zh-cn.js'
ERROR Failed to compile with 4 errors These relative modules were not found: * ../../../public/ueditor/lang/zh-cn/zh-cn.js in ./node_modules/babel-loa ...
分类:Web程序   时间:2020-11-23 12:09:09    阅读次数:11
There was an unexpected error (type=Forbidden, status=403). Forbidden
这个错误是缺少权限的意思 访问这个路径需要指定的角色,代码中是这样的: 主要这里配置的是访问任意路径都需要USER角色 然后数据库角色表中必须是这样的: 带有ROLE_前缀!!! ROLE_USER!!!!!!!! 参考: https://blog.csdn.net/qq_27093097/arti ...
分类:其他好文   时间:2020-11-23 12:07:52    阅读次数:7
sendto : Permission denied(转)
问题: udp发送数据时候报错sendto error : Permission denied 改正方法: 在创建了套接字后,加上下列代码: int on=1; setsockopt(sock,SOL_SOCKET,SO_REUSEADDR | SO_BROADCAST,&on,sizeof(on) ...
分类:其他好文   时间:2020-11-23 12:00:57    阅读次数:5
js基础知识
###定义方式 ######内嵌脚本 像style标签一样,在Html文档中使用script标签嵌入js代码: <script> alert('test'); </script> ######外部引用 通过src属性引入外部js文件: <script src="test.js"> </script> ...
分类:Web程序   时间:2020-11-21 12:48:28    阅读次数:42
Lua 编码 CodePage CP 936 Unicode 中文 UTF8 Native Code 库library 搜集
不常用,查了又忘,遇到时又抓狂,记录下,疑问请留言。内容来自经验总结,盲人摸象,不系统,不正确。 Lua 5.3,Win 10,ZeroBrane Studio。 字符按码表被编码。 字符character(符号)与编码code(数值)的映射(编码)关系。 字符-编码->编码、编码-解码->字符。 ...
分类:其他好文   时间:2020-11-21 12:22:55    阅读次数:7
docker创建和使用mysql
container和image是两种不同的概念,image即指存在的镜像,container指docker运行起来后image的实例。 当使用docker kill 把某个正在运行的实例kill掉之后,再次运行,会提示: Error response from daemon: Conflict. T ...
分类:数据库   时间:2020-11-21 12:09:25    阅读次数:10
reg
# -*- coding: utf-8 -*- import SimpleITK as sitk import matplotlib.pyplot as plt import time import os import sys import re import csv import numpy as ...
分类:其他好文   时间:2020-11-21 11:45:47    阅读次数:4
'cross-env' 不是内部或外部命令
yarn start yarn run v1.22.10$ cross-env APP_TYPE=site umi dev'cross-env' 不是内部或外部命令,也不是可运行的程序或批处理文件。error Command failed with exit code 1. 启动不成功,证明这个项目 ...
分类:其他好文   时间:2020-11-20 11:57:12    阅读次数:5
【随手记录】关于Factory method 'eurekaApplicationInfoManager' threw exception; nested exception is java.lang.NullPointerException
最近项目上部署程序时候报eureka相关的NPE错误,如下: Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2020- ...
分类:移动开发   时间:2020-11-20 11:50:24    阅读次数:17
Mac Appium ANDROID_HOME 环境变量问题
macOS 版本:10.15.4 (19E287) appium版本:1.18.3 遇到的问题: 先是报这个:An unknown server-side error occurred while processing the command. Original error: Neither AND ...
分类:移动开发   时间:2020-11-20 11:36:33    阅读次数:50
38817条   上一页 1 ... 64 65 66 67 68 ... 3882 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!