08 2013 档案

IP Camera Something
摘要:ONVIF Device Managerhttp://sourceforge.net/projects/onvifdm/http://synesis.ru/products/menedzher-ustrojstv-onvifhttp://www.live555.com/Blogshttp://blog.csdn.net/ghostyu/article/category/1266780/1 阅读全文

posted @ 2013-08-24 13:02 androidme 阅读(157) 评论(0) 推荐(0) 编辑

FastCGI
摘要:http://www.fastcgi.com/ 阅读全文

posted @ 2013-08-16 21:52 androidme 阅读(105) 评论(0) 推荐(0) 编辑

[转]如何烧录tizen镜像文件?(图文教程)
摘要:http://blog.csdn.net/flydream0/article/details/9179143上一篇文章我已讲过如何制作镜像文件(http://blog.csdn.net/flydream0/article/details/9163119),这一章我将继续讲解将生成的镜像文件烧录到设备中,并运行tizen操作系统.1 烧录方法的主要思想概述本文所讲述的烧录主要是基于从U盘启动,在U盘启动的系统如Ubuntu下进行命令行操作,将镜像文件复制到硬盘(通过dd或bmaptool工具)来实现的。2 烧录前准备工作在烧录前得准备两项工作:1> 准备一个启动盘(用U盘制作),里边带Ub 阅读全文

posted @ 2013-08-16 21:49 androidme 阅读(563) 评论(0) 推荐(0) 编辑

[转]如何制作tizen镜像文件(图文教程)?
摘要:http://blog.csdn.net/flydream0/article/details/9163119之前已讲解了如何下载及编译tizen源码(http://blog.csdn.net/flydream0/article/details/9004746),接下来我将讲解如下将制作镜像文件。1 安装mic工具tizen是使用MIC工具来制作其镜像文件的,因此我们首先得安装它。[plain] view plaincopy$sudoapt-getinstallmic查看MIC工具的当前版本:[plain] view plaincopy$mic--versionmic0.19.1(Ubuntu1 阅读全文

posted @ 2013-08-16 20:06 androidme 阅读(603) 评论(0) 推荐(0) 编辑

[转]如何下载tizen源码(图文教程)?
摘要:http://blog.csdn.net/flydream0/article/details/8996654当前tizen发布的最新源码版本是2.1,本文将以图文教程讲述如何下载tizen源码,关于如何编译后述文章将讲解。1 注册及设置gerrit1.1注册邮箱首先打开https://source.tizen.org/,在右上角点击注册一个你的用户,成功注册好后,再点击https://review.tizen.org/gerrit登陆gerrit,将出现如下界面:以之前注册好的用户名以密码登陆。注:tizen源码是用gerrit来管理的。登陆后的界面如下:点 击右上角的Settings,然后在 阅读全文

posted @ 2013-08-16 20:03 androidme 阅读(436) 评论(0) 推荐(0) 编辑

[转]如何编译tizen源码(图文教程)?
摘要:http://blog.csdn.net/flydream0/article/details/9004746前一篇文章已经介绍了如何下载tizen源码(http://blog.csdn.net/flydream0/article/details/8996654),下面我将继续讲述如何编译源码.1 下载安装gbs编译工具tizen源码是用gbs工具进行编译的,因此我们首先得将此工具下载下来,并且设置好。下面以Ubuntu12.04版本为例.1.1 添加gbs的源用vim打开source.list文件:[plain] view plaincopy$sudovim/etc/apt/sources.l 阅读全文

posted @ 2013-08-16 19:57 androidme 阅读(560) 评论(0) 推荐(0) 编辑

uclibc,eglibc,glibc之间的区别和联系
摘要:http://bbs.chinaunix.net/thread-3762882-1-1.html1.Glibcglibc = GNU C Library是GNU项(GNU Project)目,所实现的 C语言标准库(C standard library)。目前,常见的桌面和服务器中的GNU/Linux类的系统中,都是用的这套C语言标准库。其实现了常见的C库的函数,支持很多种系统平台,功能很全,但是也相对比较臃肿和庞大。2.uClibc一个小型的C语言标准库,主要用于嵌入式。其最开始设计用于uClinux(注:uClinux不支持MMU),因此比较适用于微处理器中。对应的,此处的u意思是μ,Mi 阅读全文

posted @ 2013-08-15 10:30 androidme 阅读(573) 评论(0) 推荐(0) 编辑

Create a Bootable MicroSD Card
摘要:http://gumstix.org/create-a-bootable-microsd-card.html Create a Bootable MicroSD CardBeginnersNote: The following instructions are intended for experienced Gumstix users. Beginners are recommended to use Linaro or Sakoman's daily GNOME builds.Supported MMC/SD CardsGumstix DuoVero COMs and Overo 阅读全文

posted @ 2013-08-15 10:27 androidme 阅读(565) 评论(0) 推荐(0) 编辑

[Tizen]Creating a Tizen Platform Image from Scratch through Local Build
摘要:https://source.tizen.org/documentation/developer-guide/creating-tizen-platform-image-scratch-through-local-buildhttp://download.tizen.org/misc/media/ 阅读全文

posted @ 2013-08-15 10:23 androidme 阅读(170) 评论(0) 推荐(0) 编辑

OpenSSL加解密
摘要:http://www.caole.net/diary/des.htmlTable of ContentsOpenSSL - DES Summary DES使用的例子 另一个带注释的例子 另一段Code: OpenSSL - DESSummaryThis library contains a fast implementation of the DES encryption algorithm.There are two phases to the use of DES encryption.The first is the generation of a DESkeyschedule from 阅读全文

posted @ 2013-08-13 12:56 androidme 阅读(603) 评论(0) 推荐(0) 编辑

Nginx+FastCGI+C
摘要:http://flandycheng.blog.51cto.com/855176/858946http://www.cnblogs.com/xiaouisme/archive/2012/08/01/2618398.htmlhttp://www.myhack58.com/Article/60/63/2010/28568.htm 阅读全文

posted @ 2013-08-11 00:32 androidme 阅读(161) 评论(0) 推荐(0) 编辑

Tizen Sample Web Applications
摘要:https://developer.tizen.org/downloads/sample-web-applicationshttps://01.org/html5webapps/webapps 阅读全文

posted @ 2013-08-10 13:51 androidme 阅读(153) 评论(0) 推荐(0) 编辑

Linux下RPM软件包的安装及卸载
摘要:http://os.51cto.com/art/201001/177866.htm在 Linux 操作系统下,几乎所有的软件均通过RPM 进行安装、卸载及管理等操作。RPM 的全称为Redhat Package Manager ,是由Redhat 公司提出的,用于管理Linux 下软件包的软件。Linux 安装时,除了几个核心模块以外,其余几乎所有的模块均通过RPM 完成安装。RPM 有五种操作模式,分别为:安装、卸载、升级、查询和验证。RPM 安装操作命令:rpm -i 需要安装的包文件名举例如下:rpm -i example.rpm 安装 example.rpm 包;rpm -iv exa 阅读全文

posted @ 2013-08-10 13:19 androidme 阅读(253) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示