码迷,mamicode.com
首页 >  
搜索关键字:open files    ( 37589个结果
Linux Commands 彻底研究(01):ls
NAMEls - list directory contents 列出文件夹内容SYNOPSIS ls [OPTION]... [FILE]...DESCRIPTION List information about the FILEs (the current dir...
分类:系统相关   时间:2014-05-09 10:27:55    阅读次数:617
mongoDB 启动服务
mongod --dbpath "d:\Program Files\MongoDB 2.6 Standard\data\db" --logpath "d:\Program Files\MongoDB 2.6 Standard\logs\MongoDB.log" --install --service...
分类:数据库   时间:2014-05-09 10:19:13    阅读次数:301
Free and Open Source Load-Balancing Software and Projects--转
http://www.inlab.de/articles/free-and-open-source-load-balancing-software-and-projects.htmlThis overview is also maintained at the Xing "Load-Balancin...
分类:其他好文   时间:2014-05-09 10:17:18    阅读次数:340
设计模式----看大话设计模式
OOP编程原则:1.开闭原则(OCP : Open-Close Principle):对扩展开放,对修改封闭2.依赖倒置(DIP: Dependency Inversion Principle): 依赖于抽象,不依赖于具体3.替换原则(LSP): 父类能够出现的地方,子类都能够出现。4.接口隔离原则...
分类:其他好文   时间:2014-05-09 09:56:31    阅读次数:417
EXTRACT FILES AND IMAGES FROM A SHAREPOINT CONTENT DATABASE
If you ever had the problem where you need to extract files from a SharePoint Content Database or normal SQL Database stored as binary, this post will...
分类:数据库   时间:2014-05-09 09:54:59    阅读次数:495
FireMonkey 使用Webbrowser
DELPHI XE5 源码PASCAL:http://files.cnblogs.com/xe2011/FireMonkey_Webbrowser.rar为了这个用上webbrowser真是费太大劲了要让窗体2位置和窗体1的PANEL坐标一致窗体样式要为noneWeb坐标才会正确但是fire mon...
分类:Web程序   时间:2014-05-09 09:30:47    阅读次数:2194
Fix invisible cursor issue in Ubuntu 13.10
Fix invisible cursor issue in Ubuntu 13.10Fixing this problem is rather too easy. Open a terminal (Ctrl+Alt+T) and use the following command:gsettings...
分类:其他好文   时间:2014-05-09 07:57:17    阅读次数:311
科研常用优化代码软件介绍
Free and Open Source softwareNameLicenseBrief infoADMBBSDnonlinear optimization framework, usingautomatic differentiationALGENCANGPLFortran code for g...
分类:其他好文   时间:2014-05-09 05:52:35    阅读次数:757
EEPLAT学习
eeplat:Open Source Metadata PaaS 开始学习的时候只是下了整个项目并且跑通,s...
分类:其他好文   时间:2014-05-09 02:04:55    阅读次数:340
Linux/UNIX高级I/O
高级I/O 非阻塞IO 非阻塞I/O使我们可以调用open、read和write这样的I/O操作,并使这些操作不会永久阻塞。如果这种操作不能完成,则调用立即出错返回,表示该操作如继续执行将阻塞。 对于一个给定的描述符有两种方法对其指定非阻塞I/O: 1)      如果调用open获得描述符,则可指定O_NONBLOCK标志 2)      对于已打开的一个描述符,则可调用fcntl,由...
分类:系统相关   时间:2014-05-09 01:16:55    阅读次数:577
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!