码迷,mamicode.com
首页 >  
搜索关键字:unknown    ( 2155个结果
uva 11624 Fire!(BFS)
Fire! Time Limit: 1000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu Submit Status Description Problem B: Fire! Joe works in a maze. Unfortunately, portio...
分类:其他好文   时间:2015-01-04 10:14:02    阅读次数:221
UVA - 11078 - Open Credit System (高效算法的应用!!)
UVA - 11078 Open Credit System Time Limit: 3000MS Memory Limit: Unknown 64bit IO Format: %lld & %llu Submit Status Description Problem E Open Credit System Input: Stan...
分类:编程语言   时间:2015-01-04 10:07:07    阅读次数:276
windows下postgresql安装失败解决方法:无法运行getlocales.exe
今天要安装postgresql但是安装的时候出现错误Unknown error while running C:\Users\jinjin\AppData\Local\Temp\postgresql_installerxxxxxxx\getlocales.exe网上百度对这个问题搜了一下只有3个链接...
分类:数据库   时间:2015-01-02 16:00:30    阅读次数:926
LeetCode: Search in Rotated Sorted Array 解题报告
Search in Rotated Sorted ArraySuppose a sorted array is rotated at some pivot unknown to you beforehand.(i.e.,0 1 2 4 5 6 7might become4 5 6 7 0 1 2)....
分类:其他好文   时间:2015-01-01 21:09:31    阅读次数:234
leetcode 153: Find Minimum in Rotated Sorted Array
Find Minimum in Rotated Sorted Array Total Accepted: 21207 Total Submissions: 65855 Suppose a sorted array is rotated at some pivot unknown to you beforehand. (i.e., 0 1 2 4 5 6 7 might bec...
分类:其他好文   时间:2014-12-30 07:06:33    阅读次数:166
AIX-vi操作-提示Unknown terminal type的问题解决方法
AIX-vi操作-提示Unknown terminal type的问题解决方法AIX Version 5.3$ vi /etc/profilelinux: Unknown terminal type[Hit return to continue] :q!I don't know what kind ...
分类:其他好文   时间:2014-12-26 12:52:57    阅读次数:984
adb server无法启动方法,结束占用端口的进程
adb server is out of date. killing...ADB server didn't ACK* failed to start daemon *error: unknown host service使用adb时,若出上面的错,使用adb kill-server是没有用的,因为...
分类:数据库   时间:2014-12-24 19:52:59    阅读次数:311
UVA - 264 - Count on Cantor (Cantor的数表!)
UVA - 264 Count on Cantor Time Limit: 3000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu Submit Status Description  Count on Cantor  ...
分类:其他好文   时间:2014-12-24 13:30:37    阅读次数:140
接口服务错误管理(将错误堆栈返回给请求)的实现
在提供服务的时候,为了方便排查问题,很多时候我们需要把错误信息放在返回信息中返回给请求。 闲话不多说,分享下我的一个错误信息管理类ZSGErrorManage: 错误code: public static enum ERRORCODE{ ERROR_OK, ERROR_OTHER, ERROR_PARAM_ILLEGALITY, ERROR_UNKNOWN; } 获取...
分类:其他好文   时间:2014-12-24 11:51:39    阅读次数:106
Java获取真实的IP地址--转载
// 获取真实IP的方法() public String getIpAddr() { String ip = request.getHeader("x-forwarded-for"); if (ip == null || ip.length() == 0 || "unknown".equals...
分类:编程语言   时间:2014-12-23 17:05:21    阅读次数:214
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!