02 2021 档案
摘要:WebStorm记录(3) 连通接口 接口 我自己理解前后端传输数据都是通过ajax方式 一般使用get和post两种方式传输数据 GET 接口 接口描述 获取登录验证码图片及密钥 HTTP方法 POST URL /captcha HTTP头部 无 HTTP请求BODY 无 HTTP响应消息内容 {
阅读全文
posted @ 2021-02-27 18:23
ioufev
摘要:WebStorm记录(2) 继续效果图 CSS初始化 前面理解错了,背景图应该铺满 <div class="bg"> html,body,*{ /*盒子模型使用边框模式*/ box-sizing: border-box; /*初始化外边距*/ margin: 0; /*初始化内边距*/ paddin
阅读全文
posted @ 2021-02-27 18:22
ioufev
摘要:WebStorm记录(1) 开始写前端,使用WebStorm,记录下使用过程 参考 WebStorm 初步使用 & HTML5 学习报告 webstorm怎么运行调试html WebStorm 快速开发教程 --CSS篇 Webstorm快捷键、自动补全 WebStorm快捷键总结 快捷键 快捷键参
阅读全文
posted @ 2021-02-27 18:21
ioufev
摘要:阅读:重新介绍 JavaScript(JS教程) 这篇文章是记录自己阅读重新介绍 JavaScript(JS 教程)的记录和个人体会 在线调试代码工具:https://codepen.io/pen 引言 分歧根源:名字Javascript和Java有关系么?Javascript只是名字里有个Java
阅读全文
posted @ 2021-02-27 17:37
ioufev
摘要:阅读:ECMAScript 6 入门(4) 参考 ECMAScript 6 入门 ES6新特性概览 ES6 全套教程 ECMAScript6 (原著:阮一峰) JavaScript 教程 重新介绍 JavaScript(JS 教程) 数组的扩展 扩展运算符 扩展运算符(spread)是三个点(...
阅读全文
posted @ 2021-02-27 17:35
ioufev
摘要:阅读:ECMAScript 6 入门(3) 参考 ECMAScript 6 入门 ES6新特性概览 ES6 全套教程 ECMAScript6 (原著:阮一峰) JavaScript 教程 重新介绍 JavaScript(JS 教程) 字符串的扩展 字符的 Unicode 表示法 JavaScript
阅读全文
posted @ 2021-02-27 17:34
ioufev
摘要:阅读:ECMAScript 6 入门(2) 参考 ECMAScript 6 入门 ES6新特性概览 ES6 全套教程 ECMAScript6 (原著:阮一峰) JavaScript 教程 重新介绍 JavaScript(JS 教程) Module 的语法 继续,这回是 Module 的语法 模块化是
阅读全文
posted @ 2021-02-27 17:33
ioufev
摘要:阅读:ECMAScript 6 入门(1) 参考 ECMAScript 6 入门 ES6新特性概览 ES6 全套教程 ECMAScript6 (原著:阮一峰) JavaScript 教程 重新介绍 JavaScript(JS 教程) 前言 学了一下JS基本知识,还是要系统的学习一下ES6的知识 不可
阅读全文
posted @ 2021-02-27 17:25
ioufev
摘要:React 记录(15) React文档:https://www.reactjscn.com/docs/refs-and-the-dom.html 慢慢学习:对照教程文档,逐句猜解,截图 React官网:https://reactjs.org React中文网站:https://www.reactj
阅读全文
posted @ 2021-02-27 17:18
ioufev
摘要:React 记录(14) React文档:https://www.reactjscn.com/docs/jsx-in-depth.html 慢慢学习:对照教程文档,逐句猜解,截图 React官网:https://reactjs.org React中文网站:https://www.reactjscn.
阅读全文
posted @ 2021-02-27 17:17
ioufev
摘要:React 记录(13) React文档:https://www.reactjscn.com/docs/thinking-in-react.html 慢慢学习:对照教程文档,逐句猜解,截图 React官网:https://reactjs.org React中文网站:https://www.react
阅读全文
posted @ 2021-02-27 17:15
ioufev
摘要:React 记录(12) React文档:https://www.reactjscn.com/docs/composition-vs-inheritance.html 慢慢学习:对照教程文档,逐句猜解,截图 React官网:https://reactjs.org React中文网站:https://
阅读全文
posted @ 2021-02-27 17:14
ioufev
摘要:React 记录(11) React文档:https://www.reactjscn.com/docs/lifting-state-up.html 慢慢学习:对照教程文档,逐句猜解,截图 React官网:https://reactjs.org React中文网站:https://www.reactj
阅读全文
posted @ 2021-02-27 17:10
ioufev
摘要:React 记录(10) React文档:https://www.reactjscn.com/docs/forms.html 慢慢学习:对照教程文档,逐句猜解,截图 React官网:https://reactjs.org React中文网站:https://www.reactjscn.com Git
阅读全文
posted @ 2021-02-27 17:08
ioufev
摘要:React 记录(9) React文档:https://www.reactjscn.com/docs/lists-and-keys.html 慢慢学习:对照教程文档,逐句猜解,截图 React官网:https://reactjs.org React中文网站:https://www.reactjscn
阅读全文
posted @ 2021-02-27 17:07
ioufev
摘要:React 记录(8) React文档:https://www.reactjscn.com/docs/conditional-rendering.html 慢慢学习:对照教程文档,逐句猜解,截图 React官网:https://reactjs.org React中文网站:https://www.re
阅读全文
posted @ 2021-02-27 17:05
ioufev
摘要:React 记录(7) React文档:https://www.reactjscn.com/docs/handling-events.html 慢慢学习:对照教程文档,逐句猜解,截图 React官网:https://reactjs.org React中文网站:https://www.reactjsc
阅读全文
posted @ 2021-02-27 17:04
ioufev
摘要:React 记录(6) React文档:https://www.reactjscn.com/docs/react-component.html 慢慢学习:对照教程文档,逐句猜解,截图 React官网:https://reactjs.org React中文网站:https://www.reactjsc
阅读全文
posted @ 2021-02-27 17:03
ioufev
摘要:React 记录(5) React文档:https://www.reactjscn.com/docs/state-and-lifecycle.html 慢慢学习:对照教程文档,逐句猜解,截图 React官网:https://reactjs.org React中文网站:https://www.reac
阅读全文
posted @ 2021-02-27 17:02
ioufev
摘要:React 记录(4) React文档:https://www.reactjscn.com/docs/components-and-props.html 慢慢学习:对照教程文档,逐句猜解,截图 React官网:https://reactjs.org React中文网站:https://www.rea
阅读全文
posted @ 2021-02-27 17:00
ioufev
摘要:React 记录(3) React文档:https://www.reactjscn.com/docs/hello-world.html 慢慢学习:对照教程文档,逐句猜解,截图 React官网:https://reactjs.org React中文网站:https://www.reactjscn.co
阅读全文
posted @ 2021-02-27 16:59
ioufev
摘要:React 记录(2) 入门教程:https://www.reactjscn.com/tutorial/tutorial.html 慢慢学习:对照教程文档,逐句猜解,截图 React官网:https://reactjs.org React中文网站:https://www.reactjscn.com
阅读全文
posted @ 2021-02-27 16:57
ioufev
摘要:React 记录(1) 作为一个前端工程师,前端框架是必须会的,所以开始学习React。 学习的方法是:先实践,后图文记录。 React官网:https://reactjs.org React中文网站:https://www.reactjscn.com Github地址:https://github
阅读全文
posted @ 2021-02-27 16:56
ioufev
摘要:Angular记录(11) 开始使用Angular写页面 使用WebStorm:版本2018.3.5 官网资料 资料大部分有中文翻译,很不错 速查表:https://www.angular.cn/guide/cheatsheet 风格指南:https://www.angular.cn/guide/s
阅读全文
posted @ 2021-02-27 16:54
ioufev
摘要:Angular记录(10) 文档资料 速查表:https://www.angular.cn/guide/cheatsheet 风格指南:https://www.angular.cn/guide/styleguide Angular 词汇表:https://www.angular.cn/guide/g
阅读全文
posted @ 2021-02-27 16:52
ioufev
摘要:Angular记录(9) 文档资料 箭头函数--MDN:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Functions/Arrow_functions 箭头函数--ES6文档:http://es6.ruanyif
阅读全文
posted @ 2021-02-27 16:48
ioufev
摘要:Angular记录(8) 文档资料 箭头函数--MDN:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Functions/Arrow_functions 箭头函数--ES6文档:http://es6.ruanyif
阅读全文
posted @ 2021-02-27 16:46
ioufev
摘要:Angular记录(7) 文档资料 箭头函数--MDN:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Functions/Arrow_functions 箭头函数--ES6文档:http://es6.ruanyif
阅读全文
posted @ 2021-02-27 16:36
ioufev
摘要:Angular记录(6) 文档资料 箭头函数--MDN:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Functions/Arrow_functions 箭头函数--ES6文档:http://es6.ruanyif
阅读全文
posted @ 2021-02-27 16:12
ioufev
摘要:Angular记录(5) 文档资料 箭头函数--MDN:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Functions/Arrow_functions 箭头函数--ES6文档:http://es6.ruanyif
阅读全文
posted @ 2021-02-27 16:10
ioufev
摘要:Angular记录(4) 文档资料 箭头函数--MDN:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Functions/Arrow_functions 箭头函数--ES6文档:http://es6.ruanyif
阅读全文
posted @ 2021-02-27 16:04
ioufev
摘要:Angular记录(3) 文档资料 箭头函数--MDN:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Functions/Arrow_functions 箭头函数--ES6文档:http://es6.ruanyif
阅读全文
posted @ 2021-02-27 16:02
ioufev
摘要:Angular记录(2) 文档资料 箭头函数--MDN:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Functions/Arrow_functions 箭头函数--ES6文档:http://es6.ruanyif
阅读全文
posted @ 2021-02-27 16:01
ioufev
摘要:Angular记录(1) 文档资料 箭头函数--MDN:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Functions/Arrow_functions 箭头函数--ES6文档:http://es6.ruanyif
阅读全文
posted @ 2021-02-27 16:00
ioufev
摘要:Java实现串口通信,多个串口操作时出现闪退 1.串口通信 Java实现串口通信:使用RXTXcomm.jar 2.现象描述 Java使用rxtx进行多串口开发问题 崩溃现象: 程序使用rxtx.jar进行串口通信开发,同时进程多个串口双向通信,假设使用到的串口名称为COM1和COM2 com1开启
阅读全文

浙公网安备 33010602011771号