04 2016 档案

摘要: 阅读全文
posted @ 2016-04-15 10:26 龙鸿轩 阅读(405) 评论(1) 推荐(0)
摘要:--加行号select row_number() over(order by getdate()) sevencode from #promprod-- 存入表中create table #promprod (sevencode nvarchar(20))insert into #promprod 阅读全文
posted @ 2016-04-15 09:44 龙鸿轩 阅读(274) 评论(0) 推荐(0)
摘要:azure git上传部署步骤:(首次提交)cd 至本地代码路径git initgit add .git commit –m "initial commit"git remote add azure https://jinjunyao@testnodejs.scm.chinacloudsites.c 阅读全文
posted @ 2016-04-13 16:53 龙鸿轩 阅读(1028) 评论(0) 推荐(0)