- 博客(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
850
1
原创 Isomorphic JavaScript with MEVN stack,第五部分------Task模块的CRUD
01 Connecting Vue.js to Backend Server参考: bootstrap-vue.orgnpm install vue bootstrap bootstrap-vue修改src/main.jsimport 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
156
原创 Isomorphic JavaScript with MEVN stack,第四部分------用户验证,JWT,会话管理
User Authentication, JWTs, and Session Management01_JSON Web Tokensnpm install jsonwebtoken --save增加dev-server/services/auth-service.jsimport jwt from 'jsonwebtoken';export function generateJWT(user){ const tokenData = { username: user.userna
2021-04-22 09:41:41
183
原创 Isomorphic JavaScript with MEVN stack,第三部分------连接Mongodb
3 Connecting Your Application to MongoDB01 Connect to MongoDB and Use MongoDB Compass GUInpm install mongoose --save控制台下运行:mongo, 进入mongodb控制台修改dev-server/api/config/env.jsfunction setDevEnv(app) { // console.log("setting development environm
2021-04-21 15:33:43
145
原创 Isomorphic JavaScript with MEVN stack,第二部分------Express搭建后端
Building a RESTful Backend API with Node.js and Express.js01 Create Server with Express.jsnpm 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
178
1
原创 Isomorphic JavaScript with MEVN stack,第一部分------前端Vue项目创建
本文详细记述了使用MEVN技术栈,创建一个CRUD的系统的过程系统:Win10, 编辑器:VS code准备环境: 安装vue-cli, mongodbmongodb下载01.创建Vue.js应用, 增加vuex, router两选项,其余默认。F:\Study_js\Packt_Isomorphic JavaScript with MEVN Stack>vue create mevn-stackVue CLI v4.5.11┌──────────────────────
2021-04-20 12:38:42
288
原创 Javascript代码风格------Eslint,VS Code最佳实践
1. Creating Comments 创建注释2. Using Punctuation 使用标点符号
2021-03-19 14:07:01
981
原创 JavaScript最佳实践------function与class
2. Creating FunctionsUse function expressions instead of declarations 使用函数表达式而不是函数声明Don't use the new keyword to construct function 构造函数不要使用new关键字Leave parameter values untounchedUse arrow syntax for anonymous functionsRely on implicit ret.
2021-03-11 15:23:09
350
原创 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
799
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
304
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关注的人