04 2015 档案

摘要:/* ASP.NET 默认上传文件是4M ,可以修改服务配置.. */ /// /// Gets a files formatted... 阅读全文
posted @ 2015-04-20 17:55 ®Geovin Du Dream Park™ 阅读(368) 评论(0) 推荐(0)
摘要:/// ///列表名 /// /// /// public static string GetColumnNames(System.Data.DataTable table) { if ... 阅读全文
posted @ 2015-04-09 17:05 ®Geovin Du Dream Park™ 阅读(446) 评论(1) 推荐(0)
摘要:use geovindu;#函数DELIMITER $$drop function if exists f_GetDepartmentName $$CREATE function f_GetDepartmentName( did int) returns nvarchar(400) begind... 阅读全文
posted @ 2015-04-03 17:54 ®Geovin Du Dream Park™ 阅读(376) 评论(0) 推荐(0)
摘要:from:http://www.codeproject.com/Articles/38858/Line-Numbers-for-RichText-Control-in-Cusing Microsoft.VisualBasic;using System;using System.Collections... 阅读全文
posted @ 2015-04-03 12:50 ®Geovin Du Dream Park™ 阅读(676) 评论(0) 推荐(0)
摘要:http://www.postgresonline.com/journal/archives/201-Using-RETURNS-TABLE-vs.-OUT-parameters.htmlhttp://www.postgresql.org/docs/9.4/interactive/index.htm... 阅读全文
posted @ 2015-04-03 10:24 ®Geovin Du Dream Park™ 阅读(977) 评论(0) 推荐(0)
摘要:SELECT * from pg_class c,pg_attribute a,pg_type t where c.relname='BookKindList' and a.attnum>0 and a.attrelid=c.oid and a.atttypid=t.oid SELECT a.att 阅读全文
posted @ 2015-04-02 12:14 ®Geovin Du Dream Park™ 阅读(641) 评论(0) 推荐(0)