上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 19 下一页
摘要: --==============================================-- 自定义的四舍五入(四舍五入后的所有尾数遇进则进)-- by 小天使 2015-11-12-- 使用方法 SELECT dbo.fn_MyRound(4.5445,2)--==========... 阅读全文
posted @ 2015-11-11 22:53 bobo-bobo 阅读(227) 评论(0) 推荐(0) 编辑
摘要: UPDATE o SET col2 = c.col3 FROM bo1 AS o JOIN bo2 AS c ON c.col3'' WHERE c.col3'' UPDATE o SET split = c.datecount FROM Order_Refund_Table AS o JOIN @t2 AS c ON o.orderno=c.order... 阅读全文
posted @ 2015-11-10 11:28 bobo-bobo 阅读(231) 评论(0) 推荐(0) 编辑
摘要: public delegate double Delegate_Prod(int a,int b);class Class1{ static double fn_Prodvalues(int val1,int val2) { return val1*val2; } ... 阅读全文
posted @ 2015-11-05 08:27 bobo-bobo 阅读(265) 评论(0) 推荐(0) 编辑
摘要: public static bool Send(string SMTP, string mailFrom, string mailTos, string subject, string body, string user, string paw, MailPriority Priority ... 阅读全文
posted @ 2015-10-30 13:31 bobo-bobo 阅读(165) 评论(0) 推荐(0) 编辑
摘要: Use masterGoif object_ID('[sp_EncryptObject]') is not null Drop Procedure [sp_EncryptObject]Gocreate procedure sp_EncryptObject ( @Object sysnam... 阅读全文
posted @ 2015-10-29 10:52 bobo-bobo 阅读(739) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;using Microsoft.Win32;using System.Runtime.InteropServices;using System.IO;//private v... 阅读全文
posted @ 2015-10-24 11:01 bobo-bobo 阅读(496) 评论(0) 推荐(0) 编辑
摘要: --============================================== -- FUNCTION varbin2hexstr -- 将 varbinary 类型的数据转换为 varchar 类型 --==========================... 阅读全文
posted @ 2015-10-21 16:23 bobo-bobo 阅读(3676) 评论(0) 推荐(0) 编辑
摘要: private void button1_Click(object sender, EventArgs e) { axWindowsMediaPlayer1.settings.balance = -10000; } pr... 阅读全文
posted @ 2015-10-21 15:12 bobo-bobo 阅读(1326) 评论(0) 推荐(0) 编辑
摘要: begin catchDECLARE @ErrMsg nvarchar(4000), @ErrSeverity int SELECT @ErrMsg = ' SP Error: '+ERROR_MESSAGE(), @ErrSeverity = ERROR_SEVERITY() ... 阅读全文
posted @ 2015-09-30 15:36 bobo-bobo 阅读(333) 评论(0) 推荐(0) 编辑
摘要: Function GetVer(FilePathName As String) As String If FilePathName = Nothing Or FilePathName = "" Then FilePathName = App.Path & "\" & App.EX... 阅读全文
posted @ 2015-09-29 16:22 bobo-bobo 阅读(644) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 19 下一页