码迷,mamicode.com
首页 >  
搜索关键字:shared library    ( 12117个结果
解决Eclipse建立Maven项目后无法建立src/main/java资源文件夹的办法
右键项目->属性->order and export 将JRE System Library提到top,就可以看到src/main/java资源文件夹了。src/main/java,src/test/java/, src/test/resources只有第一个创建时会出现提示, the source...
分类:编程语言   时间:2014-07-15 23:34:16    阅读次数:252
nyar4psg: Cannot find a class or type named "MultiMarker"
Cannot find a class or type named "MultiMarker" 是一种常见错误,产生的原因是Library里面有1个以上的ar库。以我的电脑为例,我装了NyAR2、NyAR4psg,所以运行的时候Processing先搜索NyAR2,结果找不到MultiMarker类...
分类:其他好文   时间:2014-07-15 00:47:37    阅读次数:228
library cache lock和cursor: pin S wait on X等待
1.现象:客户10.2.0.4 RAC环境,出现大量的library cache lock和cursor: pin S wait on X等待,经分析是由于统计信息收集僵死导致的。数据库在8点到9点期间,数据库两个节点都存在明显的cursor: pin S wait on X和library c.....
分类:其他好文   时间:2014-07-14 23:51:12    阅读次数:577
gcc编译参数-fPIC问题 `a local symbol' can not be used when making a shared object;
gcc -shared -o hack.so hack.c/usr/bin/ld: /tmp/ccUZREwA.o: relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object...
分类:其他好文   时间:2014-07-14 19:26:29    阅读次数:1539
微型php框架 library/image.class.php
<?php//验证码类classp_w_picpath{protected$im;protected$img_width;protected$img_height;protected$img_type;//生成随机数staticpublicfunctionrandStr($n=4){if($n<=0){return‘‘;}$str=‘abcdefghijkmnpqrstuvwxyzABCDEFGHIJKMNPQRSTUVWXYZ0123456789‘;$str=substr(st..
分类:Web程序   时间:2014-07-14 12:16:07    阅读次数:287
新版搜索日志记录-持续更新
更新了公司的搜索,写下日志来激励自己!新版搜索新特性:solr版本升级到solr4.8.1中文分词器改用ansj,开源,简洁,强大,无害词库兼顾任意编码格式,不怕乱码分词器和分词词库分离,降低更新分词器版本难度分词器配置统一在library.properties中,在solr/WEB-INF/cla...
分类:其他好文   时间:2014-07-13 08:04:32    阅读次数:268
Xcode常用插件
插件在Xcode中的路径:Macintosh HD > 用户 > xxx > 资源库 > Application Support > Developer > Shared > Xcode > Plug-ins1.BBUDebuggerTuckAway编辑代码时退出控制台2.KSImageNamed使...
分类:其他好文   时间:2014-07-13 00:34:44    阅读次数:182
mindmanager2012打开文件出现runtime error r6025 解决方案
关于mindmanager 2012启动无法运行,提示c++错误 ---------------------------Microsoft Visual C++ Runtime Library---------------------------Runtime Error! Program: D:\Program Files\Mindjet\MindManager 10\MindMan...
分类:其他好文   时间:2014-07-12 20:28:10    阅读次数:295
HDU 1015 Safecracker 题解
Problem Description === Op tech briefing, 2002/11/02 06:42 CST ===  "The item is locked in a Klein safe behind a painting in the second-floor library. Klein safes are extremely rare; most of them,...
分类:其他好文   时间:2014-07-12 19:19:42    阅读次数:303
Arcgis API For Javascript下载与安装
本文以3.9版本为示例1.最新API下载地址:http://support.esrichina-bj.cn/2011/0223/960.html2.解压缩包:arcgis_js_v39_api.zip3.复制解压出来的Library到C:\Inetpub\wwwroot\arcgis_js_api\...
分类:编程语言   时间:2014-07-12 15:54:35    阅读次数:1760
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!