1 var t; 2 function showportal() { 3 if
($("#图片ID").is(":hidden")) 4 $("#图片ID").show(); 5 else 6 ...
分类:
Web程序 时间:
2014-06-12 18:59:32
阅读次数:
264
原题地址:https://oj.leetcode.com/problems/merge-intervals/题意:Given
a collection of intervals, merge all overlapping intervals.For
example,Given[1,3],[2,6]...
分类:
编程语言 时间:
2014-06-12 14:55:49
阅读次数:
235
DataSet ds =
SYS_GroupTrafficStatistic_SERVICE.GetList(V_CID, V_STARTTIME, V_ENDTIME,
V_TIME_GRADE, V_SHOW_TIME_TYPE); sys_ui_g...
分类:
Web程序 时间:
2014-06-12 14:14:32
阅读次数:
258
Given an array of strings, return all groups of
strings that are anagrams.Note: All inputs will be in lower-case.题解:
判断字符串是否为回文构词法生成的。找出所有由同一回文构词法生成的字...
分类:
其他好文 时间:
2014-06-12 13:51:32
阅读次数:
200
计算Pan手势到指定点的角度效果图:源码:////
RootViewController.m// Circle//// Copyright (c) 2014年 Y.X. All rights
reserved.//#import "RootViewController.h"#import "R...
分类:
其他好文 时间:
2014-06-12 13:39:03
阅读次数:
390
1 // Xml 转 数组, 包括根键,忽略空元素和属性,尚有重大错误 2 function
xml_to_array( $xml ) 3 { 4 $reg = "/]*?>([\\x00-\\xFF]*?)/"; 5
if(preg_match_all($reg, $xml, $...
分类:
Web程序 时间:
2014-06-12 13:16:05
阅读次数:
260