搜索资源列表
ccUuid
- C++,根据网卡自动生成UUID,全局唯一,可以作为数据库表的主键主使用-C++, according to the network card automatically generated UUID globally unique and can be used as the main use of the database table primary key
gen_uuid_nt
- gen_uuid_nt.c -- Use NT api to generate uuid for Linux.
resolve
- resolve.c - resolve names and tags into specific devices.Find a tagname (e.g. LABEL or UUID) on a specific device.
parse
- parse.c - UUID parsing.This example maintains the frame number passed on the command line in the `update_frame_num` variable. -parse.c - UUID parsing.This example maintains the frame number passed on the command line in the `update_frame_num` vari
ipt_dccp
- parse.c - UUID parsing for linux Device Driver. -parse.c - UUID parsing for linux Device Driver.
istream
- parse.c - UUID parsing Kernel Device Driver for linux v2.13.6. -parse.c - UUID parsing Kernel Device Driver for linux v2.13.6.
base64
- Base64是网络上最常见的用于传输8Bit字节码的编码方式之一,Base64就是一种基于64个可打印字符来表示二进制数据的方法。可查看RFC2045~RFC2049,上面有MIME的详细规范。 Base64编码是从二进制到字符的过程,可用于在HTTP环境下传递较长的标识信息。例如,在Java Persistence系统Hibernate中,就采用了Base64来将一个较长的唯一标识符(一般为128-bit的UUID)编码为一个字符串,用作HTTP表单和HTTP GET URL中的参数。在其他