V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  ruoxie  ›  全部回复第 5 页 / 共 29 页
回复总数  567
1  2  3  4  5  6  7  8  9  10 ... 29  
217 天前
回复了 bugsnail 创建的主题 问与答 现在充值 CHATGPT 的最佳方式是什么?
@GoTop aHR0cHM6Ly9wZWlxaS5zaG9wLw==
217 天前
回复了 coffeygao 创建的主题 职场话题 抵制职场 PUA
前端开发还是尽量不要找直属领导不是前端或者不懂前端的工作
刚好有把老项目加上禁止 any 的经验,处理方法参考 https://juejin.cn/post/7250091744526991416
@murmur 这个真的把我整笑了,一次次往后退,搞不定了,干脆自己整个系统弹框,苦了一大批拼命改的开发
微软的这类页面都难用,跳来跳去
可以试试迷你主机
221 天前
回复了 dropice7777777 创建的主题 健康 大伙儿这两天喉咙痛吗
上周末发烧,测阳了,现在弯腰有一点点不适。二阳,第一次没这症状
是不是要上机笔试
225 天前
回复了 woscaizi 创建的主题 问与答 有适合程序员的奢侈品吗
@woscaizi 这不是奢侈品的特性吗
225 天前
回复了 woscaizi 创建的主题 问与答 有适合程序员的奢侈品吗
一把铜雕键盘,上万
https://github.com/lowcoding/lowcode-vscode 绝对效率神器,不过很久没有更新文档了,基本都写在了 release 里,上手有点难度。我现在基本上可以做到 2 分钟之内写一个管理后台 curd 的界面,还不依赖后端接口,变量命名直接丢给 chatgpt 。适用任何语言框架,只需要能把重复的体力活抽离成模板。
候补没出来之前一直用的这个,一直挂着,每次都抢到了,现在都是候补了
处理后

{
"filters": [
{
"component": "input",
"key": "finalStatementStatus",
"label": "决算单状态",
"placeholder": "请选择"
},
{
"component": "input",
"key": "mainContractNo",
"label": "主合同编号",
"placeholder": "请输入"
},
{
"component": "input",
"key": "customerName",
"label": "客户名称",
"placeholder": "请输入"
},
{
"component": "input",
"key": "customerMobile",
"label": "客户手机号",
"placeholder": "请输入"
},
{
"component": "input",
"key": "projectManagement",
"label": "工程管理",
"placeholder": "请输入"
}
],
"columns": [
{
"slot": false,
"title": "决算单状态",
"dataIndex": "finalStatementStatus",
"key": "finalStatementStatus"
},
{
"slot": false,
"title": "主合同编号",
"dataIndex": "mainContractNo",
"key": "mainContractNo"
},
{
"slot": false,
"title": "客户名称",
"dataIndex": "customerName",
"key": "customerName"
},
{
"slot": false,
"title": "客户手机号",
"dataIndex": "customerMobile",
"key": "customerMobile"
},
{
"slot": false,
"title": "房屋地址",
"dataIndex": "houseAddress",
"key": "houseAddress"
},
{
"slot": false,
"title": "工程管理",
"dataIndex": "projectManagement",
"key": "projectManagement"
}
],
"pagination": {
"show": true,
"page": "page",
"size": "size",
"total": "result.total"
},
"includeModifyModal": false,
"fetchName": "fetchTableList",
"result": "[\"result\"][\"records\"]",
"serviceName": "getTableList"
}
chatgpt 啊

{
"filters": [
{
"component": "input",
"key": "决算单状态",
"label": "决算单状态",
"placeholder": "请选择"
},
{
"component": "input",
"key": "主合同编号",
"label": "主合同编号",
"placeholder": "请输入"
},
{
"component": "input",
"key": "客户名称",
"label": "客户名称",
"placeholder": "请输入"
},
{
"component": "input",
"key": "客户手机号",
"label": "客户手机号",
"placeholder": "请输入"
},
{
"component": "input",
"key": "工程管理",
"label": "工程管理",
"placeholder": "请输入"
}
],
"columns": [
{
"slot": false,
"title": "决算单状态",
"dataIndex": "决算单状态",
"key": "决算单状态"
},
{
"slot": false,
"title": "主合同编号",
"dataIndex": "主合同编号",
"key": "主合同编号"
},
{
"slot": false,
"title": "客户名称",
"dataIndex": "客户名称",
"key": "客户名称"
},
{
"slot": false,
"title": "客户手机号",
"dataIndex": "客户手机号",
"key": "客户手机号"
},
{
"slot": false,
"title": "房屋地址",
"dataIndex": "房屋地址",
"key": "房屋地址"
},
{
"slot": false,
"title": "工程管理",
"dataIndex": "工程管理",
"key": "工程管理"
}
],
"pagination": {
"show": true,
"page": "page",
"size": "size",
"total": "result.total"
},
"includeModifyModal": false,
"fetchName": "fetchTableList",
"result": "[\"result\"][\"records\"]",
"serviceName": "getTableList"
}
231 天前
回复了 xmLee 创建的主题 深圳 深圳暴雨
贪不贪不知道,反正路是挖了修,修了挖
231 天前
回复了 ruoxie 创建的主题 程序员 utools 最新版真 TM 难用
@jqtmviyu 没有过,所以没影响
231 天前
回复了 ruoxie 创建的主题 程序员 utools 最新版真 TM 难用
已改回列表,而且才注意到原来列表也是有图标的,只能说新的聚合模式是真的难用,还默认给人开启
想不通,用得舒不舒服自己不知道?被人用了才能用?什么卵风气
1  2  3  4  5  6  7  8  9  10 ... 29  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   923 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 46ms · UTC 21:24 · PVG 05:24 · LAX 14:24 · JFK 17:24
Developed with CodeLauncher
♥ Do have faith in what you're doing.