码迷,mamicode.com
首页 >  
搜索关键字:step    ( 4105个结果
gdb调试
gdb FILE 调试程序gdb run 运行程序gdb list 查看代码break num 设置断点breac function info b 查看断点 delete b 删除断点break operator(函数名) 条件断点step 单步 next 往下执行 display varible ...
分类:数据库   时间:2014-05-27 03:07:35    阅读次数:309
AngularJS学习--- 动画操作 (Applying Animations) ngAnimate step 12
1.切换目录git checkout step-12npm start2.效果图这里在点击右边的缩略图时,会有一个很明显的从下向上的动画过程.3.代码实现:step11和step12之间的代码差异:https://github.com/angular/angular-phonecat/compare...
分类:移动开发   时间:2014-05-19 23:43:00    阅读次数:695
How To Create a SSL Certificate on Apache for CentOS 6
About Self-Signed Certificates 自签证书。一个SSL证书,是加密网站的信息,并创建更安全的链接的一种方式。附加地,证书可以给网站浏览者显示VPS的的身份证明信息。如果一个SSC没有第三方证实,那么证书作者可以发行SSL证书,用以验证虚拟服务器的细节。 Step One-...
分类:其他好文   时间:2014-05-19 15:53:09    阅读次数:262
ZXing for Android 修改为竖屏模式
zxing github连接:https://github.com/zxing/zxing以下为修改方法Step 1: Add following lines to rotate data beforebuildLuminanceSource(..)indecode(byte[] data, int...
分类:移动开发   时间:2014-05-19 12:06:40    阅读次数:629
ExpectationMaximum
2- You may have question marks in your head, especially regarding where the probabilities in the Expectation step come from. Please have a look at the...
分类:其他好文   时间:2014-05-19 11:47:33    阅读次数:312
OpenCV 中的三大数据类型:CvMat 类型
前言 本文将介绍 OpenCV 中的矩阵结构 CvMat 并提供一些很实用的技巧。CvMat的类型定义 1 typedef struct CvMat 2 { 3 int type; // 数据类型 4 int step; // 行长度 5 int* refcou...
分类:其他好文   时间:2014-05-18 18:54:07    阅读次数:1771
【LeetCode】Triangle
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given the fol...
分类:其他好文   时间:2014-05-18 02:11:19    阅读次数:302
Install RHadoop with Hadoop 2.2 – Red Hat Linux
PrerequisiteHadoop 2.2 has been installed (and the below installation steps should be applied on each of Hadoop node)Step 1. Install R (by yum)[hadoop...
分类:系统相关   时间:2014-05-17 21:51:24    阅读次数:671
IOS中数据存储 sqlite3 的应用, 知识点: 数据库句柄 , 单例模式运用, Services服务层,sqlite3_open, sqlite3_exec, sqlite3_prepare_v2,sqlite3_step等等
在研究了IOS中几种数据存储的技术 (1)XML属性列表 —— PList (2)NSKeyedArchiver 归档 (3)Preference(偏好设置) (4)SQLite3 (5)Core Data(以面向对象的方式操作数据库SQLite) 之后,比较有心得的体会:虽然通过文件...
分类:移动开发   时间:2014-05-17 21:05:04    阅读次数:494
PHP 生成指定大小随机图片
PHP生成指定大小随机图片 $image_width){ for ($i=$start; $i<$image_height * 2; $i+=$step) { imageline($img, 0, $i, $i, 0, $color); }}else{ for ($i=$start; $i<$im....
分类:Web程序   时间:2014-05-15 17:42:03    阅读次数:377
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!