问题标签 [dynamic-url]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - .htaccess 从动态页面 url 到带有变量的静态
我想创建一个动态规则(可能是.htaccess)来重定向页面:
至
我知道我需要一个/dir
文件夹
我试过这个
不工作。
sql-server - 动态 SSRS 链接
我正在创建一个带有动态 URL 的 SSRS 报告。粗体内容是系统生成的票号,我想拉出我的 Fields!Change_Number.Value 列。
原始网址 https://sm.com/webtier-9.50/index.do?ctx=docEngine&file=cm3r&query=number%3D%22 C945212658 %22&action=&title=Change%20 C945212658
这是我尝试过的
="https://sm.com/webtier-9.50/index.do?ctx=docEngine&file=cm3r&query=number%3D%22Fields!Change_Number.Value%22&action=&title=Change%20"Fields!Change_Number.Value
错误:文本框“Change_Number2”的 ActionInfo.Action.Hyperlink 表达式包含错误:[BC30205] 预期语句结束。
谢谢
javascript - 无法从Angular2中的动态url获取参数
我正在尝试在 URL 中创建一个名为“event”的路由,其中包含参数 event_id。
应用路由模块有这个
该组件尝试使用已激活路由从 url 获取 event_id。
console.log(params['event_id']) 结果是一个空对象。
laravel - 动态(数据库值)管理员前缀 url laravel 5.4
像 https://sample.com/admin 到 https://sample.com/somename
{
//code here
}
Thanking you.....
asp.net-mvc - ASP.NET MVC - 动态 URL 路由到布局视图
首先,我不希望在我的盘子里得到答案,但是你认为对我有帮助的任何例子都会很容易收到!由于不熟悉术语,我主要在如何表达我的问题上苦苦挣扎,因此到目前为止还没有找到很多合适的资源。
我有一个 .net core 2 mvc 应用程序。在“主页/类别”的一页上,我有一个来自数据库的项目列表。我希望单击其中一个项目,例如帐篷,并将数据子集传递给通用布局视图,该视图将从我刚刚传入的模型中获取数据并显示产品列表。
我希望 url 是 home/categories/tents。我会将此通用视图用于许多其他类别。
我遇到过有关 URL 路由的文章。这是我需要寻找的解决方案吗?
如果不是 URL 路由,我是否应该寻找涉及传递参数的解决方案?例如,我看到包含类别/?=tents?=summertents 等的 url。(不知道这个方法叫什么,是否合适。)
感谢您的任何帮助。
angular - Angular 6 - Dynamic Routing with Prefix
I am working on an Angular Universal Application. I want to create dynamic routes with custom prefix but I am unable find any helpful documentation related with my case. Any Help will be appreciated...
Details:
What I have is, I have 4 pages with 4 different dynamic URLs which are:
- Home Page (
http://example.com/
) - Category Page (
http://example.com/{category_name}
) - Sub Category Page (
http://example.com/{category_name}/{sub_category_name}
) - Product Page (
http://example.com/p{product_id}-{product_name}
) - User Page (
http://example.com/user{user_id}-{user_name}
)
What I did
I have registered a single route to handle Home, Category and Sub Category Pages because they have same UI with dynamic category levels mentioned below,
Struggling:
Now, I am unable to add the routes for Product and User Page, I am unable to understand, how to add p
and user
prefixs after slash and before ids
in Product and User Pages respectively. Without these prefixs, routing is working fine.
Examples of Required URLs for Product & User Pages
- Product Page (http://example.com/p123-Product-Name)
- User Page (http://example.com/user123-User-Name)
I am using @angular/router
for routing.
Thanks in advance.
javascript - 使用 Jquery 创建和获取动态 url
我有一个页面single-colur.html
,它可以采用各种设置的查询字符串,如下所示:
以上id
引用了colour
具有以下列的表:
当人们来single-colur.html
请求一个特定的 ID 时,我想从 URL 中获取相应的 ID 并向 PHP 页面发送 AJAX 请求,该页面将根据提供的 ID 从我的表中获取相应的行,这个目前正在实施。
我的问题是:如果有人去,是否有可能根据ID 引用single-colur.html?id=1
的字段获取所有数据并显示在新 URL 中,例如将您指向一个名为动态创建的文件,它显示来自这个 ID 的表?name
single-colur.html?id=1
red.html
colour
我的限制是我必须动态创建新文件,并且不能静态完成。
编辑
目前我有两页。
1)归档颜色.html
2)单色.html
在存档颜色.html
在single-color.html?id=anynumber 中
在single-colur.html我正在做 ajax并使用请求的 id 从数据库中获取详细信息并显示在类结果中。
这是目前的流程。但我需要的是
在 single-color.html?id=anynumber 中
我必须用 colour-name.html 替换当前页面 url
并显示细节。[但问题是server 中没有 colour-name.html 页面。即服务器中没有red.html、green.html、blue.html。它必须由 jquery 虚拟创建。]
database - 如何在 Laravel 5.6 中使用 get Route 而不是 id 创建动态 url
我想创建动态 URL 路由而不是 id。我想在数据库中创建 url 列我想使用该列在路由中创建 url。
这是我的路由代码,使用这个路由 url 看起来像这样
但我想这样创作,
这是我动态创建的链接代码
它是从数据库列创建的动态 url。
javascript - 尝试传递数组参数以创建动态 URL
我正在尝试向我的表中添加一个列,其中包含一个鼠标悬停图标,并显示它链接到的记录页面的预览缩略图。
到目前为止,我在鼠标悬停时看到了缩略图以及其他字段。不幸的是,我只能使它与静态 URL 一起使用。一旦我尝试向 URL 添加一个变量,我的整个表格就不再显示了。
这是现在的代码,它具有静态 URL。
我想要做的不是让它链接到(在这种情况下)记录62,而是使用每条记录的reportId并将其插入URL而不是62。
我现在试图找到一个解决方案,但我似乎无法找到它。你们知道如何解决这个问题吗?
谢谢
reactjs - 无法在 ReactJS 中将 URL 字符串与道具混合
我是新手ReactJS
,我正在尝试找到将props
父组件的 a 与子组件中的普通字符串混合的正确方法URL
我的子组件中有两个道具:
我有一个网址可以说是
我想要的是让它像动态网址一样
但是当我使用
控制台为我提供了我想要的正确 URL
但是有两个这样的道具
控制台给我 https://server.com/123//blabla 没有日期
我目前如何混合它们?注意:当我在子组件返回中使用 {this.props.todayDate} 时,它看起来很有效并呈现为 2018-08-16
这是完整的代码
最后<span className="resultsText">
我可以把时间读成