码迷,mamicode.com
首页 >  
搜索关键字:system    ( 49231个结果
Java排序小算法(冒泡和选择)
package MyTest;import java.util.Scanner;public class BubbleSort { public void Init(int array[]) { Scanner num = new Scanner(System.in); System.out.p.....
分类:编程语言   时间:2015-07-07 18:45:13    阅读次数:104
web MVC程序开发增删改查参考代码。思路是面向对象思想,以及在HTML代码中嵌入C#代码
第一步:在Model中写好查询,删除,修改,添加方法,用sql_link类using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace MvcApplication2.Models...
分类:Windows程序   时间:2015-07-07 18:32:50    阅读次数:210
perl 多线程,实时监控线程数,支持max thread
#!/usr/bin/perl?-w #Description:rerun?eod?job?group?by?system #Auther:Suzm #Date??:2015-06-23 use?DBI; use?Thread; use?strict; push(?@INC,?$ENV{TPMS_EOD_PERL_LIB}?); require?publi...
分类:编程语言   时间:2015-07-07 17:16:20    阅读次数:149
C#第三次作业:在c#中导入excel,并生成html文件
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; ...
分类:Windows程序   时间:2015-07-07 17:04:25    阅读次数:284
LeetCode89:Gray Code
The gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integer n representing the total number of bits in the code, print the sequence of gray...
分类:其他好文   时间:2015-07-07 16:53:37    阅读次数:108
[原]Sql脚本压缩类。
精简的美丽/* * Sql脚本压缩类。 * 去掉sql语句中多余的空格,以减少sql脚本的文本长度 * * Author : goldli@163.com * DateTime : 2015/07/03 */using System.Text.RegularExpressions;namesp...
分类:数据库   时间:2015-07-07 16:43:57    阅读次数:143
SQLCE 3.5 升级到 SQLCE 4.0
使用【LINQPad】来执行升级的动作(方便)开启【LINQPad】Query手动加入参考 System.Data.SqlServerCe 4.0 的 dll再来就是 Code//请输入完整的资料档案路径string filename = @"x:\projects\Solution\Models\...
分类:数据库   时间:2015-07-07 16:34:58    阅读次数:588
Winfrom DataGridView添加列头checkbox
using System;using System.Data;using System.Drawing;using System.Windows.Forms;using Yanwen.Logistics.Business.Logics;using Yanwen.Logistics.Business....
分类:Windows程序   时间:2015-07-07 16:29:15    阅读次数:154
c#解析Josn(解析多个子集,数据,可解析无限级json)
首先引用 解析类库using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace BPMS.WEB.Common{ public class CommonJsonModel ...
分类:Windows程序   时间:2015-07-07 16:26:42    阅读次数:188
C# 字符串和字节数组转换
转自:http://blog.sina.com.cn/s/blog_683d60ff0100rhwk.html定义string变量为str,内存流变量为ms,比特数组为bt1.字符串转比特数组(1)byte[] bt=System.Text.Encoding.Default.GetBytes("字符...
分类:编程语言   时间:2015-07-07 16:24:21    阅读次数:90
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!