我几乎要无语了,疯掉了,以为是office本身的问题,换了好多次office2007,安装又不顺利,换到了office2010,想想大部分应该兼容2007,所以用着office2010了. 甚至差点要放弃了,见到一个网友说用SQL去用Excel,正准备打算新接触东西.但是忽然看到我的 sql语句,突然想到"$"符号. 报错:An unhandled exception of type 'System.Data.OleDb.OleDbException' occurred in Syst
This is a follow up problem to Search in Rotated Sorted Array, where nums may contain duplicates. 思路 该题是[leetcode]33. Search in Rotated Sorted Array旋转过有序数组里找目标值 的followup 唯一区别是加了line24-26的else语句来skip duplicates 代码 class Solution { public boolean sear
package com.Cristin.File;//将数据库里的数据写入到指定路径的txt文件里 import java.io.File;import java.io.FileOutputStream;import java.io.IOException;import java.io.OutputStreamWriter; /** * Created by cristin on 2017/8/2. */ public class FileWriter { /** * 将查询出来的内容写入指定路