码迷,mamicode.com
首页 >  
搜索关键字:regular expression    ( 4902个结果
让IE6支持position:fixed的方法,CSS expression与JavaScript eval讲解
做吸顶效果或是固定效果时,使用position:fixed无非是最方便的,可是万恶的IE6是没有fixed这个属性值的,而我们要使IE6能够像fixed一样固定在浏览器中的某个位置,使用onscroll改变top值是一个方法,但如果滚轮滚的快,会出现卡闪烁情况。而如高级浏览器如果也这样用,那显然.....
分类:编程语言   时间:2014-08-11 00:05:01    阅读次数:373
C# AS与Is
在C#中,所有的东西都是对象。因此任何常数也是一个整型对象。这里用到了as,as是C#语言里面的一个关键字。as运算符类似于类型转换,所不同的是,当转换失败时,as运算符将产生空,而不是引发异常。在形式上,这种形式的表达式: expression as type as 运算符只执行引用转换和装箱转换...
分类:其他好文   时间:2014-08-11 00:01:20    阅读次数:295
UVA - 10574 Counting Rectangles
Description Problem H Counting Rectangles Input: Standard Input Output:Standard Output Time Limit: 3Seconds   Given n points on the XY plane, count how many regular rectanglesare formed. A...
分类:其他好文   时间:2014-08-10 18:49:00    阅读次数:268
UVA - 10312 Expression Bracketing
Description Problem A Expression Bracketing Input: standard input Output: standard output Time Limit: 1 second Memory Limit: 32 MB   Inthis problem you will have to find in how many ways ...
分类:其他好文   时间:2014-08-10 15:47:00    阅读次数:247
360 webscan中防注入跨站攻击的核心
//get拦截规则$getfilter = "\\||\\b(alert\\(|confirm\\(|expression\\(|prompt\\(|benchmark\s*?\\(\d+?|sleep\s*?\\([\d\.]+?\\)|load_file\s*?\\()|]*?\\bon([a-...
分类:Web程序   时间:2014-08-10 12:53:40    阅读次数:235
proxy
要安装Nginx,至少需要先安装pcre, zlib、ssl1. PCRE(Perl Compatible Regular Expressions)这是一个Perl库,用来实现重写rewrite的目的//cmdyum -y install gcc gcc-c++cd /usr/local/wget ...
分类:其他好文   时间:2014-08-09 23:13:39    阅读次数:790
UVA 401-- Palindromes--串处理
Palindromes  A regular palindrome is a string of numbers or letters that is the same forward as backward. For example, the string "ABCDEDCBA" is a palindrome because it is the same when t...
分类:其他好文   时间:2014-08-09 21:36:09    阅读次数:344
UVA 465-- Overflow (atof 函数)
Overflow  Write a program that reads an expression consisting of two non-negative integer and an operator. Determine if either integer or the result of the expression is too large to be rep...
分类:其他好文   时间:2014-08-09 21:35:29    阅读次数:321
【ThinkingInC++】4、统计txt文本中单词的个数
其中要使用的txt文本!  header defines classes for file IO, including ifstream, whose constructor takes a file name an argument. The expression f >> word extracts the next non-whitespace token from the file an...
分类:编程语言   时间:2014-08-09 11:48:27    阅读次数:365
CF#260 B. Fedya and Maths
Fedya studies in a gymnasium. Fedya's maths hometask is to calculate the following expression: (1n?+?2n?+?3n?+?4n) mod 5 for given value of n. Fedya managed to complete the task. Can you? Note tha...
分类:其他好文   时间:2014-08-09 11:47:07    阅读次数:404
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!