Toggle navigation
PHP教程|记事本
Home
c/php/javascript/java/python/bash linux/freebsd
postgresql 入门
一、安装首先,安装PostgreSQL客户端。sudo apt-get install postgresql-client然后,安装PostgreSQL服务器。sudo apt-get install postgresql正常情况下,安装完成后,PostgreSQL服务器会自动在本机的5432端口开启。如果还想安装图形管理界面,可以运行下面命令,但是本文不涉及这方面内容。sudo apt-get install pgadmin3二、添加
1
发起了话题 category:
程序员
•
2015-06-20 11:38:12
git 合并指定的分支的文件
合并指定文件git checkout branchname -- file1 file2 etc #合并分支 指定的文件 git checkout php_com -- file.1 file.2 #将当前分支的file1 file2 与分支名为php_com下的file1 file2文件合并
1
发起了话题 category:
程序员
•
2015-06-17 14:44:39
Git-flow 使用
简单来说,git-flow 就是在 git branch git tag基础上封装出来的代码分支管理模型,把实际开发模拟成master develop feature release hotfix support 几种场景,其中 master 对应发布上线,develop 对应开发,其他几个在不同的情况下出现。通过封装,git-flow 屏蔽了 git branch 等相对来说比较复杂生硬的命令(git branch 还是比较复杂的,尤
1
发起了话题 category:
程序员
•
2015-06-15 11:27:51
Showing
1-3
of
3
items.
文章归档
2017 / 03
2016 / 05
2016 / 02
2016 / 01
2015 / 06
2015 / 04
2015 / 02
2015 / 01
2014 / 11
2014 / 08
2014 / 07
2014 / 06
2014 / 05
2014 / 04
2014 / 03
2013 / 11
2013 / 10
2013 / 09
2013 / 08
2013 / 07
2013 / 06
2013 / 05
2013 / 04
2013 / 01
2012 / 12
2012 / 11
2012 / 10
2012 / 09
2012 / 08
2012 / 04
category
PHP记事本
第一阶段PHP
第二阶段php
第三阶段php
linux
程序员
Freebsd
nginx
apache
javascript
friend links
PHP RELEASES
PHP 手册在线