导出Excel的两种方法:一,POI导入poi包poi-3.11-beta3-20141111.jar 1 /** 2 * 3 */ 4 package com.car.ots.mpckp.utils; 5 6 import java.io.OutputStream; 7 import java.....
分类:
其他好文 时间:
2015-01-05 12:54:42
阅读次数:
189
Demo.sql 1 create table Car( 2 [id] int identity, 3 [brand] varchar(50) not null, 4 [type] varchar(50) not null 5 ) 6 go 7 8 insert into ...
分类:
Web程序 时间:
2015-01-04 19:09:25
阅读次数:
194
Here share how to diagnose Audi cars via Tuirel S777. 1.Well connect Tuirel S777 to your Audi car, and then turn on Tuirel S777 Diagnostic tool and en...
分类:
其他好文 时间:
2015-01-03 11:46:56
阅读次数:
220
Define object:var color = "blue";var speed = 120;var car = {color, speed};console.log(car.color); // blueconsole.log(car.speed); // 120in ES5:var ca.....
分类:
其他好文 时间:
2015-01-01 22:27:54
阅读次数:
251
Something wrong with your car key may make you so gloomy. Therefore, it had better to prepare a reliable key programmer for emergency, especially hand...
分类:
其他好文 时间:
2014-12-31 18:15:34
阅读次数:
242
UIImage?*oldImage?=?[UIImage?imageNamed:@"car"];
????
????//旧图片的尺寸和View不匹配,使用Quartz2D生成新图片
????UIGraphicsBeginImageContextWithOptions(self.view.fr...
分类:
其他好文 时间:
2014-12-30 19:23:25
阅读次数:
185
CardView继承自FrameLayout类,可以在一个卡片布局中一致性的显示内容,卡片可以包含圆角和阴影。CardView是一个Layout,可以布局其他View.CardView的属性: elevation --CardView的Z轴阴影; cardBackgroundColor--Car.....
分类:
移动开发 时间:
2014-12-29 22:59:29
阅读次数:
332
一、 题目
题目给出一个字符串,求出它是否为回文字符串,其中只有字母和数字是有效字符,其他的字符可以忽略。
例如:"Aman, a plan, a canal: Panama" 是回文字符串.
"race a car" is not a palindrome.不是回文字符串
二、 分析
看到这个题目我首先想到的是使用两个数组将有效字符串保存,其中一个正序一个逆序,然后做比...
分类:
其他好文 时间:
2014-12-26 21:44:07
阅读次数:
152