自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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 621 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 116

原创 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 138

原创 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 99

原创 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 125 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 197

原创 Javascript代码风格------Eslint,VS Code最佳实践

1. Creating Comments 创建注释2. Using Punctuation 使用标点符号

2021-03-19 14:07:01 789

原创 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 291

原创 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 538 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 264

d3-timeline, 用于d3的简单JS时间轴插件.zip

d3-timeline, 用于d3的简单JS时间轴插件 #d3-timeline 一个简单的d3时间线插件。获取类似于 对于看起来像var testData = [ {label: "person a", times: [ {"starting_time": 1355

2021-04-29

Automating the Web Using PhantomJS and CasperJS

https://app.pluralsight.com/library/courses/automating-web-phantom-js-casper-js/table-of-contents Learn to use PhantomJS and CasperJS to automate your interaction with the web to perform numerous tasks such as data scraping, network monitoring, page rendering, and browser testing in a programmatic manner.

2018-04-06

Machine Learning For Dummies code

Machine Learning For Dummies-John Paul Mueller, Luca Massaron-(2016),对应的code

2018-04-06

HTML5 Games Development by Example_jQuery

通过开发小动画,游戏,学习HTML5 ,Css3。比较好玩

2015-03-31

HTML5入门经典_源码14章

《HTML5 入门经典》随书光盘所带源码。电子书可以去电驴中找。有源码学的更方便。

2014-08-03

HTML5入门经典_源码1

《HTML5 入门经典》随书光盘所带源码。电子书可以去电驴中找。有源码学的更方便。

2014-08-03

精通java+jQuery源码

精通java+jQuery源码 2008.9 曾顺著

2009-01-15

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除