上一页 1 ··· 3 4 5 6 7 8 9 下一页
摘要: 多选选择国家插件 https://gitee.com/richard1015/dropDownList 阅读全文
posted @ 2018-02-04 14:01 年轻的资本! 阅读(337) 评论(0) 推荐(0)
摘要: 字体文件,加载不出来 解决方案 一 问题是Maven正在过滤字体文件并破坏它们。 解决的办法是做出以下更改 pom.xml 此更改允许在打包期间不会过滤字体。 解决方案二 另一种方法是更新maven-resources-plugin的配置,如下所示: 本文章参考https://stackoverfl 阅读全文
posted @ 2018-01-31 19:17 年轻的资本! 阅读(1825) 评论(0) 推荐(2)
摘要: 大致思路,(本篇主要讲vue ,当然了 angular react 也是一样配置) ,转发请注明原链接,谢谢 :) 1. 服务器上面配置jenkins (安装配置,不介绍) 2.新建item 自由风格 3.服务器上装vue打包环境 nodejs cnpm(全局环境变量配置) 4.执行打包命令 打包成 阅读全文
posted @ 2018-01-29 14:57 年轻的资本! 阅读(3711) 评论(0) 推荐(0)
摘要: 前言 为了解决传统Web开发模式带来的各种问题,我们进行了许多尝试,但由于前/后端的物理鸿沟,尝试的方案都大同小异。痛定思痛,今天我们重新思考了“前后端”的定义,引入前端同学都熟悉的NodeJS,试图探索一条全新的前后端分离模式。 随着不同终端(Pad/Mobile/PC)的兴起,对开发人员的要求越 阅读全文
posted @ 2018-01-26 17:02 年轻的资本! 阅读(247) 评论(0) 推荐(0)
摘要: 1.下载git https://git-scm.com/ 2. git 全局设置 git config --global user.name "xxxx" git config --global user.email "xxxx@xx.com" 3.创建git 本地仓库 进入指定文件夹 执行git 阅读全文
posted @ 2018-01-23 16:24 年轻的资本! 阅读(13738) 评论(0) 推荐(1)
摘要: 使用以下代码 就不报错了 ng build --prod --no-extract-license 打包命令 使用以下代码 就不报错了 使用以下代码 就不报错了 ng build --prod --no-extract-license 打包命令 使用以下代码 就不报错了 使用以下代码 就不报错了 n 阅读全文
posted @ 2017-11-22 23:35 年轻的资本! 阅读(4240) 评论(0) 推荐(0)
摘要: 插件选择 angular2-qrcode npm install angular2-qrcode --savecnpm install angular2-qrcode --save 参考github https://github.com/SuperiorJT/angular2-qrcode 使用方法 阅读全文
posted @ 2017-09-22 14:11 年轻的资本! 阅读(1565) 评论(0) 推荐(0)
摘要: nodejs 中使用框架 express web框架 multer 文件接受 直接贴代码了,我就不解释了 angular2^ typescript 将 文件和Json数据 合并发送到服务器(2.服务端)https://gitee.com/richard1015/node-server "use st 阅读全文
posted @ 2017-08-17 10:19 年轻的资本! 阅读(1181) 评论(0) 推荐(0)
摘要: Angular2 资源链接Material Desgin 2 githubhttps://github.com/Promact/md2 DEMOhttp://code.promactinfo.com/md2/#/ DEMO SRChttps://github.com/Promact/md2/tree 阅读全文
posted @ 2017-08-10 16:58 年轻的资本! 阅读(214) 评论(0) 推荐(0)
摘要: nodejs 代理指向 fiddler var options = { ........ }; options.path = 'http://' + options.host + ':' + options.port + options.path; options.headers.host = op 阅读全文
posted @ 2017-08-08 18:31 年轻的资本! 阅读(1006) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 下一页