自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2133)
  • 资源 (11)
  • 收藏
  • 关注

原创 Error: Module did not self-register

1、错误描述[编译scss/sass] 14:56:38.373 internal/modules/cjs/loader.js:717[编译scss/sass] 14:56:38.373 return process.dlopen(module, path.toNamespacedPath(filename));[编译scss/sass] 14:56:38.373 ...

2019-01-10 14:58:49 6553

原创 fatal: git-http-push failed

1、错误描述yhd@ubuntu:~/test$ git pushwarning: push.default is unset; its implicit value has changed inGit 2.0 from 'matching' to 'simple'. To squelch this messageand maintain the traditional behavio...

2019-01-08 16:34:15 2457

原创 TypeError: __init__() missing 1 required positional argument: 'name'

1、错误描述Hello WorldTraceback (most recent call last): File "G:\NetBeansWork\Color\src\color.py", line 15, in <module> stu = Student();TypeError: __init__() missing 1 required positional...

2018-12-21 14:15:49 20769

原创 TypeError: Cannot read property '0' of undefined

1、错误描述 [Vue warn]: Error in render: "TypeError: Cannot read property '0' of undefined vue.runtime.esm.js:587"found in---> <ElTableFooter> <ElTable> <Cur...

2018-12-19 15:55:36 11956 2

原创 var is a reserved word

1、错误描述PieChart.vue?a6c7:69 Uncaught (in promise) TypeError: Cannot read property '$el' of undefined at PieChart.vue?a6c7:69client:162 [WDS] Errors while compiling. Reload prevented.errors @...

2018-12-18 16:17:38 4779

原创 如何解决Visual Studio Code快捷键复制变为Insert问题

1、错误描述      在使用Visual Studio Code进行项目开发,使用快捷键Ctrl+C进行复制,鼠标光标总是变为了插入模式(很宽的光标),而且也复制不了代码。2、错误原因      Visual Studio Code工具默认是使用Ctrl+C复制,但是安装了Vim插件,会将这个快捷键替代成其他的功能3、解决办法(1)将vim插件卸载(2)修改复制快捷键...

2018-12-18 14:54:00 10126 3

原创 Uncaught (in promise) TypeError: Cannot read property 'length' of undefined

1、错误描述Uncaught (in promise) TypeError: Cannot read property 'length' of undefined geoJSONLoader.js:106at getBoundingRect (geoJSONLoader.js:106)at Object.load (geoJSONLoader.js:98)at geoSourc...

2018-12-17 17:16:52 3948

原创 如何解决NetBeans9出现java.lang.StackOverflowError问题

1、错误描述java.lang.StackOverflowError at java.base/java.util.regex.Pattern$GroupHead.match(Pattern.java:4777) at java.base/java.util.regex.Pattern$Loop.match(Pattern.java:4914) at java.base/java.ut...

2018-12-14 14:58:51 1031

原创 Uncaught (in promise) Error: Component series.map not exists. Load it first

1、错误描述Uncaught (in promise) Error: Component series.map not exists. Load it first. at Function.entity.getClass (clazz.js:178)at ExtendedClass.<anonymous> (Global.js:223)at Array.forEach (&...

2018-12-12 14:28:08 11643 5

原创 Uncaught TypeError: b.nodeName.toLowerCase is not a function

1、错误描述jquery和HTML属性冲突2、错误原因      在界面中,定义一个输入框,name属性给nodeName,这个名称跟jquery中有冲突<form> <table class="mytable"> <tr> <td> <span class="requiredSign...

2018-11-29 19:31:54 5686

原创 KeyError: 'plotly_domain'

1、错误描述E:\PycharmProjects\cdk\venv\Scripts\python.exe E:/PycharmProjects/cdk/venv/plotly/b.pyTraceback (most recent call last): File "E:/PycharmProjects/cdk/venv/plotly/b.py", line 14, in <mod...

2018-11-28 15:32:00 1330

原创 TypeError: 'module' object is not callable

1、错误描述Traceback (most recent call last): File "E:\PyCharm\helpers\pydev\pydev_run_in_console.py", line 52, in run_file pydev_imports.execfile(file, globals, locals) # execute the script Fi...

2018-11-28 14:04:10 1180

原创 如何在虚拟机上Centos系统安装Nginx服务

 1、安装gcc-cyum install -y gcc gcc-c++2、切换到/usr/local/cd /usr/local/3、安装pcre2wget https://sourceforge.net/projects/pcre/files/pcre2/10.32/pcre2-10.32.tar.gz4、解压pcre2tar -zxvf...

2018-11-13 18:36:33 777 1

原创 E: Could not get lock /var/lib/dpkg/lock

1、错误描述yhd@ubuntu:~$ sudo apt-get install oracle-java8-installer[sudo] password for yhd: E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)E: Unable to lock th...

2018-11-08 10:56:41 293

原创 verbose stack Error: missing script: webpack

