码迷,mamicode.com
首页 >  
搜索关键字:retrieve    ( 433个结果
yum安装时出现:Cannot retrieve metalink for repository: epel. Please verify its path and try again
在CentOS 6.3 x86_64下安装php-mcrypt的时候出现了问题:Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again,需要安装epel源。 解决方法: 一句 ...
分类:Web程序   时间:2017-06-08 22:32:12    阅读次数:191
(三)underscore.js框架Objects类API学习
keys_.keys(object) Retrieve all the names of the object's properties. _.keys({one: 1, two: 2, three: 3}); => ["one", "two", "three"] values_.values(ob ...
分类:Windows程序   时间:2017-06-07 14:29:04    阅读次数:358
【C#】【转】SharpSVN的官方使用方法参考
SharpSvn Tutorial Table Of Contents Introduction and Prerequisites Setting the project up Getting Started With the SharpSVN API Using the SvnClient Cl ...
分类:Windows程序   时间:2017-06-04 09:42:57    阅读次数:3004
CentOS yum时出现“Could not retrieve mirrorlist ”的解决的方法——resolv.conf的配置
原因:没有配置resolv.conf 解决方法: 到/etc文件夹下配置resolv.conf增加nameserver IP,如: nameserver 8.8.8.8 nameserver 8.8.4.4 search localdomain 保存再次执行上面命令就能够。 关键一点 serach那 ...
分类:其他好文   时间:2017-05-27 20:09:24    阅读次数:304
HDU2717-Catch That Cow (BFS入门)
题目传送门:http://acm.hdu.edu.cn/showproblem.php?pid=2717 Catch That Cow Time Limit: 5000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)To ...
分类:其他好文   时间:2017-05-24 00:53:36    阅读次数:228
python爬虫入门(1)-urllib模块
作用:用于读取来自网上(服务器上)的数据基本方法:urllib.request.urlopen(url,data=None,[]timeout]*,cafile=None,cadefault=False,context=None)url:需要打开的网址data:Post提交的数据timeout:设置... ...
分类:编程语言   时间:2017-05-21 23:26:32    阅读次数:343
IDEA启动Tomcat报错
Maven编译成功, 可是启动Tomcat报错: Application Server was not connected before run configuration stop, reason: java.io.IOException: Failed to retrieve RMIServer ...
分类:其他好文   时间:2017-05-12 14:56:00    阅读次数:590
java.util.concurrent.Future Basics
Hereby I am starting a series of articles about future concept in programming languages (also known as promises or delays) with a working title: Back ...
分类:编程语言   时间:2017-05-10 13:04:16    阅读次数:240
db4o发布7.2,出现.NET 3.5版本,支持LINQ
db4o发布7.2,出现.NET 3.5版本,支持LINQ Db4Object刚刚发布了db4o的7.2beta,除了以前支持如下的平台:.NET 1.1,.NET 2.0,Mono外,现在还支持.NET 3.5了。当然支持.NET 3.5,最主要的时候要来支持LINQ。 关于LINQ,我稍后再讲。 ...
分类:数据库   时间:2017-05-08 23:10:18    阅读次数:201
MySQL错误: could not retrieve transation read-only status server
问题描述: java代码在开始事务后,先做了一个查询,再insert,此时会报: java.sql.SQLException: could not retrieve transation read-only status server 解决过程: 查看mysql的事物隔离级别 SHOW VARIAB ...
分类:数据库   时间:2017-05-04 11:01:38    阅读次数:232
433条   上一页 1 ... 22 23 24 25 26 ... 44 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!