码迷,mamicode.com
首页 >  
搜索关键字:tfs info    ( 36541个结果
本人讲课时录制的Android应用开发技术教学视频
网盘地址:http://yun.baidu.com/pcloud/album/info?query_uk=1963923831&album_id=3523786484935252365本人讲课时录制的视频,采用webex录制,视频文件内容相对较小30-50兆左右,1个视频文件平均大概有1个小时左右的...
分类:移动开发   时间:2014-07-22 23:13:12    阅读次数:552
循环查询sql带逗号(,)分隔的数据
select * from sys_role_list where id in (select c from (with test as (select roleid c from sys_role_info where id=1) select substr(t.ca,instr(t.ca,...
分类:数据库   时间:2014-05-01 02:34:49    阅读次数:670
log4j日志等级
1.logger.debug("Debug ...")或logger.info("Info ...")或logger.warn("Warn ...")或logger.error("Error ...") 都只输出对应的信息,即logger.debug只输出debug的信息,info只输出info的信...
分类:其他好文   时间:2014-04-30 20:41:18    阅读次数:704
[Android学习系列16]Android把php输出的json加载到listview
首先写个php脚本输出json,注意,还要输出回车,方便android的bufferreader读取一行bookid = $id; $this->bookname = $name; $this->bookinfo = $info; } ...
分类:移动开发   时间:2014-04-30 20:19:42    阅读次数:684
Slenium 2 Webdriver Highlight Element
def highlight_element(self, locator): """docstring for highlight_element""" self._info("start") element = self._element_find(...
分类:Web程序   时间:2014-04-30 03:28:21    阅读次数:610
TFS 2012使用简介(一)
最近,一直想让团队加入敏捷开发,但TFS2010用下来,并不是令人满意,还好,TFS2012横空出世了。相比TFS2010,TFS2012改进太多了,主要体现在以下方面:Team Web Access优化变更集回滚Ui支持流程优化界面更合理,操作更友好增加了PowerPoint Storyboard...
分类:其他好文   时间:2014-04-29 23:11:47    阅读次数:726
Gibbs Sampling for the Uninitiated 笔记
费老劲看了parameter estimation for text analysis,这两天一定把这个gibbs sampling for the uninitiated看完><先收两个看起来不错的笔记:http://www.crescentmoon.info/?p=504http://www.x...
分类:其他好文   时间:2014-04-29 22:07:06    阅读次数:467
php url字符转义操作
遇到一段代码,从数据库里读出来带 \ 字符需要转义成中文~用到url_decode(); 1 //$info 为刚从数据库中读取的二维数组 2 3 foreach($info as $key1 => &$value1) { 4 foreach($key1 as $key2 => &$val...
分类:Web程序   时间:2014-04-29 17:22:47    阅读次数:709
如何删除TFS的Team Project
我们可以使用Visual Studio或Web新建一个TeamProject,但是删除时却没有一个合适的图形界面删除我们不想要的Team Project,所以此时就可以使用命令TFSDeleteProject 进行删除(我使用的是Visual Studio Online作为示例)。进入目录C:\Pr...
分类:其他好文   时间:2014-04-29 17:13:47    阅读次数:288
Migration from TF Service to TF Server with the TFS Integration Platform
Are you worried that you will not be able to migrate from http://tfs.visualstudio.com when they start charging for it and you don’t want to pay? Fear ...
分类:其他好文   时间:2014-04-29 10:23:47    阅读次数:496
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!