码迷,mamicode.com
首页 >  
搜索关键字:color    ( 180498个结果
PHP Pthread多线程 操作
res = '暂无,第一次运行.'; $this->param = 0; $this->lurl = 0; $this->name = $name; $this->runing = true; $this->l...
分类:编程语言   时间:2014-08-18 12:27:34    阅读次数:141
poj 1129 搜索
Channel AllocationTime Limit: 1000 MS Memory Limit: 10000 KB64-bit integer IO format: %I64d , %I64u Java class name: Main[Submit] [Status] [Discuss]De...
分类:其他好文   时间:2014-08-18 12:27:24    阅读次数:171
让div内容垂直居中
一、行高(line-height)法如果要垂直居中的只有一行或几个文字,那它的制作最为简单,只要让文字的行高和容器的高度相同即可,比如:p { height:30px; line-height:30px; width:100px; overflow:hidden; }这段代码可以达到让文字在段落中垂...
分类:其他好文   时间:2014-08-18 12:26:44    阅读次数:199
ppt 例题8 多重背包2
#include #include int dp[60001];void f(int maxv,int n,int c[ ],int v[ ])//最大可能价值、 物品种类、物品数量、物品价值 { int i,j,k,t; memset(dp,0,sizeof(dp)); dp[0] = 1; fo...
分类:其他好文   时间:2014-08-18 12:26:34    阅读次数:193
Css透明度
全透明代码:{background:transparent} 半透明代码:{filter:alpha(opacity=80);-moz-opacity:0.8;width:auto !important;width:100%}
分类:Web程序   时间:2014-08-18 12:26:04    阅读次数:256
ConfigParser---python
# !/usr/bin/python# Filename:tcfg.pyimport ConfigParserconfig = ConfigParser.ConfigParser()config.read("/home/xxx/xxx/tcfg.ini")printsecs = config.sec...
分类:编程语言   时间:2014-08-18 12:25:34    阅读次数:178
C++中常函数内部的this指针也是const类型的
代码中碰到一个奇怪的现象,在同样的函数中调用this指针,结果却有一个无法通过编译 1 // 读取连接信息 2 void ThirdWizardPage::ReadConnection() 3 { 4 QFile file("oracle.passwd"); 5 if(!file.o...
分类:编程语言   时间:2014-08-18 12:24:54    阅读次数:167
安卓开发-使用XML菜单布局简单介绍
使用xml布局菜单目前为止我们都是通过硬编码来增加菜单项的,android为此提供了一种更便利的方式,就是把menu也定义为应用程序的资源,通过android对资源的本地支持,使我们可以更方便地实现菜单的创建与响应。这一篇就介绍如何使用XML文件来加载和响应菜单,我们需要做这几步: 一般我们都是通过...
分类:移动开发   时间:2014-08-18 12:24:44    阅读次数:193
(转)winform下UPD通信的简单应用
本文转载自:http://blog.csdn.net/wanlong360599336/article/details/7557046先看效果图:使用UDP的好处就是不需要三次握手,但是缺点就是存在安全隐患。QQ就是利用UDP来传输数据的。using System; using System.Co....
分类:Windows程序   时间:2014-08-18 12:24:34    阅读次数:361
ORACLE查看并修改最大连接数
1. 查看processes和sessions参数 SQL> show parameter processes NAME TYPE VALUE db_writer_processes integer 1 gcs_server_processes integer 0 job_queue_pr...
分类:数据库   时间:2014-08-18 12:23:44    阅读次数:260
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!