AJAX = Asynchronous JavaScript and XML.
AJAX 是一种创建快速动态网页的技术。
AJAX 通过在后台与服务器交换少量数据的方式,允许网页进行异步更新。这意味着有可能在不重载整个页面的情况下,对网页的一部分进行更新。
JQuery脚本库里所提供的AJAX提交的方法有很多,但主要的方法有$.get(),$.po...
分类:
Web程序 时间:
2015-01-01 17:23:28
阅读次数:
236
As the title described, you should only use two stacks to implement a queue's actions.The queue should support push(element), pop() and top() where po...
分类:
其他好文 时间:
2015-01-01 01:24:17
阅读次数:
202
昨天测试人员给我提交了一个BUG,在2.3版本中,弹出popupwindow的时候,会有空指针异常,在高版本没有问题,下面是报错信息(找的一段一样的异常,我的异常已经解决了)异常信息:
Exception: null
堆栈信息:
android.widget.PopupWindow.setContentView(PopupWindow.java:384)
android.widget.Po...
分类:
移动开发 时间:
2014-12-31 13:10:13
阅读次数:
189
EJB规范中定义了三种Bean:
会话Bean,分为两种:有状态、无状态。较Spring的POJOBean有如下优势:并发与线程安全、只是WebService、事务和安全管理
消息驱动Bean,是JMS消息的异步消费者,由无状态Session变种而来。
实体Bean,类似Hibernate中的PO,并改用Annotation来管理实体和数据库表之间的映射关系...
分类:
其他好文 时间:
2014-12-31 11:25:50
阅读次数:
169
系统自带的SeekBar真是太难看了,项目需要,只能自定义了,先来张效果图第一个Seekbar 背景是颜色,thumb是图片,上代码:[html]view plaincopydrawable/po_seekbar.xml:[html]view plaincopydrawable/seekbar_th...
分类:
移动开发 时间:
2014-12-30 16:30:45
阅读次数:
262
Erlang math 模块中的方法有:
-export([pi/0]).
-export([sin/1, cos/1, tan/1, asin/1, acos/1, atan/1, atan2/2, sinh/1,
cosh/1, tanh/1, asinh/1, acosh/1, atanh/1, exp/1, log/1,
log10/1, po...
分类:
其他好文 时间:
2014-12-30 13:39:45
阅读次数:
161
kmp的讲解:http://blog.csdn.net/u013076044/article/details/41833325
next数组的详细讲解:http://blog.csdn.net/yearn520/article/details/6729426
这两道题就是套一下模板:
poj1961&poj 2406
/×po...
分类:
编程语言 时间:
2014-12-28 14:17:15
阅读次数:
230
在ios8以前,我们想要进行ui实时调试,可以依赖的技术手段有:
用xcode启动app,然后点击xcode暂停运行按钮,然后在调试控制台输入下面语句:
po [[UIWindow keyWindow] recursiveDescription]
然后就可以看到完整的UI结构和层级关系,类似如下:
; layer = >
| >
| | >
|...
分类:
移动开发 时间:
2014-12-27 19:03:56
阅读次数:
167
Back to the Past
Time Limit: 2 Seconds
Memory Limit: 65536 KB Special Judge
Recently poet Mr. po encountered a serious problem, rumor said some of his early poems are written by oth...
分类:
其他好文 时间:
2014-12-25 22:07:37
阅读次数:
250