码迷,mamicode.com
首页 >  
搜索关键字:error date strtotime    ( 57037个结果
AsyncSocket使用心得(转载)
首先 下载源代码倒入runloop文件夹下的 四个文件即可AsyncSocket *socket=[[AsyncSocketalloc]initWithDelegate:self];NSError *error;[socket connectToHost:honPort:pwithTimeout:-...
分类:其他好文   时间:2014-06-15 00:58:09    阅读次数:172
org.apache.catalina.core.StandardContext startInternal SEVERE: Error listenerStart
今天将项目部署到Centos 6.3 x64上面的tomcat 7.0.54,访问链接出现了404错误。后来查看了/usr/local/apache-tomcat-7.0.54/logs/catalina.out 文件,出现了Error listenerStart 。org.apache.cat.....
分类:其他好文   时间:2014-06-14 23:44:17    阅读次数:740
Linux系统管理常用命令
Linux系统管理常用命令分类:Linux2011-01-10 18:261538人阅读评论(0)收藏举报linuxcommandservicenginxuserunix目录(?)[+]1. 时间date1)显示当前时间: date .//Wed Jul 29 11:05:11 CST 20092)...
分类:系统相关   时间:2014-06-14 23:43:19    阅读次数:599
Bootcamp: An error occurred while partitioning the disk
原因:在macbook pro retina上安装win7双系统错误:在使用Bootcamp分区的时候出现错误:An error occurred while partitioning the disk解决方法: - 打开Disk Utility (磁盘工具) - 在左侧选择当前使用的硬盘,然后.....
分类:其他好文   时间:2014-06-14 20:05:48    阅读次数:456
数据库sql联合查询mid类型的分页数据取不了全部的值错误
USE [Travel]GO/****** Object: StoredProcedure [dbo].[NoticeGetPagedData] Script Date: 06/13/2014 20:44:51 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIF...
分类:数据库   时间:2014-06-14 19:45:10    阅读次数:255
MySQL取得当前时间的函数是什么 格式化日期的函数是什么
原文:MySQL取得当前时间的函数是什么 格式化日期的函数是什么取得当前时间用 now() 就行。在数据库中格式化时间 用DATE_FORMA T(date, format) .根据格式串format 格式化日期或日期和时间值date,返回结果串。 可用DATE_FORMAT( ) 来格式化DATE...
分类:数据库   时间:2014-06-14 18:33:24    阅读次数:263
swift显示变量的类名称
var ivar = [:] ivar.className // __NSDictionaryI var i = 1 i.className // error: 'Int' does not have a member named 'className' If you want to get the type of a primitive, you have to use bridgeToOb...
分类:其他好文   时间:2014-06-14 14:28:55    阅读次数:234
Mysql的常用数据类型以及用途总结
Mysql的常用数据类型以及用途总结...
分类:数据库   时间:2014-06-14 13:34:34    阅读次数:384
Android Log介绍
android.util.Log常用的方法有以下5个:Log.v() ,Log.d() ,Log.i() ,Log.w(),Log.e()。按照日志级别从高到低为ERROR, WARN, INFO, DEBUG, VERBOSE.至于日志级别本身的含义,相信用过Apache Log4j,Apache...
分类:移动开发   时间:2014-06-14 13:24:17    阅读次数:226
Android DEV : Android Studio Build Error
有段时间没打开Android Studio, 今天尝试编译个App却出现如下错误. Error:The SDK Build Tools revision (19.0.3) is too low for project ':app'. Minimum required is 19.1.0 折腾了一下,...
分类:移动开发   时间:2014-06-14 08:21:35    阅读次数:299
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!