11 2017 档案

摘要:http://www.cnblogs.com/peida/archive/2012/12/25/2831814.html 阅读全文
posted @ 2017-11-30 20:15 跬步者 阅读(130) 评论(0) 推荐(0) 编辑
摘要:http://www.udpwork.com/p/2 阅读全文
posted @ 2017-11-22 14:37 跬步者 阅读(269) 评论(0) 推荐(0) 编辑
摘要:一. 安装与基本说明都非常的详细。 https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-centos-7 postgrepSQL默认用户名是:postgres 需要先切换到 pos 阅读全文
posted @ 2017-11-19 20:28 跬步者 阅读(138) 评论(0) 推荐(0) 编辑
摘要:一. 下载与安装过程相录详细 相当详细推荐。digitalocean.com 这个网站的东西,很详细,很专业。 https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-centos-7 二. 增加用户权限,表格 阅读全文
posted @ 2017-11-19 19:45 跬步者 阅读(210) 评论(0) 推荐(0) 编辑
摘要:一. 相当详细且流程完整,(推荐阅读) 在centos7上新建swap区 https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-centos-7 二. centos官网 转:https://www.centos.org 阅读全文
posted @ 2017-11-19 09:02 跬步者 阅读(191) 评论(0) 推荐(0) 编辑
摘要:1. 安装与查看过程(完整) https://www.cyberciti.biz/faq/rhel-fedora-linux-install-memcached-caching-system-rpm/ 2. memcache的官网 http://memcached.org/downloads 3. 阅读全文
posted @ 2017-11-18 10:15 跬步者 阅读(125) 评论(0) 推荐(0) 编辑
摘要:转:https://www.liquidweb.com/kb/how-to-install-memcached-on-centos-7/ http://devdocs.magento.com/guides/v2.0/config-guide/memcache/memcache_centos.html 阅读全文
posted @ 2017-11-18 09:06 跬步者 阅读(1293) 评论(0) 推荐(0) 编辑
摘要:1. 开源电商平台 Magento 2. OpenCart 阅读全文
posted @ 2017-11-18 08:49 跬步者 阅读(241) 评论(0) 推荐(0) 编辑
摘要:使用MinGW + Eclipse CDT进行C++开发的配置方法 使用MinGW + Eclipse CDT进行C++开发的配置方法 1 2 3 4 5 6 分步阅读 1 2 3 4 5 6 1 2 3 4 5 6 Eclipse作为开源的IDE,可以用来高效开发Java、C++、C等程序。本文介 阅读全文
posted @ 2017-11-18 08:34 跬步者 阅读(1425) 评论(0) 推荐(0) 编辑
摘要:http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.cdt.doc.user%2Freference%2Fcdt_u_prop_build_toolchain.htm 阅读全文
posted @ 2017-11-18 08:00 跬步者 阅读(202) 评论(0) 推荐(0) 编辑
摘要:转自: http://www.cnblogs.com/smartdog/archive/2012/03/30/2425124.html https://www.zhihu.com/question/26201557 推荐两个。一个是MinGW-builds ,直接去MinGW-builds这里下就好 阅读全文
posted @ 2017-11-17 07:04 跬步者 阅读(532) 评论(0) 推荐(0) 编辑
摘要:gcc 指定运行时动态库路径 Leave a reply 由于种种原因,Linux 下写 c 代码时要用到一些外部库(不属于标准C的库),可是由于没有权限,无法将这写库安装到系统目录,只好安装用户目录下如 /home/youname/lib,可是怎么编译才能让程序正常编译,并且正常运行呢。这样使用g 阅读全文
posted @ 2017-11-16 16:58 跬步者 阅读(4506) 评论(0) 推荐(2) 编辑
摘要:转: https://www.ibm.com/developerworks/cn/linux/l-cn-nohup/index.html 我们经常会碰到这样的问题,用 telnet/ssh 登录了远程的 Linux 服务器,运行了一些耗时较长的任务, 结果却由于网络的不稳定导致任务中途失败。如何让命 阅读全文
posted @ 2017-11-16 15:04 跬步者 阅读(359) 评论(0) 推荐(0) 编辑
摘要:转自: https://nkcoder.github.io/2014/05/05/xshell-select-interrupt-dict/ Xshell选中文字复制时中断 在Xshell中设置了“自动将选中的文字复制到粘贴板”,之前一直没有问题,最近发现,只要选中屏幕上的文字,复制上了,但shel 阅读全文
posted @ 2017-11-16 14:53 跬步者 阅读(1183) 评论(0) 推荐(0) 编辑
摘要:from: https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-centos-7 阅读全文
posted @ 2017-11-15 23:28 跬步者 阅读(220) 评论(0) 推荐(0) 编辑
摘要:转自: http://blog.csdn.net/zhuying_linux/article/details/6859286 lsb_release -a 阅读全文
posted @ 2017-11-15 23:27 跬步者 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-11-14 19:27 跬步者 阅读(162) 评论(0) 推荐(0) 编辑
摘要:原创者:http://www.cnblogs.com/TankXiao/archive/2012/10/10/2711777.html from: https://mp.weixin.qq.com/s?__biz=MzAxODI5ODMwOA==&mid=2666539095&idx=1&sn=df 阅读全文
posted @ 2017-11-13 17:57 跬步者 阅读(260) 评论(0) 推荐(0) 编辑
摘要:评:示例详细,还有很不错的图解 转自:https://mp.weixin.qq.com/s?__biz=MzAxODI5ODMwOA==&mid=2666539134&idx=1&sn=5166f0aac718685382c0aa1cb5dbca45&scene=5&srcid=0527iHXDsF 阅读全文
posted @ 2017-11-13 17:37 跬步者 阅读(1666) 评论(0) 推荐(0) 编辑
摘要:见 http://git.mydoc.io/?t=154710 https 方式每次都要输入密码,按照如下设置即可输入一次就不用再手输入密码的困扰而且又享受 https 带来的极速 按照以下设置记住密码十五分钟: 如果你想自定义记住的时间,可以这样: 你也可以设置长期记住密码: 或修改仓库的地址带上 阅读全文
posted @ 2017-11-12 20:53 跬步者 阅读(1975) 评论(0) 推荐(0) 编辑
摘要:from: https://www.cnblogs.com/foohack/p/4629255.html git设置过滤忽略的文件或文件夹 我们一般向代码仓库提交项目的时候,一般需要忽略编译生成的中间文件以及文件夹的提交,因为它们是无用的,而且也会占用仓库的空间。一般只用提交.pro,.sln,ma 阅读全文
posted @ 2017-11-12 20:22 跬步者 阅读(2068) 评论(0) 推荐(0) 编辑
摘要:Centos安装gcc及g++ Centos支持yum安装,安装软件一般格式为yum install .......,注意安装时要先成为root用户。 按照这个思路,我想安装过程如下: 安装gcc:yum install gcc 安装g++: yum install g++ 实际操作过程发现,只能有 阅读全文
posted @ 2017-11-11 16:42 跬步者 阅读(383) 评论(0) 推荐(0) 编辑
摘要:http://jingpin.jikexueyuan.com/article/22803.html 阅读全文
posted @ 2017-11-09 22:10 跬步者 阅读(122) 评论(0) 推荐(0) 编辑
摘要:https://www.w3cschool.cn/tryrun/runcode?lang=c 阅读全文
posted @ 2017-11-08 15:07 跬步者 阅读(175) 评论(0) 推荐(0) 编辑
摘要:https://www.w3cschool.cn/tryrun/runcode?lang=c 阅读全文
posted @ 2017-11-08 15:06 跬步者 阅读(376) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示