作者:frank.liu kaka.zhou安装Team Foundation Server后,会创建以下全局组。可以使用这些全局组来控制Team Foundation用户的权限。组权限Team Foundation Administrators可以在Team Foundation Server上执...
分类:
其他好文 时间:
2014-06-18 21:40:20
阅读次数:
171
CSS的链接伪类选择器: :link --- 用来选择没有被访问过的链接 :visited --- 用来选择被访问过的链接 :hover --- 用来选择鼠标悬停的元素 :active --- 用来选择被激活的元素,对于链接来说,激活发生在链接被点击时大多数人最初使用这些选择器的目的之一是去...
分类:
Web程序 时间:
2014-06-18 21:17:25
阅读次数:
309
SQL> select count(*) from v$session #连接数SQL> Select count(*) from v$session where status='ACTIVE' #并发连接数SQL> show parameter processes #最大连接 process:.....
分类:
数据库 时间:
2014-06-18 20:28:17
阅读次数:
289
IntroductionRecently our team was working on Veracity Quick Start sprint, when I was trying to migrate the JMS provider implementation from Tibco EMS ...
分类:
其他好文 时间:
2014-06-18 16:16:17
阅读次数:
328
No architectures to compile for(ONLY_ACTIVE_ARCH=YES 这种错误 修改building settings下 Build Active Architecture only 为NO即可。dyld: Symbol not found: _objc_setP...
分类:
其他好文 时间:
2014-06-18 15:30:00
阅读次数:
260
1. 切换账号,主要是删除配置文件达到重新更新svn的时候,弹出框让重新输入新的svn用户名和密码。1、通过删除SVN客户端的账号配置文件 1)查看你的Eclipse中使用的是什么SVN Interface(中文:svn接口)windows > preference > Team > SVN 在右边...
分类:
系统相关 时间:
2014-06-18 14:50:11
阅读次数:
254
题目大意:
不同的人在不同的队伍里,插入链表的时候如果这个链表里有他的队友,就把它放到最后一个队友的最后,如果没有队友,就把它放到整个链表的最后面。
出链表的时候把第一个人拿出来。
思路分析:
要模拟这个链表就要记录这整个链表中的队伍存在的情况。
所以要再开一个链表的头指针和尾指针,在整个大的链表中再模拟小区域的链表。
然后就是deque部分,也就是注意head的判断以及更新。...
分类:
其他好文 时间:
2014-06-18 12:31:46
阅读次数:
154
Structural Things
An
active class is a class whose objects own one or
more processes or threads and therefore can initiate control activity. An active class is just like a class except that it...
分类:
其他好文 时间:
2014-06-17 22:44:27
阅读次数:
310
问题:
No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=arm64, VALID_ARCHS=armv7 armv7s)
解决:
Project ->Target->Build Setting ->搜索 Build Active Architecture Only ->把值改成NO...
分类:
其他好文 时间:
2014-06-17 22:20:22
阅读次数:
374
Pool池桌面(随机)安装完成以后,通过IE打开办公平台出现office控件问题:1、同一台虚拟桌面,同一个用户帐号,注册安装一次控件就行了。2、同一台虚拟桌面,不同的用户帐号,必须重新安装注册控件才行。对于随机虚拟桌面来说,用户每次登录的可能都是不同的虚拟桌面,那么就..
分类:
其他好文 时间:
2014-06-17 18:10:23
阅读次数:
378