码迷,mamicode.com
首页 >  
搜索关键字:describe    ( 1114个结果
SFDC 利用Schema.Describe来取得Picklist所有的选项
Salesforce的开发语言Apex与Java极为类似。也有封装,基础,多态特性。 并且也能 反射,Object的属性和Field属性。 今天主要记录的是一个需求:Visualforce Page或者LWC时,如何显示来自Object的 Picklist 值。 我们不可能直接在页面上写死所有的Op ...
分类:其他好文   时间:2021-03-31 12:09:35    阅读次数:0
Spring Boot 中使用kafka AdminClient管理Kafka
2021-03-27 import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.Map; import java.util.concurrent.Ex ...
分类:编程语言   时间:2021-03-29 12:35:39    阅读次数:0
Passpoint测试查询到的官方指导,先存后看防遗失
wpa_supplicant and Hotspot 2.0 This document describe how the IEEE 802.11u Interworking and Wi-Fi Hotspot 2.0 (Release 1) implementation in wpa_suppli ...
分类:其他好文   时间:2021-03-18 14:15:04    阅读次数:0
数据统计与数据异常分析
1.输出数据集的基本信息,比如最大值,最小值,平均值等 读取表csv数据: import numpy as np import pandas as pd dataset=pd.read_csv("catering_sale.csv") dataset out: 数据集的平均值,最大值,最小值: da ...
分类:其他好文   时间:2021-03-15 10:31:58    阅读次数:0
生成环境 经常使用 taildir : 支持断点续传
配置文件 flume-taildir-logger.conf: # Name the components on this agent a1.sources = r1 a1.sinks = k1 a1.channels = c1 # Describe/configure the source a1. ...
分类:其他好文   时间:2021-03-08 13:38:15    阅读次数:0
netcat-flume-logger
flume-netcat-logger.conf 文件编写: # Name the components on this agent a1.sources = r1 a1.sinks = k1 a1.channels = c1 # Describe/configure the source a1.s ...
分类:Web程序   时间:2021-03-06 14:54:47    阅读次数:0
mysql 语句的使用
查看数据库 show databases; use 数据库名; show tables; //显示数据库的表名describe 表名; //显示某表的字段, 建表模板 ...
分类:数据库   时间:2021-03-03 12:05:33    阅读次数:0
CTF-攻防世界-Web-新02-robots
题目描述: X老师上课讲了Robots协议,小宁同学却上课打了瞌睡,赶紧来教教小宁Robots协议是什么吧。 考察内容: 考察Robots协议,一般放于网站根目录,文件名为robots.txt ...
分类:Web程序   时间:2021-02-26 13:14:32    阅读次数:0
Trees on the level UVA - 122
Trees are fundamental in many branches of computer science (Pun definitely intended). Current stateof-the art parallel computers such as Thinking Mach ...
分类:其他好文   时间:2021-02-08 12:29:55    阅读次数:0
大整数排序
题目描述 对N个长度最长可达到1000的数进行排序。 输入描述: 输入第一行为一个整数N,(1<=N<=100)。 接下来的N行每行有一个数,数的长度范围为1<=len<=1000。 每个数都是一个正数,并且保证不包含前缀零。 输出描述: 可能有多组测试数据,对于每组数据,将给出的N个数从小到大进行 ...
分类:编程语言   时间:2021-02-04 12:03:42    阅读次数:0
1114条   上一页 1 2 3 4 ... 112 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!