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
javascript字典数据结构Dictionary实现

<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><t...

#数据结构与算法#javascript#xhtml
GUID转换成16位字符串或19位数据(确保唯一)

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

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

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

#数据库#运维
阿里云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;...

localStorage存值取值以及存取JSON,以及基于html5 localStorage的购物车

localStorage.setItem("key","value");//存储变量名为key,值为value的变量localStorage.key = "value"//存储变量名为key,值为value的变量localStorage.getItem("key");//获取存储的变量key的值www.it165.netlocalStorage.key;//...

#json
关于Android SDK Manager无法获取更新列表的正确设置

1.以“管理员身份运行”SDK Manager。2.Android SDK Manager"=>"Tools"=>"Options...",勾选"Others"中的"Force https://...sources to be fetched using http://..."选项。如下图所示:3.以“管理员身份运行”,打开hosts文...

#移动开发
到底了