Git Product home page Git Product logo

uni-jin's Introduction

Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 4 column 1
---
title: readme
date: 2024-05-05 14:52:32
tags:
	- _posts
---

👋 你好,我是王金鑫

github gitee csdn

  • 🔭 前端工程师

  • 🌱 工作地点:北京

  • 💬 wechat: wangjinxin613

我的技能树

update time: 2020-08-21

🍀 编程语言: 
Javascript      █████████████████████░░░
Html5           ████████████████████░░░░ 
CSS3            ████████████████████░░░░ 
ES6             █████████████████░░░░░░░
Node.js         ███████████░░░░░░░░░░░░░

🔥 框架:
Vue             █████████████████████░░░
Uni-app         ███████████████████░░░░░
Ant-design      █████████████████░░░░░░░
Less            ████████████████░░░░░░░░
Koa             █████████████░░░░░░░░░░░
Typescript      ████████████░░░░░░░░░░░░
Express         ███████████░░░░░░░░░░░░░
Element-ui      ███████████░░░░░░░░░░░░░
React           ███░░░░░░░░░░░░░░░░░░░░░

👉 数据库:
Mysql           ███████████████░░░░░░░░░
Mongodb         █████░░░░░░░░░░░░░░░░░░░

💻 其他: 
Git             ███████████████░░░░░░░░░
Webpack         █████████████░░░░░░░░░░░
Npm             ████████████░░░░░░░░░░░░
eslint          ███████████░░░░░░░░░░░░░
Linux           ███████░░░░░░░░░░░░░░░░░
docker          ███░░░░░░░░░░░░░░░░░░░░░

阅读书籍

《JavaScript忍着秘籍(第二版)》

本书对javascript语言的重要部分(函数、闭包和原型)进行了深入全面的介绍,对某些难以理解的地方解释的很到位,值得仔细一读。读完这本书的最大感觉是javascript语言很多设计真的是巧夺天工,这种思想是很值得学习的。同时也能感觉到自己的不足之处,比如正则表达式的部分有很多不理解,正则表达式是个可以独立出来的学科,需要再花时间看上一看。

《图解HTTP》

作为一个前端工程,避免不了每天和http打交道。本书通过图文并貌的方式,讲解了http协议、ssl、网络安全等。算是http的入门书籍,很值得有时间再拜读一下。

《Koa与Node.js开发实战》

读这本书的时间不长,不到三个小时就读完啦。koa是一个轻量级的node框架,比起express不需要写大量的回调函数,避免回调地狱的发生,写起来更优雅。通过本书更加清楚的了解了中间件这一概念,koa实际上就是一个中间件。nodejs向洋葱一样接收请求再做出响应,中间件就像是洋葱中的一小片片,这就是著名的洋葱模型,一种先进后出的堆栈结构。除了koa还有诸多的中间件,使用这些中间件能够迅速的构建一个稳定的后端程序。

《上瘾:让用户养成使用习惯的四大产品逻辑》

这本书主要介绍了如何让产品本身吸引用户,并且阐述了一个重要的概念:触发、行动、多变的酬赏以及投入。书中对每一个环节进行了详细细致的分析,读后有一种恍然大悟的感觉。产品设计的原则应当是追求唯美极致,优化到极致更像是一种匠人精神。要了解每个用户行为背后的深层含义。

《UI设计认知心理学》

这本书还没开始读,先写上过几天读

尾声

访客数量

GitHub统计信息


Top Langs


wangjinxin's contribution graph as a Game of Life



❤️ 感谢阅读

uni-jin's People

Contributors

wangjinxin613 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

uni-jin's Issues

报错,在浏览器中,是因为不能在浏览器中使用吗

vue.runtime.esm.js:619 [Vue warn]: Property or method "focus" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.

found in

---> <UniEdit> at E:/phpstudy/PHPTutorial/WWW/godknow/天知道/components/wjx-edit/wjx-edit.vue
       <VUniView>... (1 recursive calls)
         <Root>
           <PageBody>
             <Page>
               <PagesWowenNewNew4>
                 <App>
                   <Root>
warn @ vue.runtime.esm.js:619
warnNonPresent @ vue.runtime.esm.js:2014
get @ vue.runtime.esm.js:2069
focus @ wjx-edit.vue?f823:42
invokeWithErrorHandling @ vue.runtime.esm.js:1854
invoker @ vue.runtime.esm.js:2178
invokeWithErrorHandling @ vue.runtime.esm.js:1854
Vue.$emit @ vue.runtime.esm.js:3863
$trigger @ index.umd.min.js:1
_focus @ index.umd.min.js:1
invokeWithErrorHandling @ vue.runtime.esm.js:1854
invoker @ vue.runtime.esm.js:2178
original._wrapper @ vue.runtime.esm.js:6887
index.umd.min.js:1 [system] errorHandler TypeError: _vm.focus is not a function
    at focus (wjx-edit.vue?f823:42)
    at invokeWithErrorHandling (vue.runtime.esm.js:1854)
    at VueComponent.invoker (vue.runtime.esm.js:2178)
    at invokeWithErrorHandling (vue.runtime.esm.js:1854)
    at VueComponent.Vue.$emit (vue.runtime.esm.js:3863)
    at VueComponent.$trigger (index.umd.min.js:1)
    at VueComponent._focus (index.umd.min.js:1)
    at invokeWithErrorHandling (vue.runtime.esm.js:1854)
    at HTMLTextAreaElement.invoker (vue.runtime.esm.js:2178)
    at HTMLTextAreaElement.original._wrapper (vue.runtime.esm.js:6887) VueComponent {_uid: 73, _isVue: true, $options: {…}, _renderProxy: Proxy, _self: VueComponent, …} v-on handler

微信小程序的editor支持在web端用吗

如果能同时支持pc-web,web app,editor,虽然不能做复杂的富文本编辑,但至少能保持效果一致,其它复杂的开源富文本在微信端或者webapp端体验都不一样

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.