摘要: <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:26 limonyun 阅读(1317) 评论(0) 推荐(0) 编辑
摘要: 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:22 limonyun 阅读(551) 评论(0) 推荐(0) 编辑
摘要: vi /etc/fstab 编辑/etc/fstab目录。 按insert键切换成编辑模式,光标找到/data那一行,把/data替换成/www 保存 重启 阅读全文
posted @ 2022-07-17 23:32 limonyun 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 前提:安装了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 阅读(5170) 评论(0) 推荐(0) 编辑
摘要: function get_user() { return localStorage.getItem("token") || 0;} function set_user(token) { localStorage.setItem('token',token)} 阅读全文
posted @ 2022-05-19 17:14 limonyun 阅读(50) 评论(0) 推荐(0) 编辑
摘要: $loop->index: 当前循环迭代的索引(从0开始)$loop->iteration: 当前的循环迭代(从1开始)$loop->remaining: 剩下的迭代数量,比如当前是3个中的第一个,那么会返回2;$loop->count: 循环中的数据总数$loop->first: 是否这是循环中的 阅读全文
posted @ 2022-05-15 21:30 limonyun 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 谷歌邮箱SMTP ERROR: Password Command Failed: 534-5.7.14错误解决 发表于 2020年9月12日 今天配置一个PHPMailer 谷歌邮箱的时候,发现怎么都无法发送邮箱,然后查看了下调试日志,出现了一个错误。 SMTP ERROR: Password co 阅读全文
posted @ 2022-05-10 08:51 limonyun 阅读(121) 评论(0) 推荐(0) 编辑
摘要: lsof -i:465 阅读全文
posted @ 2022-05-09 17:32 limonyun 阅读(15) 评论(0) 推荐(0) 编辑
摘要: wget -O a.zip http://www.baidu.com/a.tar.gz 阅读全文
posted @ 2022-05-09 13:20 limonyun 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 语言代码缩写表大全 注意大小写:全部小写!! af 南非公用荷兰语 sq 阿尔巴尼亚语 ar-sa 阿拉伯语(沙特阿拉伯) ar-iq 阿拉伯语(伊拉克) ar-eg 阿拉伯语(埃及) ar-ly 阿拉伯文(利比亚) ar-dz 阿拉伯文(阿尔及利亚) ar-ma 阿拉伯语(摩洛哥) ar-tn 阿 阅读全文
posted @ 2022-04-08 20:11 limonyun 阅读(186) 评论(0) 推荐(0) 编辑