GUID(Global unique identifier)全局唯一标识符,它是由网卡上的标识数字(每个网卡都有唯一的标识号)以及 CPU 时钟的唯一数字生成的的一个 16 字节的二进制值。GUID 的格式为“xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx”,其中每个 x ...
分类:
数据库 时间:
2016-11-29 19:10:29
阅读次数:
213
UniqueIdentifier 数据类型用于存储GUID的值,占用16Byte。 SQL Server将UniqueIdentifier存储为16字节的二进制数值,Binary(16),按照特定的格式显示,显示的格式是:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx,其中 ...
分类:
其他好文 时间:
2016-11-06 19:53:55
阅读次数:
236
全局唯一标识符(GUID,Globally Unique Identifier)也称作 UUID(Universally Unique IDentifier) 。 GUID是一种由算法生成的二进制长度为128位的数字标识符。GUID 的格式为“xxxxxxxx-xxxx-xxxx-xxxx-xxxx ...
分类:
Web程序 时间:
2016-11-05 12:15:23
阅读次数:
176
UniqueIdentifier 数据类型用于存储GUID的值,占用16Byte。 SQL Server将UniqueIdentifier存储为16字节的二进制数值,Binary(16),按照特定的格式显示,显示的格式是:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx,其中 ...
分类:
其他好文 时间:
2016-10-15 22:24:22
阅读次数:
184
OS: Application.dataPath : Application/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/xxx.app/Data Application.streamingAssetsPath : Application/xxxxxxxx-xxxx-x ...
分类:
编程语言 时间:
2016-09-11 01:24:53
阅读次数:
206
<hr>分割线<div>盒子的使用<strong>字体加粗<br>换行<del>字体删除线<ol>有序列表 - <li><ul>无序列表 - <li><dl>自定义列表 : <dt> <dd>li+*+5+TAB=5个<li><iframe src="xxxxxxxx" frameborder="1 ...
分类:
Web程序 时间:
2016-09-02 00:25:45
阅读次数:
161
遇到的问题 根据新浪微博 SDK 附带的文档接入项目后,在真机运行项目,在调用注册方法时发生崩溃。注册方法代码: 1 [WeiboSDK registerApp: @"xxxxxxxx"]; 崩溃信息打印如下: 1 [__NSDictionaryM weibosdk_WBSDKJSONString] ...
分类:
移动开发 时间:
2016-08-31 07:07:11
阅读次数:
155
1. 在Terminal下载FTP中的文件 https://www.howtoforge.com/tutorial/how-to-use-ftp-on-the-linux-shell/ lcd /Users/luke/Desktop get xxxxxxxx https://www.cs.colos ...
分类:
其他好文 时间:
2016-08-26 13:52:26
阅读次数:
426
http://blog.csdn.net/pkigavin/article/details/8583537 最近在研究Android 2.3.3源代码的C/C++层,需要对代码进行一些调试,但是奇怪的是,直接添加LOGD("XXXXXXXX");,使用logcat却看不到任何输出,换成LOGI、LO ...
分类:
移动开发 时间:
2016-08-18 19:44:52
阅读次数:
151
1. 先到http://www.ngrok.cc/下载客户端 2.进管理页面 注册登录 3.绑定域名 新增: 复制客户端id 打开该目录 按住shift 右键-》在此处打开命令窗口 输入 start /b sunny.exe clientid xxxxxxxx(客户端id) ...
分类:
其他好文 时间:
2016-08-01 15:28:06
阅读次数:
137