往svn服务器提交代码时候,
遇到错误:org.apache.subversion.javahl.ClientException: svn: E155011: Commit failed (details follow): svn: E155011: Directory 'D:\Android2\Picture\bin\dexedLibs' is out of date org.apache.s...
分类:
编程语言 时间:
2014-10-29 15:01:49
阅读次数:
1689
转载请注明出处:http://blog.csdn.net/bbld_/article/details/40584331
下面的几点drawables 的功能帮助你在你的app中实现material design:
l 可绘制着色
l 突出的颜色提取
l 矢量可绘性
本章节向你展示了怎么在你的app中使用这些功能。
色调Drawable资源
如果使用Android5....
分类:
移动开发 时间:
2014-10-29 15:00:26
阅读次数:
311
Given a sorted linked list, delete all duplicates such that each element appear only
once.
For example,
Given 1->1->2, return 1->2.
Given 1->1->2->3->3, return 1->2->3.
输入排序过的链表,删除相同的元素。
...
分类:
其他好文 时间:
2014-10-29 15:02:12
阅读次数:
178
Given two sorted integer arrays A and B, merge B into A as one sorted array.
Note:
You may assume that A has enough space (size that is greater or equal to m +
n) to hold additional elements from B...
分类:
其他好文 时间:
2014-10-29 14:59:27
阅读次数:
180
javascript字符串对象
一、属性
1.length
计算字符串的长度(不区分中英文)
2.constructor
对象的构造函数
获取类型
1. 字符串对象.charAt(num)
返回在指定位置的字符。
2. 字符串对象.charCodeAt(num)
返回指定位置的字符的Unicode编...
分类:
编程语言 时间:
2014-10-29 15:01:06
阅读次数:
197
说到架构设计,不敢妄自牛逼。只能默默地向Linux致敬,没有强大的linux系统,我们做的架构设计,做的程序一天说不定挂几次。...
分类:
其他好文 时间:
2014-10-29 14:58:55
阅读次数:
308
Appium - Android 对比 iOS
作者: Max.Bai
时间: 2014/10
Appium - Android 对比 iOS
Appium 支持Android也支持iOS,但是两者还有很大的区别,我使用Appium一个多月,刚开始是Android,后面才用iOS,所以做iOS自动化的时候比Android艰难多了,后来才发现这两个的模式有一定的差别。(当然可能是...
分类:
移动开发 时间:
2014-10-29 15:01:30
阅读次数:
304
生成PDF的第三方库AlivePDF
AlivePDF 0.1.5RC(For FB)
MyReportto PDF的代码示例
//外部方式向ReportViewer.Instance添加自定义PDF导出按钮
privatefunctionInitCustomButtons():void
{
varexportPDF:ToolButton = newToolButto...
分类:
其他好文 时间:
2014-10-29 14:59:02
阅读次数:
157
记录日志是最常见的行为注入。这里最重要的是实现IIntercptionBehavior接口中的Invoke方法...
分类:
编程语言 时间:
2014-10-29 14:59:29
阅读次数:
193
我们先了解一下EXIF:
EXIF可以附加于JPEG、TIFF、RIFF等文件之中,为其增加有关数码相机拍摄信息的内容和索引图或图像处理软件的版本信息。
所有的JPEG文件以字符串“0xFFD8”开头,并以字符串“0xFFD9”结束。文件头中有一系列“0xFF??”格式的字符串,称为“标识”,用来标记JPEG文件的信息段。“0xFFD8”表示图像信息开始,“0xFFD9”表示图像信...
分类:
其他好文 时间:
2014-10-29 15:00:31
阅读次数:
366
怎么又是工厂模式呢?上次不是讲过简单工厂模式吗?不错,此工厂模式非彼工厂模式。
工厂模式:定义一个用于创建对象的接口,让子类决定实例化那一个类,工厂方法是一个类的实例化延迟到其子类。
还是以代码来进行比较吧
1、操作接口,与简单工厂模式一样
publicabstractclass Operation {
publicdoublenumberA;
p...
分类:
其他好文 时间:
2014-10-29 15:00:42
阅读次数:
175
LeetCode - Sort ColorsGiven an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue.Here, we will...
分类:
其他好文 时间:
2014-10-29 15:00:37
阅读次数:
162
前面 介绍:mfc 链接 access 2007 数据库
接下来就来说说怎么插入数据到access 2007 数据库(网上找了下,说的有些模糊,直接来看看效果)
主要步骤:
1 先用sprintf生成SQL语句
2 再执行SQL语句就可以了
效果如下:
主要代码:
CString strConn,strDBName;
//serv103_serv_lin...
分类:
数据库 时间:
2014-10-29 14:57:30
阅读次数:
263
Binary codes
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 5647
Accepted: 2201
Description
Consider a binary string (b1…bN) with N binary digits. Given s...
分类:
其他好文 时间:
2014-10-29 14:59:04
阅读次数:
127
本人总结的一些Unity3d高频面试题目,希望可以帮助到大家。
限于个人水平有限,只附上一些参考答案。
=======================================
数据结构和算法很重要,图形学也很重要!
大的游戏公司很看重个人基础、综合能力;也有的看重你实际工作能力,看你的Demo。
高频问答的问题:
一.什么是渲染管道?
是指在显示器上为了显示出图像而...
分类:
编程语言 时间:
2014-10-29 14:59:20
阅读次数:
278
RootViewController.m
- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil
{
self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
if (self) {
...
分类:
其他好文 时间:
2014-10-29 14:57:16
阅读次数:
123