码迷,mamicode.com
首页 >  
搜索关键字:reads    ( 984个结果
C#的Lazy与LazyInitializer
1 class Program 2 { 3 static void Main(string[] args) 4 { 5 //初始化 Lazy 类的新实例 6 //当延迟初始化发生时,将使用指定的初始化函数和初始化模式 7 // 参数: 8 ... ...
分类:Windows程序   时间:2018-05-12 11:54:40    阅读次数:347
concurrent(三)互斥锁ReentrantLock & 源码分析
参考文档:Java多线程系列--“JUC锁”02之 互斥锁ReentrantLock:http://www.cnblogs.com/skywang12345/p/3496101.htmlReentrantLock介绍ReentrantLock是一个可重入的互斥锁,又被称为“独占锁”Reentrant ...
分类:其他好文   时间:2018-05-10 23:37:26    阅读次数:173
linux下安装rabbitmq
1. 安装erlang 安装依赖环境 yum -y install make gcc gcc-c++ kernel-devel m4 ncurses-devel openssl-devel unixODBC-devel 下载最新 Erlang 19.0 wget http://erlang.org/ ...
分类:系统相关   时间:2018-05-10 13:20:31    阅读次数:194
index full scan和index fast full scan区别
官档的解释: In a full index scan, the database reads the entire index in order. A full index scan is available if a predicate (WHERE clause) in the SQL sta ...
分类:其他好文   时间:2018-05-10 11:14:57    阅读次数:151
Java多线程-线程池ThreadPoolExecutor构造方法和规则
为什么用线程池 博客地址 http://blog.csdn.net/qq_25806863 原文地址 http://blog.csdn.net/qq_25806863/article/details/71126867 有时候,系统需要处理非常多的执行时间很短的请求,如果每一个请求都开启一个新线程的话 ...
分类:编程语言   时间:2018-05-04 15:23:08    阅读次数:205
Exp6:信息收集与漏洞扫描
恢复内容开始 一、实验目标和内容 本实践的目标是掌握信息搜集的最基础技能。 各种搜索技巧的应用 DNS、IP注册信息的查询 基本的扫描技术:主机发现、端口扫描、OS及服务版本探测、具体服务的查点 漏洞扫描:会扫,会看报告,会查漏洞说明,会修补漏洞 二、实验过程 1.信息收集 1.1通过DNS和IP挖 ...
分类:其他好文   时间:2018-05-04 01:30:13    阅读次数:217
9. Palindrome Number 回文数的判断
[抄题]: Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward. Example 1: Example 2: Examp ...
分类:其他好文   时间:2018-05-01 12:34:12    阅读次数:118
《网络对抗》Exp5 MSF基础应用
20155336《网络对抗》Exp5 MSF基础应用 一、基础知识回答 用自己的话解释什么是exploit,payload,encode exploit:漏洞利用,与靶机进行交互,攻击靶机的最后一步 payload:有效载荷,后面一般加要对靶机进行攻击的代码,可以实现任何运行在受害者环境中的程序所能 ...
分类:其他好文   时间:2018-04-27 22:11:32    阅读次数:145
POJ 1180 斜率优化DP(单调队列)
Batch Scheduling Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 4347 Accepted: 1992 Description There is a sequence of N jobs to be proces ...
分类:其他好文   时间:2018-04-27 02:31:33    阅读次数:175
Ljava/lang/Iterable与AbstractMethodError
java.lang.AbstractMethodError: com.example.demo.repository.UserRepositoryImpl.findAll()Ljava/lang/Iterable; at org.springframework.data.repository.Cru ...
分类:编程语言   时间:2018-04-27 02:26:00    阅读次数:165
984条   上一页 1 ... 40 41 42 43 44 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!