这条博客基于Bo Qian的YouTube教学教程总结而成,大家可以在YouTube上找到该教程,这里做一个心得总结。这部分,总结一下对const的认识:学过C++的都知道,C++中的const用于修饰常量,也就意味着不可改变,你以为就是这么简单了,但是实际中const可以玩出很多花样:1. con...
分类:
编程语言 时间:
2015-12-17 22:26:05
阅读次数:
231
a)DS4700存储日志收集 1)收集all support data 1.1、启动客户端”DS Storage manger 10 client”添加控制器IP”192.168.128.101、192.168.128.102“ 1.2、打开菜单Advance-->troubleshooting--...
分类:
其他好文 时间:
2015-12-03 00:13:53
阅读次数:
662
DescriptionOne of the most popular attractions at the county fair is the climbing wall. Bessie wants to plan her trip up the wall in advance and needs...
分类:
其他好文 时间:
2015-12-01 23:05:56
阅读次数:
274
Advance(i, n) increments the iterator i by the distance n. If n > 0 it is equivalent to executing ++i n times, and if n 0,那么advance(i, n)等价于执行++i操作n次,...
分类:
其他好文 时间:
2015-11-20 16:57:05
阅读次数:
159
最近看了一些关于分享自媒体的代码,最后在在项目中使用了百度的分享代码,百度分享的代码格式,如下 通过config,可以对分享链接、分享图片、分享描述、分享渠道等信息进行配置。具体可以参考百度分享代码的文档http://share.baidu.com/code/advance#config我这边...
分类:
移动开发 时间:
2015-11-15 13:32:15
阅读次数:
450
MSTICK - Wooden SticksThere is a pile of n wooden sticks. The length and weight of each stick are known in advance. The sticks are to be processed b.....
分类:
编程语言 时间:
2015-11-09 07:02:14
阅读次数:
281
Wooden SticksTime Limit: 2 Seconds Memory Limit: 65536 KBThere is a pile of n wooden sticks. The length and weight of each stick are known in advance....
分类:
编程语言 时间:
2015-11-09 01:43:06
阅读次数:
227
String Function包括lr_advance_param指向参数文件中参数的下一个值。lr_convert_string_encoding将字符串转换为其他编码。lr_decrypt解密加密后的字符串。lr_eval_string更新argument的内嵌parameter值后,返回字符串...
分类:
其他好文 时间:
2015-10-30 14:00:45
阅读次数:
183
在stl的算法中,我们的希望往往是根据不同的迭代器类型进行不同的更有效率的操作: 1 template 2 void advance(IterT iter, DistT dis) 3 { 4 if(iter is a random access iterator) 5 ite...
分类:
其他好文 时间:
2015-10-18 18:23:41
阅读次数:
245
> 注意:本人水平有限,如有错误,请说下哈> >注意:advance的使用,在xcode 7beta版 跟 xcode 7.0.1 (7的正式版,我没用)是不一样的###前奏,在使用`Mirror`之前我们先建立一个对象,方便测试!创建Person.swift,文件内容如下:```import UI...
分类:
其他好文 时间:
2015-10-16 14:50:22
阅读次数:
240