05 2016 档案

摘要:用CSS让文字在一行内显示不换行 阅读全文
posted @ 2016-05-30 10:10 伊人世界 阅读(95) 评论(0) 推荐(0)
摘要:desc mysql.user; //查看用户表结构SELECT DISTINCT CONCAT('User: ''',user,'''@''',host,''';') AS query FROM mysql.user; //查看数据库表中用户select * from mysql.user whe 阅读全文
posted @ 2016-05-27 14:31 伊人世界 阅读(277) 评论(0) 推荐(0)
摘要:简单的基本的sql语句 下列查询寻找雇员数超过 4 的部门的最高和最低薪水: 阅读全文
posted @ 2016-05-27 12:02 伊人世界 阅读(310) 评论(0) 推荐(0)
摘要:echo str_replace("world","John","Hello world!"); //Hello John!echo strpos("Hello world!","wo"); //6 从前到后查echo strrpos("Hello world!","wo"); //6 查找字符串在 阅读全文
posted @ 2016-05-25 17:47 伊人世界 阅读(324) 评论(0) 推荐(0)
摘要:网页可见区域宽:document.body.clientWidth 网页可见区域高:document.body.clientHeight 网页可见区域宽:document.body.offsetWidth (包括边线的宽) 网页可见区域高:document.body.offsetHeight (包括 阅读全文
posted @ 2016-05-10 12:01 伊人世界 阅读(106) 评论(0) 推荐(0)
摘要:row //行 am-form-inline //横着排列间距 am-form-horizontal //竖着间距am-u-sm-offset-2 //偏移量<hr> //线条am-u-sm-centered //居中 跟am-g搭配用am-margin-top //向上外边距am-text-tru 阅读全文
posted @ 2016-05-10 11:59 伊人世界 阅读(322) 评论(0) 推荐(0)
摘要:oschina在线工具 http://tool.oschina.net/commons?type=5 站长SEO工具 http://tool.chinaz.com/ 360网站测速 http://ce.cloud.360.cn/ 百度加速乐测试 http://jiasule.baidu.com/to 阅读全文
posted @ 2016-05-04 14:00 伊人世界 阅读(153) 评论(0) 推荐(0)

Fork me on GitHub