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
1
Excel对象微软的Excel对象模型包括了128个不同的对象,从矩形,文本框等简单的对象到透视表,图表等复杂的对象.下面我们简单介绍一下其中最重要,也是用得最多的四个对象。(1)
Application对象。Application对象处于Excel对象层次结构的顶层,表示Excel自身的运行环...
分类:
其他好文 时间:
2014-04-30 16:58:34
阅读次数:
432
Introduction: In this article I will explain
how to create setup file in visual studio 2008/2010 to deploy web application
file directly in IIS or in ...
分类:
移动开发 时间:
2014-04-30 01:35:19
阅读次数:
865
A LiveJournal course of developmentis a project
in the 99 years began in the campus, a few people do as a hobby such an
application, in order to achie...
分类:
其他好文 时间:
2014-04-29 19:38:16
阅读次数:
589
今天花了点时间看了下CI框架源码缓存的实现,写出来梳理下思路.1:在CI框架中加载视图文件使用的是$this->load->view();方法,所以从load类库着手,在ci的system文件夹中可以看到Loader.php,这个类库是在Controller.php中被加载的。Loader类中有个方...
分类:
其他好文 时间:
2014-04-29 16:36:46
阅读次数:
604
创建方式有两种:通过Eclipse创建在工具栏上选择New》android》android
application project,或者在导航栏上选择file》new》project》android》android application
project。在出现的窗口上填上与选择你的Applicat...
分类:
移动开发 时间:
2014-04-29 13:55:22
阅读次数:
560
Cookie是: 一个由网页服务器放在您硬盘上的非常小的文本文件.
它本质上就像您的身份证明一样,并且不能像代码那样被执行或被用来散布病毒。它只能被您使用并且只能由提供的服务器读取. 使用Cookie的目的是:
告诉服务器您再次的访问该服务器. Cookie能为您做什么?: 帮您节约时间。如果您自定...
分类:
移动开发 时间:
2014-04-29 13:43:05
阅读次数:
636
一、什么是Cookie对象,Session对象,Application对象服务器端状态管理:Application对象应用程序状态:Web
应用程序的所有用户都可以访问该应用程序的状态信息 Session对象
会话状态:只有特定会话中的用户可以访问该信息不同的用户正在使用某个应用程序,则每个用户都将...
分类:
其他好文 时间:
2014-04-29 09:34:47
阅读次数:
330
1.什么是Cookie对象,Session对象,Application对象Application对象应用程序状态:Web
应用程序的所有用户都可以访问该应用程序的状态信息Session对象,会话状态:只有特定会话中的用户可以访问该信息不同的用户正在使用某个应用程序,则每个用户都将有一个不同的会话状态...
分类:
移动开发 时间:
2014-04-29 09:25:46
阅读次数:
459
(1)Cookie对象是: 一个由网页服务器放在您硬盘上的非常小的文本文件.
它本质上就像您的身份证明一样,并且不能像代码那样被执行或被用来散布病毒。它只能被您使用并且只能由提供的服务器读取. 使用Cookie的目的是:
告诉服务器您再次的访问该服务器. Cookie能为您做什么?: 帮您节约时间。...
分类:
移动开发 时间:
2014-04-29 09:22:46
阅读次数:
475