Angular ngOnInit
默认提供生命周期钩子.
ngOnInit
如果我们已经有了,为什么要使用constructor
?
我无法在symfony2存储库中使用DATEDIFF和CURRENT_TIME.当我使用年份函数时,同样的问题就在那里.为什么会发生这种情况?
return $this->getEntityManager()
->createQuery("SELECT u FROM AcmeAdminBundle:AppUsers u WHERE DATEDIFF(CURRENT_TIME(), u.dob) BETWEEN :fromage AND :toage and u.country = :countries ORDER BY u.id DESC")
->setParameter('fromage', $fromage)
->setParameter('toage', $toage)
->setParameter('countries', $countrystr);
Run Code Online (Sandbox Code Playgroud)
如果我没有使用上述功能,此查询正常工作
如何在 Windows 10 上安装 redis-3.0.7?。我已经下载了软件包并按照http://redis.io/download上的安装程序进行了操作。
C:\Downloads\redis-3.0.7>make
'make' is not recognized as an internal or external command,
operable program or batch file.
Run Code Online (Sandbox Code Playgroud)