Given an array of strings, return all groups of strings that are anagrams....
分类:
其他好文 时间:
2014-08-14 20:39:29
阅读次数:
219
struct转map package main
import (
"fmt"
"reflect"
"time"
)
type User struct {
Id int64
Username string
Password string
Logintime time.Time
}
func Struct2Map(obj interface{}) map[...
分类:
其他好文 时间:
2014-08-14 17:16:19
阅读次数:
241
ModelBinding :用浏览器以HTTP请求方式发生数据来创建.NET对象的过程。一、理解模型绑定。1、模型绑定器是由IModelBinder接口定义的。下面是此接口的定义namespace System.Web.Mvc{ public interface IModelBinder ...
分类:
Web程序 时间:
2014-08-14 16:21:18
阅读次数:
2441
一类的基本概念这是一个注册监听视图树的观察者(observer),在视图树种全局事件改变时得到通知。这个全局事件不仅还包括整个树的布局,从绘画过程开始,触摸模式的改变等。最常见的用途时通过监听获知什么时候,视图的宽高值确定了,可以获取了,以便更改UI。二类的主要接口:监听器interface Vie...
分类:
移动开发 时间:
2014-08-14 13:36:58
阅读次数:
256
单臂路由与三层交换机动态配置实验01:单臂路由实验目标:通过单臂路由实现VLAN间通信实验环境:在Cisco模拟器上开启四台PC机和两台交换机和一台台路由器,实现原来相互隔离的不同VLAN(虚拟局域网)之间的互联互通实验拓扑图:实验步骤:一.配置IP地址1.配置PC0IP地址2.配置P..
分类:
其他好文 时间:
2014-08-14 03:55:49
阅读次数:
428
除了Java collection class/interface外,方便的有Google guava的utility class: Lists/Sets/Maps/Queues, 用它们可以方便地创建List等object。List list = Lists.newArrayList(); or ...
分类:
编程语言 时间:
2014-08-14 01:11:07
阅读次数:
243
本文是我的 WWDC 2014 笔记 中的一篇,涉及的 Session 有What's New in Cocoa TouchBuilding Adaptive Apps with UIKitWhat's New in Interface BuilderView Controller Advancem...
分类:
移动开发 时间:
2014-08-14 01:00:17
阅读次数:
421
Problem Description
Continuous Same Game is a simple game played on a grid of colored blocks. Groups of two or more connected (orthogonally, not diagonally) blocks that are the same color may be remo...
分类:
其他好文 时间:
2014-08-13 22:29:17
阅读次数:
288
在配置环境之前,我们得了解 JNI 和NDKJNIJNI是Java Native Interface的缩写,中文为JAVA本地调用。它提供了若干的API实现了和Java和其他语言的通信(主要是C&C++)。NDKNDK全称:Native Development Kit。NDK提供了一系列的工具,帮助...
分类:
移动开发 时间:
2014-08-13 18:32:36
阅读次数:
300
从今天开始记录学习sharc dsp过程中的点点滴滴吧。 DPI:Digital Peripheral Interface DAI:Digital Audio Interface SHARC SIMD Core SIMD 单指令多数据 ADSP-2148x包含两个用作单指令、多数据(SIMD)引擎的...
分类:
其他好文 时间:
2014-08-13 18:11:58
阅读次数:
278