码迷,mamicode.com
首页 >  
搜索关键字:could not find driver    ( 34312个结果
gridView,网格
Unfortunately, after looking at the source code, I could not see any easy way to add borders other than taking the approach of adding borders to the e...
分类:其他好文   时间:2014-07-31 23:18:30    阅读次数:258
[leetcode]Path Sum II
Path Sum IIGiven a binary tree and a sum, find all root-to-leaf paths where each path's sum equals the given sum.For example:Given the below binary tr...
分类:其他好文   时间:2014-07-31 23:17:10    阅读次数:175
[leetcode]Populating Next Right Pointers in Each Node II
Populating Next Right Pointers in Each Node IIFollow up for problem "Populating Next Right Pointers in Each Node".What if the given tree could be any ...
分类:其他好文   时间:2014-07-31 23:16:30    阅读次数:182
【Sybase】用odbc连接Sybase数据库
1 string connStr = @"Driver={Sybase ASE ODBC Driver};NA=" + v_strServer + ",4100" 2 + ...
分类:数据库   时间:2014-07-31 23:14:51    阅读次数:439
Leetcode--Two Sum
Problem Description: 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 numbers such that they...
分类:其他好文   时间:2014-07-31 20:48:17    阅读次数:215
COPY ORCHARD GET 404: System.UnauthorizedAccessException: mappings.bin的访问被拒绝
COPY ORCHARD 得到 404 错误,结果翻看Logs,得到的错误是: 014-07-31 17:36:46,217 [16] Orchard.Environment.DefaultOrchardHost - (null) - A tenant could not be started: D...
分类:移动开发   时间:2014-07-31 20:17:37    阅读次数:322
jquery 常用的方法
.find('classname')//在里面找类名为——的元素.eq(i)//元素的第i个.parent()//父元素.child()//子元素$.each(element,function(i,val){});//遍历元素中的每个并且添加操作.removeClass('className')/....
分类:Web程序   时间:2014-07-31 20:17:17    阅读次数:232
虚拟机上在Linux系统中安装JDK的方法
1、 mkdir /soft (创建一个目录,用于存放安装软件) 2、 cd /soft (切换到soft目录)3、 rz(从windows中选择安装包)4、rmp -ivh jdk-7u45-linux-x64.rpm (安装JDK)5、find / -name 'jdk'6、vi /e...
分类:系统相关   时间:2014-07-31 20:13:27    阅读次数:327
Word Search
Given a 2D board and a word, find if the word exists in the grid. The word can be constructed from letters of sequentially adjacent cell, where "adjacent" cells are those horizontally or vertically neighboring. The same letter cell may not be used more th...
分类:其他好文   时间:2014-07-31 17:16:57    阅读次数:221
eclipse:log4j:WARN No appenders could be found for logger
在src下面新建file名为log4j.properties内容如下: # Configure logging for testing: optionally with log file log4j.rootLogger=WARN, stdout # log4j.rootLogger=WARN, stdout, logfile log4j.appender.stdout=org.apa...
分类:移动开发   时间:2014-07-31 13:33:46    阅读次数:197
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!