In part one we showed how to create Openvswitch extension and submit it to Microcore repository. There were also presented after-install steps for Ope...
分类:
移动开发 时间:
2014-06-24 10:17:04
阅读次数:
588
在一个论坛找到一篇不错的文章,share一下。 1,这种转换电路是不是双向使用的,即:RS232接口的设备可以插到PC电脑的USB口,USB接口的设备也可以插到PC电脑的RS232口?2,驱动程序需要自己设计吗?还是可以从网上下载?答:严格地说此类芯片不应叫“USB 转 232 ”芯片,因为它的接口...
分类:
其他好文 时间:
2014-06-24 09:05:11
阅读次数:
216
public static class Extension { #region [编码/解码统一转换] /// /// /// /// /// True为Encode;False为Decode ...
分类:
Web程序 时间:
2014-06-22 23:05:05
阅读次数:
274
一、php配置MySQL
1、将php安装目录下的php_mysql.dll和MySQL安装目录下的libmysql.dll文件拷贝至c:/windows/system32中;
2、配置php.ini
extension=php_gd2.dll
extension=php_mbstring.dll
extension=php_mysql.dll
extension=php_mysq...
分类:
数据库 时间:
2014-06-22 22:52:04
阅读次数:
375
以下内容基于阅读205和217的PDF所做的笔记,没有深入研究。
205 Creating Extensions for iOS and OS X, Part 1
217 Creating Extensions for iOS and OS X, Part 2
Extension有多种,比如Share、Today、照片、输入法等等。
Extension本身不是app,它只是...
分类:
其他好文 时间:
2014-06-22 22:30:15
阅读次数:
272
javaniu用户头像如何实现的啊,能否提供一份代码呢 http://www.zuidaima.com/share/1550463225580544.htm...
分类:
编程语言 时间:
2014-06-22 20:04:11
阅读次数:
163
java commons HttpClient登录oschina http://www.zuidaima.com/share/1550463226612736.htm...
分类:
编程语言 时间:
2014-06-22 19:45:49
阅读次数:
263
谁能提供一份用springmvc+hibernate+jstl写的完整用户注册,登录demo呢 http://www.zuidaima.com/share/1550463226088448.htm...
分类:
编程语言 时间:
2014-06-22 19:11:18
阅读次数:
224
??
Terms and Concepts
术语和概念
A class
is a description of a set of objects that share the same attributes, operations, relationships, and semantics. Graphically, a class is rendered as a rectan...
分类:
其他好文 时间:
2014-06-22 18:34:19
阅读次数:
286
In May 2011, I read a request for installation Openvswitch on Qemu image. I started to play with Openvswitch and finally became fan of this project. I...
分类:
其他好文 时间:
2014-06-21 14:42:43
阅读次数:
400