码迷,mamicode.com
首页 >  
搜索关键字:python re 正则表达式    ( 159708个结果
ORACLE配置tnsnames.ora文件实例
ORACLE配置tnsnames.ora文件实例客户机为了和服务器连接,必须先和服务器上的监听进程联络。ORACLE通过tnsnames.ora文件中的连接描述符来说明连接信息。一般tnsnames.ora 是建立在客户机上的。如果是客户机/服务器结构,整个网络上只有一台机器安装了ORACLE数据库...
分类:数据库   时间:2014-05-01 02:07:09    阅读次数:496
Windows7 64bit 安装python3.3 & cx_Freeze-4.3.2
Python 3.3.5https://www.python.org/downloads/release/python-335/cx_Freezehttp://sourceforge.net/projects/cx-freeze/files/4.3.2/cx_Freeze 注意下载对应版本,有分32...
分类:编程语言   时间:2014-05-01 02:05:07    阅读次数:623
uimodalpresentationformsheet resize ios7
CROHomeCRAAddController *temp =[[CROHomeCRAAddControlleralloc] init]; temp.modalTransitionStyle = UIModalTransitionStyleFlipHorizontal; temp.modalP...
分类:移动开发   时间:2014-05-01 01:43:33    阅读次数:456
像素格式
像素格式像素格式(pixel format)像素色彩按分量的大小和排列。这种格式以每个像素所使用的总位数以及用于存储像素色彩的红、绿、蓝和 alpha 分量的位数指定。目录[hide]1像素格式2颜色通道3全部格式4格式笔记5WPF格式像素格式像素格式描述了像素数据存储所用的格式。定义了像素在内存中...
分类:其他好文   时间:2014-05-01 01:40:25    阅读次数:1384
添加navbar以及上面的左右按钮代码
UINavigationBar *navBar = [[UINavigationBaralloc] initWithFrame:CGRectMake(0, 0, 824, 44)]; navBar.barStyle = UIBarStyleDefault; UINavigationItem ...
分类:其他好文   时间:2014-05-01 01:25:06    阅读次数:582
ffmpeg/ffplay vc6 源码剖析
ffmpeg/ffplay是当今多媒体领域的王者,很多很多的人想研究学习ffmpeg/ffplay,但苦于ffmpeg/ffplay庞大的代码量,令人望而生畏。为帮助更多的人研习ffmpeg/ffplay,在保持ffmpeg/ffplay体系架构的完整性的前提下,把ffmpeg/ffplay大规模的...
分类:其他好文   时间:2014-05-01 01:23:05    阅读次数:336
linux + ffmpeg + eclipse 调试
使用linux + ffmpeg + eclipse调试步骤OS : ubuntu 12.04Eclipse : 3.7.2为Eclipse安装cdt插件,使其支持c/c++导入ffmpeg项目File —-> Import —-> c / c++ —-> Existing Code as Make...
分类:系统相关   时间:2014-05-01 01:17:00    阅读次数:754
整理,模板
组合数学、-排列组合数----sum求sum=sum*(m--)/i;int c(int n,int m)//n下标,m上标{ int sum=1; for(int i=1;in-m) m=n-m; int temp=n; for(int i=1;i1) { up[j]/=temp; d...
分类:其他好文   时间:2014-05-01 01:07:44    阅读次数:409
数据库基本操作(二)--数据查询
//数据查询create database JXGL; //创建数据库use JXGL;//使用数据库create table S( Sno char(10) not null unique, Sname char(20) not null unique, Ssex char(2), Sage in...
分类:数据库   时间:2014-05-01 01:01:27    阅读次数:653
python压缩文件脚本
zf.py文件"""desc:读取配置文件config.ini压缩sourcepath路径到targetpath 并可以排除不需要压缩的文件excludefiletime:2014/4/30 12:03:42author:ggh"""import zipfile, os, configpar...
分类:编程语言   时间:2014-05-01 00:59:26    阅读次数:428
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!