Xcode所有的插件都安装在目录~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Alcatraz(用于管理xcode插件、管理Xcode工程模版以及颜色配置的功能)Quick Start:1 mkdir -p ~/Libra...
分类:
其他好文 时间:
2014-07-07 10:53:19
阅读次数:
201
tran.TransactionTime = bet.CreationDate.ToString() == "0001/1/1 0:00:00" ? DateTime.Now : bet.CreationDate;数据库里面DataTime时间类型字段,如果为null时,查询出来时间值为"0001/...
分类:
数据库 时间:
2014-07-07 09:23:42
阅读次数:
171
Two elements of a binary search tree (BST) are swapped by mistake.
分类:
其他好文 时间:
2014-07-03 19:44:18
阅读次数:
161
Given an unsorted array of integers, find the length of the longest consecutive elements sequence.For example,Given[100, 4, 200, 1, 3, 2],The longest ...
分类:
其他好文 时间:
2014-07-03 19:24:36
阅读次数:
142
Given a singly linked list where elements are sorted in ascending order, convert it to a height balanced BST.
分类:
其他好文 时间:
2014-07-03 19:10:40
阅读次数:
201
Given an array where elements are sorted in ascending order, convert it to a height balanced BST.
分类:
其他好文 时间:
2014-07-03 18:55:48
阅读次数:
236
Problem E: Jolly Jumpers
A sequence of n > 0 integers is called a jolly
jumper if the absolute values of the difference between successive elements take on all the values 1 through n-1.
For ins...
分类:
其他好文 时间:
2014-07-03 17:40:42
阅读次数:
257
前两天有位朋友在QQ群问了一个问题,背景如下:
继续问后,有如下回复:
1、对方服务器连接无问题。
2、从client可以telnet服务器的1521端口。
3、tnsping正常。
4、对方服务器没有设置IP信任。
5、windows 2003 server,Oracle 10.1.0.2.0
但从客户端sqlplus就是超时,无法连接。
首先,看下ORA...
分类:
数据库 时间:
2014-07-03 17:05:04
阅读次数:
456
一、向手机内存的data//shared_prefs文件下写入.xml为后缀的偏好参数(sharedPreferences)文件/** * * @param name 需保存的信息 * @param age 需保存的信息 */ public void sav...
分类:
移动开发 时间:
2014-07-03 12:12:47
阅读次数:
244
一.DHCP所需软件包dhcp-common-4.1.1-34.Pl.el6.centos.x86_64dhcp-4.1.1-34.pl.el6.centon.x86_64二.编辑主配置文件vi/etc/dhcp/dhcpd.conf
ddns-update-styleinterim;
ignoreclient-updates;
shared-networkifs{
optiondomain-name"ifs.com";
optiondomain-name-servers192.1..
分类:
系统相关 时间:
2014-07-02 15:36:32
阅读次数:
276