码迷,mamicode.com
首页 >  
搜索关键字:one    ( 27922个结果
Jaw crusher used in Cambodia
Jaw Crusher is one of our most main products(Jaw Crusher), we can produce all kinds of crusher(limestone crushing machine), grinding mill, sand making...
分类:其他好文   时间:2014-05-19 20:37:36    阅读次数:407
Android 屏幕切换动画
public voidoverridePendingTransition(int enterAnim, int exitAnim) Call immediately after one of the flavors ofstartActivity(Intent)orfinish()to speci....
分类:移动开发   时间:2014-05-19 08:43:06    阅读次数:426
AngularJS tutorial - Lesson 2
AngularJS DirectivesDirectivesare one of the most powerful ofAngularJS. They allow us to extend HTML to answer the needs of web applications. Directiv...
分类:Web程序   时间:2014-05-17 15:26:40    阅读次数:436
CSRF手工测试方法
CSRF(Cross-site request forgery),中文名称:跨站请求伪造,也被称为:one click attack/session riding,缩写为:CSRF/XSRF。一般来说,CSRF是除XSS外最常见一种漏洞,也是一大刷分利器。有关CSRF的具体利用,CEO早在 08年就...
分类:其他好文   时间:2014-05-16 04:30:14    阅读次数:410
【USACO】Transformations
A square pattern of size N x N (1 20 #include 21 #include 22 using namespace std; 23 24 //旋转90度的操作 25 int **transiformation_one(int before[][11],i...
分类:其他好文   时间:2014-05-16 03:10:30    阅读次数:361
CareerCup之1.8 字符串移位包含问题
【题目】 原文: 1.8 Assume you have a method isSubstring which checks if one word is a substring of another. Given two strings, s1 and s2, write code to check if s2 is a rotation of s1 using only one...
分类:其他好文   时间:2014-05-16 01:50:08    阅读次数:311
Best Time to Buy and Sell Stock I && II && III
题目1:Best Time to Buy and Sell Stock Say you have an array for which the ith element is the price of a given stock on day i. If you were only permitted to complete at most one transaction (ie,...
分类:其他好文   时间:2014-05-16 01:46:15    阅读次数:460
Binary Tree Zigzag Level Order Traversal
原题: 题目解析:这个问题的实质是要我们按成访问二叉树的结点,并返回每层访问的结果,这里要求走Z字,其实就是一行正向一行反向。 /* the kernel idea is visit a binary search tree in level and the additional work we have to label the end of one level. */ v...
分类:其他好文   时间:2014-05-15 23:18:46    阅读次数:515
2003-view-Animation-push
介绍ViewFlipper ViewFlipper Simple ViewAnimator that will animate between two or more views that have been added to it. Only one child is shown at a time. If requested, can automatically flip betwee...
分类:其他好文   时间:2014-05-15 18:37:44    阅读次数:356
Perforce 使用笔记
Perforce requires at least two executables: the server (p4d), and at least one Perforce client program (such as p4 on UNIX, or p4.exe on Windows).If y...
分类:其他好文   时间:2014-05-15 07:51:28    阅读次数:276
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!