1、错误描述0 info it worked if it ends with ok1 verbose cli [ 'F:\\nodejs\\node.exe',1 verbose cli 'F:\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',1 verbose cli 'run',1 verbose cli 'webpack' ...

2018-10-15 11:35:13 14477 4

原创 Unknown custom element did you register the component correctly

1、错误描述vue.esm.js?efeb:591 [Vue warn]: Unknown custom element: <el-container> - did you register the component correctly? For recursive components, make sure to provide the "name" option.f...

2018-10-11 16:41:29 99749 3

原创 Module build failed: Error: Couldn't find preset "es2015" relative to directory

1、错误描述F:\WebstormProjects\euw\esa>npm install babel-plugin-component -Dnpm WARN [email protected] requires a peer of ajv@^6.0.0 but none is installed. You must install peer dnpm WARN optional ...

2018-10-11 16:15:18 10254 1

原创 如何使用vue2搭建ElementUI框架

1、新建一个文件夹euw,切换到该路径下cd F:\WebstormProjects\euw2、安装vue-clinpm install vue-cli3、查看vue的版本vue -V4、下载项目vue init webpack esa5、切换到项目路径下cd esa6、安装vuexnpm install vuex...

2018-10-11 15:26:36 1744 1

原创 - Component template should contain exactly one root element

1、错误描述 ERROR Failed to compile with 1 errors ...

2018-10-09 18:18:28 515

原创 ERROR Error: Highcharts error #13

1、错误描述2、错误原因     查找了下这个错误,由于图形容器无法找到,导致报这个错误3、解决办法(1)检查html文件路径(2)查看是否有对应的图形容器...

2018-09-09 11:30:11 8281

原创 TypeError: db.collection is not a function

1、错误描述F:\nodejs>node insertData.js(node:10028) DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useNew...

2018-08-13 11:38:53 2739

原创 如何解决Vue.js模板报错的问题

1、错误描述log.js?1afd:24 [HMR] Waiting for update signal from WDS...vue.runtime.esm.js?2b0e:587 [Vue warn]: Unknown custom element: <mu-col> - did you register the component correctly? For recur...

2018-08-11 11:22:23 6306 1

原创 如何对Node.js默认下载路径进行修改

1、设置prefixC:\Users\Administrator.USER-0GUONPPBHK>npm config set prefix "F:\nodejs\node_global"2、设置cacheC:\Users\Administrator.USER-0GUONPPBHK>npm config set cache "F:\nodejs\node_cache"...

2018-08-08 19:38:44 3295

原创 Error in render: "TypeError: Cannot read property 'resolve' of undefined"

1、错误描述2、错误原因3、解决办法

2018-07-10 19:18:24 7773 7

原创 Install fail! Error: EPERM: operation not permitted

1、错误描述C:\Users\Administrator.USER-0GUONPPBHK>cd D:\njws\vue-simple\cmpC:\Users\Administrator.USER-0GUONPPBHK>d:D:\njws\vue-simple\cmp>cnpm install echarts -S× Install fail! Error: EPE...

2018-07-09 09:39:48 6697 2

原创 Error: Cannot find module 'commander'

1、错误描述C:\Users\Administrator.USER-0GUONPPBHK>vue listinternal/modules/cjs/loader.js:596 throw err; ^Error: Cannot find module 'commander' at Function.Module._resolveFilename (interna...

2018-07-07 15:44:43 9172

原创 Raw expression: :href="{{demo.hrefs}}"

1、错误描述Failed to compile../node_modules/vue-loader/lib/template-compiler?{"id":"data-v-04c2046b","hasScoped":false,"buble":{"transforms":{}}}!./node_modules/vue-loader/lib/selector.js?type=template&a..

2018-07-07 15:22:05 3981

原创 Error: Cannot find module 'async-each'

1、错误描述Error: Cannot find module 'async-each' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:594:15) at Function.Module._load (internal/modules/cjs/loader.js:520:25) at...

2018-07-07 11:03:49 3816 2

原创 如何下载Angular-Cli并下载运行项目

1、安装angular/clinpm install -g @angular/cli2、创建项目ng new hum3、切换路径cd hum4、运行项目ng serve --open5、查看项目

2018-07-06 13:11:25 1831

原创 如何安装vue-cli并搭建vue项目

1、在HBuilder创建一个Vue2 Web项目2、利用cmd切换路径cd D:\njws\Vue2d:3、安装vue-clicnpm install -g vue-cli4、查看vue安装版本vue -V5、初始化vue并创建项目、下载webpack模板vue init webpack cmp6、切换到项目目录cd cmp7、启动vue项目npm run dev...

2018-07-02 19:10:59 485

原创 如何安装gulp

1、安装gulpC:\Users\Administrator.USER-0GUONPPBHK>cnpm install --global gulpDownloading gulp to D:\nodejs\node_modules\gulp_tmpCopying D:\nodejs\node_modules\gulp_tmp\[email protected]@gulp to D:\nodejs\n...

2018-06-15 17:05:51 1277

原创 npm ERR! missing: core-util-is@^1.0.2, required by Administrator

1、错误描述C:\Users\Administrator>npm listC:\Users\Administrator+-- [email protected] extraneous+-- UNMET DEPENDENCY core-util-is@^1.0.2+-- [email protected] extraneous+-- UNMET DEPENDENCY process-nextic...

2018-06-02 14:56:50 5411

原创 安装vue和webpack相关命令

一、安装vue相关命令1、安装vuecnpm install vue2、安装vue-clicnpm install -g vue-cli3、查看vue安装版本vue -V二、安装webpack1、安装webpackcnpm install -g webpack2、安装webpack-dev-servercnpm install -g webpack-dev-server3、查看webpack版本w...

2018-06-02 14:39:11 1539

原创 The 'mode' option has not been set, webpack will fallback to 'production' for th is value

1、错误描述C:\Users\Administrator>cd cmaC:\Users\Administrator\cma>webpack you.js today.jsHash: 39919aae8cb041a7549fVersion: webpack 4.10.2Time: 588msBuilt at: 2018-06-01 21:01:06 1 assetEntr...

2018-06-01 21:16:47 3258 6

原创 Error: Cannot find module 'util-deprecate'

1、错误描述C:\Users\Administrator>cd cmaC:\Users\Administrator\cma>webpack you.js today.jsC:\Users\Administrator\node_modules\webpack-cli\bin\webpack.js:449 throw e...

2018-06-01 20:58:13 3371

原创 Error: Cannot find module 'core-util-is'

1、错误描述C:\Users\Administrator>cd cmaC:\Users\Administrator\cma>webpack you.js today.jsC:\Users\Administrator\node_modules\webpack-cli\bin\webpack.js:449 throw e...

2018-06-01 20:49:47 2423 1

原创 Error: Cannot find module 'process-nextick-args'

1、错误描述C:\Users\Administrator>cd cmaC:\Users\Administrator\cma>webpack you.js today.jsC:\Users\Administrator\node_modules\webpack-cli\bin\webpack.js:449 throw e...

2018-06-01 20:32:13 4078

原创 Error: Cannot find module 'webpack/schemas/WebpackOptions.json'

1、错误原因C:\Users\Administrator\cma>webpack you.js today.jsinternal/modules/cjs/loader.js:573 throw err; ^Error: Cannot find module 'webpack/schemas/WebpackOptions.json' at Function.Mod...

2018-06-01 20:18:15 3420

原创 vue-cli · Failed to download repo vuejs-templates/[object Object]: Response code 404 (Not Found)

1、错误描述C:\Users\Administrator>vue init webpack kdm Unknown command init. vue-cli · Failed to download repo vuejs-templates/[object Object]: Responsecode 404 (Not Found)C:\Users\Administr...

2018-05-31 20:21:25 2939 4

原创 TypeError: string indices must be integers

1、错误描述>>> print(st[-1,-6]);Traceback (most recent call last): File "<pyshell#13>", line 1, in <module> print(st[-1,-6]);TypeError: string indices must be integers>>...

2018-05-21 10:25:32 20117

AR接入路由器产品文档.chm

AR系列接入路由器,了解产品(硬件描述和产品描述)、安装调测(硬件安装与维护和License使用)、配置部署和操作维护

2020-11-10

MyEclipse2017 SVN插件.zip

MyEclipse2017 SVN插件,对应文件夹依次覆盖;然后重启MyEclipse,即可使用SVN

2020-05-07

mysql-connect.rar

mysql-connector是Java连接MySQL8.0数据库的不同版本的jar包,作为驱动程序包

2019-08-15

SVN插件1.8版本,MyEclipse和Eclipse都可使用

SVN1.8版本,可以使用在MyEclipse和Eclipse开发工具上

2017-11-14

ejb3-persistence.jar

解决Caused by: java.lang.ClassNotFoundException: javax.persistence.Entity

2014-07-12

aopalliance.jar

解决 Caused by: java.lang.ClassNotFoundException: org.aopalliance.intercept.MethodInterceptor

2014-07-12

Flex中运用FusionCharts

1、Flex中配置FusionCharts说明文档是说明Flex项目和Java Web项目整合的过程 2、Fusionchart是Flex项目代码 3、Flex是Java Web项目代码 4、Java Web项目中有Flex项目所需的配置文件 5、Flex项目中用Fusioncharts插件文件

2014-05-14

Flex和Servlet结合上传文件

1、利用Flex作为上传文件界面,通过servlet地址连接服务器端 2、Servlet处理上传文件过程 3、通过配置文件web.xml传递参数 4、达到Flex和Servlet进行交互,上传文件

2014-04-27

Servlet文件上传

1、通过界面上传文件(一个或两个文件) 2、上传文件存放在服务器上指定文件下 3、servlet处理上传文件过程 4、上传成功后跳转到结果页面

2014-04-27

dojo实现省份地市级联

1、web目录只需部署到Web项目可以运行; 2、这里包含省份和地市的数据源,以及引入的页面

2014-01-25

dojo省份地市级联JSON数据源

1、压缩文件是JSON格式,提供数据源; 2、省份JSON包括全国省份名称以及自治市,地市包括各个地级市以及县级市,都是根据资料查到的

2014-01-25

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除