如果要绑定要一个集合中的另一个集合,比如这样的JSON: 1 public class GetTransferInfo 2 { 3 public class Segment 4 { 5 public string Start_sta...
分类:
Web程序 时间:
2014-12-17 20:48:27
阅读次数:
187
Lua之string.find()local ss = "1,0"_,_,p1,p2 = string.find(ss, "(%d+),(%d+)") _,_,_,_,p3=string.find(ss, "(%d+),(%d+),(%d+)")print(p1) --1print(p2) --0p...
分类:
其他好文 时间:
2014-12-17 20:48:45
阅读次数:
195
When learning the usage of map collection in java, I found serveral beneficial methods that was encountered in the daily life. Now I made a summary:[j...
分类:
编程语言 时间:
2014-12-17 20:48:46
阅读次数:
203
【L4】N-Queens解题报告N-Queens Total Accepted: 16418 Total Submissions: 63309 MySubmissionsThe n-queens puzzle is the problem of placing n queens on an n×nc...
分类:
其他好文 时间:
2014-12-17 20:47:23
阅读次数:
311
1.安装基本编译环境$sudo apt-get install build-essential$sudo apt-get install gdb2.安装codeblock$sudo apt-get install codeblocks$sudo apt-get install codeblocks-...
分类:
系统相关 时间:
2014-12-17 20:48:02
阅读次数:
205
首先是使用定时器制作的火焰动画效果 1 #import "FireViewController.h" 2 3 @implementation FireViewController 4 5 - (void)viewDidLoad 6 { 7 [super viewDidLoad]; 8 ...
分类:
其他好文 时间:
2014-12-17 20:47:13
阅读次数:
332
TypePerf.exe是一个命令行工具,包括把Windows操作系统的性能计数器数据输出到命令窗口或写入到支持该功能的日志文件格式中。 通过以下两个参数获取计数器信息: -q [object] 列出已安装的计数器(无范例)。 :TypePerf –q 所有计数器 -qx [object] 列出已安...
分类:
其他好文 时间:
2014-12-17 20:47:09
阅读次数:
304
Given amxngrid filled with non-negative numbers, find a path from top left to bottom right whichminimizesthe sum of all numbers along its path.Note:Yo...
分类:
其他好文 时间:
2014-12-17 20:47:20
阅读次数:
167
------------------------------------------------------------------------这是每个版本的changelog:http://bugs.freepascal.org/changelog_page.php这是2.6.4的changelo...
分类:
其他好文 时间:
2014-12-17 20:47:26
阅读次数:
283
为了执行某个方法,会直接去调用这个方法,有这么一种情况并不适用于直接去调用方法,那就是未来执行某个方法系统必须满足一个特定的执行顺序或者语境,但是开发者没法去控制这个顺序时,解决这个问题的一个方案就是把方法分装在一个对象当中,这就是命令模式。相当于有传令官,对整个命令进行封装,然后在依照命令顺序执行...
分类:
其他好文 时间:
2014-12-17 20:47:55
阅读次数:
165
本文转载至http://2009315319.blog.51cto.com/701759/819216使用subversion管理iOS源代码1、安装和配置subversion服务器在windows服务器上安装VisualSVN-Server,下载地址http://www.visualsvn.com...
分类:
移动开发 时间:
2014-12-17 20:48:17
阅读次数:
200
无法让我不汗颜:Exercise 3-2. Write a program that prompts the user to enter the date as three integer values for the month, the day in the month, and the yea...
分类:
其他好文 时间:
2014-12-17 20:45:27
阅读次数:
208
1.基本语法.匹配除换行符"\n"外的任意单个字符。* 匹配前面Flex正则表达式的零次或多次出现。eg:Alert.show("ThisBookIsGoodBoooookBoxBx.".replace(/Bo*/g,"Coo")) ThisCookIsGoodCookCooxCoox+ 匹配前面F...
分类:
其他好文 时间:
2014-12-17 20:46:45
阅读次数:
202
本文原创,转载请注明出处:http://www.cnblogs.com/risten/p/4166169.html1.系统原理通过频率控制字选择相位步进,产生访问ROM的地址,进而控制DAC的输出波形与频率。整个系统由时钟生成、相位累加、ROM、DAC组成。限于basys2开发板的限制,本次将输出D...
分类:
其他好文 时间:
2014-12-17 20:47:13
阅读次数:
321
错误信息:CustomerMessage:999999 - 系统异常。ExceptionID:ab4fde6a-d4a6-4ba0-8148-26e494ee8be3Data:TtrackID>>Better.Infrastructures.Log.TrackIDBetter.Infrastruct...
分类:
其他好文 时间:
2014-12-17 20:45:01
阅读次数:
251
Java中反射的三种常用方式package com.xiaohao.test;public class Test{ public static void main(String[] args) throws ClassNotFoundException, InstantiationExceptio....
分类:
编程语言 时间:
2014-12-17 20:46:52
阅读次数:
151