随笔分类 - javaWeb
摘要:-- 创建表CREATE TABLE teacher( id INT, NAME VARCHAR(20))-- 查看所有表SHOW TABLES; DESC student; DROP TABLE student; CREATE TABLE student( id INT, NAME VARCHAR
阅读全文
摘要:打开MySQL: 1.进入终端输入:cd /usr/local/mysql/bin/ 2.回车后 登录管理员权限 sudo su 3.回车后输入以下命令来禁止mysql验证功能 ./mysqld_safe --skip-grant-tables & 4.回车后mysql会自动重启(偏好设置中mysq
阅读全文
摘要:1 2 3 4 5 6 7 8 9 添加节点 10 删除节点 11 12 13 14 29
阅读全文
摘要:clip:rect(20px 100px 50px 20px); clip属性中的rect,clip:rect(y1 x2 y2 x1)参数说明如下: y1=定位的y坐标(垂直方向)的起点 x1=定位的x坐标(水平方向)的起点 y2=定位的y坐标(垂直方向)的终点 x2=定位的x坐标(水平方向)的终
阅读全文
摘要:1 2 3 4 5 div边框变化 6 7 37 38 39 40 41 42 43 44 45 46 47 48 *{ padding:0; margin: 0; } img{ float: left; width: 124px; height: 220px...
阅读全文
摘要:Js获取当前日期时间及其它操作 var myDate = new Date(); myDate.getYear(); //获取当前年份(2位) myDate.getFullYear(); //获取完整的年份(4位,1970-????) myDate.getMonth(); //获取当前月份(0-11
阅读全文

浙公网安备 33010602011771号