2020年12月3日

Visual GDB 无代码提示

摘要: 打开项目属性 Visual GDB Project Properties 1. IntelliSense Directories 选项卡,如果有下载标志,都点一下,把Linux的include项同步到本地 2. IntelliSense Settings 选项卡,切换一下 IntelliSense 阅读全文

posted @ 2020-12-03 16:44 空明流光 阅读(225) 评论(0) 推荐(0)

开源许可证GPL、BSD、MIT、Mozilla、Apache和LGPL的区别(转)

摘要: 阅读全文

posted @ 2020-12-03 14:56 空明流光 阅读(113) 评论(0) 推荐(0)

eclipse 中使用 svn

摘要: 在eclipse中使用subclipse 下载与安装 在subclipse的官方网站http://subclipse.tigris.org/上找到eclipse中对应的URL:http://subclipse.tigris.org/update_1.12.x,然后在eclipse中安装即可。连接sv 阅读全文

posted @ 2020-12-03 12:54 空明流光 阅读(336) 评论(0) 推荐(0)

linux centos 7.5 开启 postgresql 远程访问

摘要: 如果是随操作系统安装的,则需要先初始化 postgresql: 1.初始化数据库; yum install postgres*postgresql-setup initdb2.启动postgresql并设置为开机自启动;systemctl restart postgresqlsystemctl en 阅读全文

posted @ 2020-12-03 10:46 空明流光 阅读(935) 评论(0) 推荐(0)

linux centos 7 开启 ftp

摘要: centos开启ftp服务的步骤 1、安装vsftpd sudo yum install vsftpd -y 2、启动ftp服务 service vsftpd start 3、 加入开机启动 chkconfig vsftpd on netstat -nltp | grep 21 可以查看系统监听21 阅读全文

posted @ 2020-12-03 10:03 空明流光 阅读(1044) 评论(0) 推荐(0)

导航