Rotate ImageYou are given annxn2D matrix representing an image.Rotate the image by 90 degrees (clockwise).Follow up:Could you do this in-place?CC上的原题,...
分类:
其他好文 时间:
2014-08-14 03:45:17
阅读次数:
192
今天看到人家用css画了一个三角形,简简单单几行代码,惊讶css其实还有很多我们不知道的东西. 三角形其实还是可以用在很多地方的.其实就那么几行代码直接贴上: div.arrow-up?{
????width:?0;
????height:...
分类:
Web程序 时间:
2014-08-13 19:36:17
阅读次数:
277
目前包括: Android开源项目第一篇——个性化控件(View)篇 包括ListView、ActionBar、Menu、ViewPager、Gallery、GridView、ImageView、ProgressBar、TextView、ScrollView、TimeView、TipView、FlipView、Color...
分类:
移动开发 时间:
2014-08-13 19:35:18
阅读次数:
352
先贴自己类比二维树状数组写的三维树状数组模板: 开始的时候循环体内j=y,k=z,没写,以为自己思路错了,,,hehe.....
更高维的树状数组以此类比
const int MAXN = 100+10;
int c[MAXN][MAXN][MAXN];int X,Y,Z;
int N;
inline int lowbit(int x){return x&(-x);}
void up...
分类:
其他好文 时间:
2014-08-13 19:00:37
阅读次数:
189
Problem Description
In the game of DotA, Pudge’s meat hook is actually the most horrible thing for most of the heroes. The hook is made up of several consecutive metallic sticks which are of the same...
分类:
其他好文 时间:
2014-08-13 18:59:07
阅读次数:
226
看到发的应用被拒了,还是很郁闷的,下图为证:
发过一些IOS项目,但没发过需要从服务器下载大数量文件的项目。 ios验证人员认为我的应用在icloud上存储了近20M ,在浪费用户空间,
对此我深表遗憾。
查阅资料,发现自己确实没搞懂IOS的存储规则,http://www.cocoachina.com/bbs/simple/?t86244.html 这篇博文(规范翻译)讲...
分类:
移动开发 时间:
2014-08-13 18:55:37
阅读次数:
280
Don't forget the things you once owned. Treasure the things you can't get. Don't give up the things that belong to you and keep those lost things in m...
分类:
其他好文 时间:
2014-08-13 17:55:06
阅读次数:
220
转载To set up debugging for pages1. Log into the server that is running the AOS.2. Open the Microsoft Dynamics AX Server Configuration utility (Start > ...
分类:
其他好文 时间:
2014-08-13 17:52:36
阅读次数:
341
Axapta 3 COM ConnectorCopy from blogHaving fun setting up the COM+ connector for Enterprise Portal forAxapta 3 SP3Eventually did the following to get ...
分类:
其他好文 时间:
2014-08-13 17:45:46
阅读次数:
211
相同:在salesforce中,它们都被用来维护对象间的关联关系区别:1.master-detail关系中,如果有master记录,则必须要有detail记录。2.master-detail关系比较紧密,如果删除了master一方的记录,那么相应的detail一方的记录也将被自动删除。而lookup则不会。3.master-detail关系..
分类:
其他好文 时间:
2014-08-13 15:15:47
阅读次数:
218