码迷,mamicode.com
首页 >  
搜索关键字:loaded    ( 1419个结果
eclipse tomcat7.0 start 常见错误警告
十月 24, 2013 9:47:06 上午 org.apache.catalina.core.AprLifecycleListener initINFO: Loaded APR based Apache Tomcat Native library 1.1.27 using APR version ...
分类:系统相关   时间:2018-06-28 17:31:43    阅读次数:217
requests+BeautifulSoup详解
简介 Python标准库中提供了:urllib、urllib2、httplib等模块以供Http请求,但是,它的 API 太渣了。它是为另一个时代、另一个互联网所创建的。它需要巨量的工作,甚至包括各种方法覆盖,来完成最简单的任务。 Requests 是使用 Apache2 Licensed 许可证的 ...
分类:其他好文   时间:2018-06-26 01:13:38    阅读次数:345
Linking(1)
简介和分类 Linking is the process of collecting and combining various pieces of code and data into a single file that can be loaded (copied) into memory an ...
分类:其他好文   时间:2018-06-23 14:24:38    阅读次数:198
SELinux 引起的docker启动失败
docker启动失败,报“Error starting daemon: SELinux is not supported with the overlay2 graph driver on this kernel. ”的解决办法
分类:系统相关   时间:2018-06-22 16:38:27    阅读次数:288
datatables增删改查的实现
学习可参考:http://www.guoxk.com/node/jquery datatables                 &nbs ...
分类:其他好文   时间:2018-06-21 13:32:48    阅读次数:220
Gradle系列之从init.gradle说起
从maven说起 用过maven的开发都知道,在maven里一些信息可以定义在全局的配置文件中,比如把一些仓库信息定义在用户目录/.m2/setting.xml文件中,这样就不用每个项目都配置这些相同的配置了。对于Andorid开发者来说,使用gradle比使用maven更常见,在开发中说不定你会在 ...
分类:其他好文   时间:2018-06-20 21:26:02    阅读次数:225
yum install的时候提示:Loaded plugins: fastestmirror
fastestmirror是yum的一个加速插件,这里是插件提示信息是插件不能用了。 不能用就先别用呗,禁用掉,先yum了再说。 1.修改插件的配置文件 # vi /etc/yum/pluginconf.d/fastestmirror.conf enabled = 1//由1改为0,禁用该插件 .. ...
分类:其他好文   时间:2018-06-20 14:38:59    阅读次数:187
navicat连接mysql8:2059 authentication plugin 'caching_sha2_passord' can not be loaded
今天在电脑上安装了mysql8.0,用navicat连接的时候出现了如下的错误: 这是因为mysql 8.0 默认使用 caching_sha2_password 身份验证机制 —— 从原来的 mysql_native_password 更改为 caching_sha2_password。 从 5. ...
分类:数据库   时间:2018-06-17 14:20:46    阅读次数:639
分布式存储
rhel6.5系统环境:server1masterserver2server3server4首先server1下载软件包:libpcap-1.4.0-4.20130826git2dbcaa1.el6.x86_64.rpm依赖环境libpcap-devel-1.4.0-4.20130826git2dbcaa1.el6.x86_64.rpm依赖环境moosefs-3.0.80-1.tar.gzyumi
分类:其他好文   时间:2018-06-16 21:07:17    阅读次数:175
CentOS6/7系列防火墙管理
1.CentOS7系列防火墙 CentOS7默认使用firewall作为防火墙,这里改为iptables防火墙步骤 firewall-cmd --state #查看默认防火墙状态 (关闭后显示 not running ,开启后 running) CentOS7默认使用firewall作为防火墙,这里 ...
分类:其他好文   时间:2018-06-16 10:34:39    阅读次数:178
1419条   上一页 1 ... 60 61 62 63 64 ... 142 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!