搭建个人网站难吗?使用WordPress和无广告视频插件是否可行?
摘要:个人建设网站难吗,wordpress 视频插件 无广告,wordpress edd,百度seo怎么查排名经过之前的学习,已经能创建简单的交互式网格并设置自定义增删改按钮,但是实现上
个人建设网站难吗,wordpress 视频插件 无广告,wordpress edd,百度seo怎么查排名经过之前的学习#xff0c;已经能创建简单的交互式网格并设置自定义增删改按钮#xff0c;但是实现上还是存在一些问题#xff0c;来完善优化一下。
首先是修改#xff0c;正常修改都会弹出修改框#xff0c;里面是之前存储的信息#xff0c;根据实际需要对其进行修改已经能创建简单的交互式网格并设置自定义增删改按钮但是实现上还是存在一些问题来完善优化一下。
首先是修改正常修改都会弹出修改框里面是之前存储的信息根据实际需要对其进行修改如何获取对应id的数据就成了问题
获取修改数据
我设想通过列表动态获取
页共享组件→值列表→列表→创建列表→类型 动态 在数据库查询一下 但是出错了
begin select ID, NAME, GENDER, AGE, ADDRESS, SKILL from ROLE_INTRODUCTION2 where ID :P6_ROW_ID; end;
给了一个SQL查询 SQL 查询
输入返回 SQL 查询以生成动态列表的列表 SQL 查询列表或函数。单击示例可查看示例 SQL 查询。
SQL 查询语法:
select level, labelValue label, [targetValue] target, [is_current] is_current_list_entry,[imageValue] image, [imageAttributeValue] image_attribute,[imageAltValue] image_alt_attribute,[attribute1] attribute1,[attribute2] attribute2,[attribute3] attribute3,[attribute4] attribute4,[attribute5] attribute5,[attribute6] attribute6,[attribute7] attribute7,[attribute8] attribute8,[attribute9] attribute9,[attribute10] attribute10
from ...
where ...
order by ...返回 SQL 查询的函数的语法:
RETURN
select level, labelValue label,||[targetValue] target,|| [is_current] is_current_list_entry,||[imageValue] image,||[imageAttributeValue] image_attribute, ||[imageAltValue] image_alt_attribute,||[attribute1] attribute1,||[attribute2] attribute2,||[attribute3] attribute3,||[attribute4] attribute4,||[attribute5] attribute5,||[attribute6] attribute6,||[attribute7] attribute7,||[attribute8] attribute8,||[attribute9] attribute9,||[attribute10] attribute10||
from ...||
where ...||
order by ...;注: is_current 列可以设置为以下三个值之一: YES, NO 或 NULL。如果设置为 NULL, 则列表条目的货币将基于列表条目的目标页。
