This is to illustrate the communication between two separate machines which don't have a direct physical connection. Application data is generated and
分类:
移动开发 时间:
2016-02-14 01:40:51
阅读次数:
302
wait(),notify()和notifyAll()都是Java基类java.lang.Object的方法。 通俗解释wait():在当前线程等待其它线程唤醒。notify(): 唤醒一个线程正在等待这个对象的监视器。notifyAll(): 唤醒在这个对象监视器上等待的所有线程。这三个方法,都是
分类:
编程语言 时间:
2016-02-14 01:41:13
阅读次数:
304
这里简单的写一些涉及到字体排版中常用到的属性, 大家可以学习查看, 也可以mark下以后看. font-family: "Micrsoft Yahei"; 设置字体 font-size: 20px; 设置字号 color: red; 设置颜色 font-weight: bold; 文字加粗 font
分类:
Web程序 时间:
2016-02-14 01:39:59
阅读次数:
224
class ThreadRAII { public: // whether join or detach should be called, // when a this object is destroyed. enum class DtorAction { join, detach }; Thr
分类:
其他好文 时间:
2016-02-14 01:39:48
阅读次数:
239
题 题意 每个单词,如果字典里存在,输出”该单词 is correct“;如果字典里不存在,但是可以通过删除、添加、替换一个字母得到字典里存在的单词,那就输出“该单词:修正的单词”,并按字典里的顺序输出;如果都不存在,那就输出“单词:”就好。。。 分析 存下字典单词们和它们的长度,对每个要查找的单词
分类:
其他好文 时间:
2016-02-14 01:40:34
阅读次数:
437
暴力匹配+一点判断 #include <stdio.h> #include <algorithm> #include <string.h> #include <queue> #include <stack> #include <map> #include <vector> using namespa
分类:
其他好文 时间:
2016-02-14 01:41:19
阅读次数:
335
版权声明:https://github.com/wusuopubupt ====== nginx location语法基本语法:location [=|~|~*|^~] /uri/ { … }= 严格匹配。如果这个查询匹配,那么将停止搜索并立即处理此请求。~ 为区分大小写匹配(可用正则表达式)!~为
分类:
其他好文 时间:
2016-02-14 01:40:30
阅读次数:
240
Stack is one of the most fundamental data structures, which is based on the principle of Last In First Out (LIFO). The basic operations include Push (
分类:
其他好文 时间:
2016-02-14 01:40:20
阅读次数:
271
我手机vivo s11t,我之前试过刷机,刷过很多包,发现只有官网下载的相同版本的固件包可以成功刷入,其他的任何的包都不行,我弟弟的手机vivo x3L,遇见和我一样的情况,他想刷小米的MIUI,开始一直失败,后来某一天告诉我他成功刷好了,奇怪,我问了之后发现使用的是叮咚工具箱,这个工具其实就是改变
分类:
其他好文 时间:
2016-02-14 01:38:04
阅读次数:
232
(1).Net .Net指.Net平台或者是.Net Framework框架。 如果你把.Net平台想象成一个厨房,那么.Net Framework框架就是其中的柴米油盐酱醋茶。 如果你把.Net平台想象成中国移动,那么.Net Framework框架就是中国移动的信号塔。 所以说,.Net Fra
参考创建教程:http://www.jb51.net/article/45138.htm 坑一: Eclipse创建maven项目报错:Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quickstart
分类:
系统相关 时间:
2016-02-14 01:38:19
阅读次数:
273
内容: 对n个点(n<=450),已知他们的边,也就是相邻关系,求任意两个点的最短距离。 代码: for(int k=1; k<=n; k++)//k写在外面 for(int i=1; i<=n; i++) for(int j=1; j<=n; j++) d[i][j]=min(d[i][j],d[
分类:
编程语言 时间:
2016-02-14 01:39:37
阅读次数:
224
从iOS9开始,苹果提供了UIStackView来帮助我们做布局,这玩意儿类似于安卓的线性布局。因为在使用过程中会遇到一些坑,所以写出来供遇到同样问题的人参考。我在这里提供xib和纯代码两种方式创建使用 UIStackView: 先看一下运行效果: 垂直方向,在图一里,label被拉伸了,在图2里面
分类:
其他好文 时间:
2016-02-14 01:39:22
阅读次数:
302
贪心水题 #include <stdio.h> #include <algorithm> #include <string.h> #include <queue> #include <stack> #include <map> #include <vector> using namespace st
分类:
其他好文 时间:
2016-02-14 01:37:11
阅读次数:
123
<html> <head> <meta http-equiv="content-type" content="text/html" charset="UTF-8"> <script type="text/javascript" > var picArr=new Array("1.jpg","2.jp
分类:
其他好文 时间:
2016-02-14 01:38:29
阅读次数:
284
神奇的构造题,我的思路比较奇葩。搞了好久,看到WA on 91我绝望了,然后自己造数据,找到了错误,总算是AC了,现在是凌晨0:24分,看到AC之后,感动China! 我写的代码无比的长。。。。。应该有很简单的方法吧。。。。。没想到。 #include <stdio.h> #include <alg
分类:
其他好文 时间:
2016-02-14 01:37:46
阅读次数:
168
本来想刷个recovery从而来刷其他的固件包,却没想到失败了,后来导致开机都开不了,并且recovery的那个界面的选项都没有任何作用。所以我只能线刷了。百度了一下。找到了一个有用的网址:http://bbs.hqapk.com/thread-6305-1-1.html 下面这个是方法: http
分类:
其他好文 时间:
2016-02-14 01:38:17
阅读次数:
215