06 2018 档案
DBS-Function:f_GetPy
摘要:1、f_GetPy Create function [dbo].[f_GetPy](@str nvarchar(4000)) returns nvarchar(4000) as begin declare @strlen int,@re nvarchar(4000) declare @t table 阅读全文
posted @ 2018-06-19 10:53 ylbtech 阅读(531) 评论(0) 推荐(0)
Class:DbConnectionManipulator.cs
摘要:1、DbConnectionManipulator.cs using System; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Threading.Tasks; n 阅读全文
posted @ 2018-06-19 10:46 ylbtech 阅读(306) 评论(0) 推荐(0)
DBS:TestSystem
摘要:2、 -- -- 类别表 -- create table TCategory ( Id int primary key identity(101,1), --编号【PK,ID】 Name varchar(max), --名称 Intro varchar(max), --介绍 CreateTime D 阅读全文
posted @ 2018-06-15 09:07 ylbtech 阅读(376) 评论(0) 推荐(0)
Map:目录
摘要:1、百度地图 http://lbsyun.baidu.com/ 2、高德地图 http://lbs.amap.com/ 3、 阅读全文
posted @ 2018-06-06 13:43 ylbtech 阅读(217) 评论(0) 推荐(0)