今天主要是上午一、讲了布置下来的作业二、讲了Bar在显示图片的情况中图片下移的状况的改善方法@property (weak, nonatomic) IBOutlet UIScrollView *mySV;- (void)viewDidLoad { [super viewDidLoad]; UI...
分类:
移动开发 时间:
2015-11-11 22:02:15
阅读次数:
276
二维条码/二维码(2-dimensional bar code)QRCode Quick Response Codehttp://qrcode.online/http://qrcode.online/widgethttp://qrcode.online/readerhttp://qrcode.on....
分类:
其他好文 时间:
2015-11-11 16:20:59
阅读次数:
290
iOS6和iOS7在隐藏 Status Bar 三种方式比较: Storyboard 界面上选中UIViewController,最右边Simulated Metrics找到 Status Bar 设定成 None ViewController iOS 6通过[UIApplication sharedApplication] 取得app...
分类:
移动开发 时间:
2015-11-11 11:55:51
阅读次数:
236
Problem DescriptionUniform Resource Identifiers (or URIs) are strings like http://icpc.baylor.edu/icpc/, mailto:foo@bar.org, ftp://127.0.0.1/pub/linux...
分类:
编程语言 时间:
2015-11-10 21:03:38
阅读次数:
434
转自:http://www.cnblogs.com/yc-755909659/p/4290784.html一、ActionBar介绍 在Android 3.0中除了我们重点讲解的Fragment外,Action Bar也是一个非常重要的交互元素,Action Bar取代了传统的tittle bar....
分类:
移动开发 时间:
2015-11-09 18:52:45
阅读次数:
331
iOS 6通过[UIApplication sharedApplication] 取得app的单例,然后调用setStatusBarHidden方法隐藏 Status Bar。iOS 7Info.plist不但要在Info.plist中增加 Status bar is initially hidde...
分类:
移动开发 时间:
2015-11-09 15:16:36
阅读次数:
166
首先需要Scala开发环境的搭建,网上自己找教程。声明常量与变量val foo = 0 // 常量var bar = 0 // 变量 在Scala中,更加鼓励使用val来进行声明,也就是推荐使用常量。在大部分时候不需要分号,看自己便好…虽然是强静态类型的语言,但是却并没有写出类型——这就是类型...
分类:
其他好文 时间:
2015-11-08 19:19:21
阅读次数:
272
Use a process to keep data in physical memory, preventing the system from paging the data to virtual memory on disk. Locking pages in memory may boost...
分类:
其他好文 时间:
2015-11-08 19:17:52
阅读次数:
171
【Matlab开发】matlab中bar绘图设置与各种距离度量标签(空格分隔): 【Matlab开发】 【机器学习】声明:引用请注明出处http://blog.csdn.net/lg1259156776/Matlab Bar图如何为每个bar设置不同颜色data = [3, 7, 5, 2;4, 3, 2, 9;6, 6, 1, 4];
b = bar(data);
使用bar绘制非常直观简单,但有...
分类:
其他好文 时间:
2015-11-08 15:23:02
阅读次数:
2577
Pychart PyChart is a Python library for creating high quality Encapsulated Postscript, PDF, PNG, or SVG charts. It currently supports line plots, bar ...
分类:
其他好文 时间:
2015-11-08 14:58:01
阅读次数:
1436