Linux 使用unzip解压时报错End-of-central-directory signature not found...
分类:
系统相关 时间:
2014-12-15 15:30:24
阅读次数:
2174
执行CHANGE MASTER TO master_host............后报错ERROR 1201 (HY000): Could not initialize master info structure; more error messages can be found in the M...
分类:
数据库 时间:
2014-12-15 15:00:12
阅读次数:
250
解决方法: 新建一个register.py 文件,把一下代码贴进去,保存(G盘),然后在命令行下执行? python register.py 即可 #
# script to register Python 2.0 or later for use with win32all
# and other extension...
分类:
编程语言 时间:
2014-12-15 12:20:29
阅读次数:
172
使用问题汇总
1、在国内如何更新android sdk?
2、解决Fetching android sdk component information加载问题
3、Gradle DSL method not found: runProguard()...
分类:
移动开发 时间:
2014-12-15 12:17:11
阅读次数:
147
问题:
编译android时 出现错误:
“No command 'mmm' found”
或 未找到 “'mmm' 命令”
No command 'mmm' found, did you mean:
Command 'mwm' from package 'motif-clients' (multiverse)
Command 'mwm' from package 'les...
分类:
其他好文 时间:
2014-12-14 22:48:50
阅读次数:
339
9.6Givenamatrixinwhicheachrowandeachcolumnissorted,writeamethodtofindanelementinit.voidsearch(int[][]a,intt)
{
intm=a.length;
intn=a[0].length;
//Startfromright-uppoint.
//ifrightUp==t,found
//ifrightUp>t,allcolumnare>t
//ifrightUp<t,allroware<..
分类:
其他好文 时间:
2014-12-14 18:46:19
阅读次数:
149
Centos搭建Eclipse C/C++环境只需要CDT即可,解压运行,新建工程,运行报 program g++ not found in path : eclipse 的window--》preference--》c/c++--》 build --》 setting --》discovery--...
分类:
数据库 时间:
2014-12-14 18:22:10
阅读次数:
321
161.Mybatis的Dao找不到xml中的映射配置,可能的一个原因是:xml配置中的namespace不对。org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.p2p.user.dal.dao.MemberPointDao.selectForUpdateByUserId这个地方...
分类:
其他好文 时间:
2014-12-13 15:14:26
阅读次数:
265
题目1036:Old Bill
时间限制:1 秒
内存限制:32 兆
特殊判题:否
提交:2302
解决:1211
题目描述:
Among grandfather's papers a bill was found.
72 turkeys $_679_
The first and the last digits ...
分类:
其他好文 时间:
2014-12-13 15:10:39
阅读次数:
135
AndroidStudio发布了新的1.0版,更新之后却发现原来在0.8下面正常的项目编译失败了,从报错上来看是卡在gradle上面。Gradle DSL method not found: 'runProguard()'找不到 runProguard() 这个方法最终的原因很让人无语,原来grad...
分类:
移动开发 时间:
2014-12-13 12:00:43
阅读次数:
196