C#
文章平均质量分 82
爬格子的猫
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
FarPoint Spread和DataGridView中定义单元格的区别
FarPoint Spread转载 2014-04-14 23:10:49 · 914 阅读 · 0 评论 -
Raysoft.Framework.Financial.FinancialHelper
using System;using System.Collections.Generic;using System.Text;namespace Raysoft.Framework.Financial{ public partial class FinancialHelper { public FinancialHelper() { }转载 2014-04-01 17:38:28 · 357 阅读 · 0 评论 -
Raysoft.Framewrok.PinYin.PinYinHelper
using System;using System.Collections.Generic;using System.Text;using System.Collections;//引入哈希表命名空间using System.Globalization;using System.Threading;namespace Raysoft.Framewrok.PinYin{ pu转载 2014-04-01 17:54:03 · 624 阅读 · 0 评论 -
Raysoft.Framework.Spead.SpreadHelper
//======================================================================//// Copyright (C) 2007-2008 RaySoft// All rights reserved// guid1: 4b887cc8-ac8c-4397-bff转载 2014-04-01 17:36:28 · 1099 阅读 · 0 评论 -
Raysoft.Framework.Date_Time.DateConvertHelper
using System;using System.Collections.Generic;using System.Text;using System.Globalization;namespace Raysoft.Framework.Date_Time{ public class DateConvertHelper { /// //转载 2014-04-01 18:13:42 · 613 阅读 · 0 评论 -
Raysoft.Framework.Encrypt.EncryptHelper
using System;using System.Collections.Generic;using System.Text;using System.Security.Cryptography;using System.IO;namespace Raysoft.Framework.Encrypt{ public partial class EncryptHelper转载 2014-04-01 10:41:29 · 525 阅读 · 0 评论 -
Raysoft.Framework.Encrypt.PassService
using System;using System.Collections.Generic;using System.Text;using System.Text.RegularExpressions;namespace Raysoft.Framework.Encrypt{ /// /// 用于生成Kingdee K3系统用户密码 /// publi转载 2014-04-01 17:22:30 · 491 阅读 · 0 评论 -
Raysoft.Framework.DBUtility.Excel2DataTable
using System;using System.Collections.Generic;using System.Text;using System.Windows.Forms;using System.Data;using System.Data.OleDb ;namespace Raysoft.Framework.DBUtility{ public class Ex转载 2014-04-01 18:35:54 · 472 阅读 · 0 评论 -
Raysoft.Framework.Config.ConfigHelper
//==============================================// FileName: ConfigManager// Description: 静态方法业务类,用于对C#、ASP.NET// 中的WinForm & WebForm 项目程序配置文件// app.config和web.config的[appSettings]和// [connection转载 2014-04-01 18:55:13 · 456 阅读 · 0 评论 -
另类的玩法,将模型中的属性动态的赋值为默认值
/// /// 将模型的每个属性设置为默认值 /// /// private void SetPropertyDefaultValue4Master(ICStockBill mICStockBill) { Type t = typeof(ICStockBill); //获取所有属性 System.Reflection.PropertyInfo[] properties = t.GetPropert原创 2014-07-17 13:21:51 · 515 阅读 · 0 评论 -
Raysoft.Framework.Validate.ValidateHelper
using System;using System.Collections.Generic;using System.Text;using System.Text.RegularExpressions;namespace Raysoft.Framework.Validate{ public class ValidateHelper { private转载 2014-04-01 17:32:50 · 561 阅读 · 0 评论 -
Raysoft.Framework.Xml.XmlHelper
using System;using System.Collections.Generic;using System.Web;using System.Xml;using System.Data;namespace Raysoft.Framework.Xml{ /// /// XMLHelper XML文档操作管理器 /// public clas转载 2014-04-01 17:26:27 · 573 阅读 · 0 评论 -
Raysoft.Framework.Xml.Xml2DatasetHelper
using System;using System.Collections.Generic;using System.Text;using System.Xml;using System.Data;using System.IO;namespace Raysoft.Framework.Xml{ public class Xml2DatasetHelper {转载 2014-04-01 17:24:47 · 392 阅读 · 0 评论 -
定义DataGridView某列的类型
DataGridViewColumn col04 = new DataGridViewComboBoxExColumn(); this.dgvSetting.Columns.Insert(4, col04); dgvSetting.Columns[4].HeaderText = "对齐"; dgvSet转载 2014-04-14 23:05:05 · 3606 阅读 · 0 评论 -
Raysoft.Framework.BindingUtility.ComboBoxHelper
ComboBoxHelperusing System;using System.Collections.Generic;using System.Text;using System.Windows.Forms;using Raysoft.DBUtility;using System.Data;namespace Raysoft.Framework.BindingUtility{转载 2014-04-01 11:04:07 · 412 阅读 · 0 评论 -
保存设置到XML文件DEMO
///// ///// 保存设置到XML文件 ///// ///// 方案名称 ///// 实体名称 //private void saveSettingXML(string sSettingName, string sTableName) //{ // //新建XML文件转载 2014-04-15 19:06:34 · 479 阅读 · 0 评论 -
DataGridView 实现行[Row]的上下移动
/*DataGridView 实现行[Row]的上下移动,我这里用到了SelectedRows[0],而没用CurrentRow是有原因的 主要是这两段代码: dataGridView1.Rows[rowIndex - 1].Selected = true; dataGridView1.Rows[rowIndex].Selected = false; 这两行代码大家因该都能转载 2014-04-15 21:07:20 · 1165 阅读 · 1 评论 -
Raysoft.Framework.DBUtility.OracleHelper
using System;using System.Configuration;using System.Data;using System.Data.OracleClient ;using System.Collections;namespace Raysoft.Framework.DBUtility{ public abstract class OracleHelper转载 2014-04-01 10:26:54 · 462 阅读 · 0 评论 -
Raysoft.Framework.Accounts.AccountsHelper
using System;using System.Collections.Generic;using System.Text;using System.String;using System.Data;using System.Data.OracleClient;using Ray.Database;using Ray.Encrypt;namespace Raysoft.Fra转载 2014-04-01 11:08:06 · 457 阅读 · 0 评论 -
Raysoft.Framework.DBUtility.AccessHelper
using System;using System.Configuration;using System.Data;using System.Data.OleDb;using System.Collections;namespace Raysoft.Framework.Database{ public abstract class AccessHelper {转载 2014-04-01 10:18:56 · 516 阅读 · 0 评论 -
解决 DotNetBar TabControl 在关闭所有TAB后,背景为黑色
/// /// 打开一个Tab窗口/// /// /// private void AddTab(string strTabTitle, Form frm){ TabItem tabItem = new TabItem(); TabControlPanel tcp = new TabControlPanel(); tcp.Dock = DockStyle.Fi转载 2014-03-31 11:13:42 · 3098 阅读 · 0 评论 -
Raysoft.Framework.BindingUtility.TreeViewHelper
using System;using System.Collections.Generic;using System.Text;using System.Windows.Forms;using Raysoft.DBUtility;using System.Data;namespace Raysoft.Framework.BindingUtility{ public part转载 2014-04-01 11:01:29 · 456 阅读 · 0 评论 -
DS9208升级说明 V3
1、 在数据库QRCode中创建表t_Counter.USE [QRcode]GO/****** Object: Table [dbo].[t_Counter] Script Date: 2017-11-18 16:09:48 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOCREATE TABLE [dbo]原创 2017-11-18 16:31:07 · 1533 阅读 · 0 评论
分享