自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 jquery中的ajax

$.ajax({ url: "", //请求的url地址 dataType: "json", //返回格式为json async: true, //请求是否异步,默认为异步,这也是ajax重要特性 data: { "id": "value" }, //参数值 type: "GET", //请求方式 beforeSend: fun...

2016-06-29 10:57:11 290

转载 Ueditor布置

var editor = new UE.ui.Editor({initialFrameHeight:200}); editor.render("myEditor");

2016-06-26 19:01:32 216

转载 AUTH权限,thinkphp3.2

Controller/CommonController.class.php namespace Admin\Controller; use Think\Controller; use Think\Auth; class CommonController extends Controller{ public function _initialize(){ //编码规范 ...

2016-06-24 20:05:24 1487

转载 iframe框架自适应高度

function iFrameHeight() { var ifm= document.getElementById("iframepage"); var subWeb = document.frames ? document.frames["iframepage"].document : ifm.contentDocument; if(ifm !=

2016-06-01 09:43:31 236

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除