码迷,mamicode.com
首页 >  
搜索关键字:done    ( 2584个结果
[菜鸟成长记]iOS开发自学笔记07-UITextField自动隐藏键盘
点击UITextField输入框后,软键盘默认情况下在结束输入后不会自动隐藏,目前总结了两种可以自动隐藏软键盘的方法: 第一种:通过响应UITextField对象的Did End On Exit事件,当点击默认软键盘的"Done"按钮或"Return"按钮会触发Did End On Exit ...
分类:移动开发   时间:2014-11-13 23:52:43    阅读次数:323
【Daily Scrum】11-12
Today's stand meeting we talked a lot about what we have done and some details.MemberToday’s WorkTomorrow’s WorkFeng NieInterface discussion and desig...
分类:其他好文   时间:2014-11-13 16:08:29    阅读次数:158
[詹兴致矩阵论习题参考解答]序言
This book was done during the course of the author's reading ``matrix theory'' by Prof. X.Z. Zhan from 22nd Oct. 2014 to 13th Nov. 2104.Thank Prof. X....
分类:其他好文   时间:2014-11-13 09:20:19    阅读次数:187
ASI和AFN实现POST异步请求的同样功能的代码
I'm a newbie in obj-c and have been using asihttp for some of my projects. When doing a post request in asihttp its done this way. ASIFormDataRequest *request = [ASIFormDataRequest requestWithU...
分类:其他好文   时间:2014-11-12 23:03:24    阅读次数:276
rabbitmq 消息队列工作模式
ceilemter-zmq----->rabbitmq队列去塞数据,这些数据是有boss平台的bill来取,从而的到计费系统的支持。具体操作rabbitmq,消息队列rabbitmq单机不需要配置,安装OK就可以启动服务。查看消息队列:#rabbitmqctllist_queuesListingqueues...notifications.billing0//...done...
分类:其他好文   时间:2014-11-12 18:03:28    阅读次数:251
批量添加用户脚本
#!/bin/bashforiin`seq13`douseradduserl-$iecho"0"|passwduserl-$i--stdin批量添加密码done[root@localhost~]#sh-xcreate_user.sh++seq13+foriin‘`seq13`‘+useradduserl-1+echo0+passwduserl-1--stdinChangingpasswordforusercoral-1.passwd:allauthenticationtokensupdatedsu..
分类:其他好文   时间:2014-11-12 12:01:14    阅读次数:194
个人阅读作业2
During the vacation I have done some reading and written an article for what I have learned.From the article I have learned the essence and accidence ...
分类:其他好文   时间:2014-11-11 14:01:42    阅读次数:305
MySql清空所有表数据【慎用】
CREATE PROCEDURE `up_truncate_all_table`()BEGIN DECLARE done INT DEFAULT 0; DECLARE tname CHAR(50); DECLARE cur1 CURSOR FOR SELECT table_name from ...
分类:数据库   时间:2014-11-10 19:31:05    阅读次数:260
Easier Done Than Said?
Problem DescriptionPassword security is a tricky thing. Users prefer simple passwords that are easy to remember (like buddy), but such passwords are o...
分类:其他好文   时间:2014-11-10 13:34:20    阅读次数:189
shell练习
计算1-100的和[root@www~]#cat100.sh#!/bin/bashsum=0forain`seq1100`;do sum=$[$sum+$a]done echo$sum[root@www~]#sh100.sh5050上面是直接显示总和下面列出计算结果[root@www~]#cat100.sh#!/bin/bashsum=0forain`seq1100`;do sum=$[$sum+$a] echo$sumdone[root@www~]#sh100.sh..
分类:系统相关   时间:2014-11-10 10:11:34    阅读次数:252
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!