上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页
摘要: div element paragragh element span element 阅读全文
posted @ 2017-03-05 00:00 PhilXu 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 只会在第一次使用类的时候执行 public class User { public static readonly Color BackColor; static User() { DateTime now = DateTime.Now; if (now.DayOfWeek == D... 阅读全文
posted @ 2017-03-05 00:00 PhilXu 阅读(85) 评论(0) 推荐(0) 编辑
摘要: Create Procedure sp_LookForColumn ( @DBName VarChar(100) , @ColumnName VarChar(100) ) As Declare @SQL VarChar(8000) Select @SQL = ' Select A.N... 阅读全文
posted @ 2017-03-05 00:00 PhilXu 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 数组是引用类型 class ParameterTest { static void SomeFunction(int[] ints, int i) { ints[0] = 100; i = 100; } public static int Main() { int i = 0; in... 阅读全文
posted @ 2017-03-05 00:00 PhilXu 阅读(64) 评论(0) 推荐(0) 编辑
摘要: // 示例数据 Student[] students = { new Student { StuID = 1, StuName = "小陈", Course = "C++基础" }, new Student { StuID = 2, StuName = "小林", Course = ... 阅读全文
posted @ 2017-03-05 00:00 PhilXu 阅读(135) 评论(0) 推荐(0) 编辑
摘要: ALTER PROCEDURE [dbo].[RebuildIndex] AS DECLARE @DBName NVARCHAR(255) ,@TableName NVARCHAR(255) ,@SchemaName NVARCHAR(255) , @IndexName NVARCH... 阅读全文
posted @ 2017-03-05 00:00 PhilXu 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 把@ @identity 改为scope_indentity() 阅读全文
posted @ 2017-03-05 00:00 PhilXu 阅读(95) 评论(0) 推荐(0) 编辑
摘要: where cast(UUID as nvarchar(max)) ='''+cast( @uuid as nvarchar(max))+'''' 阅读全文
posted @ 2017-03-05 00:00 PhilXu 阅读(117) 评论(0) 推荐(0) 编辑
摘要: public static class ProductCollectionExctensionMethods { public static void ApplyCurrencyMultiplier( this List product... 阅读全文
posted @ 2017-03-05 00:00 PhilXu 阅读(160) 评论(0) 推荐(0) 编辑
摘要: Copying file Properties\PublishProfiles\配置文件1.pubxml to obj\Debug\Package\PackageTmp\Properties\PublishProfiles\配置文件1.pubxml failed. Could not... 阅读全文
posted @ 2017-03-05 00:00 PhilXu 阅读(151) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页