摘要: 问题描述:在控制台shell下修改了root的密码,然后在http://localhost/phpmyadmin下无法登录了 报错:#1045 - Access denied for user'root'@'localhost'(using password: YES)操作重现:mysql-u ro... 阅读全文
posted @ 2015-09-19 22:09 开始奋斗的女coder 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 由于本人的php版本已经为5.5.151、Strict Standards: Non-static method cls_image::gd_version() should not be called statically未声明静态static将return cls_image::gd_versi... 阅读全文
posted @ 2015-06-20 18:04 开始奋斗的女coder 阅读(242) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2014-11-07 10:43 开始奋斗的女coder 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 一、在visio反向工程中,出现了几个缩写分别是U1...N、I1...N1、U代表UNIQUE KEY U1代表UNIQUE KEY1,1为建立唯一键顺序序号2、I代表 INDEX I2代表INDEX2,2为建立的索引顺序序号3、”必需的”代表建表时使用NOT NULL,不能插入NULL 可以在每... 阅读全文
posted @ 2014-10-08 16:10 开始奋斗的女coder 阅读(498) 评论(2) 推荐(0) 编辑
摘要: 在ajax与php的交互中,如果ajax的success: function(data)中 有这几种可能 1 if(data =="1") // 假设的条件,之后也是 2 { 3 do something; 4 } 5 else if(data=="2") 6 { 7 ... 阅读全文
posted @ 2014-04-25 14:17 开始奋斗的女coder 阅读(183) 评论(0) 推荐(0) 编辑
摘要: //这是点击绑定按钮标签绑定的按钮" onclick="a();"/>//这是class="gs-title"的标签上海地区_新闻中心_新浪网View Code //这是按钮的函数,为了将class为.gs-title的标签绑定click函数function a() { $(".gs-title").bind('click', function() { alert($(this).attr("href")); window.location.href='www.baidu.c 阅读全文
posted @ 2014-02-25 10:59 开始奋斗的女coder 阅读(780) 评论(0) 推荐(0) 编辑
摘要: jQuery获取Select选择的Text和Value: 1. var checkText=jQuery("#select_id").find("option:selected").text(); //获取Select选择的Text 2. var checkValue=jQuery("#selec... 阅读全文
posted @ 2014-02-11 22:13 开始奋斗的女coder 阅读(59) 评论(0) 推荐(0) 编辑