• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
奋斗的小农
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 15 16 17 18 19 20 下一页

2018年12月5日

前端网页匹配电话号码
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>jquery 验证表单的学习</title> <!-- 导库 --> <script type="text/javascript" src="./js/jquery 阅读全文
posted @ 2018-12-05 19:43 奋斗的小农 阅读(391) 评论(0) 推荐(0)
 
 

2018年12月2日

css 选择器/table属性/type 属性
摘要: css style样式 要写单位px style=" width: 200px; height :300px;" ;是结束符 阅读全文
posted @ 2018-12-02 15:21 奋斗的小农 阅读(518) 评论(0) 推荐(0)
 
 

2018年11月29日

表单
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>form 表单的学习</title></head><body><!-- 表单的标签 提交方式两种: get (默认 长度有限制)和 post(安全性高) --><f 阅读全文
posted @ 2018-11-29 14:46 奋斗的小农 阅读(120) 评论(0) 推荐(0)
 
html table
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"/> <title>表格制作</title></head><body><table border="2" width="500" align="center" height="300 阅读全文
posted @ 2018-11-29 10:02 奋斗的小农 阅读(141) 评论(0) 推荐(0)
 
html超文本标记语言
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"/> <title align=center>哼哼</title> <script type="text/javascript" src="./jquery.min.js"></sc 阅读全文
posted @ 2018-11-29 09:17 奋斗的小农 阅读(176) 评论(0) 推荐(0)
 
 

2018年11月26日

mysql数据库1
摘要: desc 表名; 显示表结构 select * from student; 查看表格内容 alter table student rename to students; 修改表格名字 from students; 查看表 insert into students values(0,'高海',20,1 阅读全文
posted @ 2018-11-26 17:10 奋斗的小农 阅读(149) 评论(0) 推荐(0)
 
mysql数据库
摘要: desc 表名; 显示表结构 select * from student; 查看表格内容 alter table student rename to students; 修改表格名字 from students; 查看表 insert into students values(0,'高海',20,1 阅读全文
posted @ 2018-11-26 17:10 奋斗的小农 阅读(171) 评论(0) 推荐(0)
 
模糊匹配/聚合函数
摘要: 模糊匹配 like %表示任意多个任意字符 _表示一个任意字符 例7:查询姓黄的学生 select *from student where name like ’黄%‘ 例8:查询姓黄并且“名”是一个字的学生 select *from student where name like ’黄_‘ 范围查 阅读全文
posted @ 2018-11-26 17:04 奋斗的小农 阅读(398) 评论(0) 推荐(0)
 
 

2018年11月20日

mysql数据库
摘要: MySQL数据库 xampp 是著名的集成环境(集成安装包) MySQl 百万级数据 数据库 关系型数据库 开源 GpL公开源码 甲骨文收购了ORacle Oracle 甲骨文公司出的Oracle 著名 的数据库 大型数据 用Oracle 优点:跨平台 多种语言提供无缝接口 处理上千万条记录的大型数 阅读全文
posted @ 2018-11-20 21:01 奋斗的小农 阅读(98) 评论(0) 推荐(0)
 
mysql 数据库
摘要: mysql 默认数据库引擎INNODB 关系型数据库 默认端口 3306 目前属于 Oracle 公司旗下产品 启动mysql 服务的命令是start 进入Mysql 的命令 mysql -uroot -p 查看 进程中是否在mysql 服务使用命令是 show 退出 MySQL 服务用 exit 阅读全文
posted @ 2018-11-20 19:52 奋斗的小农 阅读(143) 评论(0) 推荐(0)
 
 
上一页 1 ··· 15 16 17 18 19 20 下一页

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3