在说之前先普及一下线程是什么? 线程:说白了就是一个任务片段 进程:是一个具有独立功能的程序关于某个数据集合的一次执行活动。一个进程有一个或者多个线程 线程与进程的本质差别就是有么有数据共享空间。线程之间能够共享数据。进程不能够 以下进入主题:线程间的同步 因为如今业务流程添加。业务节点也添加。使用 ...
分类:
编程语言 时间:
2017-07-29 19:34:44
阅读次数:
226
1 Node remains in conflict 树的节点冲突 Tree conflict on 'xxx.php' > local file delete, incoming file edit upon update Select: (mc) keep affected local move ...
分类:
其他好文 时间:
2017-07-24 13:10:21
阅读次数:
257
Double Queue Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 15786 Accepted: 6998 Description The new founded Balkan Investment Group Bank ...
分类:
其他好文 时间:
2017-07-22 12:16:11
阅读次数:
184
Suppose a bank has K windows open for service. There is a yellow line in front of the windows which devides the waiting area into two parts. All the c ...
分类:
其他好文 时间:
2017-07-21 15:52:21
阅读次数:
244
1、 依赖注入—dependency injection bean对象依赖于spring容器创建,bean对象依赖的资源由容器来设置和装配 l 谁依赖于谁:应用程序依赖于IoC容器; l 为什么需要依赖:应用程序需要IoC容器来提供对象需要的外部资源; l 谁注入谁: IoC容器注入应用程序某个对象 ...
分类:
编程语言 时间:
2017-07-19 21:51:39
阅读次数:
208
题目链接 Problem Description You are a rich person, and you think your wallet is too heavy and full now. So you want to give me some money by buying a lov ...
分类:
其他好文 时间:
2017-07-18 23:10:31
阅读次数:
257
特殊操作下,项目中同时引入这两个文件时,往往会有些冲突,应该加一句代码避免冲突 1 2 3 1 2 3 加这句 ...
分类:
Web程序 时间:
2017-07-13 15:59:04
阅读次数:
136
Ajax xmlHttpRequest的status的值代表什么 xmlHttpRequest对象的status代表当前http请求的状态,是一个长整型数据,现在介绍一下它的含义。 http请求状态及其含义表 1xx - 信息提示 100 - 初始的请求已经接受,客户应当继续发送请求的其余部分。(H ...
分类:
其他好文 时间:
2017-07-12 23:28:55
阅读次数:
216
Warning:Conflict with dependency 'com.google.code.findbugs:jsr305'. Resolved versions for app (3.0.1) and test app (2.0.1) differ. See http://g.co/and ...
分类:
移动开发 时间:
2017-07-11 13:23:44
阅读次数:
223
SDRAM笔记 1 LogicBankSDRAM中的每个存储阵列称为一个逻辑bank(LogicBank)。目前sdram一般都有4个Bank。要寻址一个存储单元,要确定:bank地址,行地址,列地址。 2 命令SDRAM的各种操作命令,通过RAS,CAS,WE不同的电平组合来实现。各个命令如下表所 ...
分类:
其他好文 时间:
2017-07-09 23:02:23
阅读次数:
195