会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一颗糊涂淡
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
···
13
下一页
2022年4月24日
命令行从本地上传文件到服务器
摘要:
阅读全文
posted @ 2022-04-24 15:40 一颗糊涂淡
阅读(120)
评论(0)
推荐(0)
2022年4月20日
命令行从Linux服务器下载文件夹
摘要: F:index/ 为本机F盘下的index文件夹
阅读全文
posted @ 2022-04-20 09:26 一颗糊涂淡
阅读(467)
评论(0)
推荐(0)
2022年4月16日
TP5关联闭包查询
摘要: $newList = $this->cate1Model->with(["cate2"=>function($query){ $query->where('switch','1')->order('weigh asc'); }])->where('switch','1')->order('weigh
阅读全文
posted @ 2022-04-16 08:53 一颗糊涂淡
阅读(387)
评论(0)
推荐(0)
2021年12月30日
fastadmin单独控制编辑、删除按钮的展示和隐藏
摘要: { field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: function (value, row, index) { var that = $.exten
阅读全文
posted @ 2021-12-30 15:12 一颗糊涂淡
阅读(1352)
评论(0)
推荐(0)
2021年12月28日
php计算坐标距离
摘要: public function getDistance($lng1, $lat1, $lng2, $lat2) { $EARTH_RADIUS = 6378.137; $radLat1 = $this->rad($lat1); $radLat2 = $this->rad($lat2); $a = $
阅读全文
posted @ 2021-12-28 16:37 一颗糊涂淡
阅读(203)
评论(0)
推荐(0)
2021年12月23日
fastadmin导出按钮增加文字 导出
摘要: table.on("pre-body.bs.table",function(){ var bt=table.data("bootstrap.table"); if (bt){ bt.$toolbar.find(".export").find(".icon-share").text("导出"); }
阅读全文
posted @ 2021-12-23 15:34 一颗糊涂淡
阅读(482)
评论(0)
推荐(0)
2021年12月15日
fastadmin导出图片
摘要: // 初始化表格参数配置 Table.api.init({ extend: { index_url: 'miaomuku/index' + location.search, add_url: 'miaomuku/add', edit_url: 'miaomuku/edit', del_url: 'm
阅读全文
posted @ 2021-12-15 14:22 一颗糊涂淡
阅读(819)
评论(0)
推荐(0)
2021年10月30日
fastadmin列表分类问题
摘要: 控制器 public function index() { $this->relationSearch = true; $list = $this->model ->with("category") ->field('home_articles.*,category.name as category
阅读全文
posted @ 2021-10-30 09:39 一颗糊涂淡
阅读(438)
评论(0)
推荐(0)
2021年9月28日
fastadmin设置字段超出换行
摘要: field: 'info', title: __('Info'), align:"left", cellStyle: {css: {"max-width": "300px","white-space":"pre-line","word-wrap":"break-word","word-break":
阅读全文
posted @ 2021-09-28 15:32 一颗糊涂淡
阅读(439)
评论(0)
推荐(0)
2021年9月27日
fastadmin修改添加和编辑页面的尺寸
摘要: $(".btn-add").data("area",["1000px","600px"]); $(".btn-edit").data("area",["1000px","600px"]); table.on('post-body.bs.table',function(){ $(".btn-edito
阅读全文
posted @ 2021-09-27 09:29 一颗糊涂淡
阅读(1293)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
13
下一页
公告