来自:http://blog.sina.com.cn/s/blog_65c2ec5e0101j133.html 方法一:
通常就是把字符串分割成数组,再对数组操作。 var str = "aabdeegdcffdsf", result = [], tempStr = ""; var
removeDu...
分类:
Web程序 时间:
2014-05-22 03:00:15
阅读次数:
326
适用于typecho博客版本为:0.9 (13.12.12)
typecho博客,很多时候可能安装完毕,除了首页,其他页面都是404=.=在匹配*.php的location区域修改为以下格式: location ~
.*\.php(\/.*)*$ { ...... fastcgi_sp...
分类:
其他好文 时间:
2014-05-21 22:43:42
阅读次数:
262
1值栈是什么? 简单的说:值栈是对应每一个请求对象的轻量级的内存数据中心。
Struts2中一个很激动人心的特性就是引入了值栈,在这里统一管理着数据,供Action、Result、Interceptor等Struts2的其他部分使用,这样一来,数据被集中管理起来而不会凌乱,大大方便了程序编写...
分类:
其他好文 时间:
2014-05-21 20:18:07
阅读次数:
236
结构化布线系统
结构化综合布线系统(Structure Cabling System)是基于现代计算机技术的通信物理平台,集成了语音、数据、图像和视频的传输功能,消除了原有通信线路在传输介质上的差别。
工作区子系统 Work Location
工作区子系统是由终端到信息插座的整个区域。一个独立的需要安装终端设备的区域划分成一个工作区。工作区应支持电话、数据终端、计算机、电视机、监视器以及传感...
分类:
其他好文 时间:
2014-05-21 08:47:19
阅读次数:
257
Catch That Cow
Problem Description
Farmer John has been informed of the location of a fugitive cow and wants to catch her immediately. He starts at a point N (0 ≤ N ≤ 100,000) on a number li...
分类:
其他好文 时间:
2014-05-21 07:02:40
阅读次数:
312
(1) 读取页面元素的onclick属性值
页面代码:
链接
程序代码:
IHTMLElement *item;// 已经找到该元素
想取出item身上onclick属性的值:alert('ok');
IHTMLElement *item;
CComQIPtr spElem(item);
VARIANT var;
spElem->get_onclick(&var);
CComQIPtr...
分类:
其他好文 时间:
2014-05-21 06:52:51
阅读次数:
225
%{String}
用于创建一个使用双引号括起来的字符串,这个表示法与%Q{String}完全一样result = %{hello} puts "result is:
#{result}, Type is:#{result.class}" #>>result is: hello, Type i...
分类:
其他好文 时间:
2014-05-21 05:07:00
阅读次数:
347
使用AsyncTask类遵守的准则:1Task的实例必须在UIthread中创建;2Execute方法必须在UIthread中调用;3不要手动的调用onPfreexecute(),onPostExecute(result)Doinbackground(params…),onProgressupdate(progress…)这几个方法;4该task只能被执行一次,否则多次调用时将会出现..
分类:
其他好文 时间:
2014-05-20 20:50:16
阅读次数:
469
<script>parent.location.href=‘../Index.aspx‘</script>
分类:
Web程序 时间:
2014-05-20 19:50:20
阅读次数:
332
目前,corosync功能和特性已经非常完善了,所以pacmaker独立出来之后通常都将pacmaker和corosync结合来使用,corosync并没有通用的资源管理器,因此要借助pacmaker来实现常用的资源管理器:·cman:rgmanager·crm:crm的资源约束有:·location:资源对节点的偏好·colocation..
分类:
其他好文 时间:
2014-05-20 18:10:07
阅读次数:
1453