码迷,mamicode.com
首页 >  
搜索关键字:reading    ( 1497个结果
信号量
一.ManualResetEvent 1.WaitOne阻止当前线程,直到当前 System.Threading.WaitHandle 收到信号。2.Set将事件状态设置为终止状态,允许一个或多个等待线程继续。3.ReSet将事件状态设置为非终止状态,导致线程阻止。 终止状态时WaitOne()允许 ...
分类:其他好文   时间:2017-09-13 18:25:08    阅读次数:152
Reading comprehension HDU - 4990
Read the program below carefully then answer the question. #pragma comment(linker, "/STACK:1024000000,1024000000") #include <cstdio> #include<iostream ...
分类:其他好文   时间:2017-09-12 18:40:42    阅读次数:245
阿里大神favoorr提供的书单
Thoughtwoks中国的推荐书单 <http://www.douban.com/doulist/2012097/ >新浪微博-秦迪 <http://blog.2baxb.me/reading_list>江南白衣书单 <http://calvin1978.blogcn.com/articles/b ...
分类:其他好文   时间:2017-09-11 00:45:54    阅读次数:221
写个简单的图片素材处理工具
通过PyUIC生成的代码 1 # -*- coding: utf-8 -*- 2 3 # Form implementation generated from reading ui file 'E:\Development\IProcessing/IProcessingDialog.ui' 4 # ...
分类:其他好文   时间:2017-09-10 14:24:54    阅读次数:221
C#方法有关内容的总结--C#基础
1、静态方法与实例方法 using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace 静态方法与实例方法{ class ...
分类:Windows程序   时间:2017-09-10 14:21:12    阅读次数:255
G1垃圾收集器和CMS垃圾收集器 (http://mm.fancymore.com/reading/G1-CMS%E5%9E%83%E5%9C%BE%E7%AE%97%E6%B3%95.html#toc_8)
参考来源 JVM 体系架构 堆/栈的内存分配 静态和非静态方法的内存分配 CMS 回收算法 应用场景 CMS 垃圾收集阶段划分(Collection Phases) CMS什么时候启动 CMS缺点 G1收集算法 G1的发展 分代垃圾回收瓶颈 G1使用场景 G1特点 G1堆内存的分配 G1的进程内存占 ...
分类:Web程序   时间:2017-09-09 12:01:58    阅读次数:282
Zero-Copy实现原理
参考文章 Nio Is Real 'Zero-Copy'?:https://dongc.github.io/2015/12/09/717/ 参考文章:Linux I/O (二):A Process Of Reading Disk File:https://dongc.github.io/2016/0 ...
分类:其他好文   时间:2017-09-08 14:46:23    阅读次数:169
ptyhon之路day10-进程与线程
恢复内容开始 1 开启线程的两种方式 2 线程与进程的pid 3 多线程共享同一个进程内的资源 4 多线程共享同一进程内地址空间 5 Thead对象其他相关的属性或方法 6 守护线程 7 GIL全局解释器锁 8 线程的互斥锁 9 互斥锁与join的区别 恢复内容结束 ...
分类:编程语言   时间:2017-09-08 13:35:50    阅读次数:208
poj 1912 A highway and the seven dwarfs
A highway and the seven dwarfs Time Limit: 8000MS Memory Limit: 30000K Total Submissions: 2622 Accepted: 535 Case Time Limit: 3000MS Description Once ...
分类:其他好文   时间:2017-09-07 10:00:33    阅读次数:272
NBU备份
日志: 2017/8/31 11:32:50 - begin Restore2017/9/2 1:41:37 - 1 images required2017/9/2 1:41:37 - media 0961L6 required2017/9/2 1:41:37 - media 0966L6 requ ...
分类:其他好文   时间:2017-09-04 14:51:29    阅读次数:150
1497条   上一页 1 ... 72 73 74 75 76 ... 150 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!