码迷,mamicode.com
首页 >  
搜索关键字:open failed    ( 31328个结果
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
IDEA无法启动:Failed to create JVM:error code -4
http://blog.csdn.net/twlkyao/article/details/24534505
分类:其他好文   时间:2014-05-09 10:07:36    阅读次数:1929
设计模式----看大话设计模式
OOP编程原则:1.开闭原则(OCP : Open-Close Principle):对扩展开放,对修改封闭2.依赖倒置(DIP: Dependency Inversion Principle): 依赖于抽象,不依赖于具体3.替换原则(LSP): 父类能够出现的地方,子类都能够出现。4.接口隔离原则...
分类:其他好文   时间:2014-05-09 09:56:31    阅读次数:417
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
SQLite外键
数据库工具:SQLite Manager(V0.7.7)         SQLite版本:V3.6.19+        SQLite Manager 默认是不开启外键的。         那么如何,使用它创建一个带有外键的表呢? 一、开启外键支持         1. 打开“On-connect SQL Tab”             "Tools"->"Open...
分类:数据库   时间:2014-05-09 06:31:55    阅读次数:463
科研常用优化代码软件介绍
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
Win8上Service程序及外部App调用此Service
一.Service 借助MSDN上Win7 Service的Demo和《用VC++建立Service服务应用程序》,在Win8上经历各种磨难,终于跑起来自己改装的服务程序了。 原来API基本没变,我所困惑的是Win7上直接运行都没有问题,在Win8上不可以。 报错: OpenSCManager failed w/err 0x00000005 原来是Win8上权限的问题,也许我自己的Win...
分类:移动开发   时间:2014-05-09 01:26:59    阅读次数:465
kettle 使用excel模板导出数据
通过excel进行快速开发报表: 建设思路: 1.首先制订相关的execl模板。 2.通过etl工具(kettle)可以快速的 将数据库中的数据按excel模板导出成新的excel即可。 其中kettle 按excel模板导出excel 可以参考: http://type-exit.org/adventures-with-open-source-bi/2010/12/using...
分类:其他好文   时间:2014-05-09 01:22:42    阅读次数:311
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
迷上了代码!