转自http://blog.csdn.net/itpeng523/article/details/24315541刚刚进入ios开发行业,发现开发中要用到大量的block回调,由此可见它的重要性。学习它之前我也是网上找的资料,推荐这篇文章http://blog.csdn.net/mobancheng...
分类:
其他好文 时间:
2015-03-03 18:30:43
阅读次数:
151
//回顶部页面元素: //悬浮二维码返回顶部在线咨询扫二维码Css样式: /*新增侧边浮动快捷框样式sta*/.suspension{position:fixed;right:10px;bottom:90px;z-index:9999;}.suspensionli{width:39px;height...
分类:
其他好文 时间:
2015-03-03 18:28:50
阅读次数:
304
BeagleBone Black项目实训手册(大学霸内部资料)
分类:
其他好文 时间:
2015-03-03 18:28:22
阅读次数:
224
/** * 判断最后listView中最后一个item是否完全显示出来 * listView 是集合的那个ListView * @return true完全显示出来,否则false */ protected boolean isLastItemVisi...
分类:
其他好文 时间:
2015-03-03 18:27:01
阅读次数:
107
A. Counterexample题意:给出l,r,找出使得满足l 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 8 typedef long long LL; 9 10 LL gcd...
分类:
其他好文 时间:
2015-03-03 18:28:25
阅读次数:
111
深秋时节 树叶早已落光 一阵微风吹过 卷起地面上几片落叶 四处飘荡 好像一只只 蝴蝶随风起舞林子的的尽头有一家小酒馆,酒馆内陈设极为简陋,唯一的特点就是从酒馆内飘出的酒香十分迷人。云铿是个男人,是个爱喝酒的男人。此刻他正坐在这家酒馆内,慢慢品尝着这人间极品。酒馆...
分类:
其他好文 时间:
2015-03-03 18:27:57
阅读次数:
134
function F1() {} F1.prototype.sayHello = function(){ alert("I'm a superman."); } function f2(skill){ ...
分类:
其他好文 时间:
2015-03-03 18:26:04
阅读次数:
141
1. 请回答,32位和64位有什么区别呢?什么时候安装32位的,又什么时候安装64位操作系统呢?如何查看系统是32位的还是64位的? 对服务器而言,64位操作系统与32位操作系统最大的区别在于对内存的支持不同,64位操作系统支持大于4GB的内存,而32位的操作系统是不支持超过4GB内存的。另一方面....
分类:
其他好文 时间:
2015-03-03 18:26:32
阅读次数:
118
Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists. 水题,注意 du...
分类:
其他好文 时间:
2015-03-03 18:25:00
阅读次数:
112
dom4j读写,用dom4j更改xml文件的数据实际是一个查询更新的过程。import java.io.File;import java.io.FileWriter;import java.util.Iterator;import org.dom4j.Document;import org.dom4...
分类:
其他好文 时间:
2015-03-03 18:27:18
阅读次数:
119
+(NSString *)getWeekday{ NSDate *date = [NSDate date]; NSDateComponents *componets = [[NSCalendar autoupdatingCurrentCalendar] components:NSWeek...
分类:
其他好文 时间:
2015-03-03 18:26:17
阅读次数:
176
ArbitrageTime Limit:1000MSMemory Limit:65536KTotal Submissions:16652Accepted:7004DescriptionArbitrage is the use of discrepancies in currency exchange...
分类:
其他好文 时间:
2015-03-03 18:27:07
阅读次数:
178
练习了for循环、while等等!一、打印菱形: Console.Write("请输入一个数"); int n = Convert.ToInt32(Console.ReadLine()); for (int i = 1; i 30&&n50) // { // m = m + 10; // ...
分类:
其他好文 时间:
2015-03-03 18:26:39
阅读次数:
158
网上能搜到很多此类的资料,但都是互相转载,不太起作用。这几天写个用到,用了不少的iframe效果。结果发现iframe有缓存的问题。网上提供了思路,即对iframe的href后添加随即get值,来逃避iframe的缓存。所以干脆直接对指向iframe的添加 js:onClick="javascrip...
分类:
其他好文 时间:
2015-03-03 18:25:56
阅读次数:
130
TdxMemData控件可以把DataSet数据库保存在内存中,并显示在TdxDBGrid上,而通过dxmdt1.FieldByName('字段').value得到当前光标所在值。通过while遍历 整个数据集中的值。如此可以在内存中先操作数据然后再用sql语句提交到数据库,通常对一条记录都有增删....
分类:
其他好文 时间:
2015-03-03 18:26:25
阅读次数:
118
参考:http://blog.csdn.net/liuhe688/article/details/6955668 博文下面部分下面我将会举几个常见的例子加深一下大家对广播的理解和应用:1.开机启动服务我们经常会有这样的应用场合,比如消息推送服务,需要实现开机启动的功能。要实现这个功能,我们就可以订阅...
分类:
其他好文 时间:
2015-03-03 18:22:14
阅读次数:
181
References:https://community.flexerasoftware.com/showthread.php?182791-Replace-a-single-file-embedded-in-an-MSIWindows Installer Scripting ExamplesWiF...
分类:
其他好文 时间:
2015-03-03 18:22:42
阅读次数:
115