上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 118 下一页
摘要: MySQL: sql server : SQL Server Metadata Toolkit 2005 - 2014 https://sqlmetadata.codeplex.com/ Automatic Graph Layout https://github.com/Microsoft/auto 阅读全文
posted @ 2017-07-05 10:08 ®Geovin Du Dream Park™ 阅读(359) 评论(0) 推荐(0)
摘要: ---查看所有存储过程或视图的位置 select a.name,a.[type],b.[definition] from sys.all_objects a,sys.sql_modules b where a.is_ms_shipped=0 and a.object_id = b.object_id and a.[type] in ('P','V','AF') order by a.[nam... 阅读全文
posted @ 2017-06-27 16:11 ®Geovin Du Dream Park™ 阅读(554) 评论(0) 推荐(0)
摘要: Domain: FluentNhibernateLocalSessionFactoryObject.cs Dao:dataAccess.xml NHibernate 配置 Dao:objects.xml Service:objects.xml FluentNHibernateSpingNetDemo 阅读全文
posted @ 2017-06-26 10:12 ®Geovin Du Dream Park™ 阅读(586) 评论(0) 推荐(0)
摘要: TypeInfo,PropertyInfo,MethodInfo,FieldInfo 阅读全文
posted @ 2017-06-22 10:24 ®Geovin Du Dream Park™ 阅读(463) 评论(0) 推荐(0)
摘要: --------------------------------------------------------------------- -- Road System 道路 --------------------------------------------------------------------- -- Listing 9-3: DDL & Sample Data for C... 阅读全文
posted @ 2017-06-19 15:56 ®Geovin Du Dream Park™ 阅读(520) 评论(0) 推荐(1)
摘要: https://www.codeproject.com/Articles/16179/The-Monty-Hall-Problem-C-Solution https://www.codeproject.com/Articles/30473/Monty-Hall-Paradox-Illustrated 阅读全文
posted @ 2017-06-19 09:45 ®Geovin Du Dream Park™ 阅读(458) 评论(0) 推荐(0)
摘要: https://www.microsoft.com/mspress/companion/0-7356-2313-9/ https://www.microsoftpressstore.com/store/inside-microsoft-sql-server-2008-t-sql-querying-9 阅读全文
posted @ 2017-06-16 17:01 ®Geovin Du Dream Park™ 阅读(559) 评论(0) 推荐(0)
摘要: https://www.codeproject.com/Tips/873677/SQL-Server-Database-Backup-and-Restore-in-Csharp https://www.codeproject.com/Articles/162684/SMO-Tutorial-of-n 阅读全文
posted @ 2017-06-02 12:11 ®Geovin Du Dream Park™ 阅读(457) 评论(0) 推荐(0)
摘要: DataTable dt = setData(); // Sum rows. //foreach (DataRow row in dt.Rows) //{ // int rowTotal = 0; // foreach (DataColumn... 阅读全文
posted @ 2017-05-23 16:29 ®Geovin Du Dream Park™ 阅读(506) 评论(0) 推荐(0)
摘要: https://ask.sqlservercentral.com/questions/16078/schema-and-role-permissions-for-all-users-in-a-dat.html 阅读全文
posted @ 2017-05-17 12:47 ®Geovin Du Dream Park™ 阅读(410) 评论(0) 推荐(0)
上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 118 下一页