摘要:
原题链接:http://acm.hdu.edu.cn/showproblem.php?pid=1501 一:原题内容 Problem Description Given three strings, you are to determine whether the third string can 阅读全文
posted @ 2017-06-18 10:27
blfbuaa
阅读(127)
评论(0)
推荐(0)
摘要:
数组初始化基本的语法:[value 1, value2, value 3] var shoppingList: String[] = ["Eggs","Milk"]数组追加元素 append 函数追加 或通过+操作符var shoppingList: String[] = ["Eggs", "Mil 阅读全文
posted @ 2017-06-18 10:13
blfbuaa
阅读(127)
评论(0)
推荐(0)
摘要:
近日学习ATL,通过对宏定义offsetofclass的解惑过程。顺便分析下虚函数表,以及通过虚函数表调用函数的问题。 1 解开ATL中宏定义offsetofclass的疑惑 #define _ATL_PACKING 8 #define offsetofclass(base, derived) (( 阅读全文
posted @ 2017-06-18 10:12
blfbuaa
阅读(305)
评论(0)
推荐(0)
摘要:
UITableView以style:UITableViewStylePlain方式创建时。仅仅要有cell,就会有一条黑线 哪怕至于一个cell也会有,如图在网上找了集中方法,都不好使,比方http://blog.csdn.net/l_ch_g/article/details/9290727,中的两 阅读全文
posted @ 2017-06-18 08:42
blfbuaa
阅读(768)
评论(0)
推荐(0)