1:什么是JDK? JDK是Java Development Kit 的简称,即Java开发工具包。JDK是ORACLE公司针对Java开发者的产品,提供了Java的开发环境和运行环境。 更多信息参看:http://docs.oracle.com/javase/8/docs/2:JDK有什么用?正如...
开发中接触Linux越来越多,休息放松之余,免不了翻看翻看神秘的Linux的内核。看到双向链表时,觉得挺有意思的,此文记下。作为众多基础数据结构中的一员,双向循环链表在各种“教科书”中的实现是相当的标准和一致的。大概就是下面这个样子:1 typedef struct node_tag{2 /...
分类:
系统相关 时间:
2015-03-15 00:46:22
阅读次数:
149
这道题就是简单的dfs,没错,我做了一个小时。 这道题就是给定一个棋盘,其中. 是空白的,不能放棋子,#是可以放棋子的位置。放棋子的时候,同一行同一列只能放一个棋子。 输入n,k 接着输入n*n的棋盘,#或者. ,求有多少种放棋子的方式。·· dfs(s,kk)表示目前放到了第几行,放...
分类:
其他好文 时间:
2015-03-15 00:46:33
阅读次数:
104
IPv4套接字地址结构struct in_addr { in_addr_t s_addr; };struct sockaddr_in { uint8_t sin_len; /* length of structure (16) bytes */ ...
分类:
其他好文 时间:
2015-03-15 00:45:33
阅读次数:
134
JDBC ODBC Brige driver是JSP连接数据库的驱动,只要安装了JDK这个驱动就默认安装了配置JDBCODBC数据源的步骤:http://blog.csdn.net/lissdy/article/details/7059828创建WebApplication,参照本博客其他文章在We...
分类:
数据库 时间:
2015-03-15 00:44:33
阅读次数:
138
在线聊天功能的总设计思路: 现在有两个浏览器在不同的两台电脑上面, 浏览器A登陆的是系统管理员, 浏览器B登陆的是总监, 现在系统管理员想给总监发送消息,而浏览器之间 是不可以相互之间直接发送消息的。因为一个浏览器是在A电脑上面, 一个浏览器是在B电脑上面。这两台...
分类:
其他好文 时间:
2015-03-15 00:43:33
阅读次数:
350
原文网址:http://www.2cto.com/kf/201304/202040.html时隔多日,终于都抽出时间来写blog了。废话不多说,接着上一篇,这里将介绍如何编写HAL层(硬件抽象层)对应的JNI方法。这里提到的都是在ICS源码里编译的。1、定义JNI层接口进入到android-4.0....
分类:
移动开发 时间:
2015-03-15 00:46:29
阅读次数:
247
原文网址:http://hualang.iteye.com/blog/1141315Android build system就是编译系统的意思在我们需要向自己编译的源代码中增加模块的时候,需要一些规则,当然这个规则都是类似的。Android.mk文件解析让我们来看一个Android.mk文件的样子J...
分类:
移动开发 时间:
2015-03-15 00:43:50
阅读次数:
224
Description Arbitrage is the use of discrepancies in currency exchange rates to transform one unit of a currency into more than one unit of the sam...
分类:
其他好文 时间:
2015-03-15 00:43:57
阅读次数:
232
利用類別產生XSD檔產出XSD檔的目的在於提供Word樣板設計之資料框架在此使用微軟提供之XML Schema Definition Tool (Xsd.exe)工具產生XSD檔1. 定義類別view sourceprint?01// 書籍資料02public class Book03{04publ...
分类:
其他好文 时间:
2015-03-15 00:45:08
阅读次数:
172
差分约束。很容易看出两种约束方式,然后建图。而且题目要求排序不能乱,于是加上第三种约束。求最长就跑一遍最短路啊就行了。#include #include #include #include #include #include #include #include #define rep(i, l, r...
分类:
其他好文 时间:
2015-03-15 00:42:29
阅读次数:
97
Description Background Hugo Heavy is happy. After the breakdown of the Cargolifter project he can now expand business. But he needs a clever man w...
分类:
其他好文 时间:
2015-03-15 00:44:19
阅读次数:
154
摘要: 对 容器适配器 的疑问。刚开始接触 容器适配器 时,总感觉怪怪的,认为多此一举,顺手搜了搜,原来我在这一点is not alone:STL容器适配器的用途其中有个老兄说的好,这里 引用一下:1 adapter原意是插座、适配器、接合器的意思。现在我需要一个栈结构,我们可以用deque来实现....
分类:
编程语言 时间:
2015-03-15 00:42:57
阅读次数:
167
Given a binary tree, return theinordertraversal of its nodes' values.和preorder是一样的,把左子节点一直压入到栈中,直到没有左子节点为止,然后出栈访问,存储右子节点。 1 vector inorderTraversal(Tr...
分类:
其他好文 时间:
2015-03-15 00:42:02
阅读次数:
111
PM2.5Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 613Accepted Submission(s): 326Problem Descrip...
分类:
其他好文 时间:
2015-03-15 00:43:15
阅读次数:
129
Description While exploring his many farms, Farmer John has discovered a number of amazing wormholes. A wormhole is very peculiar because it is a o...
分类:
其他好文 时间:
2015-03-15 00:42:32
阅读次数:
205
给出的曲线要么是开口向上的抛物线要么是直线,但所定义的F(x)的图形一定是下凸的。注意一点就是求得是极小值,而不是横坐标,样例也很容易误导人。 1 #include 2 #include 3 using namespace std; 4 5 const int maxn = 10000 + 1...
分类:
其他好文 时间:
2015-03-15 00:41:32
阅读次数:
115