码迷,mamicode.com
首页 >  
搜索关键字:hooks    ( 388个结果
svn自动部署
版本库目录hooks下创建post-commit.batTortoiseProc.exe /command:update /path:"E:\web_server\sial\" /closeonend:0注意增加权限控制
分类:其他好文   时间:2015-04-11 22:32:11    阅读次数:200
九)CodeIgniter源码分析之Hook.php
1 _initialize(); 32 log_message('debug', "Hooks Class Initialized"); 33 } 34 35 // ------------------------------------------------------------...
分类:Web程序   时间:2015-04-10 19:59:35    阅读次数:148
**CodeIgniter系列 添加filter和helper
filter:使用CI的hooks来实现filter.1.在system/application/config/config.php中,把enable_hooks的值改为TRUE $config['enable_hooks'] = TRUE;2.在syste/application/config/h...
分类:其他好文   时间:2015-04-10 19:22:18    阅读次数:111
ci框架hook钩子
//启动hooks//app/config/config.php$config['enable_hooks'] = TRUE;//hooks配置///app/config/hooks.php$hook['post_controller_constructor'][] = array( ...
分类:其他好文   时间:2015-04-10 17:31:09    阅读次数:193
SVN 提交必填备注Commit
操作方法:在SVN的Repositories下,找到要配置的项目,在项目目录下找到hooks文件夹,在其下创建pre-commit.bat文件,把下面复制进去就可以了(无需重启,如果改动,保存bat文件,配置就生效)================= bat文件内容 开始==============...
分类:其他好文   时间:2015-03-31 10:43:51    阅读次数:238
svn服务器配置小记
在这里/opt/svndata/repos1创建svn版本库svnadmin create /opt/svndata/repos1创建成功后会在/opt/svndata/repos1目录下生成conf/ db/ format hooks/ locks/ README.txtconf目录中有authz...
分类:其他好文   时间:2015-03-30 22:35:13    阅读次数:109
unity3d 实现windows 消息
【狗刨学习网】 Windows Message in the Unity3D : WndProc 先前提到可以用 Hooks 的方法在 Unity 裡監控 Windows Message,但是使用 Hooks 這個方法我們沒辦法更改 Message 的內容。因此這邊提出第二個方式。Windows 傳送 Message 給 Unity 時,會呼叫 Unity 預設的 Messag...
分类:编程语言   时间:2015-03-07 09:05:57    阅读次数:375
BHF工作流程简要步骤一览
1.Gitlab新建项目获取git地址 git@git.hunantv.com:iruxu/project.git设置Web Hooks http://bho.hunantv.com2.BHF设置关联项目设置添加git地址记录任务编号3.Git本地工作本地项目工作正常流程 - 新建项目初始化,连接V...
分类:其他好文   时间:2015-03-03 16:21:56    阅读次数:139
Git自动部署
Git自动部署文件位于repository下面的hooks里的post-receive#!/bin/shset -egit-update-server-infogitosis-run-hook update-mirrors# Check the remote git repository wheth...
分类:其他好文   时间:2015-03-02 12:41:42    阅读次数:145
svn文件同步到web服务器,即同步到网站根目录
进入到hooks目录[root@li538-34default]#cd/opt/svn [root@li538-34svn]#ll total4 drwxr-xr-x6rootroot4096Feb2406:38repos [root@li538-34svn]#cdrepos [root@li538-34repos]#ll total24 drwxr-xr-x2rootroot4096Feb2407:47conf drwxr-sr-x6rootroot4096Feb2408:01db -r--r--..
分类:Web程序   时间:2015-02-24 23:37:25    阅读次数:302
388条   上一页 1 ... 32 33 34 35 36 ... 39 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!