码迷,mamicode.com
首页 >  
搜索关键字:class    ( 183544个结果
python基础学习11(核心编程第二版)部分
#-*-coding:utf-8-*-#====================#File:python#Author:python#Date:2014#====================__author__='Administrator'#执行环境#可调用对象"""许多的python对象都是...
分类:编程语言   时间:2014-06-27 13:01:47    阅读次数:219
Delphi下OpenGL2d绘图(02)-画点
一、前言图形的绘制可以使用glBegin()、glEnd()之间完成,绘制的框架代码可以使用Delphi下OpenGL2d绘图(01)-初始化中的代码。修改的部份为 Draw 函数的内容。二、画点使用glPointSize 函数指定栅格化点的直径。默认为1.0,只在GL_POINTS下起作用,关于消...
分类:其他好文   时间:2014-06-27 13:01:02    阅读次数:170
Python 字典中一键对应多个值
#encoding=utf-8 print '中国' #字典的一键多值 print'方案一 list作为dict的值 值允许重复' d1={} key=1 value=2 d1.setdefault(key,[]).append(value) value=2 d...
分类:编程语言   时间:2014-06-27 13:00:23    阅读次数:212
[leetcode] Two Sum
Given an array of integers, find two numbers such that they add up to a specific target number.
分类:其他好文   时间:2014-06-27 12:59:50    阅读次数:176
Spring MVC学习之三:处理方法返回值的可选类型
http://flyer2010.iteye.com/blog/1294400————————————————————————————————————————————————————————————spring mvc处理方法支持如下的返回方式:ModelAndView, Model, ModelM...
分类:编程语言   时间:2014-06-27 12:57:54    阅读次数:201
重写操作符
// TestABCD.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include ///////////////////////////////// Environment /////////////////////////////////////////c...
分类:其他好文   时间:2014-06-27 12:56:33    阅读次数:231
[LeetCode] Sort Colors
Given an array withnobjects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, wh...
分类:其他好文   时间:2014-06-27 12:55:53    阅读次数:235
[oracle]创建查看 LOCAL INDEX
create index IDX_T_GPS_CPH_local on T_GPS (CPH) local;create index IDX_T_GPS_SJ_local on T_GPS (SJ) local;select * from dba_ind_partitions where index...
分类:数据库   时间:2014-06-27 12:55:21    阅读次数:229
用keyword实现Editor.GetSelection的退出功能
有时候我们在使用GetSelection功能让用户选择实体时,可能会给用户提供一些keyword选项,要接收用户选择的keyword选项,需要用到PromptSelectionOptions.KeywordInput事件。但是,有时为了有时在用户选择了某个keyword项时,需要结束GetSelec...
分类:其他好文   时间:2014-06-27 12:54:02    阅读次数:287
CentOS+Nginx+PHP+MySQL详细配置(图解)
原文地址:http://www.jb51.net/article/26597.htmCentOS+Nginx+PHP+MySQL详细配置(带有图解),需要的朋友可以参考下。一、安装MySQL 目前web服务器已经很少有跑静态页面的,如果要跑动态网站那当然就离不开数据库,虽然在以前文章中有写MySQL...
分类:数据库   时间:2014-06-27 12:53:20    阅读次数:326
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!