- 博客(5)
- 资源 (1)
- 收藏
- 关注
原创 App Store Privacy Policy URL
App Store Privacy Policy URLWe focus on protecting your personal privacy. Sometimes we need certain information to provide you with the services you request. This privacy statement explains the collection and use of data in these situations. This privacy
2021-06-27 08:52:01
274
原创 Technical support for mobile app - Chinese cookbooks
I spent one monthdevelopingthis application called Cookbooks.This application introduces Chinese cuisine based on the particular video called 'A bit of China'. There are 26 recipes with ingredients collected in this application.The following screensh..
2021-06-26 19:31:08
194
转载 SQL语句导入导出EXCEL
导入/导出 生成Excel --从Excel文件中,导入数据到SQL数据库中,很简单,直接用下面的语句:/**//*===================================================================*/--如果接受数据导入的表已经存在insert into 表 select * from OPENROWSET(MICROSOFT.JET.OL
2008-10-28 15:20:00
358
转载 提取数字、提取英文、提取中文、过滤重复字符等SQL函數
--提取数字IF OBJECT_ID(DBO.GET_NUMBER2) IS NOT NULLDROP FUNCTION DBO.GET_NUMBER2GOCREATE FUNCTION DBO.GET_NUMBER2(@S VARCHAR(100))RETURNS VARCHAR(100)ASBEGINWHILE PATINDEX(%[^0-9]%,@S) > 0BEGINset
2008-10-28 15:07:00
1505
原创 Dundas Chart for .NET 控件的简单使用
首先,介绍一下产品的背景: Dundas Chart for .NET是在.NET图表领域中的领跑者。这个获得了多个大奖的控件产品提供给您最全面的功能、最完善的样品框架和最佳的技术支持。从开始到结束,我们致力于为你提供你所需要的技术,使您的项目在最短时间内取得成功。使用该图表控件,开发者能够容易地实现高级的图表展示,使企业更加直观的有效的管理和分析数据,大量提高您的工作效率。(官
2008-10-21 14:42:00
1941
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人