1 #include "iostream" 2 using namespace std; 3 4 //************冒泡排序法********* 5 int bubble_sort(int n,int array[100]){ 6 bool exchange; 7 in...
分类:
编程语言 时间:
2015-11-13 18:44:03
阅读次数:
341
原文:WPF笔记(1.1 WPF基础)——Hello,WPF! Example 1-1. Minimal C# WPF application// MyApp.csusing System;using System.Windows; // the root WPF namespacenamespac...
引用using Ghostscript.NET;using Ghostscript.NET.Rasterizer;需要安装 exe文件public static GhostscriptVersionInfo _lastInstalledVersion = null; public static Gh...
using System;using System.Collections.Generic;using System.IO;using System.Windows.Forms;using System.Runtime.InteropServices;using System.Reflection;...
分类:
其他好文 时间:
2015-11-13 14:41:15
阅读次数:
242
using System.Runtime.InteropServices; public class Win32 { public const Int32 AW_HOR_POSITIVE = 0x00000001; // 从左到右打开窗口 public const Int32 AW_HOR_NE.....
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace tmd{ class Program { private static int sun; ...
分类:
其他好文 时间:
2015-11-13 13:05:02
阅读次数:
226
在项目中添加一个自定义的SqlHelper类,用于简化连接数据库的代码:分别是: ExecuteNonQuery(); ExecuteScalar(); ExecuteDataTables();以下有三个版本:第三个版本比较好using System;using System.Collecti...
分类:
数据库 时间:
2015-11-13 13:05:01
阅读次数:
309
一遍学习基础,一遍练习打字,很多乐趣。代码using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Reflection;namespace dazilianxi{ ....
using System;using System.Collections;using System.Configuration;using System.Web;using System.Web.Caching;namespace Meb.Common.Extensions{ //缓存写入 ...
分类:
Web程序 时间:
2015-11-13 10:27:38
阅读次数:
225
本文是基于如下两篇博文的学习做最后的总结的:http://blog.devtang.com/blog/2015/06/27/using-coretext-1/http://blog.devtang.com/blog/2015/06/27/using-coretext-2/自己开发了一个图文混排引擎,...
分类:
其他好文 时间:
2015-11-13 08:54:45
阅读次数:
225