自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

-

  • 博客(1)
  • 资源 (10)
  • 收藏
  • 关注

原创 sql 截取

/* 有时候我们需要将如下字符串进行分割 '1,12,123' 希望得到这样的结果: 1 12 123 这里借助master.dbo.spt_values表来实现! */ --准备数据IF OBJECT_ID('tempdb..#a') IS NOT NULL DROP TABLE #aSELECT '1,12,123' AS ids INTO #a --截取一个

2013-12-12 17:10:49 873

Dont Make Me Think.mobi

Dont Make Me Think.mobi

2018-10-25

mybatis_plus_2.91

Plugin for mybatis Feel free to feedback NOTE: There is a free version in the repository which is forked from our previous open source plugin about a year ago. If there is any problem with the free version, we can not tell what the problems are because the free version is NOT being maintained by us and there were too many updates in the past year. You can switch to our version if you have any problems with the forked one. Wish you happy coding with our plugin. Change Notes 2.91 Minor update to make the plugin better.

2017-05-02

mybatis_plus_2.8.7

2.87 Adapted for new version. Performance improvement. Fixed bugs.

2016-11-08

redis-desktop-manager-0.8.8.384.exe

Fixes: Fixed regression in Connections Tree and Value editor (#3679) Add support for Ubuntu 16 in configure script Fix issues with SSH tunnel on Linux (#3568) Improvements: Show key bytes length and value bytes length #3677

2016-09-20

mybatis_plus_2.8.6

2.86 Adapted Idea 2016.2. Fixed bugs.

2016-09-18

redis-desktop-manager-0.8.7.322

Windows Supported OS versions: 7+ Fully featured. No locked functionality or hidden limitations. Ad-free. Period. No advertisements, no noisy calls or reminders to pay.

2016-08-11

mybatis_plus_2.8.5

Plugin for mybatis 2.85 Fixed crash issue.

2016-08-11

redis-desktop-manager-0.8.6.270.exe

Redis Desktop Manager 0.8.6 发布,此版本更新内容如下: Full Changelog Fixes: Fix issue #3626: Windows tabs are all black background via RDP Fix issue #3587: Windows build crash at startup Add installation of missing VS2015 redist package in Windows installer

2016-06-21

SQL 格式化工具

SQL 格式化工具

2012-07-13

android-sdk-windows

参考: http://jingyan.baidu.com/article/eae07827d6d4f11fec5485d5.html

2011-09-16

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除