1. Two Sum --No Bug Free Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that ...
分类:
其他好文 时间:
2016-12-02 03:25:03
阅读次数:
205
Centos7安装并配置mysql5.6完美教程 Centos7将默认数据库mysql替换成了Mariadb,对于我们这些还想使用mysql的开发人员来说并不是一个好消息。然而,网上关于Linux安装mysql数据库的教程数不胜数,但是,大多教程都是漏洞百出。今天,为了帮助各位需要的人,从而写下Ce ...
分类:
数据库 时间:
2016-12-01 22:20:42
阅读次数:
254
对dubbo的协议的学习,可以知道目前主流RPC通信大概是什么情况,本文参考dubbo官方文档 http://dubbo.io/User+Guide-zh.htm dubbo共支持如下几种通信协议: dubbo:// rmi:// hessian:// http:// webservice:// t ...
分类:
其他好文 时间:
2016-12-01 14:33:45
阅读次数:
1295
实验环境: 操作系统为 Centos 7.2 IP hostName 192.168.190.132 node132 192.168.190.139 node139 192.168.190.140 n... ...
分类:
其他好文 时间:
2016-12-01 14:12:02
阅读次数:
279
Asterisk Russell Bryant Asterisk1 is an open source telephony applications platform distributed under the GPLv2. In short, it is a server application ...
分类:
其他好文 时间:
2016-12-01 09:49:50
阅读次数:
237
Given an array of meeting time intervals consisting of start and end times [[s1,e1],[s2,e2],...] (si < ei), determine if a person could attend all mee ...
分类:
其他好文 时间:
2016-12-01 07:45:43
阅读次数:
192
先来一发图,有图有真相。 核心代码如下 ProgressBar添加一个textBlock 绑定Value并且位置绑定进度条的实际宽度 Slider(1)也同样添加一个TextBlock绑定Value并且位置绑定变小RepeatButton的实际宽度 Slider(2)也同样添加一个TextBlock ...
线程对象是可以产生线程的对象。比如在Java平台中Thread对象,Runnable对象。线程,是指正在执行的一个指点令序列。在java平台上是指从一个线程对象的start()开始,运行run方法体中的那一段相对独立的过程。相比于多进程,多线程的优势有: (1)进程之间不能共享数据,线程可以; (2 ...
分类:
编程语言 时间:
2016-11-29 19:15:04
阅读次数:
298
概述: ASP.NET Web API 的好用使用过的都知道,没有复杂的配置文件,一个简单的ApiController加上需要的Action就能工作。但是在使用API的时候总会遇到跨域请求的问题, 特别各种APP万花齐放的今天,对API使用者身份角色验证是不能避免的(完全开发的API不需要对使用者身 ...
[HDU3555]Bomb 试题描述 The counter-terrorists found a time bomb in the dust. But this time the terrorists improve on the time bomb. The number sequence of ...
分类:
其他好文 时间:
2016-11-27 23:31:43
阅读次数:
287