自定义博客皮肤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 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

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

2021-04-29

HTML5入门经典_源码1

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

2014-08-03

精通java+jQuery源码

精通java+jQuery源码 2008.9 曾顺著

2009-01-15

HTML5入门经典_源码14章

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

2014-08-03

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

空空如也

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

TA关注的人

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