当前位置:首页
> 第17页
css做屏幕适配
<div class="art_desc mt10" style="margin: 10px 5px; padding: 10px; color: rgb(51, 51, 51); border-left-width: 3px; border-left-style...
多行文字溢出[...]的实现(text-overflow: ellipsis)
对于单行文字, 很简单. <p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: Helvetica, Tahoma, Ar...
Linux安装webbentch压力测试工具
<p style="box-sizing: border-box; margin-top: 0px; margin-bottom: 16px; color: rgb(68, 68, 68); font-family: "Microsoft Yahei", &quo...
MySQL获得当前日期时间\时间戳函数
MySQL获得当前日期时间\时间戳函数<div style="border-width: 0px; padding: 0px; margin: 0px; list-style: none; color: rgb(51, 51, 51); font-famil...
Mysql 触发器使用(含navicat使用案例)
CREATE TRIGGER updateutime2 BEFORE UPDATE on yp_cms_score for EACH ROW BEGIN SET NEW.utime= uni...
MYSQL IS NOT RUNNING, BUT LOCK FILE (/VAR/LOCK/SUBSYS/MYSQL) EXISTS
[root@admin-node subsys]# service mysql startStarting MySQL. ERROR! [root@admin-node subsys]# service mysql status ERROR! MySQL is not running, but lo...
MySQL 启动报错:File ./mysql-bin.index not found (Errcode: 13)
Linux下安装初始化完MySQL数据库之后,使用mysqld_safe启动mysql数据库,如下发现,启动失败[root@SVNServer bin]# ./mysqld_safe –user=mysql&或[root@SVNServer bin]# /etc/init.d/my...
jquery回车提交表单事件代码
jquery回车提交表单事件,增加了一个按钮,按钮事件如下: onClickButton:function(){ //因为在编辑grid cell的时候,如果不按回车,或者焦点离开正在编辑的 //ce...