码迷,mamicode.com
首页 >  
搜索关键字:io    ( 172858个结果
win32多线程 (一) 线程创建与结束等待
#include "stdafx.h"#include #include using namespace std;DWORD WINAPI ThreadFuncFirst(LPVOID param){int iCount = 50;while(iCount--){cout<<"\nThreadFun...
分类:编程语言   时间:2014-07-17 21:29:18    阅读次数:209
Jmeter 施压 SQL server数据库的时候,如何设置?
1. 在应用Jmeter进行施压之前,有个重要的端口需要手动查找出来。该端口在第三部要使用。开始——程序——microsoft SQL Server 2008R2——配置工具——SQL Server 配置管理器进入SQL Server Configuration Manager,点击SQL serv...
分类:数据库   时间:2014-07-17 21:28:46    阅读次数:271
cocos2d-x项目实现android视频播放参考链接
http://blog.csdn.net/xiaominghimi/article/details/6870259http://blog.csdn.net/kaitiren/article/details/11832851http://blog.csdn.net/candyforever/artic...
分类:移动开发   时间:2014-07-17 21:28:17    阅读次数:338
C#程序以Icon的形式显示在任务栏右下角
C#程序以Icon的形式显示在任务栏右下角Form最小化是指整个Form都缩小到任务栏上,但是是以Form的标题栏形式显示的,若是想让Form以Icon的形式显示在任务栏右下角,则需要给Form添加一个NotifyIcon控件,在使窗体最小化的代码中需要做如下修改:if(this.WindowSta...
分类:其他好文   时间:2014-07-17 21:27:05    阅读次数:238
多层嵌套ajax同步
方式一:$.ajax({ type : "post", url : "user/add", data : data, async : false, //必须为false success : functi...
分类:其他好文   时间:2014-07-17 21:24:20    阅读次数:273
Python知识点:distutils常用子模块
from distutils.core import setup, Extension, Commandfrom distutils.command.build import buildfrom distutils.command.clean import cleanfrom distutils.c...
分类:编程语言   时间:2014-07-17 21:23:17    阅读次数:911
table 谷歌下不出现滚动条
table {overflow-y:scroll;max-height:152px; height:auto;}问题:ie下,火狐下能正常出现滚动条谷歌不能出现滚动条解决:第1种:头部 120 ? "120px" : (this.scrollHeight < 40 ? "40px" : "auto"...
分类:其他好文   时间:2014-07-17 21:22:51    阅读次数:164
UVA 11346 - Probability(概率)
UVA 11346 - Probability 题目链接 题意:给定a,b,s要求在[-a,a]选定x,在[-b,b]选定y,使得(0, 0)和(x, y)组成的矩形面积大于s,求概率 思路:这样其实就是求xy > s的概率,那么画出图形,只要求y = s / x的原函数, y = slnx,带入两点相减就能求出面积,面积比去总面积就是概率 代码: #include ...
分类:其他好文   时间:2014-07-17 21:15:07    阅读次数:241
百度在线手写板代码
百度在线手写板代码-php自学网    #sx{color:#00C;text-decoration:underline;cursor:pointer;}              手写      var w = window,d = document,n = navigator,k = d.f.wd  if (w.attachEvent) {  w.attachEve...
分类:其他好文   时间:2014-07-17 19:02:52    阅读次数:635
c# 自己制作一个简单的项目倒计时器
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window...
分类:其他好文   时间:2014-07-17 19:00:10    阅读次数:183
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!