03 2015 档案
摘要:侧方位停车技巧图解,对很多开车新手来说,停车是件麻烦事儿,今天世界工厂汽车网小编为大家侧方位停车技巧图解,来通过侧方位停车技巧图解和视频来学习下侧方位停车技巧,解决掉这件头疼的问题。 对很多新手而言,马路边的侧方停车简直就是噩梦,方向盘揉烂了都停不进去,很多时候还要听着后面车辆不耐烦的喇叭声,手忙...
阅读全文
摘要:http://www.opencv.org.cn/opencvdoc/2.3.2/html/doc/tutorials/tutorials.html
阅读全文
摘要:>, 布拉德斯基 (Bradski.G.) (作者), 克勒 (Kaehler.A.) (作者), 这本书一定要第二版的,因为第二版的讲的才是opencv2.0,第一版的是opencv1.0。第二版大概在2015年7月份出来。Image Processing,Analysis,and Mac...
阅读全文
摘要:http://blog.cnbluebox.com/blog/2014/07/01/cocoashen-ru-xue-xi-nsoperationqueuehe-nsoperationyuan-li-he-shi-yong/目前在 iOS 和 OS X 中有两套先进的同步 API 可供我们使用:NS...
阅读全文
摘要:http://mp.weixin.qq.com/s?__biz=MzA4NTQzNTMwOA==&mid=201174413&idx=3&sn=c3fe5b3459bac288e8ecafc9fb038a1d&scene=2&from=timeline&isappinstalled=0#rd移动ap...
阅读全文
摘要:http://www.cocoachina.com/bbs/read.php?tid-15963.html版权声明此文版权归作者Vince Yuan (vince.yuan#gmail.com)所有。欢迎非营利性转载,转载时必须包含原始链接http://vinceyuan.cnblogs.com/,...
阅读全文
摘要:It tells the compiler that any variable marked by it must be treated in a special way when it is used inside a block. Normally, variables and their co...
阅读全文
摘要:http://stackoverflow.com/questions/5361369/uiview-frame-bounds-and-centerSince the question I asked has been seen many times I will provide a detailed...
阅读全文
摘要:http://stackoverflow.com/questions/14207960/arc-bridge-modifiers-demystifiedBecause I learned what they were and how they operated just recently, I wa...
阅读全文
摘要:两把钥匙,将不带遥控的插入转到1档,然后用手按住遥控钥匙任意按钮,快速转动钥匙从1档到2档,这有来回4次拔出即可重新设置,我遇到过一次自己解决的。两把钥匙配合比较好,网上很多都是用遥控钥匙直接搞,这样对速度要求比较高。最后要指出,6s转4次,动作是要快点。转完会有“嘟”的一声。紧接着在10s内拔出钥...
阅读全文
摘要:ASK:Can you guide me how to properly link static library to iphone project. I use staic library project added to app project as direct dependency (tar...
阅读全文
摘要:https://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/DynamicLibraries/100-Articles/DynamicLibraryDesignGuidelines.htmlSpeci...
阅读全文
摘要:Linux命令行吸引了大多数Linux爱好者。一个正常的Linux用户一般掌握大约50-60个命令来处理每日的任务。Linux命令和它们的转换对于Linux用户、Shell脚本程序员和管理员来说是最有价值的宝藏。有些Linux命令很少人知道,但不管你是新手还是高级用户,它们都非常方便有用。 少有人知
阅读全文
摘要:https://developer.apple.com/downloads/
阅读全文
摘要:弹出框:https://github.com/jmascia/KLCPopuphttps://github.com/m1entus/MZFormSheetControllerhttp://stackoverflow.com/questions/16230700/display-uiviewcontr...
阅读全文
摘要:博客园:http://www.cnblogs.com 农民伯伯: http://www.cnblogs.com/over140版本 新浪微博 weibo_10235010.apk正文 一、效果图 红色部分是本文要实现的目标。 二、实现 maintabs.xml ...
阅读全文
摘要:Eclipse offers an integrated development environment having an extensible plug-in system. This enables Eclipse to provide all functionality on the top...
阅读全文
摘要:原文:http://www.fromdev.com/2012/01/25-best-free-eclipse-plug-ins-for-java.html"工欲善其事, 必先利器". 这里列举了25个常用的提高Java程序员开发效率的Eclipse插件. StackOverflow上也有两个类似的"...
阅读全文
摘要:viPlugin 2.11.0AnyEdit Tools 2.4.4EclipseColorer 0.8.0PyDev – Python IDE for Eclipse 2.7.5MoreUnit 3.0.0.01JAutodoc 1.10.0Maven Integration for Eclips...
阅读全文
摘要:Eclipse Web Tools Platform(WTP)地址:http://download.eclipse.org/webtools/WTP十分强大,支持HTML, JavaScript, XML, JSP,支持语法着色,代码提示,代码折叠等,以及其它一堆JavaEE相关的功能。Web开发必...
阅读全文
摘要:Hugging => content does not want to growCompression Resistance => content does not want to shrink
阅读全文
摘要:UIButton *checkbox;BOOL checkBoxSelected;checkbox = [[UIButton alloc] initWithFrame:CGRectMake(x,y,20,20)// 20x20 is the size of the checckbox that yo...
阅读全文
摘要:1, use prepareForSegue:- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender{ RWTDetailViewController *detailController =segue.desti...
阅读全文
摘要:The storyboard ID is a String field that you can use to create a new ViewController based on that storyboard ViewController. An example use would be f...
阅读全文
摘要:Frameworks make your life easier as an iOS Developer. They allow you to reuse code written by other developers in your own apps. An overview of key fr...
阅读全文
摘要:One option is to set the button up using[myButton addTarget:yourOtherClass action:@selector(mySelector:) forControlEvents:UIControlEventTouchUpInside]...
阅读全文
摘要:A property is not the same thing os a instance variable, you should read a little bit of them, there's plenty of sources in the internet.Summarizing, ...
阅读全文
摘要:After the past few years I found that the only manageable way for creating/maintaining view (or any UI element in more general) is to instantiate the ...
阅读全文
摘要:The File Owner is an instantiated, runtime object that owns the contents of your nib and its outlets/actions when the nib is loaded. It can be an inst...
阅读全文
摘要:static UIView *modalView;if (modalView) { [modalView removeFromSuperview]; modalView = nil; return; } CGRect screen = [...
阅读全文
摘要:https://developer.apple.com/library/ios/featuredarticles/ViewControllerPGforiPhoneOS/AboutViewControllers/AboutViewControllers.html#//apple_ref/doc/ui...
阅读全文
摘要:relationship -A "relationship" segue is the segue between a container view controller and its child or children -- so, the initial controller of a nav...
阅读全文
摘要:主要就我所了解的J2EE开发的框架或开源项目做个介绍,可以根据需求选用适当的开源组件进行开发.主要还是以Spring为核心,也总结了一些以前web开发常用的开源工具和开源类库1持久层:1)Hibernate这个不用介绍了,用的很频繁,用的比较多的是映射,包括继承映射和父子表映射对于DAO在这里介绍个...
阅读全文
摘要:多控制器管理 UITabBarController,跟UINavigationController类似,UITabBarController也可以轻松管理多个控制器,轻松完成控制器之间的切换,例如QQ,微信.头文件定义:123456789101112131415161718@interface UI...
阅读全文
摘要:1, Fuzzy Autocomplete
阅读全文
摘要:mvn -e archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-struts-archetype -DarchetypeVersion=3.5.0 -...
阅读全文
摘要:http://ivomynttinen.com/blog/the-ios-7-design-cheat-sheet/With the release of iOS 7, app designers and developers will need to adjust their visual lan...
阅读全文
摘要:final View cv = new View(this); setContentView(cv); TextView tv = new TextView(this); tv.setBackgroundColor(0xffeeeeee); tv.setTextColor(...
阅读全文
摘要:1、已经跟踪且提交的文件,取消跟踪: git rm -r --cached "path/to/foo/" #文件夹 git rm -r --cached "path/to/file" #文件2、git 如何用某一分支的某文件,替换另一分支的某文件:git checkout branch_name -
阅读全文
摘要:1. Install the nux repo$> su - $> yum update # optional but recommanded $> rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org $> rpm -Uvh http...
阅读全文