我有一个名为academyRedirect.js的redux操作,当用户按下主页中的“academy”按钮时,当用户被重定向到路径/用户/学院时,就会调用该操作。
export const getAcademyAutoLogin = () => {
axios.get(`/user/academy`)
.then((response) => {
window.location.replace(response.data); // this is replaced by an URL coming from backend
})
.ca
我正在努力开发一个大学网站,这里的主页是:
University of paris:
-> Faculty of Science
-> Faculty of Economics
-> Faculty of letter
I want to have a common menu that repeats throughout the faculties example:
in my site there is a 3 Menu these three faculties, each faculty:
---> Dean word
---> History
-
我在大学有一个项目,其中一个要求是学生必须申请各种机构发布的课程。
例如。如果学院提供机械,化学courses.and,如果学生申请机械课程的数量。
我的问题是,我需要计算有多少人申请了机械课程。并在(UI)前端部分显示此计数。
这是我写的查询,用来检索申请课程的学生。
$q="select *
from students
where student_id in (
select applied_stdid
from applicants
where a_subjectid=".$_GET['id&
目前,我有一个场景,我需要测试以下情况。
如果我用学校名称填充文本字段..,那么它应该转到子域url。
例如:如果我把xyz学院放在文本字段中,那么它就应该得到xz.lvh.me:3000的昵称,因为xyz学院是存储在数据库中的xz。
homepage.feature功能:主页需要检查大学字段
Scenario Outline: Fill up universities
When i fillup university name "<name>"
Then it should go to their login page "<sub