会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
灬伊天?
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
下一页
2016年10月8日
000-js判断电脑或手机登录
摘要: 1
阅读全文
posted @ 2016-10-08 18:09 灬伊天☂
阅读(131)
评论(0)
推荐(0)
2016年10月1日
003-常用的Meta标签写法和作用
摘要: 页面关键词<meta name="keywords" content="your,tags"/> 页面描述<meta name="description" content="150words"/> 搜索引擎索引方式<meta name="robots" content="index,follow"/
阅读全文
posted @ 2016-10-01 15:56 灬伊天☂
阅读(232)
评论(0)
推荐(0)
2016年9月28日
002-添加网站ico图标
摘要: <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" media="screen"/> 在线生成透明ICO图标:ico.storyren.com
阅读全文
posted @ 2016-09-28 16:50 灬伊天☂
阅读(138)
评论(0)
推荐(0)
2016年9月5日
5-Zend Studio配置
摘要: 0-将文件编码设置成utf-8 Window>Preferences>General>Content Types>Text Default encoding:utf-8 1-Zend Studio常用快捷键 智能提示:Alt+/ 复制当前行:Ctrl+Alt+向下键 删除当前行:Ctrl+D 块注释
阅读全文
posted @ 2016-09-05 18:16 灬伊天☂
阅读(176)
评论(0)
推荐(0)
2016年8月27日
4-Server安全配置
摘要: 0-禁止root使用ssh登入 vim /etc/ssh/sshd_config寻找:PermitRootLogin yes改为:PermitRootLogin nosystemctl restart sshd.service 1-Apache站点目录配置 vim /etc/httpd/conf/h
阅读全文
posted @ 2016-08-27 16:50 灬伊天☂
阅读(143)
评论(0)
推荐(0)
3-PHP全部编码UTF-8
摘要: 0-html <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <form accept-charset="UTF-8"></form> 1-css @CHARSET "UTF-8"; 2-js <script
阅读全文
posted @ 2016-08-27 13:56 灬伊天☂
阅读(155)
评论(0)
推荐(0)
2016年8月25日
2-MySQL数据库编码uft-8
摘要: mysql> show variables like 'character%'; mysql> show variables like 'collation%'; mysql> status; mysql> exit; vim /etc/my.cnf [mysqld]default-storage-
阅读全文
posted @ 2016-08-25 18:15 灬伊天☂
阅读(236)
评论(0)
推荐(0)
2016年8月21日
001-导航条悬浮顶部
摘要: 导航条悬浮置顶 Menu1 Menu2 Menu3 Menu4 Menu5
阅读全文
posted @ 2016-08-21 19:23 灬伊天☂
阅读(181)
评论(0)
推荐(0)
000-导航栏单击事件背景变换
摘要: 导航条 Menu1 Menu2 Menu3 Menu4 Menu5
阅读全文
posted @ 2016-08-21 18:06 灬伊天☂
阅读(143)
评论(0)
推荐(0)
1-MySQL命令行
摘要: 0、显示数据库 show databases; 1、选择数据库 use 数据库名; 2、显示数据库中的表 show tables; 3、显示数据表的结构 describe 表名; 4、显示表中记录 SELECT * FROM 表名; 5、建库 create database 库名; 6、建表 cre
阅读全文
posted @ 2016-08-21 15:17 灬伊天☂
阅读(163)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页