摘要: http://www.tudou.com/home/bamncn/item#type1 阅读全文
posted @ 2016-10-22 21:35 斌言 阅读(544) 评论(0) 推荐(0)
摘要: EF Code First Migrations数据库迁移 http://www.cnblogs.com/libingql/p/3330880.html EntityFramework之多对多关系 http://www.cnblogs.com/zuqing/p/5452356.html EF Cod 阅读全文
posted @ 2016-10-16 13:52 斌言 阅读(409) 评论(0) 推荐(0)
摘要: 转换成:2016-07-11 function getFDate(date) {var d = eval('new ' + date.substr(1, date.length - 2)); var ar_date = [d.getFullYear(), d.getMonth() + 1, d.ge 阅读全文
posted @ 2016-08-01 09:30 斌言 阅读(1958) 评论(0) 推荐(0)
摘要: c#后端 阅读全文
posted @ 2016-07-13 17:12 斌言 阅读(1002) 评论(0) 推荐(0)
摘要: create PROCEDURE Pro_test ( @userName NVARCHAR(25) ) AS -- select * from [dbo].[Table_2] -- SELECT * FROM [dbo].[Student] BEGIN BEGIN TRAN DECLARE @tempTable TABLE(tempId uniqueidenti... 阅读全文
posted @ 2016-07-09 21:12 斌言 阅读(2372) 评论(0) 推荐(0)
摘要: private void Sort(int[] numbers, int left, int right) { //左边索引小于右边,则还未排序完成 if (left middle && j > 0) ; if (i >= j) ... 阅读全文
posted @ 2016-06-05 22:47 斌言 阅读(303) 评论(0) 推荐(0)
摘要: oracle用户创建及权限设置 权限: create session create table unlimited tablespace connect resource dba 例: #sqlplus /nolog SQL> conn / as sysdba; SQL>create user us 阅读全文
posted @ 2016-03-14 13:52 斌言 阅读(122) 评论(0) 推荐(0)
摘要: private async void AsyncMeth() { for (int i = 0; i Add(int a, int b) { return a + b; } C... 阅读全文
posted @ 2015-11-05 13:56 斌言 阅读(166) 评论(0) 推荐(0)
摘要: USE [TnpeemSDB]GO/****** Object: StoredProcedure [dbo].[pro_GeneralPaged] Script Date: 10/26/2015 15:58:50 ******/SET ANSI_NULLS ONGOSET QUOTED_ID... 阅读全文
posted @ 2015-10-26 16:00 斌言 阅读(206) 评论(0) 推荐(0)
摘要: CREATE OR REPLACE PROCEDURE prc_query (p_tableName in varchar2, --表名 p_strWhere in varchar2, --查询条件 p_orderCo... 阅读全文
posted @ 2015-10-26 09:58 斌言 阅读(186) 评论(0) 推荐(0)