码迷,mamicode.com
首页 >  
搜索关键字:wiki getopts    ( 5857个结果
archlinux 命令安装
#pacman -Snet-tools相关命令:ifconfig参考:https://wiki.archlinux.org/index.php/Installing_Arch_Linux_in_VMware
分类:系统相关   时间:2014-07-22 23:08:13    阅读次数:384
PostScript
http://zh.wikipedia.org/wiki/PostScriptPostScript(PS)是主要用于电子产业和桌面出版领域的一种页面描述语言和编程语言。在数学里,笛卡儿坐标系(Cartesian坐标系),也称直角坐标系,是一种正交坐标系。http://zh.wikipedia.org...
分类:其他好文   时间:2014-07-22 23:06:34    阅读次数:314
BST(Binary Search Tree)
Definition: see wikihttp://en.wikipedia.org/wiki/Binary_search_tree 1 /* 2 This look up is a fast operation because you eliminate the half 3 t...
分类:其他好文   时间:2014-07-22 23:06:34    阅读次数:330
Ubuntu 14.04 Android 使用Maven二 创建自己的Maven工程
根据https://code.google.com/p/maven-android-plugin/wiki/GettingStarted 介绍,有两种方法可以创建Maven工程。第一种方法是用archetype, 但是我使用了之后,发现archetype产生的项目编译时有一个依赖找不到,不管了,先换其他方法。第二种方法就是使用android命令行创建项目,然后复制例子代码工程的pom文件并修改,U...
分类:移动开发   时间:2014-07-22 23:05:32    阅读次数:410
搭建Debian源基础知识记录
文档一:https://wiki.debian.org/SettingUpSignedAptRepositoryWithReprepro 文档二:http://blog.jonliv.es/2011/04/26/creating-your-own-signed-apt-repository-and-debian-packages/...
分类:其他好文   时间:2014-05-01 18:19:21    阅读次数:270
【图像处理】Gabor滤波器
Gabor的核函数参考的wiki使用实数Real的公式计算核函数代码:Mat gaborFilter(Mat& img, Mat& filter){ int half_filter_size = (max(filter.rows,filter.cols)-1)/2; Mat filtered_img(img.rows,img.cols,CV_32F); for(int i=0;i<img.r...
分类:其他好文   时间:2014-05-01 17:42:41    阅读次数:378
安装Jenkins
本文演示如何在Windows上和Linux上安装Jenkins。 1. Windows上Jenkins安装 参考网页:https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+as+a+Windows+service 在Window...
分类:其他好文   时间:2014-05-01 09:52:49    阅读次数:455
Jenkins配置基于角色的项目权限管理--转
本文将介绍如何配置jenkins,使其可以支持基于角色的项目权限管理。由于jenkins默认的权限管理体系不支持用户组或角色的配置,因此需要安装第三发插件来支持角色的配置,本文将使用Role Strategy Plugin,介绍页面:https://wiki.jenkins-ci.org/displ...
分类:其他好文   时间:2014-05-01 05:46:39    阅读次数:356
Ubuntu 14.04 Android 使用Maven一 使用例子工程
前文描述的是在SDK下用Ant开发, 本文在此基础上尝试用Maven开发。这里需要用到maven-android-plugin。本文主要参考官方文档: https://code.google.com/p/maven-android-plugin/wiki/GettingStarted首先从这里下载例子工程:https://code.google.com/p/maven-android-plugin...
分类:移动开发   时间:2014-04-30 22:31:40    阅读次数:412
liunx trac 插件使用之DateFieldPlugin
插件GanttCalendarPlugin安装完以后,有一个问题,就是在选择起始与结束时间的时候,为了方便有datepicker功能,如图需要用到插件DateFieldPlugin,官网链接http://trac-hacks.org/wiki/DateFieldPlugin
分类:其他好文   时间:2014-04-30 15:28:48    阅读次数:259
5857条   上一页 1 ... 583 584 585 586 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!