会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
画画520
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
19
下一页
2022年12月9日
上传图片裁剪-base64图片(cropper.js)
摘要: //弹出框水平垂直居中 (window.onresize = function () { var win_height = $(window).height(); var win_width = $(window).width(); if (win_width <= 768) { $(".tailo
阅读全文
posted @ 2022-12-09 21:13 画画520
阅读(67)
评论(0)
推荐(0)
2022年12月8日
官网下载UEditor文件没有ueditor.all.js、ueditor.all.min.js文件
摘要: 需本机已安装node.js 安装 Grunt执行命令 npm install -g grunt-cli 以安装grunt,等待呈现如下图所示界面就算成功 建立 C:\ueditor\ 目录 。在建立需要的版本目录 ,然后cmd进入命令窗口 编译 Ueditor执行命令 cd C:\Users\sks
阅读全文
posted @ 2022-12-08 23:17 画画520
阅读(1075)
评论(0)
推荐(0)
2022年12月4日
[原创]thinkphp6整合ueditor1.4.3+七牛云图片存储
该文被密码保护。
阅读全文
posted @ 2022-12-04 15:27 画画520
阅读(0)
评论(0)
推荐(0)
2022年11月29日
处理iframe中嵌套本页面的问题
摘要: 在框架中,常常会出现一种状况,当session失效之后再次操作时,会发现登录页面(或者你要操作的页面)突然见就显示在了iframe中,这是很不好的体验。 出现的效果大致像这样: 出现了这种状况,我们常常希望的是——当session失效之后再次操作时进入登录页面,而且该登录页面是在iframe的父级页
阅读全文
posted @ 2022-11-29 00:24 画画520
阅读(258)
评论(0)
推荐(0)
2022年11月11日
jquery.toast提示框案例
摘要: <!doctype html> <html lang="zh"> <head> <meta charset="utf-8"> <title>JQuery信息提示框插件 jquery.toast.js 的使用</title> <link href="https://cdn.bootcss.com/jq
阅读全文
posted @ 2022-11-11 00:26 画画520
阅读(62)
评论(0)
推荐(0)
2022年11月7日
thinkphp在phpstudy nginx 隐藏index.php 问题
摘要: 近日选用phpstudy nginx 测试本地项目,thinkphp5.1 url('index/login/login')生成路径访问时不包含index.php,结果报404错误。 必须index.php/login/login这样访问 很丑 在对应的nginx 的域名配置文件中添加如下代码 if
阅读全文
posted @ 2022-11-07 01:24 画画520
阅读(285)
评论(0)
推荐(0)
2022年11月4日
less编译工具koala(考拉)和rem的使用
摘要: 前提: (1).在body中设置font-size:16px 1、使用rem的前提是首先要设置好页面的根节点的大小: <script> (function(){ var html = document.documentElement; var hWidth = html.getBoundingCli
阅读全文
posted @ 2022-11-04 01:11 画画520
阅读(429)
评论(0)
推荐(0)
2022年11月3日
jQuery提示插件zdialog.js + plupload
摘要: https://www.jq22.com/jquery-info18718 jQuery实现的各种不同样式弹出框(DialogByZ) https://blog.csdn.net/weixin_39024251/article/details/80989761 无刷新上传组件:pluploadhtt
阅读全文
posted @ 2022-11-03 21:01 画画520
阅读(89)
评论(0)
推荐(0)
2022年11月2日
PHP PSR 标准规范
摘要: PSR 是由 PHP FIG 组织制定的 PHP 规范,是 PHP 开发的实践标准。 https://learnku.com/docs/psr
阅读全文
posted @ 2022-11-02 21:58 画画520
阅读(25)
评论(0)
推荐(0)
2022年8月8日
thinkcmf开源框架
摘要: https://www.thinkcmf.com/ https://www.thinkcmf.com/docs/cmf6/#/ https://ext.dcloud.net.cn/plugin?id=3808
阅读全文
posted @ 2022-08-08 15:20 画画520
阅读(15)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
19
下一页
公告