首页 > 2016年01月21日 > 全部分享
bzoj4402: Claris的剑
先挖坑,明天再补吧先把代码上了也无妨#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
[读书笔记]C#学习笔记五: C#3.0自动属性,匿名属性及扩展方法
前言这一章算是看这本书最大的收获了, Lambda表达式让人用着屡试不爽, C#3.0可谓颠覆了我们的代码编写风格. 因为Lambda所需篇幅挺大, 所以先总结C#3.0智能编译器给我们带来的诸多好处, 下一遍会单独介绍Lambda表达式. 这篇主要包括的内容有:自动属性,隐式类型,对象集合初始化,...
分类:Windows开发   时间:2016-01-21 00:11:33    收藏:0  评论:0  赞:0  阅读:291
Lua中写排序算法实例(选择排序算法)
分类:Web开发   时间:2016-01-21 00:11:33    收藏:0  评论:0  赞:0  阅读:253
【Linux】之系统工具top
top命令是Linux下常用的性能分析工具,能够实时显示系统中各个进程的资源占用状况,类似于Windows的任务管理器。下面详细介绍它的使用方法。top是一个动态显示过程,即可以通过用户按键来不断刷新当前状态.如果在前台执行该命令,它将独占前台,直到用户终止该程序为止.比较准确的说,top命令提供了...
分类:系统服务   时间:2016-01-21 00:11:12    收藏:0  评论:0  赞:0  阅读:281
sqlserver 游标的简单示例
分类:数据库技术   时间:2016-01-21 00:11:07    收藏:0  评论:0  赞:0  阅读:165
BST: when to use i <= j or i < j
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 fuzz小记
挖XSS遇到这样一种姿势:这里没有转码的符号有\ / >
分类:其他   时间:2016-01-21 00:10:57    收藏:0  评论:0  赞:0  阅读:300
html的第二节课。
表单: 表单元素:文本输入框 密码输入框 下拉菜单 按ctrl实现多选 属性size可以改变下拉菜单的大小! 单选框控件: 实现只选一个 实现点文字也可以选中 男 复选框控件: 上传按钮控件: ...
分类:Web开发   时间:2016-01-21 00:10:42    收藏:0  评论:0  赞:0  阅读:245
PHP 读取Postgresql中的数组
分类:Web开发   时间:2016-01-21 00:10:41    收藏:0  评论:0  赞:0  阅读:247
SQL Server 2005 定时执行SQL语句的方法
分类:数据库技术   时间:2016-01-21 00:10:15    收藏:0  评论:0  赞:0  阅读:240
Cocos2d-js切换场景与切换特效
var HelloWorldLayer = cc.Layer.extend({ sprite:null, ctor:function () { ////////////////////////////// // 1. super init first ...
分类:Web开发   时间:2016-01-21 00:10:12    收藏:0  评论:0  赞:0  阅读:524
Because the people who are crazy enough to think they can change the world, are the ones who do.
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
C# 模拟登陆并继续访问其他页面
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
MySQL 数据库的临时文件究竟储存在哪里
分类:数据库技术   时间:2016-01-21 00:09:49    收藏:0  评论:0  赞:0  阅读:298
instmsiw.exe进程简介
instmsiw.exe是什么进程
分类:系统服务   时间:2016-01-21 00:09:23    收藏:0  评论:0  赞:0  阅读:173
给Vector类添加insert
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的文件配置信息
Tomcat下conf下server.xml的文件配置信息,基本上不用做任何修改就可以使用,修改的地方就是host区域的一些配置,此文件设置端口为80。注意:Tomcat配置文件中(即server.xml文件)不能出现中文,否则服务是无法启动的。[xhtml] view plaincopyfacto...
分类:其他   时间:2016-01-21 00:09:12    收藏:0  评论:0  赞:0  阅读:289
入门教程:教你用3ds max制作真实的绿色草地
这篇教程是向大家介绍如何利用3ds max制作真实的绿色草地方法,教程制作出来的草地非常真实,教程比较基础,新手朋友可以学习一下
分类:设计   时间:2016-01-21 00:08:57    收藏:0  评论:0  赞:0  阅读:307
[转载]Rails 4的一些新功能
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
自定义selsct
//自定义select,使用到了伪类,利用border制作小三角形select 上海 北京 天津 广州 安庆 合肥
分类:其他   时间:2016-01-21 00:08:32    收藏:0  评论:0  赞:0  阅读:371
4534条   上一页 1 ... 223 224 225 226 227 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!