会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
那么天涯
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2018年5月22日
数据库工具SQLToolbelt
摘要: SQLToolbelt
阅读全文
posted @ 2018-05-22 11:33 名叔
阅读(345)
评论(0)
推荐(0)
2018年5月18日
反编译那点事儿
摘要: 1.ildasm.exe 所在文件夹位置 C:\Program Files (x86)\Microsoft SDKs\Windows 2.ilasm.exe 所在文件夹位置:cd C:\Windows\Microsoft.NET\Framework64\v4.0.30319 3.生成Dll命令行:i
阅读全文
posted @ 2018-05-18 11:01 名叔
阅读(122)
评论(0)
推荐(0)
2018年5月11日
SqlServer with递归查询的使用
摘要: SqlServer with递归查询的使用 with tempAgent (AgentId,ParentId) as( select AgentId,ParentId from AgentInfo where AgentId=2 --要查询的根节点 union all select a.AgentI
阅读全文
posted @ 2018-05-11 17:05 名叔
阅读(295)
评论(0)
推荐(0)
WebAPI Token 验证
摘要: WebAPI Token 验证 登录端 //HttpContext.Current.Session.Timeout = 10; ////生成Ticket //FormsAuthenticationTicket token = new FormsAuthenticationTicket(0,req.L
阅读全文
posted @ 2018-05-11 17:03 名叔
阅读(2951)
评论(1)
推荐(0)
SQL字符串分割转列,Sql列转字符串
摘要: declare @strVar varchar(2000)declare @ResultVar varchar(2000)set @ResultVar='[薄饼],[点心],[海鲜],[酒吧],[楼面],[茗茶],[乳鸽],[烧味],[生蚝],[套餐宴席],[煨汤],[中厨]'select * fr
阅读全文
posted @ 2018-05-11 16:55 名叔
阅读(694)
评论(0)
推荐(0)
上一页
1
2
公告