码迷,mamicode.com
首页 >  
搜索关键字:make: command not fo    ( 1841个结果
[leetcode]Rotate Image @ Python
原题地址:https://oj.leetcode.com/problems/rotate-image/题意:You are given annxn2D matrix representing an image.Rotate the image by 90 degrees (clockwise).Fo...
分类:编程语言   时间:2014-09-14 02:29:46    阅读次数:245
Path Sum
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:其他好文   时间:2014-09-13 20:04:45    阅读次数:278
http过程
当在浏览器里输入URL地址时,http的通讯过程:1)连接DNS解析:URL——>DNS服务器(找到返回其ip,否则继续将DNS解析请求传给上级DNS服务器)Socket连接:通过IP和端口连接,若URL里不包含端口,则使用默认端口。2)请求向web服务器发送请求:Get路径/文件名Post用于fo...
分类:其他好文   时间:2014-09-13 12:00:45    阅读次数:106
要学习的知识
前台网页Javascript DOM XML JSonAjax后台数据库oracleSQL Server系统架构Web Service ---RESTful (SOAP WEB技术HTMLXHTML?HTML 5?CSS?TCP/IPXMLXML?XSL?XSLT?XSL-FO?XPath?XP.....
分类:其他好文   时间:2014-09-12 10:03:33    阅读次数:132
移植OpenCV-2.4.5编译成功
以前移植过的版本是2.0.0,现在想移植2.4.5,以前编译的时候感觉没有问题,参照这篇文章: http://blog.csdn.net/b5w2p0/article/details/8976665 整体过程没有问题,可是在编译2.4.5的过程中问题产生了: 先是: /usr/lib/libImath.so: could not read symbols: File in wrong fo...
分类:其他好文   时间:2014-09-11 20:58:02    阅读次数:238
在centos 6.5 在virtual box 上 安装增强版工具
centos 6.5 在virtual box 上 安装增强版工具: 出现:centos unable to find the source of your current linux kernelIs it too late to contribute to this thread? I fo.....
分类:其他好文   时间:2014-09-11 19:10:42    阅读次数:160
HDU 1532 Drainage Ditches (网络流)
A -Drainage DitchesTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uDescriptionEvery time it rains on Farmer John's fields, a pond fo...
分类:其他好文   时间:2014-09-11 19:05:52    阅读次数:195
函数查询(Function Query)
函数查询 可以利用 numeric字段的值 或者 与字段相关的的某个特定的值的函数,来对文档进行评分。1. 使用函数查询的方法这里主要有三种方法可以使用函数查询,这三种s方法都是通过solr http接口的。1) 使用FunctionQParserPlugin。ie: q={!func}log(fo...
分类:其他好文   时间:2014-09-09 19:52:39    阅读次数:241
Path Sum <leetcode>
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:其他好文   时间:2014-09-09 15:11:38    阅读次数:140
Longest Substring Without Repeating Characters
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:其他好文   时间:2014-09-09 11:49:38    阅读次数:167
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!