segue:Storyboard上每一根用来界面跳转的线,都是一个UIStoryboardSegue对象(简称Segue)。segue的属性:1 //唯一标识2 @property (nonatomic, readonly) NSString *identifier;3 //源控制器4 @prope...
分类:
其他好文 时间:
2015-01-04 18:35:47
阅读次数:
269
功能列出正在运行的虚拟机进程,并显示虚拟机执行主类(Main Class,main()函数所在类)的名称,以及这些进程的本地虚拟机的唯一ID(LVMID,Local Virtual Machine Identifier)。对于本地虚拟机进程来说,LVMID与操作系统的进程ID(PID,Process...
分类:
其他好文 时间:
2015-01-04 11:08:08
阅读次数:
255
@charset "utf-8";html,body{background:#f0f0f0;color:#505050;font-size:62.5%;-webkit-user-select:none;-webkit-tap-highlight-color: rgba(0,0,0,0);-webki...
分类:
Web程序 时间:
2015-01-03 15:48:32
阅读次数:
259
【转自:http://blog.csdn.net/meng090914/article/details/4720240】 ORA-12154: TNS:could not resolve the connect identifier specified ,即无法解析指定的连接标识符。这说明缺少了一个...
分类:
数据库 时间:
2015-01-02 23:37:14
阅读次数:
385
org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session: [com.entity.user.Us...
分类:
其他好文 时间:
2015-01-01 00:03:16
阅读次数:
373
需要的两个函数:
USE [oaerp]
GO
/****** Object: UserDefinedFunction [dbo].[f_ch2py] Script Date: 12/31/2014 17:12:26 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER function [dbo].[...
分类:
其他好文 时间:
2014-12-31 18:27:55
阅读次数:
137
#-*-coding:utf-8-*-__author__='Administrator'#数学计算importdecimal#用于定点和浮点运算#文档:https://docs.python.org/2.7/library/decimal.html?highlight=decimal#module...
分类:
编程语言 时间:
2014-12-30 18:59:53
阅读次数:
1064
USE [HDIS]
GO
/****** Object: StoredProcedure [dbo].[AspNetPager] Script Date: 12/30/2014 09:00:35 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
Create procedure [dbo].[AspNetPag...
分类:
其他好文 时间:
2014-12-30 10:05:20
阅读次数:
175
# define CELL_PHOTO_IDENTIFIER @"photoLibraryCell"# define CLOSE_PHOTO_IMAGE @"close"# define ADD_PHONE_IMAGE @"photo"- (ALAssetsLibrary *) defaultAss...
分类:
其他好文 时间:
2014-12-30 09:16:31
阅读次数:
215
1. 查看盘$diskutil list/dev/disk0 #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme ...
分类:
其他好文 时间:
2014-12-30 07:05:40
阅读次数:
173