码迷,mamicode.com
首页 >  
搜索关键字:os    ( 139979个结果
makefile示例
1. 生成.so动态库示例一:SoVer = 10010110CfgVer = 10010110BinName = fnights.soGameName = "\"fnights\""GameID = 100BIN = $(BinName).$(SoVer)all: clean compilerel...
分类:其他好文   时间:2014-07-24 21:34:52    阅读次数:297
【Java】通过移除空行和注释来压缩 JavaScript 代码
1. [代码]JavaScriptCompressor.java/*** This file is part of the Echo Web Application Framework (hereinafter "Echo").* Copyright (C) 2002-2009 NextApp, I...
分类:编程语言   时间:2014-07-24 21:33:42    阅读次数:327
STUN协议简析
http://blog.csdn.net/mazidao2008/article/details/4934257————————————————————————————————————————————————————STUN简介STUN(Simple Traversal of UDP over NA...
分类:其他好文   时间:2014-07-24 21:33:22    阅读次数:314
C# in Depth Third Edition 学习笔记-- C#2.0: 解决C#1.0的问题 1 泛型
用泛型实现参数化类型1. 泛型更好滴编译时检查,能消除很多装箱和拆箱2. 泛型字典Dictionary 1 static Dictionary CountWords(string text) 2 { 3 Dictionary frequencies; 4 frequencies = ...
分类:其他好文   时间:2014-07-24 21:32:42    阅读次数:350
sql分页性能测试结果
--方案一:declare @d datetimeset @d = getdate()select top 10 * from Info where ID not in (select top 9990 ID from Info order by ID) order by ID select [no...
分类:数据库   时间:2014-07-24 21:32:32    阅读次数:276
Silverlight visifire Chart图表下载到PPT文件中
一、Silverlight xaml.cs文件1、//下载图表 private void btnDown_Click(object sender, RoutedEventArgs e) {DBServiceClient svc = new DBServiceClient(); svc.ShowPre...
分类:Web程序   时间:2014-07-24 21:32:22    阅读次数:377
你可能不知道的5个功能强大的 HTML5 API
HTML5 新增了许多重要的特性,像 video、audio 和 canvas 等等,这些特性使得能够很容易的网页中包含多媒体内容,而不需要任何的插件或者 API。而其它的新元素,例如 section、article、header 和 nav 等则是用来丰富网页内容。另外还有很多强大的 Java.....
分类:Windows程序   时间:2014-07-24 21:32:12    阅读次数:382
应用程序正常初始化(0xc015002)失败解决方法
VS2005 sidebyside manifest error Microsoft.VC80.MFC Microsoft.VC80.CRT Microsoft.VC80.MFCLOC msvcr80.dll mfc80.dll eventlog VC2005 编译出来的程序文件,採用了man...
分类:其他好文   时间:2014-07-24 21:31:02    阅读次数:195
[Jquery]滑动门效果
$(function(){ var $box=$("#box"); var $img=$box.find("img"); var imgWidth=$img.eq(0).width(); var exposeWidth=160; var boxWidth=imgWidth+exposeWidth*(...
分类:Web程序   时间:2014-07-24 21:25:29    阅读次数:225
d4_1 字符长度
#includevoid main(){char name[10];int i=0;printf("Enter your name:");scanf("%s",name);printf("Spell it:");while(name[i]!='\0'){ printf("%c ",name[i...
分类:其他好文   时间:2014-07-24 21:25:19    阅读次数:186
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!