logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

WebApi接口返回json,xml,text纯文本等

[Route("api/Message/MessageList/")][HttpGet]public HttpResponseMessage MessageList(){ResponseResult obj = new ResponseResult();var pageData = Ydt.ExtLib.DataTableHelper.DataTa...

#json
使用jquery-qrcode在页面上生成二维码,支持中文

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>...

#xhtml#javascript
c# xml操作类 比较齐全

using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using System.Web.UI.WebContr...

#ui#运维
对Jquery中的ajax再封装,简化操作

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>...

#json#xhtml#javascript
阿里云AliYun表格存储(Table Store)相关案例

using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using Aliyun.OTS;using Aliyun.OTS.DataModel;using Aliyun.OTS.Request;...

Java使用超级工具包Hutool操作数据库

#===================================================================# pom.xml中添加引用#<!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->#<depende...

#数据库#java
SQL Server2005 实现两台服务器上的数据库同步

1. 测试环境:Item发布机 A订阅机 BOSWindows 2003 ServerWindows 2003 ServerSQLSQL Server 2005 企业版SQL Server 2005 企业版域...

#数据库
Sqlserver数据库 通过表触发器 实时通知应用程序

/*Sqlserver数据库开始相关服务以下示例显示了如何查看 OLE Automation Procedures 的当前设置。0未启用*/EXEC sp_configure 'show advanced option', '1' --只有这个高级选项被打开的时候,才有权限修改其他配置。goRECONFIGURE--运行RECONFIGURE语句进行安...

#数据库#测试
在SQLSERVER中创建DBLINK,操作远程服务器数据库

--配置SQLSERVER数据库的DBLINKexecsp_addlinkedserver@server='WAS_SMS',@srvproduct='',@provider='SQLOLEDB',@datasrc='10.131.20.100'execsp_addlinkedsrvlogin'WAS_SMS','false', NULL,'CustomSMS...

#数据库#运维
GUID转换成16位字符串或19位数据(确保唯一)

/// <summary>/// 根据GUID获取16位的唯一字符串/// </summary>/// <param name=\"guid\"></param>/// <returns></returns>public static string ...

    共 13 条
  • 1
  • 2
  • 请选择