先挖坑,明天再补吧先把代码上了也无妨#include #include #include #include #include #include #define ll long long#define N 2000006#define P 1000000007using namespace std;i...
分类:
其他 时间:
2016-01-21 00:11:42
收藏:
0 评论:
0 赞:
0 阅读:
263
前言这一章算是看这本书最大的收获了, Lambda表达式让人用着屡试不爽, C#3.0可谓颠覆了我们的代码编写风格. 因为Lambda所需篇幅挺大, 所以先总结C#3.0智能编译器给我们带来的诸多好处, 下一遍会单独介绍Lambda表达式. 这篇主要包括的内容有:自动属性,隐式类型,对象集合初始化,...
分类:
Windows开发 时间:
2016-01-21 00:11:33
收藏:
0 评论:
0 赞:
0 阅读:
291
top命令是Linux下常用的性能分析工具,能够实时显示系统中各个进程的资源占用状况,类似于Windows的任务管理器。下面详细介绍它的使用方法。top是一个动态显示过程,即可以通过用户按键来不断刷新当前状态.如果在前台执行该命令,它将独占前台,直到用户终止该程序为止.比较准确的说,top命令提供了...
分类:
系统服务 时间:
2016-01-21 00:11:12
收藏:
0 评论:
0 赞:
0 阅读:
281
i <= jBST for target public int search(int[] nums, int target) { int i=0, j=nums.length-1; while (i <= j) { int mid = i+(j-i)/2; if (...
分类:
其他 时间:
2016-01-21 00:11:06
收藏:
0 评论:
0 赞:
0 阅读:
246
挖XSS遇到这样一种姿势:这里没有转码的符号有\ / >
分类:
其他 时间:
2016-01-21 00:10:57
收藏:
0 评论:
0 赞:
0 阅读:
300
表单: 表单元素:文本输入框 密码输入框 下拉菜单 按ctrl实现多选 属性size可以改变下拉菜单的大小! 单选框控件: 实现只选一个 实现点文字也可以选中 男 复选框控件: 上传按钮控件: ...
分类:
Web开发 时间:
2016-01-21 00:10:42
收藏:
0 评论:
0 赞:
0 阅读:
245
var HelloWorldLayer = cc.Layer.extend({ sprite:null, ctor:function () { ////////////////////////////// // 1. super init first ...
分类:
Web开发 时间:
2016-01-21 00:10:12
收藏:
0 评论:
0 赞:
0 阅读:
524
Here's to the crazy ones. The misfits. The rebels. The troublemakers. The round pegs in the square holes. The ones who see things differentl...
分类:
其他 时间:
2016-01-21 00:10:03
收藏:
0 评论:
0 赞:
0 阅读:
357
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Net;using System.Text;using System.Threading;namespace Co...
分类:
Windows开发 时间:
2016-01-21 00:09:52
收藏:
0 评论:
0 赞:
0 阅读:
316
Object objects[theCapacity];iterator insert(int pos,const Object& x){ Object* oldArray=objects; theSize++; int i=0; if(theCapacity<theS...
分类:
其他 时间:
2016-01-21 00:09:22
收藏:
0 评论:
0 赞:
0 阅读:
275
Tomcat下conf下server.xml的文件配置信息,基本上不用做任何修改就可以使用,修改的地方就是host区域的一些配置,此文件设置端口为80。注意:Tomcat配置文件中(即server.xml文件)不能出现中文,否则服务是无法启动的。[xhtml] view plaincopyfacto...
分类:
其他 时间:
2016-01-21 00:09:12
收藏:
0 评论:
0 赞:
0 阅读:
289
这篇教程是向大家介绍如何利用3ds max制作真实的绿色草地方法,教程制作出来的草地非常真实,教程比较基础,新手朋友可以学习一下
分类:
设计 时间:
2016-01-21 00:08:57
收藏:
0 评论:
0 赞:
0 阅读:
307
http://www.tuicool.com/articles/eQfYbm总体1. 支持Ruby 2.0不支持Ruby1.8系了,最低也得1.9.3。2. 动态查找器没有了这个东西太灵活了,代码可能少敲两个字母,外人看来容易引起迷惑。原来是 find_by_name ‘aaa’现在是 find_b...
分类:
其他 时间:
2016-01-21 00:08:52
收藏:
0 评论:
0 赞:
0 阅读:
329
//自定义select,使用到了伪类,利用border制作小三角形select 上海 北京 天津 广州 安庆 合肥
分类:
其他 时间:
2016-01-21 00:08:32
收藏:
0 评论:
0 赞:
0 阅读:
371