随笔分类 - 前端
摘要:基础技术 1、html https://www.runoob.com/html/html5-intro.html https://www.w3cschool.cn/html/ http://c.biancheng.net/view/7410.html 2、CSS https://www.runoob
阅读全文
摘要:1、 Vue概述 Vue (读音/vju/, 类似于view)是一套用于构建用户界面的渐进式框架,发布于2014年2月。 与其它大型框架不同的是,Vue被设计为可以自底向上逐层应用。 Vue的核心库只关注视图层,不仅易于上手,还便于与第三方库(如: vue-router: 跳转,vue-resour
阅读全文
摘要:1、jQuery的基本用法 1.1 jQuery引入 <script src="js/jquery-3.4.1.min.js" type="text/javascript"></script> 1.2 第一个jQuery测试 <script src="js/jquery-3.4.1.min.js"
阅读全文
摘要:1、基本语法 1.1 引入JavaScript 1.1.1行内引入 <input type="button" value="轻轻点我一下" onclick="javascript:alert('正在学习Javascript!')"> 1.1.2 内部引入 <script type="text/jav
阅读全文
摘要:1、样式 1.1 行内样式 <h1 style="color:red;">行内样式</h1> 1.2 内部样式 CSS代码写在 <head> 的 <style> 标签中 <style> h1{color: green; } </style> 1.3 外部样式 <link rel="styleshee
阅读全文
摘要:1、网页基本信息 <!DOCTYPE html>浏览器使用的规范 <head> 网页头 <body> 主体部分 <meta> 元数据 meta的name属性(了解) Keyword(关键字)为搜索引擎提供的关键字列表 Description(简介) description用来告诉搜索引擎你的网站主要
阅读全文
摘要:图例1 图例2 图例3 图例4 图例5 图例6 图例7 图例8 图例9 图例10 图例11 图例12 图例13 图例14 图例15 图例16 图例17 图例18 图例19 图例20 图例21 图例22 图例23 图例24 图例25 图例26 图例27 图例28 图例29 图例30
阅读全文
摘要:2)看视频 网上关于Android的视频教程有很多,这里分享下基神力荐的黑马教程吧: 黑马28期Android全套视频无加密完整版:密码:h7jz 52期不加密版:密码:zve8 当然下面这些视频学习网站也很不错,也推荐下 慕课网 极客学院 麦子学院 3)看别人的技术博客 CodeKK —— 专注于
阅读全文
摘要:https://www.runoob.com/w3cnote/android-tutorial-textview.html 1.0 Android基础入门教程 1.0.1 2015年最新Android基础入门教程目录 1.1 背景相关与系统架构分析 1.2 开发环境搭建 1.2.1 使用Eclips
阅读全文
摘要:https://www.runoob.com/w3cnote/android-tutorial-interface-design.html 公司的话,大部分使用的都是Axure Rp,但是这个东西比较难用!除了这个以外还有其他很多的原型设计工具: Pencil Framer Shireframe U
阅读全文
摘要:https://www.runoob.com/android/android-tutorial.html https://www.runoob.com/w3cnote/android-tutorial-intro.html https://developer.android.google.cn/st
阅读全文
摘要:1.1、适用场景: 本篇文章,适用于单个/多个大型项目、拥有超过10个以上的前端开发的场景。 前端项目的规模不同,成本收益比也会有所差别。 通常来说,人员越多、项目复杂度越高,那么收益/成本的比值越大。 对于人数较少、项目简单的开发团队,可能有部分措施不适用,因此应该根据具体情况来选用。 1.2、核
阅读全文
摘要:https://www.runoob.com/typescript/ts-tutorial.html TypeScript 是 JavaScript 的一个超集,支持 ECMAScript 6 标准(ES6 教程)。 TypeScript 由微软开发的自由和开源的编程语言。 TypeScript 设
阅读全文
摘要:https://www.w3cschool.cn/escript6/
阅读全文
摘要:https://www.runoob.com/jquerymobile/jquerymobile-tutorial.html
阅读全文
摘要:https://www.runoob.com/json/json-tutorial.html
阅读全文
摘要:https://www.runoob.com/react/react-tutorial.html https://www.w3cschool.cn/react/ React 教程 React 是一个用于构建用户界面的 JAVASCRIPT 库。 React 主要用于构建 UI,很多人认为 React
阅读全文
摘要:参考: https://www.runoob.com/vue2/vue-tutorial.html https://www.runoob.com/vue3/vue3-install.html https://www.w3cschool.cn/vuejs2/ https://www.w3cschool
阅读全文
摘要:https://www.runoob.com/angularjs/angularjs-tutorial.html https://www.runoob.com/angularjs2/angularjs2-tutorial.html
阅读全文
摘要:https://www.runoob.com/jquery/jquery-tutorial.html
阅读全文