在项目中对TFS进行备份操作是日常重要的工作之一,此篇主要描述如何对TFS Express进行备份,并且在另外一台服务器上进行恢复。
分类:
Web开发 时间:
2015-06-15 21:51:23
收藏:
0 评论:
0 赞:
0 阅读:
378
23333......简单的并查集模板。就是被并查集递归式路径压缩RE坑过。。。学习一下非递归式路径压缩。附代码:#include#include#include#define maxn 30100using namespace std;int fa[maxn];int n, m, k;void i...
分类:
其他 时间:
2015-06-15 21:51:13
收藏:
0 评论:
0 赞:
0 阅读:
214
https://github.com/eltld/MaterialImageLoading
分类:
其他 时间:
2015-06-15 21:50:54
收藏:
0 评论:
0 赞:
0 阅读:
159
Implement the following operations of a stack using queues.push(x) -- Push element x onto stack.pop() -- Removes the element on top of the stack.top()...
分类:
编程语言 时间:
2015-06-15 21:50:43
收藏:
0 评论:
0 赞:
0 阅读:
363
1 环境准备VS2010、下载log4net.dll2 注意LogHelper.cs文件中加载log4net.config的路径需要写成自己的路径System.IO.FileInfo file = new System.IO.FileInfo(Path.Combine(Path.GetDirecto...
分类:
Web开发 时间:
2015-06-15 21:50:33
收藏:
0 评论:
0 赞:
0 阅读:
297
Toast显示的时间最长是5S,有时候需要显示的时间更长;Toast默认背景是黑色的,有时候希望它更炫酷;所以,你需要自定义Toast。那么,怎么去自定义呢?找到系统Toast源代码抽出来,依葫芦画瓢!分两步: 1.获取Toast的对象:获取toast里面需要填充的view对象 2.显示to...
分类:
其他 时间:
2015-06-15 21:50:23
收藏:
0 评论:
0 赞:
0 阅读:
230
https://github.com/eltld/CircleIndicator
分类:
其他 时间:
2015-06-15 21:50:13
收藏:
0 评论:
0 赞:
0 阅读:
171
无标题文档- 1 2 3 4
分类:
Web开发 时间:
2015-06-15 21:49:53
收藏:
0 评论:
0 赞:
0 阅读:
287
Android的界面是有布局和组件协同完成的,布局好比是建筑里的框架,而组件则相当于建筑里的砖瓦。组件按照布局的要求依次排列,就组成了用户所看见的界面。 所有的布局方式都可以归类为ViewGroup的5个类别,即ViewGroup的5个直接子类。其它的一些布局都扩展自这5个类。1.Linea...
分类:
移动平台 时间:
2015-06-15 21:49:43
收藏:
0 评论:
0 赞:
0 阅读:
163
字符串内建操作字符串长度大小写变换去空格或其他连接字符串查找替换分割判断内建操作字符串长度len代码s = 'abcd'print len(s)大小写变换lower 小写upper 大写swapcase 大小写互换capiatlize 首字母大写代码s = 'aBcd'print s.lower()...
分类:
编程语言 时间:
2015-06-15 21:49:33
收藏:
0 评论:
0 赞:
0 阅读:
316
https://github.com/eltld/PagerSlidingTabStriphttps://github.com/ghahramani/viewpager
分类:
其他 时间:
2015-06-15 21:49:13
收藏:
0 评论:
0 赞:
0 阅读:
255
Description:Consider equations having the following form: a*x1*x1 + b*x2*x2 + c*x3*x3 + d*x4*x4 = 0 a, b, c, d are integers from the interval [-50,50]...
分类:
其他 时间:
2015-06-15 21:49:03
收藏:
0 评论:
0 赞:
0 阅读:
219
今天用VS2013新建了一个工程,生成时出现很多怪异的链接错误,比如:error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class MTString __cdecl MTString::fr...
分类:
其他 时间:
2015-06-15 21:48:53
收藏:
0 评论:
0 赞:
0 阅读:
299
root:只包含xx对象excludeProperties :除了xx之外的集合includeProperties : 包含xx的集合wrapPrefix :json结果开头添加xx(比如[)wrapSuffix :同上,只不过是结尾ignoreHierarchy :转化时是否忽略继承关系true....
分类:
Web开发 时间:
2015-06-15 21:48:33
收藏:
0 评论:
0 赞:
0 阅读:
157
今天看到一道题目,感觉挺简单的,顺便看下作者的答案,如下。去除重复字符并排序运行时间限制:无限制内容限制: 无限制输入: 字符串输出: 去除重复字符并排序的字符串样例输入: aabcdefff样例输出: abcdef答案 1 public void dele...
分类:
其他 时间:
2015-06-15 21:48:23
收藏:
0 评论:
0 赞:
0 阅读:
233
https://github.com/eltld/android-auto-scroll-view-pager
分类:
移动平台 时间:
2015-06-15 21:48:13
收藏:
0 评论:
0 赞:
0 阅读:
291
declare t_count number(10); t_str VARCHAR2(500); cursor t_tables is select table_name from user_tables;begin for t_row in t_tables loop t_str := 'sele...
分类:
数据库技术 时间:
2015-06-15 21:48:03
收藏:
0 评论:
0 赞:
0 阅读:
403
https://github.com/eltld/ViewPagerIndicator
分类:
其他 时间:
2015-06-15 21:47:53
收藏:
0 评论:
0 赞:
0 阅读:
243
今天在实现一个保存用户设置到SharedPreferences时,出现了一个不能将数据保存到SharedPreferences中的情况。经过仔细的分析得出: android.content.SharedPreferences.Editor.putString(String key, String v...
分类:
移动平台 时间:
2015-06-15 21:47:43
收藏:
0 评论:
0 赞:
0 阅读:
254
在Android中,菜单被分为如下三种,选项菜单(OptionsMenu)、上下文菜单(ContextMenu)和子菜单(SubMenu)。1. 选项菜单(OptionsMenu)详解 Activity中需要覆盖的常用的方法: public boolean onCreateOptionsMenu(....
分类:
移动平台 时间:
2015-06-15 21:47:33
收藏:
0 评论:
0 赞:
0 阅读:
218