码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
/MD, /MT, /LD (Use Run-Time Library)
msdnIndicates whether a multithreaded module is a DLL and specifies retail or debug versions of the run-time library.Copy/MD[d]/MT[d]/LD[d]RemarksOpti...
分类:其他好文   时间:2014-06-10 15:12:38    阅读次数:283
centos 基本操作
centos 基本操作之输入法安装输入法启动终端,切换到超级管理员yum install "@Chinese Support"安装成功后,退出System->Preferences -> Input Method选择 Enable input method feature,然后选择 Use IBus...
分类:其他好文   时间:2014-06-10 13:19:30    阅读次数:210
C++ 异步 IO(三) 异步IO
The oldest solution that people still use for this problem is select(). The select() call takes three sets of fds (implemented as bit arrays): one for...
分类:编程语言   时间:2014-06-10 08:26:42    阅读次数:325
【windows核心编程】线程局部存储TLS
线程局部存储TLS, Thread Local StorageTLS是C/C++运行库的一部分,而非操作系统的一部分。分为动态TSL 和 静态TLS一、动态TLS应用程序通过调用一组4个函数来使用动态TLS, 这些函数实际上最为DLL所使用。系统中的每个进程都有一组 正在使用标志(in-use fl...
分类:编程语言   时间:2014-06-09 21:59:12    阅读次数:438
在64位平台上的Lucene,应该使用MMapDirectory[转]
http://blog.thetaphi.de/2012/07/use-lucenes-mmapdirectory-on-64bit.html从3.1版本开始,Lucene和Solr开始在64位的Windows和Solaris系统中默认使用MMapDirectory,从3.3版本开始,64位的Lin...
分类:其他好文   时间:2014-06-09 15:59:28    阅读次数:352
CentOS安装中文输入法
yum install "@Chinese Support"System->Preferences->Input Method,勾选"Enable input method feature",Input Method选择"Use IBus",Log Out重新登录后"ctrl+空格"即可切换输入法
分类:其他好文   时间:2014-06-09 00:54:37    阅读次数:182
StringBuilder - new line.
1 //use this to implement platform-cross new-line.2 StringBuilder sb = new StringBuilder();3 sb.append(System.getProperty("line.separator"));
分类:其他好文   时间:2014-06-09 00:35:09    阅读次数:213
ubuntu14.04 64位系统如何运行xampp集成环境
zzs@ubuntu:~$ sudo /opt/lampp/lampp startapache[sudo] password for zzs:XAMPP is currently only availably as 32 bit application. Please use a 32 bit co...
分类:其他好文   时间:2014-06-08 23:04:45    阅读次数:288
5 Ways to Use Log Data to Analyze System Performance--reference
Recently we looked across some of the most common behaviors that our community of 25,000 users looked for in their logs with a particular focus on web...
分类:其他好文   时间:2014-06-08 22:19:29    阅读次数:438
kill one process
There is an need of kill one port is already in use. The command is : lsof -i:8000 There will be a list of: command pid user fd type device size...
分类:其他好文   时间:2014-06-08 21:47:33    阅读次数:366
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!