上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 41 下一页
摘要: 一、原生JS选择器# JS选择器常用的有getElementById()、getElementsByName()、getElementsByTagName()、getElementsByClassName()、querySelector()、querySelectorAll() A: getElem 阅读全文
posted @ 2019-09-09 16:24 study_php_java_C++ 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 1 初始化 Video.js初始化有两种方式。 1.1 标签方式 一种是在<video>标签里面加上class="video-js"和data-setup='{}'属性。 注意,两者缺一不可。 刚开始的时候我觉得后面的值为空对象{},不放也行, 导致播放器加载不出来,后来加上来就可以了。 1.2 J 阅读全文
posted @ 2019-09-06 23:05 study_php_java_C++ 阅读(4740) 评论(0) 推荐(0) 编辑
摘要: $("#teams").trigger("liszt:updated");//更新重新绑定 $("#teams").chosen() Chosen 选项列表 地址:https://github.com/amazeui/chosen/blob/master/docs/options.md demo.h 阅读全文
posted @ 2019-09-06 18:48 study_php_java_C++ 阅读(642) 评论(0) 推荐(0) 编辑
摘要: MySQL中没有Rank排名函数,当我们需要查询排名时,只能使用MySQL数据库中的基本查询语句来查询普通排名。尽管如此,可不要小瞧基础而简单的查询语句,我们可以利用其来达到Rank函数一样的高级排名效果。 在这里我用一个简单例子来实现排名的查询: 首先我们先创建一个我们需要进行高级排名查询的pla 阅读全文
posted @ 2019-09-06 14:58 study_php_java_C++ 阅读(2081) 评论(0) 推荐(0) 编辑
摘要: 添加css属性word-break: break-all; 阅读全文
posted @ 2019-09-05 21:48 study_php_java_C++ 阅读(1345) 评论(0) 推荐(0) 编辑
摘要: function cutstr_html($string){ $string = strip_tags($string); $string = preg_replace(["\t", "\r\n", "\r", "\n", " "], [], $string); return trim($string); } 阅读全文
posted @ 2019-09-02 22:44 study_php_java_C++ 阅读(6498) 评论(0) 推荐(0) 编辑
摘要: 来自: https://www.php.cn/php-weizijiaocheng-408762.html PHPmailer请在github下载,或者直接百度,也不难,虽然PHPmailer里面一大堆东西,但是我们只需要 PHPMailer.class.php PHPMailerAutoload. 阅读全文
posted @ 2019-09-02 21:37 study_php_java_C++ 阅读(495) 评论(0) 推荐(0) 编辑
摘要: 和Db开启事务类似,Db是静态方法 阅读全文
posted @ 2019-09-02 17:34 study_php_java_C++ 阅读(3693) 评论(0) 推荐(0) 编辑
摘要: TODO: 比较简单的验证,复杂的以后添加 阅读全文
posted @ 2019-09-02 14:29 study_php_java_C++ 阅读(3930) 评论(0) 推荐(0) 编辑
摘要: 分别在左右两个控件的css代码中加上 vertical-align:top. 便可对齐;(推荐使用,因为这样可以避免脱标流)。 来源: https://www.jianshu.com/p/f00d51453587 阅读全文
posted @ 2019-08-30 16:50 study_php_java_C++ 阅读(589) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 41 下一页