V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  lituancheng  ›  全部回复第 1 页 / 共 1 页
回复总数  16
@mylxsw 是申请了好多账号白嫖免费次数吗?我看了下这几个网站开会员费用还挺高的
2023-03-16 10:05:37 +08:00
回复了 CallmeDredd 创建的主题 程序员 如何才能使用 Chatgpt?
小程序搜索 智能问答 AI 助理。对接的 GPT3.5 接口,和官方效果基本一样
不把老用户当人呗
这老用户的活动不如不做
买的云服务器闲着也是闲着,不如做点 api 供大家使用 https://api-ltc1.doc.coding.io/
@YICHUJIFA 你这提议刑啊。建议自己在币安申请个 apiKey ,币安有提供各种 api
@jstony 历史天气我这边不太好整合。你可以看下这个网站,免费版每天 1000 次调用额度 https://www.visualcrossing.com/weather-api
2019-10-09 19:03:30 +08:00
回复了 lituancheng 创建的主题 MySQL 请问这两段条件有什么不同吗,查询效率相差好大
@lituancheng explain 结果
2019-10-09 19:03:16 +08:00
回复了 lituancheng 创建的主题 MySQL 请问这两段条件有什么不同吗,查询效率相差好大
id select_type table partitions type possible_keys key key_len ref rows filtered Extra
1 SIMPLE user NULL ALL NULL NULL NULL NULL 15 10.00 Using where; Using temporary; Using filesort
1 SIMPLE user_credit_apply NULL ref PRIMARY,uniq_user_status uniq_user_status 258 cashloan.user.uuid 10 50.00 Using index condition
1 SIMPLE user_credit_change NULL eq_ref uniq_start_identifier,uniq_end_identifier uniq_end_identifier 259 cashloan.user_credit_apply.request_id,const 1 5.00 Using where
1 SIMPLE user_id_card NULL eq_ref uniq_user uniq_user 134 cashloan.user_credit_apply.user_uuid,const 1 100.00 Using index condition
2019-10-09 19:02:22 +08:00
回复了 lituancheng 创建的主题 MySQL 请问这两段条件有什么不同吗,查询效率相差好大
@msaionyc explain 的结果是一样的
2019-07-30 17:11:28 +08:00
回复了 lituancheng 创建的主题 2019 请问有没有可以逆向解析的模板引擎
@DsuineGP
假设 content 为:
姓名:张三 年龄:20
姓名:李四 年龄:21
姓名:王五 年龄:22
template 为:
<#list personList as person>
姓名:${person.name} 年龄:${person.age}
</#list>

以上这种的没办法根据正则得到原始 personList 的,关键点在于 template 不知道 list 的实际条数
2019-07-30 17:07:30 +08:00
回复了 lituancheng 创建的主题 2019 请问有没有可以逆向解析的模板引擎
2019-07-30 13:27:01 +08:00
回复了 lituancheng 创建的主题 2019 请问有没有可以逆向解析的模板引擎
@zhaishunqi 正则的话只能处理 value 为 String 的,如果 value 是 List 类型的,就没法处理了啊
2018-10-10 20:26:07 +08:00
回复了 cnmllll 创建的主题 北京 准备写个抢自如房子的脚本,要从哪方面入手?
自己写了个自如抢房的小程序,微信小程序搜索“自如抢房”就能找到,目前阶段免费
2018-10-09 11:52:07 +08:00
回复了 cnmllll 创建的主题 北京 求帮忙写自如抢房的软件
自己做了个自如抢房的小工具。。微信小程序搜“自如抢房”就行了
2018-01-23 16:04:15 +08:00
回复了 yiciyuansky 创建的主题 分享发现 发现好多人都有 blog,换个友链吗?
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3699 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 26ms · UTC 00:13 · PVG 08:13 · LAX 17:13 · JFK 20:13
Developed with CodeLauncher
♥ Do have faith in what you're doing.