Convert NSString to intNSString *aNumberString = @"123";int i = [aNumberString intValue];Convert int to NSStringint aNumber = 123;NSString *aString = ...
分类:
其他好文 时间:
2014-08-13 10:17:15
阅读次数:
122
字符串 日期数学 其他:isnull convert row_numberselect len('dshgjkdhsad') 返回指定字符串表达式的字符数,其中不包含尾随空格。itrim(' anc skkmkls ') 返回删除了前导空格之后的字符表达式...
分类:
其他好文 时间:
2014-08-12 21:32:54
阅读次数:
224
转载至:http://blog.csdn.net/eroswang/article/details/3847304
iconv的用法:
用法: iconv [选项...] [文件...]
Convert encoding of given files from one encoding to another.
输入/输出格式规范:
-f, --from-code=NAME...
分类:
系统相关 时间:
2014-08-12 19:04:04
阅读次数:
326
Convert.ToString能处理字符串为null的情况。 static void Main(string[] args) { string msg = null; Console.WriteLine(Convert.ToString(msg)); Console.ReadKey(); ...
分类:
其他好文 时间:
2014-08-12 16:46:34
阅读次数:
169
Modern browsers (IE8, FF3, Chrome etc.) have native JSON support built in (Same API as with JSON2).So as long you're not dealing with IE6/7 you can do...
分类:
Web程序 时间:
2014-08-12 13:08:24
阅读次数:
217
Questioni've deployed the jboss-as-helloworld-errai application in my standalone jboss7.1 instance, and i've delete it latter ( in the */standalone/de...
分类:
移动开发 时间:
2014-08-12 12:53:54
阅读次数:
289
My testing environment:Windows Server 2012 R2 Essentials:With AD and standalone DC in one single box.Ubuntu:ubuntu-12.04.1-desktop-amd64Basically, I w...
--显示本月第一天 SELECT DATEADD(mm,DATEDIFF(mm,0,getdate()),0) SELECT CONVERT(DATETIME,CONVERT(VARCHAR(8),GETDATE(),120)+'01',120) --显示本月最后一天 SELECT D...
分类:
数据库 时间:
2014-08-11 20:29:32
阅读次数:
264
底理解Spark,能够分为以下几个层次。1 Spark基础篇 1.1 Spark生态和安装部署 在安装过程中,理解其基本操作步骤。 安装部署 Spark安装简单介绍 Spark的源代码编译 Spark Standalone安装 Spark Standalone HA安装 ...
分类:
其他好文 时间:
2014-08-11 14:38:42
阅读次数:
247
1、测试 eclipse下安装activiti插件以及maven 右键新建activiti project(这时会自动创建pom依赖以及activiti.cfg.xml,但还不是maven项目) 选中项目根目录右键选择configure 下的convert maven project(将项目转...
分类:
编程语言 时间:
2014-08-11 00:08:10
阅读次数:
367