上一页 1 2 3 4 5 6 ··· 20 下一页
摘要: 1.安装npm gulp相关插件 比如:gulp、gulp-concat、gulp-htmlmin、gulp-cssmin、gulp-cheerio、gulp-clean 2. 编写gulpfile.js 3.执行gulp build 命令 4.预览页面 (通过IIS访问) http://192.1 阅读全文
posted @ 2019-04-18 16:28 sulin 阅读(664) 评论(0) 推荐(0) 编辑
摘要: 1.安装需要插件 npm install express npm install socket.io npm install kafka-node 2.kafkatest.js文件 3.counter.html 3.效果展示 启动 kafkatest.js 打开http://localhost:80 阅读全文
posted @ 2018-12-29 16:48 sulin 阅读(601) 评论(0) 推荐(0) 编辑
摘要: 1.准备工作 1.1 java环境 1.2 下载并解压到D:\zookeeper-3.4.13 下载并解压到 D:\kafka_2.12-2.1.0 2.安装zookeeper 、kafka 我安装在d盘根目录下 2.1 D:\zookeeper-3.4.13\conf => zoo_sample. 阅读全文
posted @ 2018-12-28 15:34 sulin 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 1.准备应用相关组件 echarts--直接 npm install 安装即可 2.home.ts home.module.ts home.html 3.pipes 4.修改app.module.ts import {PipesModule} from '../pipes/pipes.module' 阅读全文
posted @ 2018-07-29 20:58 sulin 阅读(578) 评论(0) 推荐(0) 编辑
摘要: 1.添加插件 2.相关页面 消费页面: 添加消费页面: sqlite app.component.ts app.module.ts 3.展示页面 代码下载 阅读全文
posted @ 2018-06-24 21:47 sulin 阅读(497) 评论(0) 推荐(0) 编辑
摘要: 1.创建项目 ionic start TallyBook blank 创建一个空的项目 ionic cordova platform add android 添加andorid平台 ionic serve 浏览器查看 ionic cordova build android --prod --rele 阅读全文
posted @ 2018-06-10 21:39 sulin 阅读(399) 评论(0) 推荐(0) 编辑
摘要: 1.下载mongodb-win32-x86_64-2008plus-ssl-v3.6-latest 解压到 D:\mongodb 2.cmd => path是否有环境变量 如果没有请配置 3.创建 D:\mongodb\data\db以及D:\mongodb\logs\mongodb.log 、 D 阅读全文
posted @ 2018-05-17 08:25 sulin 阅读(418) 评论(0) 推荐(0) 编辑
摘要: 1.模块安装 2.python 代码 3.效果展示 阅读全文
posted @ 2018-04-27 09:01 sulin 阅读(1083) 评论(0) 推荐(0) 编辑
摘要: 1.数据准备 数据下载 2.python代码 3.生成预览 阅读全文
posted @ 2018-04-12 17:00 sulin 阅读(36198) 评论(3) 推荐(0) 编辑
摘要: 1.切换到项目目录下,启动测试服务器 manage.py runserver 192.168.0.108:8888 2.设置相关配置 项目目录展示如下: beauty=>settings.py 修改 2.1 添加app到应用程序中 2.2 设置模板路径 2.3 配置数据为mysql 2.4设置静态文 阅读全文
posted @ 2018-03-23 09:16 sulin 阅读(311) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 20 下一页