using System;using System.Collections.Generic;using
System.Text;namespace ConsoleApplication3{ class Program { static void
Main(string[] args) { doubl...
分类:
其他好文 时间:
2014-05-23 04:08:51
阅读次数:
427
using System;using System.Collections.Generic;using
System.Linq;using System.Text;namespace 抽象工厂{ class Program { static void
Main(string...
分类:
其他好文 时间:
2014-05-22 16:29:48
阅读次数:
230
using System;using System.Collections.Generic;using
System.Text;using System.Linq;namespace LinQ{ class Program { static void
Main(string...
分类:
其他好文 时间:
2014-05-22 16:27:07
阅读次数:
241
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Threading.Tasks;namespace Lambda表达式{
class Program ...
分类:
其他好文 时间:
2014-05-22 16:16:25
阅读次数:
292
using System;using System.Collections.Generic;using
System.Linq;using System.Text;/* * 单例模式 * 保证对象的唯一性 */namespace SingleDemo{ class
Program { ...
分类:
其他好文 时间:
2014-05-22 16:10:25
阅读次数:
222
1.下载 如果下载的.zip文件,只需要解压即可。
如果安装的.msi文件,它会将C#驱动DLL放在C:\Program Files (x86)\MongoDB\CSharp Driver xxx的位置。
2.将C#驱动DLL添加引用 MongoDB.Bson.dll MongoDB.Driver....
分类:
其他好文 时间:
2014-05-21 19:38:39
阅读次数:
379
软件公司里面开发职位简称汇总PG: 程序员 SE:软件工程师(系统工程师)
SSE:高级软件工程师 PL:项目 leader PM:项目经理SE/PL/SSE/BSE/PMPG程序员prograer
SE软件工程师SoftwareEngineer PM项目经理Program Manage...
分类:
其他好文 时间:
2014-05-21 18:17:28
阅读次数:
309
在上一篇,记录了计算机开机时加载最初的IPL程序(一个nas汇编程序)的情况,包括IPL(initial program
loader)程序代码(helloos.nas)、用虚拟机QEMU加载helloos.img、制作U盘启动盘和用物理机加载helloos。计算机启动时会自动加载和执行IPL程序,...
分类:
编程语言 时间:
2014-05-21 17:45:56
阅读次数:
430
using System;using
System.Runtime.InteropServices;namespace FastReboot{ static class Program {
private delegate uint ZwShutdownSystem(int...
分类:
其他好文 时间:
2014-05-21 17:18:09
阅读次数:
391
phpStorm 软件打开运行提示 failed to create JVM的解决办法。
修改文件 D:\Program Files (x86)\JetBrains\PhpStorm 7.1.3\bin\PhpStorm.exe.vmoptions
把内存值改成标准值,文件全部内容如下:
-server
-Xms128m
-Xmx512m
-XX:MaxPermSize=250m
-XX...
分类:
Web程序 时间:
2014-05-21 13:44:53
阅读次数:
556