会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
limonyun
博客园
首页
新随笔
联系
订阅
管理
2022年11月15日
JS实现本地预览上传图片并获取宽高
摘要: <input type="file" accept="image/jpg,image/jpeg,image/png" name="file" onchange="selectImg(this)"> <br> <img id="showImg" src="" alt="" width=""> func
阅读全文
posted @ 2022-11-15 09:25 limonyun
阅读(1348)
评论(0)
推荐(0)
编辑
2022年10月15日
Java HotSpot(TM)64-Bit Server VM warning: Cannot open file logs/gc.log due to Permission denied
摘要: Java HotSpot(TM)64-Bit Server VM warning: Cannot open file logs/gc.log due to Permission denied 如果是bbank 重新执行sudo chown -R es:es /www/elasticsearch
阅读全文
posted @ 2022-10-15 22:21 limonyun
阅读(725)
评论(0)
推荐(0)
编辑
2022年7月17日
云服务器/data切换挂载到/www
摘要: vi /etc/fstab 编辑/etc/fstab目录。 按insert键切换成编辑模式,光标找到/data那一行,把/data替换成/www 保存 重启
阅读全文
posted @ 2022-07-17 23:32 limonyun
阅读(39)
评论(0)
推荐(0)
编辑
2022年6月2日
uniapp上拉加载更多功能的简单实现
摘要: 前提:安装了uniapp的LoadMore插件(一般初始都会安装此插件), https://ext.dcloud.net.cn/plugin?id=29 <template> <view class="container"> <view v-for="(item,index) in videoLis
阅读全文
posted @ 2022-06-02 17:34 limonyun
阅读(5251)
评论(0)
推荐(0)
编辑
2022年5月19日
js localStorage
摘要: function get_user() { return localStorage.getItem("token") || 0;} function set_user(token) { localStorage.setItem('token',token)}
阅读全文
posted @ 2022-05-19 17:14 limonyun
阅读(53)
评论(0)
推荐(0)
编辑
2022年5月15日
Laravel foreach中的$loop
摘要: $loop->index: 当前循环迭代的索引(从0开始)$loop->iteration: 当前的循环迭代(从1开始)$loop->remaining: 剩下的迭代数量,比如当前是3个中的第一个,那么会返回2;$loop->count: 循环中的数据总数$loop->first: 是否这是循环中的
阅读全文
posted @ 2022-05-15 21:30 limonyun
阅读(85)
评论(0)
推荐(0)
编辑
2022年5月10日
谷歌邮箱SMTP ERROR: Password Command Failed: 534-5.7.14错误解决
摘要: 谷歌邮箱SMTP ERROR: Password Command Failed: 534-5.7.14错误解决 发表于 2020年9月12日 今天配置一个PHPMailer 谷歌邮箱的时候,发现怎么都无法发送邮箱,然后查看了下调试日志,出现了一个错误。 SMTP ERROR: Password co
阅读全文
posted @ 2022-05-10 08:51 limonyun
阅读(181)
评论(0)
推荐(0)
编辑
2022年5月9日
linux 查看端口情况
摘要: lsof -i:465
阅读全文
posted @ 2022-05-09 17:32 limonyun
阅读(15)
评论(0)
推荐(0)
编辑
linux 下载打包文件
摘要: wget -O a.zip http://www.baidu.com/a.tar.gz
阅读全文
posted @ 2022-05-09 13:20 limonyun
阅读(55)
评论(0)
推荐(0)
编辑
2022年4月8日
语言代码缩写
摘要: 语言代码缩写表大全 注意大小写:全部小写!! af 南非公用荷兰语 sq 阿尔巴尼亚语 ar-sa 阿拉伯语(沙特阿拉伯) ar-iq 阿拉伯语(伊拉克) ar-eg 阿拉伯语(埃及) ar-ly 阿拉伯文(利比亚) ar-dz 阿拉伯文(阿尔及利亚) ar-ma 阿拉伯语(摩洛哥) ar-tn 阿
阅读全文
posted @ 2022-04-08 20:11 limonyun
阅读(201)
评论(0)
推荐(0)
编辑
下一页