码迷,mamicode.com
首页 >  
搜索关键字:error geoip library.    ( 38817个结果
[转]MAC下JDK版本的切换
系统里之前先安装里jdk6的,后台又装里7,安装完成后,java -version 版本是7, 导致我eclipse打不开,一开始的做法是,把7的版本给删除掉。删除的方法也很简单,在命令行中到 /Library/Java/JavaVirtualMachines 这个目录下,删除对应的jdk就可以了。...
分类:其他好文   时间:2014-06-06 14:18:14    阅读次数:210
C 语言静态链表实现
C 语言静态链表实现可运行源代码staticlink.h#include #include #define OK 1#define TRUE 1#define FALSE 0#define ERROR 0#define MAX_SIZE 100 typedef int Status;typed...
分类:其他好文   时间:2014-06-06 14:14:15    阅读次数:220
ATL错误处理
_com_issue_error(HRESULT x)throw a _com_error object 1 try 2 { 3 HRESULT hr; 4 ... 5 if (FAILED(hr)) 6 _com_issue_error(hr); ...
分类:其他好文   时间:2014-06-06 11:44:29    阅读次数:199
Oracle 11g 错误:ORA-28002: the password will expire within 7 days 解决方法
ERROR:ORA-28002: the password will expire within 7 days错误是提示password快过期了,有两个办法解决问题。一. 改动已经报错用户的password已经被报告了password快要过期的账户必须再改一次password(须要DBA权限)以sy...
分类:数据库   时间:2014-06-06 10:34:50    阅读次数:289
多线程.NET条码读写控件自动检测条码的方位条形码控件VintaSoftBarcode
VintaSoftBarcode.NET Library 条形码控件是一个完美的条码读写.NET 库,支持从数码图片读取条码或者生成数码图片条码。具体功能:支持多线程支持创建条码图片支持为生成的条码指定大小和分辨率拥有许多选项控制条码创建支持从图片对象、图片文件、和PDF文档读取条码编程环境:.NE...
分类:编程语言   时间:2014-06-06 08:30:15    阅读次数:287
unrecognized selector sent to instance
[iOS] Error Fixed : [__NSArrayI addObject:]: unrecognized selector sent to instance当我创建了一个NSMutableArray 对象的时候@property(nonatomic,copy)NSMutableArray*...
分类:其他好文   时间:2014-06-06 08:18:29    阅读次数:291
使用 symbolicatecrash转化crash日志
查看crash日志的步骤:1.找到xcode自带的文symbolicatecrash,路径是/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFramewor...
分类:其他好文   时间:2014-06-06 07:32:04    阅读次数:327
Machine Learning Done Wrong【转】
1. Take default loss function for grantedMany practitioners train and pick the best model using the default loss function (e.g., squared error). In pr...
分类:其他好文   时间:2014-06-05 21:54:12    阅读次数:487
pdf2swf 转换时报错。This file is too complex to render- SWF only supports 65536 shapes at once
在使用swftools转换pdf 到swf的时候报错,有如下说明:if the pdf contains too many images / shapes, pdf2swf will fail with this error :ERROR Thisfileistoocomplextorender-S...
分类:其他好文   时间:2014-06-05 21:24:54    阅读次数:310
开源免费的C/C++网络库(c/c++ sockets library)
(1)ACE庞大、复杂,适合大型项目。开源、免费,不依赖第三方库,支持跨平台。http://www.cs.wustl.edu/~schmidt/ACE.html(2)AsioAsio基于Boost开发的异步IO库,封装了Socket,简化基于socket程序的开发。开源、免费,支持跨平台。http:...
分类:编程语言   时间:2014-06-05 21:02:46    阅读次数:336
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!