我在使用FireFox和Chrome浏览器的ClickOnce应用程序上遇到了麻烦它运行正常.例外的细节是:
PLATFORM VERSION INFO
Windows : 6.1.7600.0 (Win32NT)
Common Language Runtime : 4.0.30319.239
System.Deployment.dll : 4.0.30319.1 (RTMRel.030319-0100)
clr.dll : 4.0.30319.239 (RTMGDR.030319-2300)
dfdll.dll : 4.0.30319.1 (RTMRel.030319-0100)
dfshim.dll : 4.0.31106.0 (Main.031106-0000)
SOURCES
Deployment url : file:///C:/Users/ibz/Downloads/MyApp.application
IDENTITIES
Deployment Identity : MyApp.application, Version=1.0.1.23, Culture=neutral, PublicKeyToken=0000000000000000, processorArchitecture=msil
APPLICATION SUMMARY
* Online only application.
* Trust url parameter is set.
ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of C:\Users\ibz\Downloads\MyApp.application resulted in …Run Code Online (Sandbox Code Playgroud) 我已将Xampp升级到更新版本(1.7.2).但是现在当我运行我的项目(在CakePHP中完成)时,它正在抛出bug说
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\ebayn\cake\libs\debugger.php on line 99 Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\ebayn\cake\libs\debugger.php on line 108 Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\ebayn\cake\libs\file.php on line 96 Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\ebayn\cake\libs\cache\file.php on line 89
任何人都可以帮助我,我怎么能纠正这些东西.... ???
提前致谢
我正在开发cakephp的网站.我想使用用户名或emailid提供登录设施.
我在用.$ this-> Auth-> fields ['email'] ='username';
当登录失败并尝试再次重新登录时.但直到现在我还没有成功.
任何人都可以向我提出任何其他想法,或者我缺少什么.我也贬低了autorediret.
这是codepen http://codepen.io/lakhan/pen/cukyL
我有一个带有ng-repeat的项目列表,我一次显示一个项目.单击下一步显示列表中的下一个项目.现在,当我点击下一个时,我想要实现的是项目上的幻灯片转换.我方缺少CSS方面的东西.任何帮助将不胜感激.