码迷,mamicode.com
首页 >  
搜索关键字:animation system    ( 52043个结果
c#学习3,构造函数
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 构造函数1{ class Program { static void Main(strin...
分类:其他好文   时间:2014-05-20 02:22:09    阅读次数:299
wp开发之一,第二个异常
1.写了ToDoDataContext类,实现数据存储 在实例化类中,忘记检查 数据库 是否已存在,导致一直报错: “System.Data.SqlServerCe.SqlCeException”类型的未经处理的异常在 Microsoft.Phone.Interop.ni.dll 中发生...
分类:其他好文   时间:2014-05-20 00:27:40    阅读次数:365
怎样计算页面执行的时间?
第一步:建立所有页面的基类PageBase.csusing System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using...
分类:其他好文   时间:2014-05-19 22:20:12    阅读次数:368
c#学习4,继承类
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 继承{ class Program { static void Main(string[]...
分类:其他好文   时间:2014-05-19 21:40:41    阅读次数:347
java 加载图片的几种方式
项目目录--src--testTable--image--active.gif||_Task.class方法1:通过项目目录访问。Stringa=System.getProperty("user.dir");//得到项目目录StringactiveString=a+"\\src\\testTable...
分类:编程语言   时间:2014-05-19 21:38:35    阅读次数:508
c#学习5,处理异常
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 异常1{ class Program { static void Main(string[...
分类:其他好文   时间:2014-05-19 20:39:32    阅读次数:309
Windows Socket 最大连接数
Socket 编程时,单机最多可以建立多少个 TCP 连接,受到操作系统的影响。Windows 下单机的TCP连接数受多个参数影响:最大TCP连接数[HKEY_LOCAL_MACHINE \System \CurrentControlSet \Services \Tcpip \Parameters]...
分类:Windows程序   时间:2014-05-17 17:51:05    阅读次数:405
蓝牙协议栈
http://blog.chinaunix.net/uid-21411227-id-2780269.htmlOSI/RM(Open System Interconnection/Reference Model)——开放系统互连参考模型,1983年ISO颁布的网络体系结构标准。从低到高分七层:物理层、...
分类:其他好文   时间:2014-05-17 14:56:53    阅读次数:254
c#学习2,面向对象引用
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 对象引用{ class Program { static void Main(string...
分类:其他好文   时间:2014-05-17 14:30:19    阅读次数:279
Linux System Programming 学习笔记(四) 高级I/O
1.Scatter/Gather I/Oa single system call to read or write data between single data stream and multiple buffersThis type of I/O is so named because the...
分类:系统相关   时间:2014-05-17 14:17:55    阅读次数:571
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!