会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
peki10
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
37
38
39
40
41
42
43
44
45
···
47
下一页
2016年1月
QtCreator添加第三方头文件和类库
摘要: 在Qt Creator的项目中添加头文件和库 在Qt Creator的项目中添加头文件和库 在Qt Creator中的工程中,工程通过.pro文件管理。 额外需要连接的连接库 unix:LIBS += -L your_lib_path -lyour_lib win32:LIBS += your_li
阅读全文
posted @ 2016-01-24 19:10 PKICA
阅读(2069)
评论(0)
推荐(0)
2015年12月
vi复制
摘要: 转载自http://blog.csdn.net/xiyuan1999/article/details/5680102,感谢作者分享 vi编辑器中的整行(多行)复制与粘贴就非常必要了。 1、复制 1)单行复制 在命令模式下,将光标移动到将要复制的行处,按“yy”进行复制; 2)多行复制 在命令模式下,
阅读全文
posted @ 2015-12-20 10:32 PKICA
阅读(341)
评论(0)
推荐(0)
makefile_1(初识make)
摘要: Makefile有三个非常有用的变量。分别是$@,$^,$<代表的意义分别是: $@--目标文件,$^--所有的依赖文件,$<--第一个依赖文件。 LIBS = -lmCFLAGS = -Wall #CFLAGS += -g #CXXFLAGS += -g OBJS = server_socket.
阅读全文
posted @ 2015-12-19 21:47 PKICA
阅读(316)
评论(0)
推荐(0)
2015年11月
yum_rpm(利用dvd建立本地yum库)
摘要: #wget "http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os" 建立起了index.html?release=6&arch=x86_64&repo=os库url1.为DVD建立挂载目录#mkdir /media/Centos 2
阅读全文
posted @ 2015-11-22 22:13 PKICA
阅读(597)
评论(0)
推荐(0)
Centos6安装mysql5.5
摘要: http://mirrors.aliyun.com/centos/6.6/isos/x86_64/CentOS-6.6-x86_64-bin-DVD1.iso http://cdn.mysql.com//Downloads/MySQL-5.5/MySQL-server-5.5.46-1.linux2
阅读全文
posted @ 2015-11-21 17:27 PKICA
阅读(26)
评论(0)
推荐(0)
yum rpm
摘要: 本文多选自鸟哥的私房菜,非常感谢鸟哥^_ _^ 查看yum仓库中,软件包有哪些版本 --showduplicates可以用在list、search命令中 yum --showduplicates list openssl 查看已安装软件 yum list installed 下载"Downloado
阅读全文
posted @ 2015-11-21 16:53 PKICA
阅读(380)
评论(1)
推荐(2)
修改时区
摘要: 1:使用date命令查看时区[root@db-server ~]# date -RSun, 11 Jan 2015 07:10:28 -0800[root@db-server ~]# tzselect2:查看clock系统配置文件[root@db-server ~]# more /etc/sysco...
阅读全文
posted @ 2015-11-21 11:02 PKICA
阅读(486)
评论(0)
推荐(0)
开机启动与禁止
摘要: 1. update-rc.d 使用命令“ update-rc.d -f mysql remove “可移除mysql的自启动服务。 linux系统重启之后发现mysql服务没有随机启动。 使用”update-rc.d mysql defaults“可以将mysql添加到随机启动项里。 2. chkc
阅读全文
posted @ 2015-11-20 21:53 PKICA
阅读(216)
评论(0)
推荐(0)
解决ubuntu14.04下Qt 5.3.1下的QtCreator fcitx,ibus不能输入中文
摘要: http://my.oschina.net/u/219482/blog/341452 感谢作者ubuntu 14.04从Qt官网下载的最新版qt,安装过程很顺利,但却发现没办法输入中文(我用的是 fcitx), 即使下载了fcitx-frontend-qt5和fcitx-frontend-qt4也还...
阅读全文
posted @ 2015-11-08 21:14 PKICA
阅读(583)
评论(0)
推荐(0)
mysql_4(解决中文乱码问题)
摘要: mysql> create database if not exists xdb default character set utf8;Query OK, 1 row affected (0.00 sec)1 先介绍一个ubuntu下mysql的可视化工具利用命令:sudo apt-get inst...
阅读全文
posted @ 2015-11-08 12:02 PKICA
阅读(273)
评论(0)
推荐(0)
上一页
1
···
37
38
39
40
41
42
43
44
45
···
47
下一页
公告