问题标签 [construct]

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.

0 投票
2 回答
2931 浏览

symfony - 为什么 __construct 方法在 FOSUserBundle 的用户实体中不起作用?

我正在使用 FOSUserBundle。

这是User实体:

当我调用getShop控制器时:

结果为null
为什么__constructUser课堂上不起作用?我希望将“商店”字符串作为默认值

0 投票
3 回答
2378 浏览

codeigniter - 重定向在 codeigniter _construct 函数中不起作用

我在 _construct 函数中使用重定向时遇到问题,在时间表控制器中,我编写了以下代码,但在浏览器中出现错误“

此问题有时可能是由禁用或拒绝接受 cookie 引起的。

这是我的代码

请帮助我找到解决此问题的方法。谢谢。

0 投票
3 回答
5334 浏览

java - Java错位构造

我最近在我的 mac 上安装了 eclipse,我在课堂上玩弄它。我在第一行打印时不断出现错误的构造错误,在我的主要声明中出现一堆语法错误。我不太确定这是怎么回事。

}

这还没有完成,但据我所知,我的所有变量都有值,并且一切都按应有的方式关闭。

0 投票
1 回答
179 浏览

c++ - 在 C++ 模板中,如何构造未知类型 (T) 的元素?

我遇到了一个模板问题,您必须创建一个 T 类型的元素,构造它,然后将其添加到数组中。

我不确定如何做构造部分。

我们只是做

或者

0 投票
1 回答
52 浏览

php - 添加多个搜索变量来构造

我正在编写一个搜索引擎,目前它只搜索与一堆其他信息一起提交的关键字。我怎么能要求它在其他领域看?

这就是我所拥有的:

这是我需要做的编码理论:

添加额外值以包含的正式方法是什么?

0 投票
1 回答
190 浏览

php - php - 由父母和孩子共同构建

我想在 php 中做这样的事情:我想让父类命名为“item”,还有一堆子类,如“sword”、“armor”等。我可以简单地调用:

但我也想做这样的事情:

我希望这两个代码都能起到同样的效果。$some_sword 在两种方式中都必须是同一个类!

0 投票
1 回答
1763 浏览

dom - 为什么我的 dojo.domConstruct.create 命令不起作用?

我想创建一个 id 为 divNodes1 的 div 作为 id 为 mobileView 的 div 的子级。

我试过这个:

它触发“之前”警报而不是“之后”。没有控制台输出。

编辑:

现在我尝试用 dojo.create 创建一个 div,女巫应该是这样的:

首先,我尝试使用以下命令将 div 构造为 div“mobileView”的子项:

但是当我在diveNodes1链接时它没有找到div

编辑2:

现在我尝试了这个(没有成功):

0 投票
4 回答
6448 浏览

php - Codeigniter 2 index和__construct之间的区别以及__construct中的内容

什么时候调用__construct,什么时候调用index?还有其他区别吗?

在__construct中放什么?最好的做法是什么,我应该把$this->load调用... 吗?还有什么?

0 投票
1 回答
1569 浏览

java - Ignore default constructor and use constructor with parameters in Java

I am not very well rounded in Java, which is why I am asking this question that is probably very stupid sounding. Nonetheless, I am trying to figure out how to ignore a class's default construct method, and use a construct method with parameters instead. For example, something like this:

I then have a class called Student which extends name as such:

So, the first construct method from Name class prompts the user to enter their name, but say I already know the user's name and have it stored in some variables, how can I create a new Student() object (which is really a name() object) without invoking that first default constructor, and instead invoke it as such:

I understand why the following line would call the default construct method:

But the next following line stil calls the same parameterless construct method, even though I am using parameters:

What am I doing wrong here?

0 投票
1 回答
11555 浏览

java - 标记上的 Java 语法错误,错误的构造

我正在做一个java自动售货机操作系统,我刚刚将我的原始项目导入eclipse并添加了一个人页面,从那时起,无论我做什么,它都在到处抛出错误,我能得到一些帮助吗?现在的主要错误是'令牌的语法错误,错误的构造'如果代码不好或没有效率,我会提前道歉。