//// ViewController2.swift// swift_helloword//// Created by Charlie on 15/7/13.// Copyright (c) 2015年 Json. All rights reserved.//import Foundatio...
分类:
编程语言 时间:
2015-07-14 15:23:54
阅读次数:
152
mysql> show index from tblname;mysql> show keys from tblname;· Table表的名称。· Non_unique如果索引不能包括重复词,则为0。如果可以,则为1。· Key_name索引的名称。· Seq_in_index索引中的列序列号,从...
分类:
数据库 时间:
2015-07-14 15:26:01
阅读次数:
138
https://leetcode.com/problems/implement-strstr/题目:Implement strStr().Returns the index of the first occurrence of needle in haystack, or -1 if needle ...
分类:
其他好文 时间:
2015-07-14 15:23:11
阅读次数:
131
1.Weakreferencesareusefulformappingsthatshouldhavetheirentriesremovedautomaticallyoncetheyarenotreferencedanymore弱引用 对映射数据有用,并且不再引用时被自动删掉源码:public cl....
分类:
其他好文 时间:
2015-07-14 15:25:29
阅读次数:
203
An Introduction to ASP.NET Web API目前感觉最好的Web API入门教程HTTP状态码Web API 强势入门指南Install MongodbGetting Started with ASP.NET Web API 2下面的转自:http://www.cnblogs...
public class Search { public class BiTreeNode{ int m_nValue; BiTreeNode m_pLeft; BiTreeNode m_pRight; } //顺序查找,查...
分类:
编程语言 时间:
2015-07-14 15:22:56
阅读次数:
130
自己写的代码,记录一下。分别记录了两种partition的方法。public class QuickSort { public static void quickSort(int[] nums, int start, int end) { if(start >= end) { ...
分类:
编程语言 时间:
2015-07-14 15:23:46
阅读次数:
111
在TesterHome看到了CrashMonkey4IOS,顿时觉得之前用instrument在做monkey测试,非常的弱智!crash后啥都看不到,无crashlog,无crash步骤,并且也不能很好地系统化定制化的来测试一个项目,不过CrashMonkey4IOS却能很好地做到以上几点,废.....
分类:
移动开发 时间:
2015-07-14 15:24:14
阅读次数:
3021
转自:http://blog.csdn.net/gueter/archive/2007/03/08/1524447.aspxAuthor :Jeffrey引言HTTP是一个属于应用层的面向对象的协议,由于其简捷、快速的方式,适用于分布式超媒体信息系统。它于1990年提出,经过几年的使用与发展,得.....
分类:
Web程序 时间:
2015-07-14 15:23:25
阅读次数:
182
在淘宝客中,有淘宝联盟、卖家、淘客以及买家四个角色。他们每个都是不可缺失的一环,如图所示。(1)淘宝联盟(http://www.alimama.com/):一个推广平台,帮助卖家推广产品;帮助淘客赚取利润,每笔推广的交易抽取相应的服务费用。(2)卖家:佣金支出者,他们提供自己需要推广的商品到淘宝联....
分类:
移动开发 时间:
2015-07-14 15:24:32
阅读次数:
196
mysql使用阿里云的rdshttpd服务1. 安装apr和apr-util2. 安装 httpdapache.org,apr.apache.org安装命令: ./configure --prefix=/usr/local/apache --sysconfdir=/etc/httpd --enabl...
分类:
Web程序 时间:
2015-07-14 15:23:32
阅读次数:
131
原文http://rensanning.iteye.com/blog/2020843(1)通过Cordova CLI创建Cordova工程最简化创建应用:引用cordova create app1***默认使用package名:io.cordova.hellocordova、应用名:HelloCor...
分类:
其他好文 时间:
2015-07-14 15:22:32
阅读次数:
113
java实现链栈在前面有所介绍:http://www.cnblogs.com/lixiaolun/p/4644141.html将前面java实现链栈的代码稍作修改:package linkedstack;public class LinkStack { private Element base; ....
分类:
编程语言 时间:
2015-07-14 15:22:04
阅读次数:
185
为了一句话:不要动手做机器能够做的事情.天天工作用svn,更新啥的打开目录啥的动作天天在重复.每次写些命令也蛮无聊的,不说了,看下面: 1 @echo off 2 rem 显示部分 3 @echo 注 意 事 项 4 @echo ***********************...
分类:
其他好文 时间:
2015-07-14 15:22:42
阅读次数:
143
报这个错误的根本原因就是DbVisualizer和JDK的版本不一致,那么知道原因,修改起来就方便了,要么修改DbVisualizer的版本,要么修改JDK的版本。1.JDK7 64位那么就在DbVisualizer的官网下载一个DbVisualizer 9.2.864位的版本。2.DbVisual...
分类:
数据库 时间:
2015-07-14 15:22:22
阅读次数:
259
原文:http://rensanning.iteye.com/blog/2021619移动设备的Hardware接口包括:Accelerometer、Camera、Capture、Compass、Connection、Contacts、Device、Native Events、File、Geoloc...