码迷,mamicode.com
首页 >  
搜索关键字:trunk    ( 1115个结果
Eclipse配置Go语言开发环境(GoEclipse)
Eclipse安装Go语言插件GoEclipseGoEclipse插件地址:http://goclipse.googlecode.com/svn/trunk/goclipse-update-site/接下来,配置插件
分类:系统相关   时间:2014-06-19 09:28:37    阅读次数:600
svn提交异常file is scheduled for addition, but is missing
svn提交错误file is scheduled for addition, but is missing svn ci -m "" svn: E155010: Commit failed (details follow): svn: E155010: '/Volumes/File/ymall_Project/daling/trunk/GiftShop/GiftS...
分类:其他好文   时间:2014-06-16 21:19:39    阅读次数:928
Google Python Style Guide
http://google-styleguide.googlecode.com/svn/trunk/pyguide.html#Commentshttp://zh-google-styleguide.readthedocs.org/en/latest/google-python-styleguide/...
分类:编程语言   时间:2014-06-15 23:01:13    阅读次数:216
ZooKeeper程序员指南(转)
译自http://zookeeper.apache.org/doc/trunk/zookeeperProgrammers.html1简介本文是为想要创建使用ZooKeeper协调服务优势的分布式应用的开发者准备的。本文包含理论信息和实践信息。本指南的前四节对各种ZooKeeper概念进行较高层次的讨...
分类:其他好文   时间:2014-06-14 22:50:57    阅读次数:352
Process Hacker源码中的用户态hook的做法
processhacker-code-5632\1.x\trunk\NProcessHacker\hook.htypedef struct _PH_HOOK{ PVOID Function; PVOID Target; BOOLEAN Hooked; CHAR Bytes[5...
分类:其他好文   时间:2014-06-12 18:11:47    阅读次数:216
C#使用System.Data.SQLite操作SQLite
使用System.Data.SQLite下载地址:http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki得到System.Data.SQLite.dll添加到工程引用;建表,插入操作C#代码staticvoidMai...
分类:数据库   时间:2014-06-10 21:40:17    阅读次数:367
Metasploit更新
Metasploit更新,官方放弃SVN,开始使用GIT有一段时间没有写文章了,今天翻译一篇文章吧。以后Metasploit更新,请不要再使用下面的方法了1svn co https://www.metasploit.com/svn/framework3/trunk请使用GIT来进行更新1git cl...
分类:Web程序   时间:2014-06-09 15:32:47    阅读次数:380
SVN 中trunk、branches、tags都什么意思?
1.trunk是主分支,是日常开发进行的地方。2.branches是分支。一些阶段性的release版本,这些版本是可以继续进行开发和维护的,则放在branches目录中。又比如为不同用户客制化的版本,也可以放在分支中进行开发。3.tags目录一般是只读的,这里存储阶段性的发布版本,只是作为一个里程...
分类:其他好文   时间:2014-06-07 09:59:14    阅读次数:173
Vmware esx/esxi Vlan三种配置模式(VST、EST和VGT)
在Vmwareesx/esxi中使用虚拟Lan(Vlan)时,一般是指Vlan Trunk的使用,使用的Vlan配置还有其它三种类型:Virtual Switch Tagging(虚拟交换机标记,缩写VST)、External SwitchTagging(外部交换机标记,缩写EST)和Vi...
分类:其他好文   时间:2014-06-02 13:34:23    阅读次数:381
1115条   上一页 1 ... 108 109 110 111 112 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!