码迷,mamicode.com
首页 >  
搜索关键字:could not find driver    ( 34312个结果
Emulator PANIC: Could not open: AVD2.3.1
这是这两年的sdk才需要这样,以前这样根本没错的在环境变量 里面增加一个系统变量ANDROID_SDK_HOME,值就是当前的系统用户文件夹的位置。比如c:\\Users\xxx(不要加.android)。每年换工作换电脑 都要配置好几遍Android环境。烦到爆这次配环境 碰到的问题:一、ecli...
分类:其他好文   时间:2014-08-05 19:04:02    阅读次数:291
英文情景对话:看电视时必备的十句口语
1. We're not watching this。我们不看这个。2. Could you stop flipping the channels?你能不能不要一直转台啊?3. I'd appreciate it if you could turn it down。如果你能把音量关小一点的话,我会很...
分类:其他好文   时间:2014-08-05 18:29:10    阅读次数:235
编译找不到库文件
在linux环境编译应用程式或lib的source code时常常会出现如下的错误讯息:/usr/bin/ld: cannot find -lxxx这些讯息会随着编译不同类型的source code 而有不同的结果出来如:/usr/bin/ld: cannot find -lc/usr/bin/ld...
分类:其他好文   时间:2014-08-05 18:18:29    阅读次数:1095
svn
一、安装Subclipse 安装Subclipse的最好方法是使用Eclipse Update Manager。在Eclipse 3.1中,它位于Help -> Software Updates -> Find and Install...菜单下。 选择搜索要安装的新功能部件,点击新建远程站点,弹出...
分类:其他好文   时间:2014-08-05 18:17:29    阅读次数:181
C++字符串操作
今天写一个小程序的时候遇到了一个在一个长的字符串中提取有用信息的问题,在这个问题中我用到了find的相关函数和substr函数解决的,记录如下:#include#include #include using namespace std;int main(){ char name[40] = "...
分类:编程语言   时间:2014-08-05 18:16:49    阅读次数:227
LeetCode第五题,Longest Palindromic Substring
题目原文: Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique longest palindromic substring. 题意解析: 最长回文子串。就是...
分类:其他好文   时间:2014-08-05 15:56:59    阅读次数:290
程序猿的自我修养清单
Data Structures    1. Integer       – find number of 1s       – next largest smaller       – smallest larger number       – determine if is palindrom       – itoa, atoi       – add 2 numbers w/...
分类:其他好文   时间:2014-08-05 15:50:40    阅读次数:408
tomcat oracle 连接池配置
maxWait5000maxActive200urljdbc:oracle:thin:@192.168.250.63:1521:orcldriverClassNameoracle.jdbc.driver.OracleDrivermaxIdle10usernamezcglpasswordzcgl
分类:数据库   时间:2014-08-05 15:29:29    阅读次数:236
批量修改文件名后缀
find.-name"*.cpp"|sed-e‘s/\(.*\).cpp$/mv&\1.mm/e‘
分类:其他好文   时间:2014-08-05 14:27:30    阅读次数:176
uva193 - Graph Coloring
Graph Coloring You are to write a program that tries to find an optimal coloring for a given graph. Colors are applied to the nodes of the graph and t...
分类:其他好文   时间:2014-08-05 13:31:49    阅读次数:215
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!