码迷,mamicode.com
首页 >  
搜索关键字:could not find driver    ( 34312个结果
STM32调试问题
1.JLINK V8 error:flash download failed - could not load file:Options for Target 'Targer 1'下的菜单下Output选项里,Name of Executable可以有数字,命令也可以一数字开头,只是名字中不能含有小...
分类:其他好文   时间:2014-06-28 22:56:50    阅读次数:294
Leetcode:Combination Sum 子集和问题
Combination Sum:Given a set of candidate numbers (C) and a target number (T), find all unique combinations inCwhere the candidate numbers sums toT.The...
分类:其他好文   时间:2014-06-28 22:48:01    阅读次数:256
Leetcode: Rotate Image
You are given an n x n 2D matrix representing an image.Rotate the image by 90 degrees (clockwise).Follow up:Could you do this in-place?抠细节的题,题目思想如下:to...
分类:其他好文   时间:2014-06-28 22:11:37    阅读次数:214
[LeetCode] 3Sum Closest
Given an arraySofnintegers, find three integers inSsuch that the sum is closest to a given number, target. Return the sum of the three integers. You m...
分类:其他好文   时间:2014-06-28 22:05:10    阅读次数:267
关于mysq
好久没用mysql,最近出现一个问题。在用tomcat部署项目的时候mysql数据库报了一个错误java.lang.ClassNotFoundException: com.mysql.jdbc.Driver最后在tomcat目录lib文件夹下加入mysql驱动包就行了
分类:其他好文   时间:2014-06-28 21:08:10    阅读次数:280
Leetcode Max Points on a Line
Givennpoints on a 2D plane, find the maximum number of points that lie on the same straight line.此题是求直线上点最多的点数,根据两点构成一条直线,在同一条直线上,任意两点之间的斜率都相同,故需要对每个点...
分类:其他好文   时间:2014-06-28 20:59:44    阅读次数:132
ShellExecute
#include ShellExecute函数原型及参数含义如下:ShellExecute(hWnd: HWND; {指定父窗口句柄}Operation: PChar; {指定动作, 譬如: open、runas、print、edit、explore、find[2]}FileName: PChar;...
分类:其他好文   时间:2014-06-28 20:18:55    阅读次数:290
visual studio统计代码行数
在vs菜单栏下面提供了代码分析工具,运用此工具能够分析出项目IL中间语言信息。如果统计实际代码行数,可以通过搜索文件正则过滤。快捷键ctrl+shift+f。find all。
分类:其他好文   时间:2014-06-28 20:17:00    阅读次数:386
[LeetCode] 4Sum
Given an arraySofnintegers, are there elementsa,b,c, anddinSsuch thata+b+c+d= target? Find all unique quadruplets in the array which gives the sum of ...
分类:其他好文   时间:2014-06-28 20:04:03    阅读次数:223
《数据结构与算法分析:C语言描述》复习——第八章“并查集”——并查集
2014.06.18 14:16简介: “并查集”,英文名为“union-find set”,从名字就能看出来它支持合并与查找功能。另外还有一个名字叫“disjoint set”,中文名叫不相交集合。可能我们倾向于用最短的名字,所以就出现了“并查集”翻译为“disjoint set”的情况。并查集....
分类:编程语言   时间:2014-06-28 19:55:37    阅读次数:331
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!