logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

wget: command not found的两种解决方案

来自: 奇鸟软件 2013-10-17 21:53:05今天安装了centos6.4,wget发现报错command not found,是因为没有安装wget软件包。一般linux最小化安装时,wget不会默认被安装。可以通过以下两种方法来安装:1、rpm 安装rpm 下载源地址:http://mirrors.163

#centos
php输出格式化的json字符串

在php中打印输出一个json字符串时,是没有缩进、换行之类的,看起来很费劲加个<pre>就ok了:echo '<pre>';$res = json_decode($s,true);print_r($res);die;...

ExtJS报错: Failed to execute 'setAttribute' on 'Element': ''' is not a valid attribute name.

Uncaught DOMException: Failed to execute 'setAttribute' on 'Element': ''' is not a valid attribute name.at h.syncContent (http://cxpsi.cn/web/Public/ExtJS/ext-all.js:21:230681)at h.sy...

php中 curl模拟post发送json并接收json(转)

本地模拟请求服务器数据,请求数据格式为json,服务器返回数据也是json. 由于需求特殊性, 如同步客户端的批量数据至云端, 提交至服务器的数据可能是多维数组数据了. 这时需要将此数据以一定的数据编码方式(json格式)来组织并提交.以便服务器很好地处理.客户端curl模拟提交代码.客户端curl模拟提交代码.functionhttp($url,$data= NULL,$js...

mac brew 真强大

mac brew 真强大, 它是一个package manager, 可以安装很多程序,类似于ubuntu的apt-get, centos 的yum它可以安装:wget, glogs, opencv, hdf5, lappy, lmdb 等等例如 brew install homebrew/science/opencv

#ubuntu#opencv
caffe yolov2移植

https://github.com/gklz1982/caffe-yolov2

#caffe
机器学习领域牛B的框架

原文:http://www.oschina.net/news/53818/awesome-machine-learning本列表选编了一些机器学习领域牛B的框架、库以及软件(按编程语言排序)。C++计算机视觉CCV —基于C语言/提供缓存/核心的机器视觉库,新颖的机器视觉库OpenCV—它提供C++, C, Pyt

#机器学习
ubuntu 增加eclipse桌面快捷方式

eclipse安装路径是/opt/eclipse1.终端代码 :sudo gedit /usr/share/applications/eclipse.desktop然后在弹出的文件中输入:[Desktop Entry]Encoding=UTF-8Name=Eclipse PlatformComment=Eclipse IDEExec=/opt/eclipse/eclipse

#ubuntu#eclipse
python利用dlib换脸,亲测可用

#!/usr/bin/python#coding=utf-8# Copyright (c) 2015 Matthew Earl## Permission is hereby granted, free of charge, to any person obtaining a copy# of this software and associated documentation file

#python
    共 15 条
  • 1
  • 2
  • 请选择