前几日用了win7 X64系统,想转换一下联通宽带账号,从网上下了个软件,X64的机器竟然运行不了。于是就上网搜这个源码,但是搜了半天,搜到一个PHP的和一个ASP的,可是我还看不懂这两种。只好硬着头皮照着改成C#的吧。于是一边搜索对应的PHP或ASP的方法的意思一边用C#对应的方法去改。下面是代码:小火柴:https://dabao.meusing System;
using System.Text.RegularExpressions;
/*
* Desc:河南联通宽带账号算号
* Author:小火柴https://dabao.me
* Date:2012-2-26...
迅雷,快车旋风链接编码解码C#源代码在做一个项目时,有要求用到下载工具下载,于是上网找了找,找到了这些链接的加密规则,自己写了几个转换方法写的有点急,可能不太完善,若您在使用中发现问题,烦请留言给我指出,谢谢! using System;
using System.Text;
/*
* Author:小火柴https://dabao.me
* Desc:迅雷,快车,旋风链接编码解码
*/
namespace Base64Url
{
class Program
{
#region 静态常量
/// &...
把ueditor编辑器放在项目根目录,目录名为ueditor 先配置editor_config.js第14行imagePath:URL + "",第51-66行 iframeUrlMap:{
'anchor':'~/ueditor/dialogs/anchor/anchor.html',
'insertimage': '~/ueditor/dialogs/image/image.html',
'inserttable': '~/ueditor/dialogs/table/table.html',
'link': '~/ueditor/dialogs/link/link.html'...