05 2012 档案
摘要:View Code using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace common{ public static class Spell { #region 编码定义,不支持全角字符 private static int[] pyvalue = new int[] { -20319, -20317, -20304, -20295, -20292, -20283, -20265, -20257, -...
阅读全文
摘要:/// <summary> /// 当焦点离开时,验证是否保留了两位小数,如不是自动更正 /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void txtUnitPrice_Leave(object sender, EventArgs e) { string content = txtUnitPrice.Text; string[] str = ...
阅读全文
摘要:1、sql语句中 insert into tableName() output inserted.id values() 2 、存储过程中 ALTER PROCEDURE dbo.getBuyMedicID ( @id int output, @AllsumMoney money ) AS begin INSERT INTO t_buyMedic(sumMoney,buyDate) VALUES(@AllsumMoney,getdate()) select @id=@@identity...
阅读全文
浙公网安备 33010602011771号