摘要:
1.登录 mysql -u root -p 之后输入密码进行登陆 2.权限设置及说明 2.1添加远程ip访问权限 GRANT ALL PRIVILEGES ON *.* TO 'root'@'192.168.199.99' IDENTIFIED BY 'FEFJay' WITH GRANT OPTI 阅读全文
摘要:
<html><form><input type=text name=amount value=1><input type=button value="+" onClick="javascript:this.form.amount.value++;"><input type=button value= 阅读全文
摘要:
<div class="gd_xingqing"> <ul class="gd_ul" id="title"> <li class="gd_li gd_li1">选项卡1</li> <li class="gd_li">选项卡2</li> <li class="gd_li">选项卡3</li> </u 阅读全文
摘要:
1、$("#demo").attr("style","display:none;");//隐藏div $("#demo").attr("style","display:block;");//显示div 2、$("#demo").css("display","none");//隐藏div $("#de 阅读全文
摘要:
格式:update 表名称 set 字段名称 = 字段名称 + 1 [ where语句] 比如说数据库中有一张student表,要想把id为1的学生成绩(score)加1则update student set score=score+1 where id = 1如果你不加where系统就不会知道你具 阅读全文
摘要:
我们在应用百度分享插件的时候, 默认如果开启图片分享的话,连很多小图标也分享了,实在恼火! 去掉图片分享吧,分享效果又不好。。。 如何做到自定义图片分享呢? 就是预先定义tag标签 例如: "tag": "sharePhoto", 然后在img标签里 加上 data-tag="sharePhoto" 阅读全文
摘要:
"image": {"viewList": ["weixin", "sqq", "tsina", "tqq", "qzone", "youdao"],"viewText": "分享到:","viewSize": "16"},去掉分享代码里的图片分享代码 阅读全文
摘要:
批量插入可以参考$sql = "insert into data (id,ip,data) values ";for($i=0;$i<100;$i++){$sqls[]="($i,'127.0.0.1',50)";};$sql .=join(",",$sqls);$connect_mysql->qu 阅读全文
摘要:
分割线效果图 完整html代码如下 阅读全文
摘要:
例子:<li style="letter-spacing:7.5px;">我们的事情</li> 阅读全文