码迷,mamicode.com
首页 >  
搜索关键字:zip gzip tar    ( 64026个结果
ubuntu 14.04 安装笔记
ubuntu 14.04 安装笔记1.UltraISO将镜像写入U盘,从U盘启动安装。安装只用了不到5分钟2.添加软件源 根据网络设置主要的软件源,我这里用163的 apt-add-repository ppa:geany-dev/ppa # geany,轻量级IDE apt-add-reposit...
分类:其他好文   时间:2014-05-01 11:56:36    阅读次数:620
FineUI
window间传值:Window1.GetSaveStateReference(new string[] { TextBox1.ClientID, ak.ClientID })收 ActiveWindow.GetWriteBackValueReference(new string[]{ddlShen...
分类:其他好文   时间:2014-05-01 11:52:36    阅读次数:332
spark开发环境
利用build.xml导入eclipse点击Run——Run Configurations点击“Main”Name填写:SparkProject:Spark(选择Spark工程)Main class:org.jivesoftware.launcher.Startup(启动类)勾选Stop in ma...
分类:其他好文   时间:2014-05-01 11:51:57    阅读次数:366
Python安装、配置图文详解(转载)
Python安装、配置图文详解目录: 一. Python简介二. 安装python1. 在windows下安装2. 在Linux下安装 三. 在windows下配置python集成开发环境(IDE)1. 在Eclipse中安装PyDev插件2. 配置Python Interpreters 四. 创建...
分类:编程语言   时间:2014-05-01 11:50:41    阅读次数:430
UIView独占响应事件
exclusiveTouchA Boolean value that indicates whether the receiver handles touch events exclusively.Setting this property to YES causes the receiver to...
分类:其他好文   时间:2014-05-01 11:49:57    阅读次数:296
hdu acm 1028 数字拆分Ignatius and the Princess III
Ignatius and the Princess IIITime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 11810Accepted Submiss...
分类:其他好文   时间:2014-05-01 11:48:06    阅读次数:310
VC 绘图技巧--自定义形状图形
自定义形状图形,定义几个点围城的图形,然后进行描边和填充:[cpp]view plaincopyif(m_memDC.m_hDC!=NULL){CPointpoint[4];point[0].x=nLeft+(int)(0.1*m_nWidth);point[0].y=m_nYmargin;poin...
分类:其他好文   时间:2014-05-01 11:47:28    阅读次数:329
23种设计模式大全(适合新手阅读)
第Ⅰ部分 开篇 序章第Ⅱ部分 创建型模式篇第1章 单例模式(Single Pattern)第2章 简单工厂模式(SampleFactory)第3章 抽象工厂模式(Abstract Factory) 第4章 建造者模式(Builder Pattern)第5章 原型模式(Protype Pattern)...
分类:其他好文   时间:2014-05-01 11:39:35    阅读次数:425
MFC 用gdi绘制填充多边形区域
MFC 用gdi绘制填充多边形区域这里的代码是实现一个三角形的绘制,并用刷子填充颜色 在OnPaint()函数里面运用的是给定的三角形的三个点,很多个点可以绘制多边形[cpp]view plaincopyCBrushbr(RGB(40,130,170));CRgnrgn;CPointarrpt[3]...
分类:其他好文   时间:2014-05-01 11:37:43    阅读次数:397
win32 字体变换与窗口同大同小
[cpp]view plaincopy#include#include"res/resource.h"LRESULTCALLBACKWinProc(HWNDhwnd,UINTuMsg,WPARAMwParam,LPARAMlParam);BOOLInitApp(HINSTANCEhInstance,...
分类:Windows程序   时间:2014-05-01 11:35:44    阅读次数:535
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!