码迷,mamicode.com
首页 > 其他好文
ToolBar中的TextField为第一响应者时不弹出键盘
今天至练习的过程中又发现一个问题,就是我自己创建了一个ToolBar,ToolBar中添加了一个TextField。 当我运行程序的时候,用鼠标点了下TextField,使其成为第一响应者,第一次运行程序时没有问题,键盘能够弹出来,但是后来怎么点TextField,键盘都不会再弹出来了。 我...
分类:其他好文   时间:2015-01-16 22:18:37    阅读次数:350
NSUserDefaults读取和写入自定义对象
NSUserDefaults可以存取一些短小的信息。比如存入再读出一个字符串到NSUserDefaults: NSString *string = [NSString stringWithString @"hahaha"]; NSUserDefaults *ud = [NSUserD...
分类:其他好文   时间:2015-01-16 22:18:49    阅读次数:259
[LeetCode] Binary Tree Level Order Traversal II
iven a binary tree, return thebottom-up level ordertraversal of its nodes' values. (ie, from left to right, level by level from leaf to root).For exam...
分类:其他好文   时间:2015-01-16 22:17:55    阅读次数:292
Tomcat 7 Connector 精读(2) CoyoteAdapter
这个适配器类只讲2个方法,构造方法中我们看到一个适配器对象有自己关联的连接器类。其中Service的重要任务就是讲客户端端请求交给容器。public void service(org.apache.coyote.Request req, org.apac...
分类:其他好文   时间:2015-01-16 22:17:44    阅读次数:273
Git命令大全
关联用户:$ git config --global user.name "yourName"关联邮箱账号:$ git config --global user.email "yourEmail"创建新文件夹:$ mkdir 显示当前目录:$ pwd将某个目录变成Git仓库:$ git init将文...
分类:其他好文   时间:2015-01-16 22:19:31    阅读次数:256
UIView Class Reference
转载自 http://www.cnblogs.com/cat3/archive/2013/04/07/3006125.htmlInitializing a View Object //初始化view- (id)initWithFrame:(CGRect)aRect //通过一个矩形对象初始化Conf...
分类:其他好文   时间:2015-01-16 22:16:19    阅读次数:217
利用反射来获取继承的类的类型
在做web项目的时候,通常都有一个 BaseDao,BaseAction之类的,比如最近在学习一个 ssh项目,其中就要注入 dao,还有利用 模型驱动 来实现将 jsp页面封装成一个model,传到action中,因为表单,对应的 model也不同,所以要分别注入。这样就可以在定义 BaseA.....
分类:其他好文   时间:2015-01-16 22:16:15    阅读次数:290
Razor母版页语法
母版页中: @RenderBody()//表示调用它的视图直接写html代码的位置 @RenderSection("bottom")//自定义bottom占位符调用母版页视图中@{ Layout = "~/Views/Shared/_MyLayout.cshtml"; //表示调用了母版页}这是内....
分类:其他好文   时间:2015-01-16 22:15:48    阅读次数:240
真实的周星星,你了解吗?
周星驰是谁? 这个问题似乎根本不需要回答。我们在他的电影里感受各自情绪,嬉笑怒骂欢乐悲伤,还有一万年期限的爱情。 但周星驰到底是谁? 当我们认真思考这个问题的时候,发现几乎找不到答案。贴在他身上的标签太多了——喜剧之王、上市公司主席、刻薄贪心的自私鬼、不尊重他人的自大狂…… 几乎每个...
分类:其他好文   时间:2015-01-16 22:16:44    阅读次数:322
Microsoft speech sdk 5.1 text to speech
//用于将文字转化成的语音保存成本地的pcm文件long CPlugin14Ctrl::OnSpeak(LPCTSTR uContents, long uVolume) { // TODO: Add your dispatch handler code here CString cStr=uCont...
分类:其他好文   时间:2015-01-16 22:14:23    阅读次数:230
hdu 2212
DFSTime Limit: 5000/2000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 5614Accepted Submission(s): 3471Problem Descrip...
分类:其他好文   时间:2015-01-16 22:14:30    阅读次数:174
nginx 安装过程中遇到的问题
安装Nginx时报错./configure: error: the HTTP rewrite module requires the PCRE library.安装pcre-devel解决问题yum -y install pcre-devel错误提示:./configure: error: the ...
分类:其他好文   时间:2015-01-16 22:14:47    阅读次数:285
hdu 5112 A Curious Matt
http://acm.hdu.edu.cn/showproblem.php?pid=5112 1 #include 2 #include 3 #include 4 using namespace std; 5 6 int t; 7 int n; 8 struct node 9 {10 ...
分类:其他好文   时间:2015-01-16 22:14:26    阅读次数:305
openerp,odoo ,FHsaasXM项目管理软件
1.产品信息,真对那个产品开始展开工作。2.项目信息,产品一旦确定,就要立项。3.模块信息,项目中有哪些模块,根据产品要达到的功能看看分出那些具体的模块。4.需求信息,项目的功能,根据确定需求范围。5.计划信息,需求定下来后,根据需求制定一些开发计划,什么时间开始什么时间结束。由谁来主导。跟踪过程和...
分类:其他好文   时间:2015-01-16 22:13:43    阅读次数:355
调用cmd不显示黑框的方法
参考了网上的文章,标记一下,可以使用BOOL system_hide(char* CommandLine) { SECURITY_ATTRIBUTES sa; HANDLE hRead,hWrite; sa.nLength = siz...
分类:其他好文   时间:2015-01-16 22:11:39    阅读次数:165
EasingAnimation
EasingAnimationhttps://github.com/YouXianMing/EasingAnimationThis class is used for Easing animation.Easy to understandYou can use it to build your ow...
分类:其他好文   时间:2015-01-16 22:12:52    阅读次数:166
Intersection of Two Linked Lists(LIST-2 POINTER)
Write a program to find the node at which the intersection of two singly linked lists begins.For example, the following two linked lists:A: a1 → a...
分类:其他好文   时间:2015-01-16 22:13:30    阅读次数:222
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!