http://www.cnblogs.com/viprx/archive/2012/09/06/2673693.htmlMongoDB条件查询的基本语法。Query.All("name", "a", "b");//通过多个元素来匹配数组Query.And(Query.EQ("name", "a"),...
分类:
数据库 时间:
2014-06-19 00:53:44
阅读次数:
241
Sysctl指令是对系统核心参数的设置:用法:-a 参数列出系统中所有核心设置当然了这些核心的设置都是文件,存放于/proc/sys/net目录下。举个有代表性的例子:net.ipv4.icmp_echo_ignore_all = 0 把所有的点改为 / 就可以了。[root@redhat net]...
分类:
系统相关 时间:
2014-06-18 23:55:05
阅读次数:
421
css3 动画效果比如transition:all 2s linear;这种用来计算及时的物体坐标的话会带来一定的问题比如把一个DIV从A点移动到B点。JS为DIV.style.left=B;但是当我们使用上面的transition属性后,A点移动到B点是2秒内完成的,当执行JS代码时候,DIV还没...
分类:
Web程序 时间:
2014-06-17 00:43:52
阅读次数:
443
Problem DescriptionTeacher HU and his 40 students were trapped by the brigands. To show their power, the head of the brigands want to select one peopl...
分类:
其他好文 时间:
2014-06-17 00:28:32
阅读次数:
362
添加用户并授权:grant ALL PRIVILEGES ON *.* TO 'username'@'%' IDENTIFIED BY 'password';创建数据库(UTF8)CREATEDATABASEIFNOTEXISTSmydatabasedefaultcharsetutf8COLLATE...
分类:
数据库 时间:
2014-06-16 23:24:51
阅读次数:
250
题目
Given an array and a value, remove all instances of that value in place and return the new length.
The order of elements can be changed. It doesn't matter what you leave beyond the new ...
分类:
其他好文 时间:
2014-06-16 23:07:18
阅读次数:
188
??
The UML Is a Language for Documenting
A healthy software organization produces all sorts of artifacts in addition to raw executable code. These artifacts include (but are not limited to)...
分类:
其他好文 时间:
2014-06-16 20:40:42
阅读次数:
164
对互联网互动服务平台而言,最近几年会是空前重要的发展阶段,首先,互联网行业的持续发展、网民数量的持续激增必然带动网络互动朝更普及的方向迈进,其市场规模也必然会呈极数增长;其次,互动娱乐、视频自媒体等业务模式也为网络互动注入了更多内涵,未来网民将在互动平台上体验到各种不同的玩法,这是行业做大做强的关键。
目前,国内互动领域的领头羊除欢聚时代之外,还有天鸽,其中天鸽集团拥有新...
分类:
其他好文 时间:
2014-06-16 18:41:28
阅读次数:
192
一般而言,一个新的语言都是从屏幕输出“hello,world”开始的。通过swift可以通过下面一行代码实现1//2// main.swift3// 14//5// Created by 李森 on 14-6-6.6// Copyright (c) 2014年 李森. All rights rese...
分类:
其他好文 时间:
2014-06-15 13:54:36
阅读次数:
177
个人写的一些例子:
//
// ViewController.m
// CABasicAnimationDemo
//
// Created by haotian on 14-6-13.
// Copyright (c) 2014年 Baseus. All rights reserved.
//
#import "ViewController.h"
@interface ViewCo...
分类:
其他好文 时间:
2014-06-15 11:17:24
阅读次数:
215