我目前正在尝试将以下情况与Regex匹配。
电流调节器
\.\/[^/]\satoms\s\/[^/]+\/index\.js
病例
// Should match
./atoms/someComponent/index.js
./molecules/someComponent/index.js
./organisms/someComponent/index.js
// Should not match
./atomsdsd/someComponent/index.js
./atosdfms/someComponent/index.js
./atomssss/someComponent/i
我使用的是Express,我想将/和/index匹配到同一条路线。但如果我写
app.route('/(index)?')
节点抛出此错误:
c:\myproject\node_modules\express\node_modules\path-to-regexp\index.js:69
return new RegExp(path, flags);
^
SyntaxError: Invalid regular expression: /^\/(?(?:([^\/]+?)))?e\/?$/: Invalid group
at new RegExp
我是一个相对较新的开发人员,在我的平均堆栈应用程序中创建的一条路线上,我遇到了一些麻烦。任何帮助都将不胜感激。我还在学习,所以不能100%确定这是否是所有的相关代码,但是让我知道我是否遗漏了一些有助于理解这一点的东西。谢谢!
导航到时出现的/createplan控制台错误
ERROR Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: 'createplan'
Error: Cannot match any routes. URL Segment: 'createplan&
我创建了models.py和views.py,希望通过首页提交数据,而这些数据需要存储在数据库中,但未能发送数据。当我在填写表单后单击提交时,它会转到views.py中提到的else块,而不是检查if语句。帮助学徒。
models.py
from django.db import models
# Create your models here.
# creating modeles here and storing in database acts as mysql
class Contact(models.Model):
usn = models.CharField(max_