码迷,mamicode.com
首页 >  
搜索关键字:basic    ( 4666个结果
C++ basic salient points that I made mistakes on
int main(int argv, char* argc[]), argc[0] is always the program's name that you run switch() statement doesn't accept std::string. One way to solve th
分类:编程语言   时间:2016-02-02 06:30:16    阅读次数:152
获取Jenkins project build结果
当Jenkins管理的build project越来越多的时候,须要脚本收集每一个project的近期一次build结果,从而集中管理。依据业务规则,决定是否重算和何时重算。以下的命令是利用curl和jenkins支持的HTTP Basic Authenticaion来訪问指定的某个project的
分类:其他好文   时间:2016-02-01 20:27:19    阅读次数:181
Roslyn
C# and Visual Basic - Use Roslyn to Write a Live Code Analyzer for Your API https://msdn.microsoft.com/en-us/magazine/dn879356 https://github.com/dotn
分类:其他好文   时间:2016-02-01 02:11:27    阅读次数:116
The basic introduction to MIX language and machine
reference: The MIX Computer, The MIX Introduction sets, The basic info storage unit in MIX computer is the byte, which stores positive values in the r
分类:系统相关   时间:2016-01-31 02:36:47    阅读次数:342
python3.X学习笔记(week1)老男孩20160114
学习背景: 我在西藏拉萨出差已经连续将近2个月了,实时想到会精通一门编程语言并编写出自己想要的程序是我多年的梦想,一定找时间实现,回想高中时,自己对编程的兴趣十分浓厚,父母给自己购买了学习机插卡式的,只能敲basic代码,同时学校有计算机课,经常和老师讨论编程问题,时光一晃20多年过去了,编程放下了
分类:编程语言   时间:2016-01-30 01:51:10    阅读次数:296
CFSocket
Socket: CFSocket: Sockets are the most basic level of network communications. A socket acts in a similar manner to a telephone jack. It allows you to
分类:其他好文   时间:2016-01-28 16:50:13    阅读次数:172
C# 采用Basic Auth传递Post或者GET 数据
摘自:http://www.cnblogs.com/starcrm/p/4837971.htmlpublic class JiraApi{private string m_Username;private string m_Password;public JiraApi(string usernam...
分类:Windows程序   时间:2016-01-26 15:19:36    阅读次数:439
天线罩基础[转载]
May 2008 A Fundamental and Technical Review of Radomes By Lance Griffiths, Ph.D., Radome Design Engineer, MFG Galileo Composites The basic function of...
分类:其他好文   时间:2016-01-25 22:44:30    阅读次数:287
PHP扩展开发(1)-创建基础框架
生成PHP扩展开发的基础框架。一、Linux下$>cd ~/{php源码}/ext$>./ext_skel --extname=simpleCreating directory simpleCreating basic files: config.m4 config.w32 .svnignore s...
分类:Web程序   时间:2016-01-20 20:48:13    阅读次数:200
CentOS 64位 6.4 命令行安装 oracle 11g 客户端
1、官网下载oracle 客户端(需登录)http://download.oracle.com/otn/linux/instantclient/11204/oracle-instantclient11.2-basic-11.2.0.4.0-1.x86_64.rpmhttp://download.or...
分类:数据库   时间:2016-01-19 23:30:45    阅读次数:283
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!