首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

#表单

企微群机器人推送信息不全,怎么核查和处理?

QQ机器人事件订阅Intents有完整的列表吗?

腾讯云的COS,要用表单上传文件,是不是要求上传操作的那个页面,必须是https访问呢?

一凡sir

壹梵在线 · 架构师 (已认证)

在腾讯、360以及创业公司yifan-online.com的经历,擅长高并发高可用的分布式系统设计。

不是必须的。

http网页可以请求和加载 https 的资源、接口。

反之,https网页不能请求和加载 http 的资源、接口。

HTTPDNS如何通过POST请求方式成功请求多个域名并获取到返回结果?

没事了。没见过POST请求直接从DATA里面放query string的 是我孤陋寡闻了

获取邀请成员列表单页可以显示多少人?

腾讯云的售前服务真的太差了,完全不把用户放在眼里?

抱歉,该回答内容违规,已被管理员封禁

如图。如何提交表单?

求助,如何改变表单的样式?

EatRice

腾云先锋 · 腾云先锋(TDP)成员 (已认证)

您好,可以通过定义表单输入框的class属性来确定其归属于哪一类样式,然后在样式表css文件中对边框进行定义。 首先给输入框加一个样式属性,如下图所示,我加了个custom image.png 你这个样式表可以改为: custom { border:none; border-bottom: 1px solid #000;} } ... 展开详请

cascader 表单如何验证 ?

这个高校AI小程序开发大赛组队流程是什么呢?感觉提交了表单以后没有任何反应了呢?

您好,具体参考此链接:https://cloud.tencent.com/developer/article/1587431

在服务器上部署自定义表单widget_tweaks 出错?

请问这一JS语句,放到华为云里为什么失效?

通信地址是没有门牌号要怎么填写?

孤月马农,朝程序猿进阶的途中..

这个,前面都填写正确就可以吧,应该只是固定格式才能提交

如何在对话框中生成表单?

对话框中没有表单的概念,只需要向用户询问所需的信息。

如何在Ext.Msg.alert的“OK”上触发点击事件?

无畏魂者如果对生活没有动力,那和三和大神有几分差别

可以从组件层次结构Ext.Msg(或您使用的消息框的任何非单实例实例)开始。在ExtJS 6经典版中,要走的路是:

Ext.Msg.down('button[itemId=ok]').click();

演示working solution

手写表单,怎么定位识别区域。每张图片像素大小都不确定?

使用的产品是文字识别 OCR?如果是的话,可以使用如下:

itemcoord

object

字段在图像中的像素坐标,包括左上角坐标 x,y,以及宽、高 width,height

参数进行像素坐标定位,使用办法参考:OCR-手写体识别

如何固定表单元宽度?

郁闷的阿涛不优雅的人
现在在HTML 5/CSS 3中,我们有了更好的解决方案。在我看来,这个纯粹的CSS解决方案是建议的: ​ table.fixed {table-layout:fixed; width:90px;}/*Setting the table width is important!*/ table.fixed td {overflow:hidden;}/*Hide text outside the cell.*/ table.fixed td:nth-of-type(1) {width:20px;}/*Setting the width of column 1.*/ table.fixed td:nth-of-type(2) {width:30px;}/*Setting the width of column 2.*/ table.fixed td:nth-of-type(3) {width:40px;}/*Setting the width of column 3.*/ <table class="fixed"> <tr> <td>Veryverylongtext</td> <td>Actuallythistextismuchlongeeeeeer</td> <td>We should use spaces tooooooooooooo</td> </tr> </table> ​只需像这样修改代码: table.fixed { table-layout:fixed; width:90px; word-break:break-all;} 结果 ​ [JU8ZE.png] ​... 展开详请

如何固定表单元宽度?

现在在HTML 5/CSS 3中,我们有了更好的解决方案。在我看来,这个纯粹的CSS解决方案是建议的: ​ table.fixed {table-layout:fixed; width:90px;}/*Setting the table width is important!*/ table.fixed td {overflow:hidden;}/*Hide text outside the cell.*/ table.fixed td:nth-of-type(1) {width:20px;}/*Setting the width of column 1.*/ table.fixed td:nth-of-type(2) {width:30px;}/*Setting the width of column 2.*/ table.fixed td:nth-of-type(3) {width:40px;}/*Setting the width of column 3.*/ <table class="fixed"> <tr> <td>Veryverylongtext</td> <td>Actuallythistextismuchlongeeeeeer</td> <td>We should use spaces tooooooooooooo</td> </tr> </table> ​只需像这样修改代码: table.fixed { table-layout:fixed; width:90px; word-break:break-all;} 结果 ​ [JU8ZE.png] ​... 展开详请

浏览器中自动填写表单如何工作?

领券