摘要: Select object_name From user_objects a left join all_triggers b on a.object_Name = b.trigger_name where a.object_type='TRIGGER' and b.table_name = 'XF 阅读全文
posted @ 2017-07-11 16:09 李文平 阅读(659) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Web; namespace CRM3.Common{ public clas 阅读全文
posted @ 2017-06-27 14:06 李文平 阅读(293) 评论(0) 推荐(0) 编辑
摘要: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="pacam.aspx.cs" Inherits="CRM3.cam.pacam" %> <!DOCTYPE html><html xmlns="http://www.w3.org/19 阅读全文
posted @ 2017-06-26 18:14 李文平 阅读(20627) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 指定Post地址使用Get 方式获取全部字符串 /// </summary> /// <param name="url">请求后台地址</param> /// <returns></returns> public string RequestPost(string 阅读全文
posted @ 2017-06-09 17:22 李文平 阅读(315) 评论(0) 推荐(0) 编辑
摘要: https://doc.open.alipay.com/docs/doc.htm?&docType=1&articleId=106577 https://doc.open.alipay.com/docs/doc.htm?spm=a219a.7386797.0.0.vASQ1x&treeId=193& 阅读全文
posted @ 2017-05-25 10:09 李文平 阅读(710) 评论(0) 推荐(0) 编辑
摘要: <html><head><script>// toggle full screen function toggleFullScreen() { if (!document.fullscreenElement && // alternative standard method !document.mo 阅读全文
posted @ 2017-05-23 14:48 李文平 阅读(1421) 评论(0) 推荐(0) 编辑
摘要: http://www.win1064.com/win1064ylmf/ 阅读全文
posted @ 2017-04-20 09:07 李文平 阅读(98) 评论(0) 推荐(0) 编辑
摘要: http://download.csdn.net/download/show_594/9112963 内包含VisualSVN 5.0.1的官方原版安装包及破解文件VisualSVN.Core.L.dll. 使用方法: 1、运行:VisualSVN-5.0.1.msi 进行原版的安装。 2、打开Vi 阅读全文
posted @ 2017-04-18 17:28 李文平 阅读(705) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Data;using System.Data.OleDb;using System.Linq;using System.Web; namespace CRM.RCMDLL{ publ 阅读全文
posted @ 2017-03-31 11:06 李文平 阅读(229) 评论(0) 推荐(0) 编辑
摘要: private HttpResponse Response; private HttpRequest Request; public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/pla 阅读全文
posted @ 2017-03-29 17:49 李文平 阅读(319) 评论(0) 推荐(0) 编辑