环境:ubuntu_server 1210目的:构建web版hello world程序参考链接:http://roberto-aloi.com/blog/2013/07/13/create-deploy-erlang-cowboy-application-heroku/1.使用rebar 构建一个项...
分类:
Web程序 时间:
2014-06-26 16:11:10
阅读次数:
339
安卓的特点开放性平等性无界性方便性硬件的丰富性Android操作系统之中,一共将体系结构划分为四层:应用层(Application)、应用框架层(Application Framework)、系统运行库层以及Linux内核层Android应用程序框架在进行Android软件开发中,开发者所开发的An...
分类:
移动开发 时间:
2014-06-26 15:06:14
阅读次数:
265
Xamarin.Forms 把XAML (Extensible Application Markup Language, XAML) 带进了ios,android的界面开发,也就使得使用Xamarin 做移动开发的代码重用率进一步提高.
分类:
移动开发 时间:
2014-06-26 14:52:40
阅读次数:
229
网上很多要修改.class .project的比较麻烦有时候还不一定管用。下面的方法适合于项目用已经引用了jar,但是运行时却ClassNotFound,请用如下方法试试:
严重: Error configuring application listener of class org.springframework.web.context.ContextLoaderL...
分类:
编程语言 时间:
2014-06-26 14:25:32
阅读次数:
228
Silverlight是创建动态的引人的RIAs(Rich Internet Application)的新方法。这里教你创建简单的Silverlight应用程序。...
分类:
Web程序 时间:
2014-06-26 13:27:44
阅读次数:
278
$mimes = array( 'hqx' => 'application/mac-binhex40', 'cpt' => 'application/mac-compactpro', 'csv' => array('text/x-comma-separated-values', 'text/comm...
oacore的application log报broken pipe...
分类:
移动开发 时间:
2014-06-26 11:28:58
阅读次数:
508
在上一篇中testpmd程序已经测试成功的情况下,来到examples/ipvr_frag目录中。
确认环境变量RTE_SDK、RTE_TARGET都正确,执行make。
一、一个逻辑核(lcore)处理一个端口(port)
./build/app/ipvr_frag -c 0x1 -n 4 -- -p 0x1 默认是一个队列
下图是官方对参数p、q的说明文档截图
运行结果如下图...
分类:
移动开发 时间:
2014-06-26 10:27:38
阅读次数:
314
myeclipse下的svn插件无法直接去修改已经保存的帐号,需要我们去系统目录中删掉一些保存的信息。
针对windows在系统盘的一般为: C:\Documents and Settings\Administrator\Application Data\Subversion\auth\ 文件夹中,把里面的所有文件删除,重新同步更新提交即可。...
分类:
系统相关 时间:
2014-06-26 07:53:39
阅读次数:
263
// ConsoleApplication3_6_23.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
#include
using namespace std;
using namespace cv;
Mat src,dst,gray;
int pro_typ...
分类:
其他好文 时间:
2014-06-26 06:46:25
阅读次数:
315