漂泊雪狼的博客

思考,讨论,分享C#,JavaScript,.NET,Oracle,SQL Server……技术

导航

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 18 下一页

2016年5月11日

摘要: 思路:通过在sql server数据库中添加链接服务器,可以远程查询oracle数据库的表环境准备,安装sql server数据库,并安装好oracle驱动,在配置好tnsname文件中配置好oracle连接,本人用的sql server2008 R2,oracle11g测试,提供程序采用的OraO 阅读全文

posted @ 2016-05-11 10:00 漂泊雪狼 阅读(423) 评论(0) 推荐(0) 编辑

2016年4月20日

摘要: Visual Studio 2015 发行说明: https://visualstudio.com/zh-cn/news/vs2015-vs.aspx Visual Studio 2015 特性简介: 通过使用单个 IDE,可以创建面向 Windows、iOS、Android 等的多平台应用。 —W 阅读全文

posted @ 2016-04-20 21:38 漂泊雪狼 阅读(11172) 评论(2) 推荐(2) 编辑

2016年1月11日

摘要: declare v_x number; v_y number; v_geo clob; cursor cur is select c_x, c_y from t_map_data where c_type = 'STREET' and c_obje... 阅读全文

posted @ 2016-01-11 17:29 漂泊雪狼 阅读(151) 评论(0) 推荐(0) 编辑

2015年12月31日

摘要: using System; using System.Collections.Generic; using System.Web; using System.IO; using System.Security.Cryptography; using System.Runtime.Serialization.Json; using System.Runtime.Serialization; u... 阅读全文

posted @ 2015-12-31 11:06 漂泊雪狼 阅读(600) 评论(0) 推荐(0) 编辑

2015年12月28日

摘要: --SQL Server 查询表的记录数--one: 使用系统表. SELECT object_name (i.id) TableName, rows as RowCnt FROM sysindexes i INNER JOIN sysObjects o ON (o.id = ... 阅读全文

posted @ 2015-12-28 13:49 漂泊雪狼 阅读(282) 评论(0) 推荐(0) 编辑

2015年12月25日

摘要: 在SQL Server中,要获取数据库数据文件的物理位置,有三种方法:sp_helpdbbrightnamefilenamefilegroupsize------------- ------------------------------- ---------- -----------BrightZ... 阅读全文

posted @ 2015-12-25 11:15 漂泊雪狼 阅读(1111) 评论(0) 推荐(0) 编辑

2015年11月3日

摘要: 模板消息定义目前允许发的模板消息示例1.1资料变更类通知示例如下:标题内容示例会员卡申请资料变更通知{{first.DATA}}会员卡号:{{keyword1.DATA}}会员姓名:{{keyword2.DATA}}变更内容:{{keyword3.DATA}}时间:{{keyword4.DATA}}... 阅读全文

posted @ 2015-11-03 14:45 漂泊雪狼 阅读(2599) 评论(0) 推荐(0) 编辑

摘要: content的取值为webkit,ie-comp,ie-stand之一,区分大小写,分别代表用webkit内核,IE兼容内核,IE标准内核。若页面需默认用极速核,增加标签:若页面需默认用ie兼容内核,增加标签:若页面需默认用ie标准内核,增加标签:根据需要选择代码添加到head里面。 阅读全文

posted @ 2015-11-03 13:51 漂泊雪狼 阅读(221) 评论(0) 推荐(0) 编辑

2015年10月21日

摘要: string stringA = "appid=wxd930ea5d5a258f4f&body=test&device_info=1000&mch_id=10000100&nonce_str=ibuaiVcKdpRxkhJA"; string stringSignTemp = ... 阅读全文

posted @ 2015-10-21 16:30 漂泊雪狼 阅读(2042) 评论(0) 推荐(0) 编辑

2015年10月15日

摘要: 1、所有应用的MVC相关程序集编译时要选择复制到本地,需要用到的程序如下图2、IIS设置:因为 IIS 7/8 采用了更安全的 web.config 管理机制,默认情况下会锁住配置项不允许更改。运行命令行 %windir%\system32\inetsrv\appcmd unlock config ... 阅读全文

posted @ 2015-10-15 16:38 漂泊雪狼 阅读(388) 评论(0) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 18 下一页