1、The cruel man abandon his wife and child. 那个狠心的男人抛弃了他的妻儿 2、They appointed him to be chairman 他们任命他为主席 注:appoint sb to a post 任命某人某职位 3、If our bid is ...
分类:
其他好文 时间:
2017-05-11 14:30:26
阅读次数:
196
题目描述 Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists. 解题思 ...
分类:
其他好文 时间:
2017-05-11 14:30:14
阅读次数:
163
Working with key/value Pairs Motivation Pair RDDs are a useful building block in many programs, as they expose operations that allow u to act on each ...
分类:
其他好文 时间:
2017-05-08 21:51:30
阅读次数:
200
cocos2d-js: cc.delayTime() and cc.repeatForever() don't work together in cc.sequence() ...
分类:
Web程序 时间:
2017-05-08 16:19:04
阅读次数:
212
1、继承的概念:把别人的拿过来变成自己的,但自己不受影响。 2、js中最基本的继承就是原型继承。 3、原型继承:通过修改子级构造函数的prototype指向父级构造函数的实例对象。 function Animal(name){ this.name=name; this.favor=['eating' ...
分类:
Web程序 时间:
2017-05-07 21:12:06
阅读次数:
201
最近在搭建日志审计服务器,使用了rsyslog,发现这篇文章很有用,收藏一下。 原文链接:http://my.oschina.net/0757/blog/198329 具体内容: 非常详细的rsyslogd配置文件解析 rsyslog rsyslog rsyslog服务和logrotate服务 rs ...
分类:
其他好文 时间:
2017-05-06 16:30:59
阅读次数:
175
Problem Description In the Dark forest, there is a Fairy kingdom where all the spirits will go together and Celebrate the harvest every year. But ther ...
分类:
其他好文 时间:
2017-05-05 19:57:03
阅读次数:
189
首先封装一个公共类,统一来操作RDLC报表 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Xml; using System.Data; using ...
分类:
其他好文 时间:
2017-05-04 13:21:37
阅读次数:
190
传送门 Description Watchmen are in a danger and Doctor Manhattan together with his friend Daniel Dreiberg should warn them as soon as possible. There are ...
分类:
其他好文 时间:
2017-05-01 01:19:05
阅读次数:
246
读《build to sell : creating a business that can thrive without you》有感最好的企业都是能够出售的么?答案可能是仁者见仁。智者见智。可是依照能够出售的企业来打造公司,肯定是利大于弊的。不论什么商业行为都能够用货币来衡量,小微企业也是一样的 ...
分类:
其他好文 时间:
2017-04-29 11:54:47
阅读次数:
149