Theifstatement looks as it does in C or Java, except that the( )are gone and the{ }are required.(Sound familiar?)package main import ( "fmt" "m...
分类:
其他好文 时间:
2014-10-27 00:11:28
阅读次数:
162
pply OS : Windows, Mac, Linux
Apply Navicat Product : Navicat for Oracle, Navicat Premium
Apply Navicat Version No. : All
Instant Client package is required for Basic and TNS connection typ...
分类:
其他好文 时间:
2014-10-23 17:48:12
阅读次数:
374
Given two wordsword1andword2, find the minimum number of steps required to convertword1toword2. (each operation is counted as 1 step.)You have the fol...
分类:
其他好文 时间:
2014-10-21 05:43:21
阅读次数:
125
常用的表单验证指令1. 必填项验证某个表单输入是否已填写,只要在输入字段元素上添加HTML5标记required即可: 2. 最小长度验证表单输入的文本长度是否大于某个最小值,在输入字段上使用指令ng-minleng= "{number}": 3. 最大长度验证表单输入的文本长度是否小于或等于某个最...
分类:
其他好文 时间:
2014-10-20 17:07:38
阅读次数:
146
转自:http://www.tuicool.com/articles/jYRNbm在真机测试的时候往往会突然出现这样一个错误,code signing is required for product type 'Application' in SDK 'iOS 7.0' ,就是说代码签名证书不对劲。...
分类:
移动开发 时间:
2014-10-20 13:09:47
阅读次数:
195
原文地址:http://www.cnblogs.com/rohelm/archive/2014/10/19/4033513.html常用的表单验证指令1. 必填项验证某个表单输入是否已填写,只要在输入字段元素上添加HTML5标记required即可: 2. 最小长度验证表单输入的文本长度是否大于某个...
分类:
Web程序 时间:
2014-10-20 09:57:20
阅读次数:
270
常用的表单验证指令1. 必填项验证某个表单输入是否已填写,只要在输入字段元素上添加HTML5标记required即可: 2. 最小长度验证表单输入的文本长度是否大于某个最小值,在输入字段上使用指令ng-minleng= "{number}": 3. 最大长度验证表单输入的文本长度是否小于或等于某个最...
分类:
Web程序 时间:
2014-10-20 00:34:39
阅读次数:
626
协议就是一堆方法的声明.(只有.h文件)
@protocol 开头 + 协议的名字
@end结束
当定义方法时,方法分俩中一种就是必须做的就是@required类型的,一种就是可以做可以不做的@optional,下面定义一个协议
当一个类想用这个协议的时候就要服从这个协议就要:
招收一个代理...
分类:
其他好文 时间:
2014-10-18 21:02:41
阅读次数:
146
1. mysql 版本要求 5.5 以上, 否则不支持 emoji 表情.$ sudo apt-get install mysql-server$ sudo vim /etc/mysql/my.cnf # charset utf8mb4. mysql 5.5 required[client]def....
分类:
数据库 时间:
2014-10-18 18:19:41
阅读次数:
218
[leetcode]Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.)...
分类:
其他好文 时间:
2014-10-16 13:02:12
阅读次数:
183