Web简介及工具简介1

web
	webui 设计
	webui 开发
Java web
web
	webui 开发

html 超文本标记语言
  	.html
  	.htm
css 层叠级联样式表
	.css
javascript 脚本语言
	.js
jquery及常用插件 是JavaScript库 非常常用
	.js
bootstrap 响应式框架网页
	html css javascript

开发工具:
	webstorm 建议
	dreamweaver
	dreamweaver cc 2018
	editplus 
	sublime text3

	hbuilder eclipse封装



webstorm工具使用:
	1)下载:https://www.jetbrains.com/webstorm/
	2)安装 WebStorm 2018.2 在D:\WebStorm 2018.2目录下
	安装去百度搜索教程
	3)用sublime 打开 修改
		c:/Webstorm/bin/idea.properties
		idea.config.path=${idea.home.path}/.WebStorm/config
		idea.system.path=${idea.home.path}/.WebStorm/system
		idea.plugins.path=${idea.config.path}/plugins
		idea.log.path=${idea.system.path}/log

		c:/Webstorm/bin/webstorm.exe.vmoptions
		c:/Webstorm/bin/webstorm64.exe.vmoptions
		最后加入 -Duser.name=webrx
	4)破解
		license server
		软件注册方式:License server
		---------------------------------------
		http://idea.youbbs.org
		http://idea.congm.in
		http://intellij.mandroid.cn/
		http://idea.imsxm.com/
		http://idea.iteblog.com/key.php
		http://xdouble.cn:8888/

	5)建立项目

猜你喜欢

转载自blog.csdn.net/weixin_42321963/article/details/81208951
今日推荐