上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页
摘要: Daopackage com.example.hixin;import java.sql.Connection;import java.sql.DriverManager;import java.sql.ResultSet;import java.sql.SQLException;import ja... 阅读全文
posted @ 2015-06-20 13:14 疾风剑 阅读(506) 评论(0) 推荐(1) 编辑
摘要: 最近通过学习,对fragment的使用有了新的认识。一开始接触android的时候,很是受不了这个fragment,总感觉它把一个简单的事情搞复杂啦,所以每次新建工程的时候总是固执的选择empty Activity但是后来发现这样写出来的代码移植的时候总是要该来该去,现在开始偏爱带fragment的... 阅读全文
posted @ 2015-06-20 09:14 疾风剑 阅读(262) 评论(0) 推荐(0) 编辑
摘要: Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo... 阅读全文
posted @ 2015-06-09 15:43 疾风剑 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 自定义actionBar布局:标题居中,左边有返回按键 java文件里面使用:package com.tuyoung.wu;import com.example.toyoung.R;import android.app.ActionBar;import android.app.... 阅读全文
posted @ 2015-06-08 23:15 疾风剑 阅读(252) 评论(0) 推荐(0) 编辑
摘要: You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ... 阅读全文
posted @ 2015-06-08 11:33 疾风剑 阅读(146) 评论(0) 推荐(0) 编辑
摘要: Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two nu... 阅读全文
posted @ 2015-06-08 10:01 疾风剑 阅读(219) 评论(0) 推荐(0) 编辑
摘要: Given two words (beginWord and endWord), and a dictionary, find the length of shortest transformation sequence from beginWord to endWord, such that:On... 阅读全文
posted @ 2015-06-03 23:50 疾风剑 阅读(190) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2015-06-01 15:42 疾风剑 阅读(7) 评论(0) 推荐(0) 编辑
摘要: import java.io.BufferedReader;import java.io.BufferedWriter;import java.io.File;import java.io.FileWriter;import java.io.IOException;import java.io.In... 阅读全文
posted @ 2015-05-29 00:32 疾风剑 阅读(242) 评论(0) 推荐(0) 编辑
摘要: java.lang.IllegalArgumentException: the bind value at index 1 is null本质上还是由于调用的时候userID给了空值 String query = "select regdate,shousuo,shuzhang,maibo from... 阅读全文
posted @ 2015-05-09 18:02 疾风剑 阅读(437) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页