maven-resources-plugin插件使用

  • Post author:
  • Post category:其他

maven-resources-plugin主要是将项目中的资源文件编译、打包;注意,资源文件不是源代码,一般是环境的配置文件,默认存在src/main/resources和src/test/resources中。 maven-resources-plugin的三个目标(goal): resources:resources:用来将目录中的资源文件src/main/resources拷贝到编译目录$…

继续阅读 maven-resources-plugin插件使用

基于webpack结构的vue项目 搭建百度地图 示例

  • Post author:
  • Post category:vue

场景和环境:web软件开发,JavaScript API v3.0 1.安装 NPM $ npm install vue-baidu-map --save 2.配置webpack.base.conf.js //全局安装后,这里可以不加 externals: { "BMap": "BMap" }, 3.配置index.html <!DOCTYPE html> <html> &…

继续阅读 基于webpack结构的vue项目 搭建百度地图 示例

随即选取主元的快速排序

  • Post author:
  • Post category:其他

1 #include <iostream> 2 using namespace std; 3 #include <stdlib.h> 4 5 #define LEN 12 6 7 int QuickSort(int *arr,int start,int end); 8 int Sort(int *arr,int start,int end); 9 int swap(int …

继续阅读 随即选取主元的快速排序

echarts引入的几种方式

  • Post author:
  • Post category:其他

1. npm或者cnpm 安装 npm install echarts --save cnpm install echarts --save 引入echarts,就可以使用了 import echarts from 'echarts'; 2.cdn引入: 以下推荐国外比较稳定的两个 CDN,国内还没发现哪一家比较好,目前还是建议下载到本地。 Staticfile CDN(国内) : https:/…

继续阅读 echarts引入的几种方式

npm i报错 npm ERR! path git npm ERR! code ENOENT npm,后续npm i继续报错gyp ERR! node -v v12.13.1

  • Post author:
  • Post category:其他

1,新搭建的环境,node版本,npm版本,Vue-cli版本,webpack版本都应该是最新的,具体版本号如下: 2,之后npm i就报错如下: npm ERR! path git npm ERR! code ENOENT npm ERR! errno ENOENT npm ERR! syscall spawn git npm ERR! enoent Error while executing:…

继续阅读 npm i报错 npm ERR! path git npm ERR! code ENOENT npm,后续npm i继续报错gyp ERR! node -v v12.13.1

[数论]HOJ 2010 GCD & LCM Inverse

  • Post author:
  • Post category:其他

传送门: GCD & LCM Inverse GCD & LCM Inverse My Tags ( Edit ) Source : HUST Monthly Contest of April Time limit : 2 sec Memory limit : 32 M Submitted : 761, Accepted : 213 We are all familiar with…

继续阅读 [数论]HOJ 2010 GCD & LCM Inverse

余额宝技术架构读后感

  • Post author:
  • Post category:其他

通过阅读“余额宝技术架构及演讲”,了解到一些余额宝的架构技术。 余额宝开启了划时代的意义,开启了全民理财时代。 余额宝总结起来包括几个属性: (1)传统的货币基金,但它把T+0做到极致 (2)管理大量的资金 (3)具备极简的用户体验,符合互联网精神。 从余额宝的创新来说可以从两个方面去讲它,一是业务上的创新,他对 T + 0 发挥到极致,是现金管理工具,是底层帐户。还有就是嵌入式直销,把货币基金嫁…

继续阅读 余额宝技术架构读后感

FIT2CLOUD飞致云发布开源轻量级云管平台CloudExplorer Lite

  • Post author:
  • Post category:其他

2023年4月21日,中国领先的开源软件公司FIT2CLOUD飞致云正式发布开源轻量级云管平台项目CloudExplorer Lite。CloudExplorer Lite(https://github.com/CloudExplorer-Dev)脱胎于飞致云创始软件产品CloudExplorer多云管理平台,支持对接纳管主流的公有云和私有云基础设施,提供开箱即用的云主机管理、云账单、运营分析和安…

继续阅读 FIT2CLOUD飞致云发布开源轻量级云管平台CloudExplorer Lite

usb小结

  • Post author:
  • Post category:其他

enum usb_device_state { 558         /* NOTATTACHED isn't in the USB spec, and this state acts 559          * the same as ATTACHED ... but it's clearer this way. 560          */ 561         USB_STATE_N…

继续阅读 usb小结