- 博客(4)
- 问答 (2)
- 收藏
- 关注
原创 vue项目安装项目出现* core-js相关的报错
在网上找了一个vue gantt的项目https://github.com/jeremyjone/jz-gantt.gitclone到centos上之后发现起不来 各种报错最后发现执行npm installcore-js@3.8.1就可以了47 verbose exit [ 1, true ]46 error Could not install from "core-js/modules/es.array.concat.js" as it does not contain a packa...
2021-02-11 10:42:15 5182
原创 数据结构学习笔记(一)
#include <stdio.h>#include <malloc.h>#include <stdlib.h>struct Arr { int * pBase; //存储数组的首元素的地址 int len; //数组的长度 int cnt; //有效元素的个数};void init(struct Arr * pArr, int len...
2018-07-10 22:19:23 214
原创 微信小程序学习中问题(1)
<swiper catchtap="onSwiperTap" indicator-dots="true" autoplay="true" interval="5000"> <swiper-item > <image src="/images/wx.png" data-postId="3"
2018-04-11 22:23:21 225
原创 [日常记录]Caused by
Caused by:从问答区学到的报错应该首先看Caused by ....菜鸟进阶的第一步上图在这张图中报错显示找不到类的异常 于是java文件中的类名与AndroidManifest中类名不符所以造成一系列的报错
2017-01-20 18:45:52 468
空空如也
我用java程序向数据库中添加一条记录,提示成功 在数据库中并没有
2017-02-04
我按照第一行代码Android第二章的例子创建了Android工程
2016-07-06
TA创建的收藏夹 TA关注的收藏夹
TA关注的人