上一页 1 2 3 4 5 6 7 8 9 ··· 33 下一页
摘要: Version of Spring Facet could not be detected. http://yijiesuifeng.iteye.com/blog/2221444 阅读全文
posted @ 2018-06-01 09:39 杨斌_济南 阅读(321) 评论(0) 推荐(0) 编辑
摘要: ① 在cmd窗口 ssid 是wifi名称、key是密码 netsh wlan set hostednetwork mode=allow ssid=yb key=15564130 ② ③ 运行脚本 新建一个txt,改后缀名.bat,输入 netsh wlan start hostednetwork 阅读全文
posted @ 2018-05-11 14:45 杨斌_济南 阅读(250) 评论(0) 推荐(0) 编辑
摘要: Git教程-廖雪峰 http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/ 阅读全文
posted @ 2018-04-29 17:22 杨斌_济南 阅读(280) 评论(0) 推荐(0) 编辑
摘要: pwd命令: Print Working Directory 显示工作目录的路径名称。 阅读全文
posted @ 2018-04-29 17:20 杨斌_济南 阅读(208) 评论(0) 推荐(0) 编辑
摘要: Git clone url地址 例子:如下 Git clone https://github.com/michaelliao/gitskills.git 创建账号 $ git config --global user.name "Your Name" $ git config --global us 阅读全文
posted @ 2018-04-29 17:19 杨斌_济南 阅读(252) 评论(0) 推荐(0) 编辑
摘要: ctrl + c : 停止当前进程 ctrl + l :清屏 history:查看命令历史 阅读全文
posted @ 2018-04-29 17:16 杨斌_济南 阅读(158) 评论(0) 推荐(0) 编辑
摘要: react官方文档(英文): https://facebook.github.io/react/docs/getting-started.html react中文社区(内部有视频教程等): http://react-china.org/ React 技术栈系列教程 http://www.ruanyi 阅读全文
posted @ 2018-04-29 17:15 杨斌_济南 阅读(246) 评论(0) 推荐(0) 编辑
摘要: ① 做UI快 ② 还是有很多限制,不如原生Native ③ 入门简单,能让前端快速开发App ④ iOS&Android大部分代码通用 ⑤ code-push能做热更新,但是用不好依旧坑 阅读全文
posted @ 2018-04-29 17:14 杨斌_济南 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 1 vue-resource https://segmentfault.com/a/1190000007087934 2 axios 3 ajax 阅读全文
posted @ 2018-04-29 17:13 杨斌_济南 阅读(1915) 评论(0) 推荐(0) 编辑
摘要: mint平台 http://mint-ui.github.io/#!/zh-cn 阅读全文
posted @ 2018-04-29 17:10 杨斌_济南 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 官网: https://github.com/axios/axios 参考:https://www.cnblogs.com/zhouyangla/p/6753673.html 引入方式: $ npm install axios //使用淘宝源 $ cnpm install axios //或者使用c 阅读全文
posted @ 2018-04-29 17:09 杨斌_济南 阅读(668) 评论(0) 推荐(0) 编辑
摘要: https://router.vuejs.org/zh-cn/ 阅读全文
posted @ 2018-04-29 17:09 杨斌_济南 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 参考网上其他帖子,整理如下 ES6 就是ECMAScript 6是新版本JavaScript语言的标准。 增加了如下 Promises Promises是处理异步操作的对象,使用了 Promise 对象之后可以用一种链式调用的方式来组织代码,让代码更加直观(类似jQuery的deferred 对象) 阅读全文
posted @ 2018-04-29 17:08 杨斌_济南 阅读(274) 评论(0) 推荐(0) 编辑
摘要: Vuex 是一个专为 Vue.js 应用程序开发的状态管理模式。它采用集中式存储管理应用的所有组件的状态,并以相应的规则保证状态以一种可预测的方式发生变化。实现不同组件之间的状态共享 每一个 Vuex 应用的核心就是 store(仓库)。“store”基本上就是一个容器,它包含着你的应用中大部分的状 阅读全文
posted @ 2018-04-29 17:06 杨斌_济南 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.jianshu.com/p/1626b8643676 安装axios $ npm install axios 如何打包 基于Vue-Cli,通过npm run build或者cnpm run build来进行打包的操作 安装 vuex npm install vuex 阅读全文
posted @ 2018-04-29 17:05 杨斌_济南 阅读(232) 评论(0) 推荐(0) 编辑
摘要: his is a vue+mint's demo ,for loler(PAD LOL) https://github.com/yuanman0109/vue2.0-Mint-lolbox An example build with Vuejs + Webpack + Mint UI https:/ 阅读全文
posted @ 2018-04-29 17:05 杨斌_济南 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 麦子学院 http://www.maiziedu.com/course/916/ 慕课网-vue.js入门基础 https://www.imooc.com/learn/694 查阅的网址 http://www.runoob.com/vue2/vue-tutorial.html 全栈开发:vue全家桶 阅读全文
posted @ 2018-04-29 17:01 杨斌_济南 阅读(911) 评论(0) 推荐(0) 编辑
摘要: 在cmd下,进入目录之后 cd 到项目目录下 1 安装node cnpm install 2 启动或者调试 cnpm start (或是npm run dev) 3 上线: npm run build # install dependencies npm install # serve with h 阅读全文
posted @ 2018-04-29 17:00 杨斌_济南 阅读(705) 评论(0) 推荐(0) 编辑
摘要: node官方中文 https://nodejs.org/zh-cn/ Node.js 中文网 https://nodejs.org/zh-cn/ Node.js 教程 | 菜鸟教程 http://www.runoob.com/nodejs/nodejs-tutorial.html CNode:Nod 阅读全文
posted @ 2018-04-29 16:53 杨斌_济南 阅读(366) 评论(0) 推荐(0) 编辑
摘要: formidable 作用:实现简单文件上传 var formidable = require('formidable'); var form = new formidable.IncomingForm(); form.parse(req, function (err, fields) { //写入 阅读全文
posted @ 2018-04-29 16:52 杨斌_济南 阅读(266) 评论(0) 推荐(0) 编辑
摘要: cd命令,就是change directory的缩写,表示更改当前目录 cls命令,清屏.清屏幕命令(CLS,CLear Screen) tab键,自动补全. 上键,提示最近的命令 在cmd窗口 启动一个node项目的例子 cd ProjectRTC/ npm install npm start n 阅读全文
posted @ 2018-04-29 16:51 杨斌_济南 阅读(1424) 评论(0) 推荐(0) 编辑
摘要: Node.js是一个让JavaScript运行在服务器端的开发平台,它让JavaScript的触角伸到了服务器端,可以与PHP、JSP、Python、Ruby平起平坐。 特点 单线程 非阻塞I/O non-blocking I/O 事件驱动event-driven node.js是跨平台 Node. 阅读全文
posted @ 2018-04-29 16:50 杨斌_济南 阅读(257) 评论(0) 推荐(0) 编辑
摘要: html5中国 http://www.html5cn.org/ HTML 5 教程 http://www.w3school.com.cn/html5/index.asp http://www.jb51.net/html5/ csdn的html5知识库 http://lib.csdn.net/base 阅读全文
posted @ 2018-04-29 16:49 杨斌_济南 阅读(985) 评论(0) 推荐(0) 编辑
摘要: https://github.com/NalvyBoo/HTML5 https://github.com/yujinjin/fans github看到这里 https://github.com/search?p=5&q=html5%E9%A1%B9%E7%9B%AE&type=Repositorie 阅读全文
posted @ 2018-04-29 16:47 杨斌_济南 阅读(562) 评论(0) 推荐(0) 编辑
摘要: data-options 是jQuery Easyui的一个特殊属性。通过这个属性,我们可以对easyui组件的实例化可以完全写入到html中 data-options="region:'west',title:'导航菜单',split:true" data-options="fit:true" : 阅读全文
posted @ 2018-04-29 16:44 杨斌_济南 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 开发工具:MyEclipse2014 + aptana插件 下载apada 放到MyEclipse的路径 https://segmentfault.com/a/1190000005711923 Eclipse4.5在线安装Aptana插件及配置代码提示教程 http://blog.csdn.net/ 阅读全文
posted @ 2018-04-29 16:42 杨斌_济南 阅读(901) 评论(0) 推荐(0) 编辑
摘要: jQuery 是一个 JavaScript 库。 jQuery 极大地简化了 JavaScript 编程。 jQuery 语法 jQuery 语法是为 HTML 元素的选取编制的,可以对元素执行某些操作。 基础语法是:$(selector).action() 美元符号定义 jQuery 选择符(se 阅读全文
posted @ 2018-04-29 16:41 杨斌_济南 阅读(241) 评论(0) 推荐(0) 编辑
摘要: http://www.qeefee.com/zt-extjs Ext JS 6 入门学习资料大全(2016-12-14) cddnExtJS学习:http://blog.csdn.net/column/details/extjslearn.html 阅读全文
posted @ 2018-04-29 16:38 杨斌_济南 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 1、initComponent 初始化部件启动 2、defaults : Object defaults属性可以包含任意个name/value属性对,这些属性将会被添加到每一个元素中...例如, 为了自动向容器包含的每个Ext.Panel 元素的宽度添加width属性,你应该传递:defaults: 阅读全文
posted @ 2018-04-29 16:37 杨斌_济南 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 1、Ext.onReady(function(){ }); 用来加载“extJS框架”之后要执行的函数。 2、Ext.Loader.setPath('Ext.ux', '../ux/'); //动态引用“../ux/”目录下所有Js文件类,映射到对应命名空间 3、Ext.require 动态加载类 阅读全文
posted @ 2018-04-29 16:36 杨斌_济南 阅读(349) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 33 下一页