码迷,mamicode.com
首页 >  
搜索关键字:cause failed to find    ( 31758个结果
Eclipse启动 报错[Failed to load the JNI shared library jvm.dll
准备要做java服务器,在安装开发环境时,启动Eclipse报错[Failed to load the JNI shared library jvm.dll]研究了下,造成错误的原因是由于eclipse与jdk的不一致造成的。我的开发环境是64位windows8 Pro,安装了64位jdk1.6,e...
分类:系统相关   时间:2014-05-19 21:50:36    阅读次数:440
/usr/bin/ld: cannot find -lxxx 问题 解决方法总结
最近在做毕设的收尾工作,很多程序都要部署到linux下来运行,遇到了挺多问题,昨天就集中性遇到了 在编译应用时,遇到了/usr/bin/ld: cannot find -lxxx这种情况是系统找不到对应的库文件,其中,-lxxx表示链接库文件 libxxx.so。其命名规则是:lib+库名(即xxx...
分类:其他好文   时间:2014-05-19 21:30:52    阅读次数:226
two sum
Question 1:Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of...
分类:其他好文   时间:2014-05-19 09:35:41    阅读次数:321
VMware常见错误故障排查
1. VMware安装失败 “Failed to create the requested registry key Key:installer Error:1021"1.1. windows7在注册表(cmd--->regedit)中找到HKEY_LOCAL_MACHINE ---> SOFTWA...
分类:其他好文   时间:2014-05-17 15:15:48    阅读次数:259
ORA-00245: control file backup operation failed
今天朋友巡检遇到了ORA-00245的报错,下面来看看MOS关于RAC环境中ORA-00245报错的说明。ORA-245:InRACenvironmentfrom11.2onwardsBackupOrSnapshotcontrolfileneedstobeinsharedlocation(文档ID1472171.1) 修改时间:2013-11-11类型:ALERT InthisDocument Descri..
分类:其他好文   时间:2014-05-16 02:42:46    阅读次数:438
修改及查看mysql数据库的字符集
修改及查看mysql数据库的字符集Liunx下修改MySQL字符集:1.查找MySQL的cnf文件的位置find/-iname‘*.cnf‘-print/usr/share/mysql/my-innodb-heavy-4G.cnf/usr/share/mysql/my-large.cnf/usr/share/mysql/my-small.cnf/usr/share/mysql/my-medium.cnf/usr/share/mysql/my-huge.cn..
分类:数据库   时间:2014-05-16 02:33:28    阅读次数:426
unity3d关于怎样动态改变物体 shader
material=newMaterial(Shader.Find("Custom/Alpha"));material.SetFloat("_Shininess",materialAlpha);voidOnRenderImage(RenderTexturesource,RenderTexturedestination){Graphics.Blit(source,destination,material);}
分类:其他好文   时间:2014-05-16 02:28:04    阅读次数:572
[LeetCode]3Sum
Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives the sum of zero....
分类:其他好文   时间:2014-05-16 01:34:36    阅读次数:293
LeetCode 011 Container With Most Water
【题目】 Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpoints of line i is at (i, ai) and (i, 0). Find two lines, which together with x-axis forms a contain...
分类:其他好文   时间:2014-05-16 01:32:47    阅读次数:406
基于H.264协议的视频传输系统中遇到的问题以及解决办法
问题1、视频压缩解码模块在运用的时候出现错误:解码器再解码第二帧视频图片的时候出现异常 client: ../../decoder/T264dec.c:594:T264dec_decode_nal: Assertion `0' failed. Aborted   对于该问题的分析及解决过程为: 1、  修改数据类型,所有缓存区改为unsigned char类型(原来统一为char 类型)...
分类:其他好文   时间:2014-05-16 01:21:08    阅读次数:792
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!