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
1.写了ToDoDataContext类,实现数据存储 在实例化类中,忘记检查 数据库
是否已存在,导致一直报错: “System.Data.SqlServerCe.SqlCeException”类型的未经处理的异常在
Microsoft.Phone.Interop.ni.dll 中发生...
分类:
其他好文 时间:
2014-05-20 00:27:40
阅读次数:
365
1. 在MSDN,我告诉你下载安装文件,VS 2010
不论32位还是64位都是同一个文件,cn_visual_studio_2010_ultimate_x86_dvd_532347.iso。SQL下载企业版的cn_sql_server_2008_r2_enterprise_x86_x64_ia64...
分类:
数据库 时间:
2014-05-19 23:25:18
阅读次数:
516
wamp
server中配置php访问sqlsever网上介绍的大部分是对的,关键的几点没写,愁死个人啊1、windows server 2008
或R2的版本,如果是64位系统也要安wamp server 32位,要不然驱动不好用啊,血的教训啊2、下面的例子中php5.4要改为php_sqlsrv...
分类:
数据库 时间:
2014-05-19 22:47:44
阅读次数:
543
先写一个类#region Using directivesusing System;using
System.Text;#endregionnamespace Ean13Barcode2005{public class Ean13{private
string _sName = "EAN13";pr...
分类:
其他好文 时间:
2014-05-17 15:17:03
阅读次数:
398
安卓工具有3种:make、make
sdk、下载安装启动安卓模拟器需要文件:system.img、userdata.img、ramdisk.img(3个安卓镜像文件)、zImage(Linux内核镜像文件)命令:emulator默认使用:zImage:$PATH(/prebuilts/qemu-ke...
分类:
移动开发 时间:
2014-05-17 14:57:34
阅读次数:
304
http://blog.chinaunix.net/uid-21411227-id-2780269.htmlOSI/RM(Open
System Interconnection/Reference
Model)——开放系统互连参考模型,1983年ISO颁布的网络体系结构标准。从低到高分七层:物理层、...
分类:
其他好文 时间:
2014-05-17 14:56:53
阅读次数:
254
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
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
对于运维工作而言,稳定运行当然没啥说的,让人头痛的都是出现了一大波错误却无法解决。今天为大家分享一下我在SCVMM2012(SP1和R2)中遇到的一大波错误。=======都是干货============12704,无法连接到Hyper-V服务,一般来说这时候是网络有问题造成SCVMM2012R2与Hyper-V主机主..
分类:
其他好文 时间:
2014-05-16 02:06:25
阅读次数:
406