上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
摘要: 禁用eclipce中的js验证 阅读全文
posted @ 2018-09-29 10:41 雪儿蛇王 阅读(138) 评论(0) 推荐(0) 编辑
摘要: eclipce import导入项目时候,有时候会导不进去。 1、Some projects cannot be imported because they already exist in the workspace 2、Some projects were hidden because they 阅读全文
posted @ 2018-09-29 09:45 雪儿蛇王 阅读(707) 评论(0) 推荐(0) 编辑
摘要: 1:设置字符编码 2:设置java 3:设置tmcate 4:设置maven 阅读全文
posted @ 2018-09-25 15:18 雪儿蛇王 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 下载路径:https://dev.mysql.com/downloads 1: 2:页面向下拉 3: 4: 阅读全文
posted @ 2018-09-20 18:32 雪儿蛇王 阅读(316) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-09-12 14:51 雪儿蛇王 阅读(156) 评论(0) 推荐(0) 编辑
摘要: git clone 远程路径 cd cloud touch a.txt git add a.txt git commit -m '123' git push -u origin master git命令 git一般是 clone项目到本地 add添加一个文件 commit提交到缓存区 push提交到 阅读全文
posted @ 2018-07-06 15:19 雪儿蛇王 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 注册plsql 产品编号Product Code: kfj6yg6rfyhqcha6cbgs6fsw3kyje7a6qr序列号Serial Number: 276182口令Password: xs374ca 可以看下面网站: https://jingyan.baidu.com/article/375 阅读全文
posted @ 2018-07-04 15:43 雪儿蛇王 阅读(7172) 评论(1) 推荐(1) 编辑
摘要: mysql DROP TABLE IF EXISTS `order`;CREATE TABLE `order` ( `id` int(11) NOT NULL AUTO_INCREMENT, `number` varchar(255) NOT NULL COMMENT '工单编号', `applic 阅读全文
posted @ 2018-07-03 15:44 雪儿蛇王 阅读(4664) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-07-03 14:08 雪儿蛇王 阅读(5567) 评论(0) 推荐(2) 编辑
摘要: mysql创建新用户并赋权 1:使用root账户登录 2:新建名称为testmysql的数据库 3:指定新建的用户可以对 mysql中的那些数据库 可以进行操作 4:保存 5:查看是否创建用户 6:测试新用户登陆 阅读全文
posted @ 2018-07-03 11:28 雪儿蛇王 阅读(1876) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页