- 博客(10)
- 资源 (6)
- 收藏
- 关注
原创 Blender,Python创建3D柱状图
本文详细记述了,使用Blender创建3D柱状图的过程,来源于 (1/2) Visualize Real-World JSON Data in Blender (3D Chart Animation Nodes Tutorial) 系统:Win10, 版本:Blender 2.83 数据:https://opendata.blender.org/benchmarks/query/?group_by=benchmark点击页面 Download(JSON) 下载,共七条测试数据。下载重命名为openda
2021-05-04 17:03:31
1083
1
原创 Isomorphic JavaScript with MEVN stack,第五部分------Task模块的CRUD
01 Connecting Vue.js to Backend Server 参考: bootstrap-vue.org npm install vue bootstrap bootstrap-vue 修改src/main.js import Vue from "vue"; import App from "./App.vue"; import router from "./router"; import store from "./store"; import "bootstrap/dis.
2021-04-23 09:36:06
197
原创 Isomorphic JavaScript with MEVN stack,第四部分------用户验证,JWT,会话管理
User Authentication, JWTs, and Session Management 01_JSON Web Tokens npm install jsonwebtoken --save 增加dev-server/services/auth-service.js import jwt from 'jsonwebtoken'; export function generateJWT(user){ const tokenData = { username: user.userna
2021-04-22 09:41:41
237
原创 Isomorphic JavaScript with MEVN stack,第三部分------连接Mongodb
3 Connecting Your Application to MongoDB 01 Connect to MongoDB and Use MongoDB Compass GUI npm install mongoose --save 控制台下运行:mongo, 进入mongodb控制台 修改dev-server/api/config/env.js function setDevEnv(app) { // console.log("setting development environm
2021-04-21 15:33:43
200
原创 Isomorphic JavaScript with MEVN stack,第二部分------Express搭建后端
Building a RESTful Backend API with Node.js and Express.js 01 Create Server with Express.js npm install express --save 根目录下增加dev-server, prod-server 创建dev-server/index.js, 参考express的helloword代码 const express = require("express"); const app = express
2021-04-20 20:52:46
264
1
原创 Isomorphic JavaScript with MEVN stack,第一部分------前端Vue项目创建
本文详细记述了使用MEVN技术栈,创建一个CRUD的系统的过程 系统:Win10, 编辑器:VS code 准备环境: 安装vue-cli, mongodb mongodb下载 01.创建Vue.js应用, 增加vuex, router两选项,其余默认。 F:\Study_js\Packt_Isomorphic JavaScript with MEVN Stack>vue create mevn-stack Vue CLI v4.5.11 ┌──────────────────────
2021-04-20 12:38:42
364
原创 Javascript代码风格------Eslint,VS Code最佳实践
1. Creating Comments 创建注释 2. Using Punctuation 使用标点符号
2021-03-19 14:07:01
1154
原创 JavaScript最佳实践------function与class
2. Creating Functions Use function expressions instead of declarations 使用函数表达式而不是函数声明 Don't use the new keyword to construct function 构造函数不要使用new关键字 Leave parameter values untounched Use arrow syntax for anonymous functions Rely on implicit ret.
2021-03-11 15:23:09
429
原创 JavaScript最佳实践------数据
1. Foundational practice: Always use strict mode 总是使用严格模式 2. Declaring Variables 声明变量 3.Assigning Values 赋值 4.Type Casting 类型转换 5.Comparing Values 比较值
2021-03-10 17:04:03
885
1
翻译 11_Workoutlogger ---ReactJS and Flux: Learn By Building 10 Projects
学习编程的最好方法就是去编程。我是一个实践主义者,最近学习ReactJs与flux。我比较喜欢从好的视频,通常是英语的,开始学习,发现一些好的项目实例。这篇笔记项目来自于:https://www.udemy.com/reactjs-and-flux-learn-by-building-10-projects/ 的第11课。 最终效果如图: 这个项目是单页面应用,使用的是客户端的渲染,没有用到服务
2017-09-16 22:30:10
352
d3-timeline, 用于d3的简单JS时间轴插件.zip
2021-04-29
Automating the Web Using PhantomJS and CasperJS
2018-04-06
Machine Learning For Dummies code
2018-04-06
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