(三)使用路由和$location切换视图app.js:angular.module('shop',['ngRoute','ngResource','shop.controllers','shop.services','shop.filter']).config(['$routeProvider',...
分类:
其他好文 时间:
2014-07-30 20:32:24
阅读次数:
226
最近学习linux,刚上手gedit,首先要解决的一定是编码的问题,总结一下方法,思路有下:一.用图形化界面设置的方法运行gconf-editor,在弹出的对话框中选择:/apps/gedit-2/preferences/encodings/auto_detected ,双击auto_detecte...
分类:
系统相关 时间:
2014-07-29 13:45:48
阅读次数:
437
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
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
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
打开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
折腾了两天搞出来,但原理性的东西还不是很懂,废话不多说上图上代码然后右键models,新建一个数据模型注意我添加命名为lianxi添加后如上接下来在controllers添加控制器还有在Views中添加视图注意控制器lianxi和视图的名字要一致,然后视图我是添加了3个分别是Index,insert...
分类:
Web程序 时间:
2014-07-25 02:16:34
阅读次数:
555
首先引入js文件angular.min.js,引入控制器:controllers。js其中可以定义多个控制器:比如var PhoneListCtrl = ['变量','变量',function(变量,变量){//为布局中的变量赋值,比如$http.get(XXX).success(function(...
分类:
Web程序 时间:
2014-07-24 05:03:08
阅读次数:
248
今天重装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
笔者的公司搭建了一个Nexus服务器,用来管理我们自己的项目Release构件和Site文档.今天的问题是当用户访问一个Site里的PDF文件的时候,报错说“detected that the network has been closed.”但是用右键点击,然后另存为,却每次都能成功下载下来.本来...
分类:
其他好文 时间:
2014-07-20 08:11:14
阅读次数:
372