很多时候我们正则清除HTML标签但总希望保留其中一部分标签
用asp语言实现
str="a.htmafefefeaabbb
ggg测试"
Set re=new RegExp
re.IgnoreCase =true
re.Global=True
re.Pattern="())[^>]*>)"
str=re.replace(str," ")
res...
分类:
Web程序 时间:
2014-10-23 12:25:44
阅读次数:
183
推一下公式,就会发现是这个。。
因为设结果有x种方案。则每个数字出现的概率都均等,然后和就是x*m
每种方案的概率是1/x
每个数出现的概率都是1/n
所以每个方案的和就是 sum/n *m
#include
#include
#include
using namespace std;
typedef long long ll;
const int N = 1005;
in...
分类:
其他好文 时间:
2014-10-23 12:23:44
阅读次数:
182
“一个人的创业”的队伍,或许在这个时代,正在壮大。...
分类:
其他好文 时间:
2014-10-23 12:23:23
阅读次数:
179
在Python开发中为了对项目进行管理和调试,必须安装一些特定的软件包。据说业内这个叫做yak shaving-做一个很酷很绚丽的Python项目之前,必须做的一些枯燥无味的准备工作。本文介绍了setuptool,pip、distribute、nose、virtualenv的安装。...
分类:
编程语言 时间:
2014-10-23 12:25:02
阅读次数:
259
中国电信总是把好好的一个路由猫阉割过后放在我的E家套餐里到处兜售(垄断市场也就罢了,还有非常多霸王条款,比方必须使用它们的手机,同一时候最多多少台电脑上网等等),曾经破解过另外一个中国电信的路由猫,非常easy,是通过U盘恢复默认配置就能够了,中国电信我的E家有个套餐用的是华为HG522-C无线路由...
分类:
移动开发 时间:
2014-10-23 12:24:26
阅读次数:
156
标准做法:autolayout其中:也可以用代码判断1、如果不是hardcode的话,又怎么会不兼容呢。。2、如果你全写320*480也是兼容吗3、写320嘛的就是hardcode啊。4、我发现现在很多应用还没适配那个大屏幕的,都是放大模式5、sizesclass就好了6、以前用al的现在至少适配一...
分类:
移动开发 时间:
2014-10-23 12:21:47
阅读次数:
190
mysql 数据库数据订正http://blog.itpub.net/22664653/viewspace-717175/工作过程中时常遇到数据订正的需求,该操作本身不难。操作时要求能够保持回滚~对于能够满足回滚的要求,我通常执行备份表,然后执行变更!如果发送订正错误或者用户要求回滚的时候,就完全恢...
分类:
数据库 时间:
2014-10-23 12:24:37
阅读次数:
235
$vi ..etc/named.confkey "hunan.ct" { algorithm hmac-md5; secret "ixF***********j6Q==";};view "hunan.ct" { match-clients { key hun...
分类:
其他好文 时间:
2014-10-23 12:23:05
阅读次数:
196
设置View的最大高度,单独使用无效,需要与setAdjustViewBounds一起使用.如果想设置图片固定大小,又想保持图片宽高比,需要如下设置:1.设置setAdjustViewBounds为true;2.设置setMaxHeight,setMaxWidth;3.设置设置对应layout_wi...
分类:
其他好文 时间:
2014-10-23 12:23:37
阅读次数:
255
一,View localView = mRadioGroup_content.getChildAt(i);指定自定义菜单栏的点击格,如child3其中:mRadioGroup_content = (LinearLayout) findViewById(R.id.mRadioGroup_content...
分类:
移动开发 时间:
2014-10-23 12:22:16
阅读次数:
164
Best Time to Buy and Sell Stock IISay you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the ...
分类:
其他好文 时间:
2014-10-23 12:23:23
阅读次数:
224
本文来自:http://www.cnblogs.com/xugang/archive/2010/04/20/1716042.html相关概念:线程池可以看做容纳线程的容器;一个应用程序最多只能有一个线程池;ThreadPool静态类通过QueueUserWorkItem()方法将工作函数排入线程池;...
分类:
编程语言 时间:
2014-10-23 12:23:01
阅读次数:
207
age = raw_input("How old are you? ")height = raw_input("How tall are you? ")weight = raw_input("How much do you weigh? ")print "So, you're %r old, %r ...
分类:
其他好文 时间:
2014-10-23 12:21:22
阅读次数:
227
今天重启了下Hadoop集群,使用Eclipse调试hdfs api的时候报错:[WARNING] java.lang.NullPointerException at org.conan.kafka.HdfsUtil.batchWrite(HdfsUtil.java:50) at org...
分类:
其他好文 时间:
2014-10-23 12:20:22
阅读次数:
254
ninja install......CMake Error at cmake_install.cmake:36 (FILE):file INSTALL cannot find"/home/dmerejkowsky/src/master/ninjabug/build/CMakeFiles/CMake...
分类:
其他好文 时间:
2014-10-23 12:22:40
阅读次数:
190
某公司内部的sp模板create procedure [usp_my_procedure_name]asbegin set nocount on; declare @trancount int; set @trancount = @@trancount; begin try ...
分类:
数据库 时间:
2014-10-23 12:21:08
阅读次数:
235