Git Product home page Git Product logo

cv's Introduction

Hello GitHub Fans 👋

博客搭建交流群 webkettle交流群 Mail Badge


GIF

I'm Siwei Zhou

  • A Computer Engineering Undergraduate Student. & Open Source enthusiast.
  • 🌱 Currently working in Hangzhou, China.
  • 💬 Ask me about Java, TypeScript and my projects on [email protected]
  • ⭐ You may like webkettlehexo-theme-yilia-plus 、or bootplus
  • ⚡ Fun fact: Data Analysis📊

🛠 技术栈 | Tech Stack

  • 💻   Java Linux 聚合支付
  • 🌐   HTML5 Bootstrap Node.js Vue.js
  • 🛢   MySQL MongoDB Oracle
  • 🔧  Git GitHub Markdown

开源项目

关于我

I love to make friends. so if you want to say hi, I'll be happy to meet you more!😊

⭐️ From JoeyBling

cv's People

Contributors

joeybling avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cv's Issues

在博客已经部署好的基础上,如何部署cv呢?

我已经部署好了博客,想通过博客的简历按钮进入简历页面,而这个简历页面不是一个简单的博客的文章。就像您回复的,需要用模板再部署一次。在username.github.io已经部署好了,怎么部署cv的页面呢?
小白一枚,主要就想打造一个中英文cv方便以后申请phd用。
希望您不吝赐教。

博客

我现在有hexo 的博客。
请问怎么把这块内容 添加到我博客的一个新分类上面。

代码下下来后执行 `npm run dev` 时产生错误信息

在代码下下来后,进入终端执行 npm run dev时产生了错误信息如下:
$ npm run dev

@fe_korey/[email protected] dev C:\学习盘D\cv
cross-env NODE_ENV=development webpack-dev-server --hot

Happy[babel]: Version: 5.0.1. Threads: 3
× 「wds」: Error: listen EADDRINUSE: address already in use 0.0.0.0:8080
at Server.setupListenHandle [as _listen2] (net.js:1318:16)
at listenInCluster (net.js:1366:12)
at doListen (net.js:1503:7)
at processTicksAndRejections (internal/process/task_queues.js:81:21) {
code: 'EADDRINUSE',
errno: -4091,
syscall: 'listen',
address: '0.0.0.0',
port: 8080
}
Happy[babel]: All set; signaling webpack to proceed.
Happy[less]: Version: 5.0.1. Threads: 3
Happy[less]: All set; signaling webpack to proceed.
Happy[css]: Version: 5.0.1. Threads: 3
Happy[css]: All set; signaling webpack to proceed.
i Compiling Webpack

webpack v4.44.2

60395c28de16fe5499d3
size name module status
52 B 0 multi (webpack)-dev-server/client?http://0.0.0.0:8080 (webpack)/hot/dev-server.js ./src/index.js built
4.15 kB SockJSClient.js (webpack)-dev-server/client/clients/SockJSClient.js built
4.39 kB 0.0.0.0:8080 (webpack)-dev-server/client?http://0.0.0.0:8080 built
3.6 kB overlay.js (webpack)-dev-server/client/overlay.js built
1.57 kB socket.js (webpack)-dev-server/client/socket.js built
2.98 kB createSocketUrl.js (webpack)-dev-server/client/utils/createSocketUrl.js built
964 B log.js (webpack)-dev-server/client/utils/log.js built
1.63 kB reloadApp.js (webpack)-dev-server/client/utils/reloadApp.js built
402 B sendMessage.js (webpack)-dev-server/client/utils/sendMessage.js built
170 B log$ (webpack)/hot sync nonrecursive ^./log$ built
1.63 kB dev-server.js (webpack)/hot/dev-server.js built
75 B emitter.js (webpack)/hot/emitter.js built
1.3 kB log-apply-result.js (webpack)/hot/log-apply-result.js built
1.37 kB log.js (webpack)/hot/log.js built
1.43 kB index.js ./src/index.js built failed ×

size name asset status
959 kB main bundle.js emitted
4.29 kB ico favicon.ico emitted
7.86 kB html index.html emitted

Δt 3621ms (20 modules hidden)

./src/index.js
261:32 error Module build failed (from ./node_modules/happypack/loader.js): Error:
[BABEL] C:\学习盘D\cv\src\index.js: @babel/preset-env: The 'modules'
option must be one of - 'false' to indicate no module processing - a
specific module type: 'commonjs', 'amd', 'umd', 'systemjs' - 'auto'
(default) which will automatically select 'false' if the current
process is known to support ES module syntax, or "commonjs" otherwise
(While processing:
"C:\学习盘D\cv\node_modules\@babel\preset-env\lib\index.js") at
OptionValidator.invariant
(C:\学习盘D\cv\node_modules@babel\helper-validator-option\lib\validator.js:
at validateModulesOption
(C:\学习盘D\cv\node_modules@babel\preset-env\lib\normalize-options.js:82:5)
at normalizeOptions
(C:\学习盘D\cv\node_modules@babel\preset-env\lib\normalize-options.js:145:14)
at C:\学习盘D\cv\node_modules@babel\preset-env\lib\index.js:239:37 at
C:\学习盘D\cv\node_modules@babel\helper-plugin-utils\lib\index.js:19:12
at C:\学习盘D\cv\node_modules@babel\core\lib\config\full.js:211:14 at
Generator.next () at Function.
(C:\学习盘D\cv\node_modules@babel\core\lib\gensync-utils\async.js:26:3)
at Generator.next ()

× 1 problem (1 error, 0 warnings)
√ Webpack: Compiled with some errors in 2.66s
× 「wdm」:
ERROR in ./src/index.js
Module build failed (from ./node_modules/happypack/loader.js):
Error: [BABEL] C:\学习盘D\cv\src\index.js: @babel/preset-env: The 'modules' option must be one of

  • 'false' to indicate no module processing
  • a specific module type: 'commonjs', 'amd', 'umd', 'systemjs' - 'auto' (default) which will automatically select 'false' if the current
    process is known to support ES module syntax, or "commonjs" otherwise
    (While processing: "C:\学习盘D\cv\node_modules\@babel\preset-env\lib\index.js")
    at OptionValidator.invariant (C:\学习盘D\cv\node_modules@babel\helper-validator-option\lib\validator.js:48:13)
    at validateModulesOption (C:\学习盘D\cv\node_modules@babel\preset-env\lib\normalize-options.js:82:5)
    at normalizeOptions (C:\学习盘D\cv\node_modules@babel\preset-env\lib\normalize-options.js:145:14)
    at C:\学习盘D\cv\node_modules@babel\preset-env\lib\index.js:239:37
    at C:\学习盘D\cv\node_modules@babel\helper-plugin-utils\lib\index.js:19:12
    at C:\学习盘D\cv\node_modules@babel\core\lib\config\full.js:211:14
    at Generator.next ()
    at Function. (C:\学习盘D\cv\node_modules@babel\core\lib\gensync-utils\async.js:26:3)
    at Generator.next ()
    at step (C:\学习盘D\cv\node_modules\gensync\index.js:261:32)
    i 「wdm」: Failed to compile.

按照谷歌的结果,我执行了如下命令:
npm install @babel/core @babel/preset-env
结果依然如此。从编译结果,不知道是否是因为版本的原因。另外,我也把 flqin 的相关主题代码下下来跑了一下,编译能成功,运行也没有问题,所以应该不是端口占用的问题,楼主是否可以解决一下?
我的环境是 win10专业版 + npm-6.14.8

更新

你好,我修改代码提交master,怎么同步让gh-pages也更新呢,还是说直接修改gh-pages的代码

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.