会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
邱明成
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
37
38
39
40
41
42
43
44
45
···
74
下一页
2017年11月3日
MYSQL的NOW和SYSDATE函数的区别
摘要: 在MySQL Performance Blog博客上看到一篇文章介绍now()和sysdate()函数。 想起很多朋友专门问在MySQL里面提供now()和sysdate()函数,都是表示取得当前时间,他们之间有什么区别。我们下面来详细看一下 首先大家可以看一下下面的一个诡异现象: 1 2 3 4
阅读全文
posted @ 2017-11-03 11:49 邱明成
阅读(13563)
评论(0)
推荐(2)
2017年10月31日
Error: libcrypto required
摘要: yum -y install openssl openssl-devel
阅读全文
posted @ 2017-10-31 17:50 邱明成
阅读(1687)
评论(0)
推荐(0)
python egg for centos 制作
摘要: 经常接触Python的同学可能会注意到,当需要安装第三方python包时,可能会用到easy_install命令。easy_install是由PEAK(Python Enterprise Application Kit)开发的setuptools包里带的一个命令,它用来安装egg包。egg包是目前最
阅读全文
posted @ 2017-10-31 14:42 邱明成
阅读(700)
评论(0)
推荐(0)
获取 python import模块的路径
摘要: 上述代码将范围 .pyc 文件被加载的路径,如果需要跨平台解决方案,可用下面代码:
阅读全文
posted @ 2017-10-31 10:12 邱明成
阅读(10047)
评论(0)
推荐(0)
2017年10月24日
error: zlib.h: No such file or directory
摘要: yum install zlib-devel
阅读全文
posted @ 2017-10-24 15:54 邱明成
阅读(2729)
评论(0)
推荐(0)
error: pyconfig.h: No such file or directory
摘要: yum install python-devel
阅读全文
posted @ 2017-10-24 15:15 邱明成
阅读(2006)
评论(0)
推荐(1)
error: bzlib.h: No such file or directory
摘要: yum install bzip2-devel
阅读全文
posted @ 2017-10-24 00:35 邱明成
阅读(714)
评论(0)
推荐(0)
2017年10月23日
VirtualBox虚拟机克隆方法
摘要: 1.定位到Vritualbox的安装目录,不能用全路径的方式直接执行该命令行 2.执行Vboxmanage.exe clonevdi "d:\linux\source.vdi" "d:\target.vdi" 执行过程,大概就是这样了,原本一个10G的vdi,几分钟就克隆完了
阅读全文
posted @ 2017-10-23 20:50 邱明成
阅读(1218)
评论(0)
推荐(0)
2017年10月22日
错误:‘lock_guard’ 在此作用域中尚未声明
摘要: 解决:修改报错文件,加入#include <boost/thread/lock_guard.hpp>
阅读全文
posted @ 2017-10-22 20:26 邱明成
阅读(535)
评论(0)
推荐(0)
出现问题:fatal error: ltdl.h: No such file or directory
摘要: yum install libtool-ltdl-devel
阅读全文
posted @ 2017-10-22 19:22 邱明成
阅读(786)
评论(0)
推荐(0)
上一页
1
···
37
38
39
40
41
42
43
44
45
···
74
下一页
公告