属性动画(Property Animation)
属性动画是如何工作的(How Property Animation Works)
属性动画与View动画有何不同(How Property Animation Differs from View Animation)
应用接口总览(API Overview)
使用ValueAnimator执行动画( Animating with ValueAnimator)
使用ObjectAnimator执行动画( Animating with ObjectAnimato...
分类:
移动开发 时间:
2016-05-27 11:37:15
阅读次数:
247
【0】REAMDE
0)本文部分文字描述转自:“how tomcat works”,旨在学习
“tomat(16)关闭钩子”的相关知识;
1)problem+solution:
1.1)problem:在很多实际环境中,当用户关闭应用程序时,并不会按照推荐的方法关闭应用程序,很有可能不做清理工作;
1.2)solution:java 为程序员提供了一种优雅的方法可以在在关闭过程中执行...
分类:
其他好文 时间:
2016-05-27 11:20:33
阅读次数:
312
先打开apache,在浏览器上输入 localhost 回车后会如果屏幕上显示:It works! 如下图: 这说明你的apache已开启 在window下配置apache: 1.找到apache的安装目录下的http.conf文件,打开此配置文件 2.在该文件中搜索 LoadModule php5 ...
分类:
数据库 时间:
2016-05-25 20:43:48
阅读次数:
201
Question I have a test web application using SignalR that works great.I need to use SignalR in a Website project-It cannot be converted to a web appli ...
分类:
Web程序 时间:
2016-05-24 11:58:41
阅读次数:
185
【0】README
0.1)本文部分文字描述转自 “how tomcat works”,旨在学习 “tomcat(14)服务器组件和服务组件” 的基础知识;
【1】服务器组件(org.apache.catalina.Server)
1)org.apache.catalina.Server接口的实例表示 Catalina的整个servlet引擎,囊括了所有的组件。服务器组件使用了一种优...
分类:
其他好文 时间:
2016-05-23 15:15:52
阅读次数:
311
Vasya works as a watchman in the gallery. Unfortunately, one of the most expensive paintings was stolen while he was on duty. He doesn't want to be fi ...
分类:
其他好文 时间:
2016-05-23 06:44:00
阅读次数:
251
【0】README
0.1)本文部分文字描述转自 “how tomcat works”,旨在学习 “tomcat(13)Host和Engine容器” 的基础知识;
0.2)Host容器:若你想在同一个tomcat部署 上运行多个Context 容器的话,就需要使用 Host 容器;它是Context容器的父容器;
0.3)Engine容器:表示Catalina的整个servlet 引擎。如果...
分类:
其他好文 时间:
2016-05-20 19:41:42
阅读次数:
376
【0】README
0)本文部分文字描述转自 “how tomcat works”,旨在学习
“tomcat(12)StandardContext源码剖析” 的基础知识;
1)Context实例表示一个具体的web 应用程序,其中包含一个或多个Wrapper实例,每个Wrapper 表示一个具体的servlet定义;
2)Context容器还需要其他组件的支持,如载入器和Session...
分类:
Web程序 时间:
2016-05-20 10:07:13
阅读次数:
806
PIGS Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 19575 Accepted: 8948 Description Mirko works on a pig farm that consists of M locked p ...
分类:
其他好文 时间:
2016-05-18 23:43:21
阅读次数:
298
JUNE 28TH, 2014Tweet This article describes how Python string interning works in CPython 2.7.7. A few days ago, I had to explain to a colleague what t ...
分类:
编程语言 时间:
2016-05-18 23:37:44
阅读次数:
310