There are many examples out there demonstrating
how AngularJS and Web API can be used together but almost all of them are in
MVC, so I tried to implem...
分类:
移动开发 时间:
2014-04-30 21:19:35
阅读次数:
625
Windows XP、Windows Vista、Windows Server
2008,以及Windows
7,都有32位(x86)和64位(x64)两种版本。面对两种版本光盘镜像下载,常常让有些网友不知所措:究竟选择哪个版本更好一些?下面,我用最简洁的文字尽可能作最详尽的回答:两者之间存在的“五...
分类:
其他好文 时间:
2014-04-30 18:15:55
阅读次数:
340
http://mobile.51cto.com/web-317170_all.htm跨平台开发工具Titanium的兴起之路:HTML
5是最大威胁比较Titanium和PhoneGap两大iOS移动应用开发框架跨平台移动Web开发工具 Titanium
Mobile简介图文教程:在Windows ...
分类:
移动开发 时间:
2014-04-30 18:14:39
阅读次数:
585
1. Myeclipse 是 eclipse 的一个插件Myeclipse 主要是 web 开发的
Eclipse 要想开发 java web 必须安装一个Myeclipse 插件,或支持J2EE的插件,也可以利用Ant把Java project 构建Java
Web 项目。个人推荐 两者 都安装,...
分类:
系统相关 时间:
2014-04-30 15:53:07
阅读次数:
588
Activity有四种加载模式:standard(默认), singleTop,
singleTask和 singleInstance。以下逐一举例说明他们的区别:standard:Activity的默认加载方法,即使某个Activity在
Task栈中已经存在,另一个activity通过Inten...
分类:
其他好文 时间:
2014-04-30 15:51:51
阅读次数:
443
根据random方法,Math.random()方法返回的是0到1的随机数(不包含0和1):```javascript//生成k个m到n的随机数,返回数组
function Temp(m,n,k) { var all = new Array(); for (var ...
分类:
Web程序 时间:
2014-04-30 15:20:39
阅读次数:
519
Linein和Micin的区别及使用
我们的电脑声卡上,一般都会有Linein和Micin两个接口,翻译成中文就是“线性输入”和“麦克风输入”,这两个都是输入端口,但是还是有区别的:
1、Linein端口:该端口主要用于连接电吉他、电子琴、合成器等外界设备的音频信号输出的录音,由于这些设备本身输出功...
分类:
其他好文 时间:
2014-04-30 15:15:09
阅读次数:
308
js方式的页面跳转1.window.location.href方式
2.window.navigate方式跳转
3.window.loction.replace方式实现页面跳转,注意跟第一种方式的区别有3个jsp页面(1.aspx, 2.aspx,
3.aspx),进系统默认的是1.aspx,当我进...
分类:
Web程序 时间:
2014-04-29 11:11:47
阅读次数:
402
Given a matrix ofmxnelements (mrows,ncolumns),
return all elements of the matrix in spiral order.For example,Given the
following matrix:[ [ 1, 2, 3 ],...
分类:
其他好文 时间:
2014-04-29 10:37:46
阅读次数:
434