码迷,mamicode.com
首页 >  
搜索关键字:error: no controllers detected    ( 938个结果
angular读书笔记(三)
(三)使用路由和$location切换视图app.js:angular.module('shop',['ngRoute','ngResource','shop.controllers','shop.services','shop.filter']).config(['$routeProvider',...
分类:其他好文   时间:2014-07-30 20:32:24    阅读次数:226
(转)小小的研究了一下linux下的”注册表“ gconf-editor
最近学习linux,刚上手gedit,首先要解决的一定是编码的问题,总结一下方法,思路有下:一.用图形化界面设置的方法运行gconf-editor,在弹出的对话框中选择:/apps/gedit-2/preferences/encodings/auto_detected ,双击auto_detecte...
分类:系统相关   时间:2014-07-29 13:45:48    阅读次数:437
Single-stack real-time operating system for embedded systems
A real time operating system (RTOS) for embedded controllers having limited memory includes a continuations library, a wide range of macros that hide ...
分类:其他好文   时间:2014-07-28 11:26:00    阅读次数:301
Multi-tasking RTOS for microprocessors with limited memory by saving only a single return address per task during context switching
A real-time operating system (RTOS) for use with minimal-memory controllers has a kernel for managing task execution, including context switching, a p...
分类:其他好文   时间:2014-07-28 11:25:50    阅读次数:302
java 虚拟机设置 Xms Xmx PermSize MaxPermSize
Eclipse崩溃,错误提示:MyEclipse has detected that less than 5% of the 64MB of PermGen (Non-heap memory) space remains. It is strongly recommendedthat you exi...
分类:编程语言   时间:2014-07-26 00:18:46    阅读次数:241
Ubuntu64位下使用eclipse闪退的解决
打开eclipse将鼠标放在代码上等待代码提示的时候,直接闪退 错误如下: # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f25d0b922a1, pid=3459, tid=139...
分类:系统相关   时间:2014-07-25 11:41:41    阅读次数:966
asp.net MVC最简单的增删查改!(详)
折腾了两天搞出来,但原理性的东西还不是很懂,废话不多说上图上代码然后右键models,新建一个数据模型注意我添加命名为lianxi添加后如上接下来在controllers添加控制器还有在Views中添加视图注意控制器lianxi和视图的名字要一致,然后视图我是添加了3个分别是Index,insert...
分类:Web程序   时间:2014-07-25 02:16:34    阅读次数:555
今天学的angularJS
首先引入js文件angular.min.js,引入控制器:controllers。js其中可以定义多个控制器:比如var PhoneListCtrl = ['变量','变量',function(变量,变量){//为布局中的变量赋值,比如$http.get(XXX).success(function(...
分类:Web程序   时间:2014-07-24 05:03:08    阅读次数:248
如何解决Apache无法启动的问题
今天重装xampp后,一直无法启动Apache,提示以下错误:22:36:54 [Apache] Attempting to start Apache app...22:36:54 [Apache] Status change detected: running22:36:55 [Apache...
分类:其他好文   时间:2014-07-20 09:25:12    阅读次数:469
Failed to load PDF in chrome/Firefox/IE
笔者的公司搭建了一个Nexus服务器,用来管理我们自己的项目Release构件和Site文档.今天的问题是当用户访问一个Site里的PDF文件的时候,报错说“detected that the network has been closed.”但是用右键点击,然后另存为,却每次都能成功下载下来.本来...
分类:其他好文   时间:2014-07-20 08:11:14    阅读次数:372
938条   上一页 1 ... 86 87 88 89 90 ... 94 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!