原文:《Tasks, Workers, Threads, Scheduler, Sessions, Connections, Requests – what does it all mean?》 With this meditation I attempt to explain what some ...
分类:
其他好文 时间:
2016-06-03 12:46:53
阅读次数:
450
能用,写的太差更新点把项目和tomcat启动程序分开加点变量1.catroles/http/tasks/main.yml
-name:pro
file:path=/opt/apps/{{pro_dir}}state=directory
-name:copyprofile
copy:src=/opt/src/profiledest=/etc/profileforce=yesowner=rootgroup=rootmode=0644
-name:copyjdk
co..
分类:
其他好文 时间:
2016-06-02 20:14:41
阅读次数:
183
The Java concurrency API provides a synchronization utility that allows the interchange of data between two concurrent tasks. In more detail, the Exch ...
分类:
其他好文 时间:
2016-06-02 19:45:09
阅读次数:
219
The Phaser class provides a method that is executed each time the phaser changes the phase. It's the onAdvance() method. It receives two parameters: t ...
分类:
编程语言 时间:
2016-06-02 18:07:46
阅读次数:
173
One of the most complex and powerful functionalities offered by the Java concurrency API is the ability to execute concurrent-phased tasks using the P ...
分类:
编程语言 时间:
2016-06-02 16:20:12
阅读次数:
274
一个很裸的拓扑排序题目,只是因为很久没有复习toposort,所以拿来复习一下,最近几天要把图论的经典算法都复习一遍。 ...
分类:
其他好文 时间:
2016-05-31 01:08:27
阅读次数:
203
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { cl... ...
分类:
编程语言 时间:
2016-05-31 00:56:13
阅读次数:
262
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace ClDing.Utility{ /// <summary ...
分类:
其他好文 时间:
2016-05-30 20:00:41
阅读次数:
153
数据库的安装和配置上的安全配置管理账户、密码策略、创建和设置角色、限制特定角色访问数据等确保网络连接安全加密敏感的数据确保数据数据库没有安全漏洞以免受入侵设置数据库组件审计为正确的审计下载和安装安全补丁
分类:
数据库 时间:
2016-05-30 16:01:21
阅读次数:
200
1 using System; 2 using System.Collections.Generic; 3 using System.IO; 4 using System.Linq; 5 using System.Text; 6 using System.Threading.Tasks; 7 8 n ...