first commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
/vendor
|
||||
composer.lock
|
||||
.vscode
|
||||
.idea
|
||||
/runtime
|
||||
@@ -0,0 +1,44 @@
|
||||
<?php
|
||||
require_once "vendor/autoload.php";
|
||||
require_once "utils/helper/helper.php";
|
||||
|
||||
|
||||
$uri = strtok($_SERVER['REQUEST_URI'], "?");
|
||||
$path = explode('/', $uri)[1];
|
||||
empty($path) && $path = 'index';
|
||||
|
||||
switch ($path) {
|
||||
case "api" :
|
||||
$path = "api";
|
||||
break;
|
||||
|
||||
case "doapi" :
|
||||
$path = "api";
|
||||
break;
|
||||
|
||||
case "ip" :
|
||||
$_GET['act'] = $path;
|
||||
$path = "index";
|
||||
$_GET['ip'] = explode('/', $uri)[2];
|
||||
break;
|
||||
|
||||
default:
|
||||
$_GET['act'] = $path;
|
||||
$path = "index";
|
||||
break;
|
||||
}
|
||||
|
||||
$handlerPath = HANDLER_PATH . '/' . $path . ".php";
|
||||
if (!file_exists($handlerPath)) {
|
||||
\utils\View::getInstance()->fetch("404");
|
||||
exit;
|
||||
}
|
||||
|
||||
try {
|
||||
require_once $handlerPath;
|
||||
} catch (Exception $e) {
|
||||
\utils\View::getInstance()->fetch("404");
|
||||
exit;
|
||||
var_dump($e->getMessage());
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"require": {
|
||||
"topthink/think-template": "^3.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"utils\\": "utils/"
|
||||
}
|
||||
}
|
||||
}
|
||||
+985
@@ -0,0 +1,985 @@
|
||||
<?php
|
||||
return array (
|
||||
'header' => '<!---->
|
||||
',
|
||||
'index' =>
|
||||
array (
|
||||
'title' => '工具狗-工具狗你的好帮手-好用的在线工具都在这里!',
|
||||
'canonical' => 'https://itooldog',
|
||||
'keywords' => '工具狗,在线工具,开发人员必备',
|
||||
'description' => '工具狗为您提供json格式化,json代码压缩,json校验解析,json数组解析,json转xml,xml转json,json解析,json在线解析,json在线解析及格式化,unix时间戳转换,CSS美化压缩,json美化,json格式化输出,json数组,json实体类,json视图等',
|
||||
),
|
||||
'json' =>
|
||||
array (
|
||||
'title' => 'json在线解析,json格式化,json代码压缩-工具狗',
|
||||
'keywords' => 'json格式化,json代码压缩,json校验解析,json数组',
|
||||
'description' => '工具狗为您提供json格式化,json代码压缩,json校验解析,json数组解析,json转xml,xml转json,json解析,json在线解析,json在线解析及格式化,unix时间戳转换,CSS美化压缩,json美化,json格式化输出,json数组,json实体类,json视图等',
|
||||
),
|
||||
'jsonudview' =>
|
||||
array (
|
||||
'title' => '在线Json解析视图查看器,Json在线格式化工具-工具狗',
|
||||
'keywords' => 'json格式化,在线Json解析视图查看器,Json在线格式化工具',
|
||||
'description' => '在线Json解析视图格式化查看器为您提供json解析视图查看器工具:提供json解析工具,json视图查看器,json在线视图,视图支持json解析,json格式化校验,可控制缩进量的Json在线解析工具,json视图工具大全,Json字符串在线格式化解析校验等',
|
||||
),
|
||||
'jsonlrview' =>
|
||||
array (
|
||||
'title' => 'Json高亮显示在线解析工具,Json格式化校验-工具狗',
|
||||
'keywords' => 'json格式化,Json高亮显示在线解析工具,Json格式化校验',
|
||||
'description' => '在线Json解析视图格式化查看器为您提供Json高亮显示在线解析工具,提供json解析工具,json视图查看器,json在线视图,视图支持json解析,json格式化校验,可控制缩进量的Json在线解析工具,json视图工具大全,Json字符串在线格式化解析校验等',
|
||||
),
|
||||
'jsonzip' =>
|
||||
array (
|
||||
'title' => 'Json压缩转义,在线Json压缩格式化,json代码压缩-工具狗',
|
||||
'keywords' => 'json格式化,json代码压缩,在线Json压缩格式化,json代码压缩',
|
||||
'description' => '在线Json压缩格式化为您提供json格式化,json代码压缩,json校验解析,json格式化,json代码压缩,在线Json压缩格式化,json代码压缩,在线压缩Json字符串,压缩Json可以减少在传输过程中消耗的流量,提高传输速度等',
|
||||
),
|
||||
'json2cs' =>
|
||||
array (
|
||||
'title' => 'Json在线生成C#实体类,Json生成C# Model类工具-工具狗',
|
||||
'keywords' => 'Json在线生成C#实体类,Json生成C# Model类',
|
||||
'description' => 'Json在线生成C#实体类工具为您提供json在线生成C#实体类,根据json生成实体类,json怎么生成实体类,json生成C#实体类,自动校验Json格式,将Json字符串解析为C#.Net所使用的Model实体类,可提取Json字符串中的注释等',
|
||||
),
|
||||
'json2java' =>
|
||||
array (
|
||||
'title' => 'Json在线生成C#实体类,Json生成C# Model类工具-工具狗',
|
||||
'keywords' => 'Json在线生成C#实体类,Json生成C# Model类',
|
||||
'description' => 'Json生成Java实体类工具工具为您提供json在线生成Java实体类,提供json生成java类,json转javabean,json转pojo,json生成pojo文件,javabean生成器,json字符串转成Java实体类pojo等',
|
||||
),
|
||||
'json2go' =>
|
||||
array (
|
||||
'title' => 'Json转Go,Json生成Golang结构体-工具狗',
|
||||
'keywords' => 'Json转Go,Json生成Golang结构体,Json生成struct',
|
||||
'description' => 'Json转Go工具为您提供Json转Go,Json生成Golang结构体,Json生成struct,json转golang struct,json转go结构体,json生成go struct结构,可以勾选是否内联类型定义,快速将json转为可用的go结构体等',
|
||||
),
|
||||
'sql2java' =>
|
||||
array (
|
||||
'title' => '在线SQL转Java实体类-工具狗',
|
||||
'keywords' => 'SQL转Java实体类,SQL生成Java实体类',
|
||||
'description' => 'SQL转Java实体类工具为您提供将SQL转为java实体类,mysql数据转Java实体类,oracle转Java实体类,在线SQL生成Java实体类等',
|
||||
),
|
||||
'json2xml' =>
|
||||
array (
|
||||
'title' => 'Xml与Json在线转换工具,Xml和Json互转-工具狗',
|
||||
'keywords' => 'Xml转为Json格式,Json转为Xml格式,Xml与Json在线转换工具',
|
||||
'description' => '在线Json解析视图格式化查看器为您提供Xml与Json在线转换工具,Xml转为Json格式,Json转为Xml格式,Xml与Json在线转换等',
|
||||
),
|
||||
'calcpower' =>
|
||||
array (
|
||||
'title' => '在线功率换算器,功率单位换算-工具狗',
|
||||
'keywords' => '换算器,功率换算器,在线功率换算器,功率单位换算',
|
||||
'description' => '在线功率换算器工具为您提供功率在线计算,任意功率单位之间可以直接转换,在线瓦(W)转千瓦(kW),功率换算电流,英制马力(HP)转米制马力(PS),千卡/秒(kcal/s),焦耳/秒(J/s),牛顿·米/秒(N·m/s)间的换算,在线功率换算器可以帮您快速进行功率计算',
|
||||
),
|
||||
'enlower' =>
|
||||
array (
|
||||
'title' => '英文字母大小写转换工具-工具狗',
|
||||
'keywords' => '大小写转换,英文大小写转换,英文字母大小写转换,在线大小写转换',
|
||||
'description' => '英文字母大小写转换工具为您提供在线英文字母大小写转换工具,能方便快捷地将英文字母全部转换为大写或小写,或将英文句子转换成首字母大写,在线大小写转换,单词大小写在线转换等',
|
||||
),
|
||||
'httpheader' =>
|
||||
array (
|
||||
'title' => 'HTTP请求头对照表,HTTP请求HEADER大全,API接口Header-工具狗',
|
||||
'keywords' => 'HTTP请求,HTTP请求头,HTTP响应头,HTTP采集请求头,HTTP Request Header,HTTP Responses Header,API接口',
|
||||
'description' => 'HTTP请求头对照表为您提供HTTP请求头,HTTP响应头在编写采集器,API接口,模拟登录http头,远程获取内容等是必须要考虑的内容,HTTP Request Header,HTTP Responses Header,HTTP对接Header请求头信息大全',
|
||||
),
|
||||
'keyboardcode' =>
|
||||
array (
|
||||
'title' => '键盘按键KeyCode码,获取KeyAscii值,KeyCode值在线获取工具-工具狗',
|
||||
'keywords' => '键盘按键,KeyCode码,KeyAscii值,KeyCode值在线获取工具',
|
||||
'description' => '键盘按键KeyCode码提供KeyCode键盘按键码在线获取,在线获取KeyCode键盘按键码,KeyAscii码对照值获取,在线提取键盘KeyCode码和KeyAscii码',
|
||||
),
|
||||
'morse' =>
|
||||
array (
|
||||
'title' => '在线摩尔斯电码加密解密工具-工具狗',
|
||||
'keywords' => '摩尔斯电码加密,摩尔斯电码解密',
|
||||
'description' => '在线摩尔斯电码加密解密工具为您提供摩尔斯电码加密,摩尔斯电码解密,支持中文的摩尔斯电码加密、解密工具,SOS的摩尔编码为:··· --- ··· ,按照上面的规定即可进行灯光编码。这个编码其实非常简单:三短、三长、三短等',
|
||||
),
|
||||
'calculator' =>
|
||||
array (
|
||||
'title' => '在线科学计算器-工具狗',
|
||||
'keywords' => '计算器,科学计算器,在线科学计算器',
|
||||
'description' => '在线科学计算器工具为您提供计算器在线计算,计算器在线使用,科学计算器,在线计算器,计算器使用,计算器在线计算使用,计算器使用方法,科学计算器在线计算,科学计算器使用方法,科学计算器在线使用,在线科学计算器',
|
||||
),
|
||||
'formatjava' =>
|
||||
array (
|
||||
'title' => 'JAVA格式化,JAVA代码美化-工具狗',
|
||||
'keywords' => 'JAVA格式化,JAVA在线格式化,JAVA代码美化,JAVA代码排版,JAVA格式化',
|
||||
'description' => 'JAVA格式化工具为您提供JAVA格式化,JAVA代码排版,JAVA在线格式化,JAVA代码美化,输入混乱、压缩或混淆的JAVA代码,点击JAVA代码格式化按钮即可实现代码的格式化与美化功能,该该工具使JAVA代码看起来更加漂亮且可读性更强也更容易编辑',
|
||||
),
|
||||
'dnsyd' =>
|
||||
array (
|
||||
'title' => '移动DNS服务器大全,移动dns服务器地址-工具狗',
|
||||
'keywords' => '移动DNS服务器大全,移动dns服务器地址',
|
||||
'description' => '中国移动公共DNS解析服务大全:移动DNS服务器地址大全,移动DNS地址库,移动DNS解析,移动免费DNS地址,国内最快的移动公共DNS解析IP库,移动公共DNS解析服务器IP地址',
|
||||
),
|
||||
'formatcsql' =>
|
||||
array (
|
||||
'title' => 'SQL代码格式化,SQL代码美化-工具狗',
|
||||
'keywords' => 'SQL代码格式化,SQL代码在线格式化,SQL代码美化,SQL代码排版,SQL代码格式化',
|
||||
'description' => 'SQL代码格式化工具为您提供SQL代码格式化,SQL代码排版,SQL代码在线格式化,SQL代码在线格式化美化整理,SQL代码美化格式化功能,Orcale,MySql,SqlServer等Sql语句在线美化,SQL个性化代码美化显示,可控制代码缩进大小与代码格式,点击SQL代码格式化按钮即可实现代码的格式化与美化功能',
|
||||
),
|
||||
'textflip' =>
|
||||
array (
|
||||
'title' => '在线文本翻转顺序工具,文字倒序排列工具-工具狗',
|
||||
'keywords' => '在线文本翻转顺序工具,文字倒序排列工具',
|
||||
'description' => '在线文本翻转顺序工具为您提供文本内容在线倒序翻转排列,针对文本内容进行在线翻转排序的功能,支持中英文字,文字倒序排列工具,将一段文字逆序排列,每行倒序或者全文倒序均可,支持中英文混排等',
|
||||
),
|
||||
'formatcs' =>
|
||||
array (
|
||||
'title' => 'C#格式化,C#代码美化-工具狗',
|
||||
'keywords' => 'C#格式化,C#在线格式化,C#代码美化,C#代码排版,C#格式化',
|
||||
'description' => 'C#格式化工具为您提供C#格式化,C#代码排版,C#在线格式化,C#代码美化,输入混乱、压缩或混淆的C#代码,点击C#代码格式化按钮即可实现代码的格式化与美化功能,该该工具使C#代码看起来更加漂亮且可读性更强也更容易编辑',
|
||||
),
|
||||
'deencrypt' =>
|
||||
array (
|
||||
'title' => '对称加密算法工具,可逆加密算法在线测试-工具狗',
|
||||
'keywords' => '对称加密算法工具,可逆加密算法在线测试,aes算法,desc算法,rc4算法,rabbit算法,TripleDes算法',
|
||||
'description' => '对称加密算法工具为您提供对称加密算法工具,可逆加密算法在线测试,aes算法,desc算法,rc4算法,rabbit算法,TripleDes算法,算法在线加密解密,可自定义加密解密密码,对文字在线加密解密,TripleDes加密解密,Rabbit加密解密,RC4加密解密,DES加密解密,AES在线加密解密,可自定义加密密码的在线工具',
|
||||
),
|
||||
'useragent' =>
|
||||
array (
|
||||
'title' => '常见浏览器User-Agent大全,PC移动浏览器User-Agent-工具狗',
|
||||
'keywords' => 'User-Agent,浏览器,浏览器user-agent,PC浏览器user-agent,手机浏览器user-agent',
|
||||
'description' => '常见浏览器User-Agent大全为您收集常见常用浏览器User-Agent,提供PC浏览器user-agent,手机浏览器user-agent,360浏览器user-agent,Android手机user-agent,safari iOS 4.33手机user-agent',
|
||||
),
|
||||
'calctemperature' =>
|
||||
array (
|
||||
'title' => '摄氏度温度换算,华氏温度转换,温度单位在线换算-工具狗',
|
||||
'keywords' => '摄氏度温度换算,华氏温度转换,温度单位在线换算',
|
||||
'description' => '在线温度换算器工具为您提供温度在线计算,温度转换换算器,在线摄氏度(CELSIUS EQUALS)换算,华氏度(FAHENHEIT EQUALS)换算,开氏度(KELVIN EQUALS),兰氏度(RANKINE EQUALS),列氏度(REAUMUR EQUALS),在线温度换算器可以帮您快速进行温度计算',
|
||||
),
|
||||
'ports' =>
|
||||
array (
|
||||
'title' => 'HTTP,TCP,UDP常见端口大全,455端口,443端口-工具狗',
|
||||
'keywords' => 'GET,POST,HEAD方法,OPTIONS,PUT,DELETE,TRACE,CONNECT方法,method,http请求方法,http请求方式',
|
||||
'description' => 'HTTP Request请求方法对照表大全为您提供http请求方法大全,http请求方法有哪些,http请求method大全,http请求方式,HTTP请求方法在编写底层的HTTP协议代码时,是必须要考虑的内容',
|
||||
),
|
||||
'websocket' =>
|
||||
array (
|
||||
'title' => 'Websocket在线测试工具,Websocket模拟请求-工具狗',
|
||||
'keywords' => 'Websocket在线测试工具,Websocket在线模拟请求,在线websocket测试',
|
||||
'description' => 'Websocket在线测试工具为您提供Websocket在线检测,在线websocket测试,Websocket在线测试服务端Websocket功能是否可用,支持内网和外网Websocket测试:测试连接格式为 ws://IP或域名:端口(示例ws://127.0.0.1:8080),通过Html5的Websocket去连接服务端的Websocket',
|
||||
),
|
||||
'ip2long' =>
|
||||
array (
|
||||
'title' => 'IP转Int整形数字,IP地址与数字地址互转工具-工具狗',
|
||||
'keywords' => 'IP转Int整形数字,ip2long,long2ip整形转IP',
|
||||
'description' => 'IP地址与数字地址互转工具提供IP与整形数字互转,IP转Int整形数字,ip2long,ip地址转换为十进制数字,在线IP地址转Int数字、Int数字转IP地址,复制在浏览器中访问就和访问IP一样,数字地址指某一地点在国际数字地址网上的数字化地理位置',
|
||||
),
|
||||
'dnslt' =>
|
||||
array (
|
||||
'title' => '联通DNS服务器大全,联通dns服务器地址-工具狗',
|
||||
'keywords' => '联通DNS服务器大全,联通dns服务器地址',
|
||||
'description' => '联通免费联通DNS服务器大全为您提供在线免费公共免费联通DNS服务器IP地址,免费联通DNS地址库,免费联通DNS解析,Open免费联通DNS地址库,114免费联通DNS地址库,国内最快的公共免费联通DNS解析IP,公共免费联通DNS解析服务器IP地址',
|
||||
),
|
||||
'px2rem' =>
|
||||
array (
|
||||
'title' => 'rem与px转换工具,px和rem换算-工具狗',
|
||||
'keywords' => 'Px和rem转换工具,px像素转rem,px和rem换算',
|
||||
'description' => 'rem与px转换工具为您提供Px和rem转换工具,rem与px的转换, px与rem转换,px转换rem自适应手机样式,px和rem单位的自动换算,px和rem换算公式,px像素转rem,px和rem换算等',
|
||||
),
|
||||
'androidkeycode' =>
|
||||
array (
|
||||
'title' => 'Android KeyCode对照表-工具狗',
|
||||
'keywords' => 'Android,Android按键码,KeyCode码,KeyCode值在线获取工具',
|
||||
'description' => 'Android KeyCode对照表提供Android KeyCode对照参考标,Android对照表,Android按键码,KeyCode对照表,对照表',
|
||||
),
|
||||
'shaoshuminzu' =>
|
||||
array (
|
||||
'title' => '全国少数民族分布表,全国少数民族分布地区-工具狗',
|
||||
'keywords' => '全国少数民族分布表,少数民族,民族分布,民族分布查询,少数民族分布,少数民族地区分布,中国少数民族分布图',
|
||||
'description' => '中国少数民族地区分布查询工具为您提供全国少数民族分布表,少数民族,民族分布,民族分布查询,少数民族分布,少数民族地区分布,中国少数民族分布图等查询',
|
||||
),
|
||||
'quanbaojiao' =>
|
||||
array (
|
||||
'title' => '全角半角转换器,全角与半角互转-工具狗',
|
||||
'keywords' => '全角半角转换器,全角与半角互转,全角半角转换工具',
|
||||
'description' => '全角半角转换器提供全角与半角互转,全角半角转换工具,很方便的将全角字符和半角字符相互切换,全角指一个字符占用两个标准字符位置,半角指一字符占用一个标准的字符位置,全角半角区别',
|
||||
),
|
||||
'jianfan' =>
|
||||
array (
|
||||
'title' => '简繁体在线转换,简繁体互转-工具狗',
|
||||
'keywords' => '简繁体在线转换,简繁体互转',
|
||||
'description' => '简繁体互转工具为您提供繁体字在线转换工具可以进行汉字简体转换繁体,可实现简体字转换为繁体字,繁体字转换为简体字,繁体转简体,简繁互转换等',
|
||||
),
|
||||
'html2all' =>
|
||||
array (
|
||||
'title' => 'Html转ASP,Html转PERL,Html转SWS,Html转VB.NET-工具狗',
|
||||
'keywords' => 'Html转ASP,Html转PERL,Html转SWS,Html转VB.NET',
|
||||
'description' => 'Html转程序代码工具为您提供在线Html转程序代码,Html转ASP,Html转PERL,Html转SWS,Html转VB.NET,能得到拼接好的程序代码等快速转换工具,实现Html在线转换成各种程序,脚本语言',
|
||||
),
|
||||
'json2get' =>
|
||||
array (
|
||||
'title' => 'json转url,JSON和GET参数转换工具-工具狗',
|
||||
'keywords' => 'JSON和GET参数转换工具,json转url,JSON和GET请求互相转换工具',
|
||||
'description' => 'JSON和GET参数转换工具为您提供在线json转url,JSON转GET请求字符串,JSON和GET参数转换,json转get请求参数,自动拼接Url参数,get请求参数转json格式,支持GET请求转JSON字符串等',
|
||||
),
|
||||
'ip' =>
|
||||
array (
|
||||
'title' => 'IP地址查询,服务器IP地理位置查询,域名查IP-工具狗',
|
||||
'keywords' => 'IP地址查询,服务器IP地理位置查询,域名查IP',
|
||||
'description' => 'IP地址查询,服务器IP地理位置查询,域名IP查询,本机IP地址查询" /><meta name="description" content="IP地址查询工具,可以根据您输入的IP地址,查询到对应IP所处的地理位置,还能根据您输入的域名,可以解析域名出真实IP地址和服务器的地理位置以及本机真实ip地址,希望对大家有帮助',
|
||||
),
|
||||
'formatvbs' =>
|
||||
array (
|
||||
'title' => 'Vbscript格式化,在线美化Vbscript代码,VBS格式化-工具狗',
|
||||
'keywords' => 'Vbscript代码格式化,Vbscript代码美化,VBS格式化,Vbscript代码在线格式化',
|
||||
'description' => 'Vbscript格式化工具为您提供Vbscript格式化,Vbscript代码美化,VBS格式化,Vbscript代码格式化,Vbscript代码格式化美化排版处理,,Vbscript代码格式化美化在线工具,需要将Vbscript代码美化时,输入您需要格式化的Vbscript代码,点击Vbscript代码格式化,即可转换成功,并自动将Vbscript语法高亮着色,方便阅读查看Vbscript语法是否正确等',
|
||||
),
|
||||
'formatc' =>
|
||||
array (
|
||||
'title' => 'C语言格式化,在线美化C语言代码-工具狗',
|
||||
'keywords' => 'C语言代码格式化,C语言代码美化,C语言代码在线格式化',
|
||||
'description' => 'C语言格式化工具为您提供C语言格式化,C语言代码美化,C语言代码格式化,C语言代码格式化美化排版处理,,C语言代码格式化美化在线工具,需要将C语言代码美化时,输入您需要格式化的C语言代码,点击C语言代码格式化,即可转换成功,并自动将C语言语法高亮着色,方便阅读查看C语言语法是否正确等',
|
||||
),
|
||||
'base64' =>
|
||||
array (
|
||||
'title' => 'base64在线解码,base64编码,base64加密解密-工具狗',
|
||||
'keywords' => 'base64编码,base64在线解码,base64加密解密',
|
||||
'description' => 'base64在线解码工具为您提供base64编码,base64在线解码,base64加密解密,对字符串进行Base64格式的加密处理,对已加密Base64在线解码解密显示为明文',
|
||||
),
|
||||
'gzip' =>
|
||||
array (
|
||||
'title' => '网页Gzip压缩检测-工具狗',
|
||||
'keywords' => 'gzip,Content-Encoding,vary,压缩检测',
|
||||
'description' => '网站Gzip压缩检测工具为您提供测试网站Gzip压缩是否开启成功,网页压缩比例检测,压缩后下载速度检测,网页压缩后大小,原始文件大小,网页gzip压缩后与压缩前对比',
|
||||
),
|
||||
'linuxcmd' =>
|
||||
array (
|
||||
'title' => 'HTTP请求方法对照表,HTTP请求method大全-工具狗',
|
||||
'keywords' => 'GET,POST,HEAD方法,OPTIONS,PUT,DELETE,TRACE,CONNECT方法,method,http请求方法,http请求方式',
|
||||
'description' => 'HTTP Request请求方法对照表大全为您提供http请求方法大全,http请求方法有哪些,http请求method大全,http请求方式,HTTP请求方法在编写底层的HTTP协议代码时,是必须要考虑的内容',
|
||||
),
|
||||
'alldns' =>
|
||||
array (
|
||||
'title' => '各地区DNS大全,美国dns-工具狗',
|
||||
'keywords' => '各地区DNS大全,美国dns',
|
||||
'description' => '各地区DNS大全为您提供在线免费网通DNS服务器地址,联通DNS服务器地址,电信DNS服务器地址,铁通DNS服务器地址,教育网DNS服务器地址,美国DNS服务器IP地址,DNS服务器IP地址大全',
|
||||
),
|
||||
'shortcut' =>
|
||||
array (
|
||||
'title' => '在线生成网址桌面快捷方式-工具狗',
|
||||
'keywords' => '在线创建网址桌面快捷方式,在线生成网址桌面快捷方式',
|
||||
'description' => '在线生成网址桌面快捷方式为您提供将网址创建为桌面快捷方式的小工具,您可以简单的将指定的域名或网址链接生成我们常用的windows系统的桌面快捷方式图标文件,希望能帮到大家',
|
||||
),
|
||||
'xpath' =>
|
||||
array (
|
||||
'title' => 'Xpath工具-工具狗',
|
||||
'keywords' => 'Cache-Control" content="no-siteapp" /><meta name="keywords" content="Xpath,Xpath工具,xpath提取html',
|
||||
'description' => 'Xpath工具为您提供Xpath解析,Xpath在线工具,xpath提取html,xpath定位测试,根据xpath寻找网页图片、html超链接等元素,根据标签名,属性寻找元素,可在实时测试的xpath在线工具',
|
||||
),
|
||||
'formatruby' =>
|
||||
array (
|
||||
'title' => 'Ruby格式化,Ruby代码美化-工具狗',
|
||||
'keywords' => 'Ruby格式化,Ruby在线格式化,Ruby代码美化,Ruby代码排版,Ruby格式化',
|
||||
'description' => 'Ruby格式化工具为您提供Ruby格式化,Ruby代码排版,Ruby在线格式化,Ruby代码美化,输入混乱,压缩或混淆的Ruby代码,点击Ruby代码格式化按钮即可实现代码的格式化与美化功能,该该工具使Ruby代码看起来更加漂亮且可读性更强也更容易编辑',
|
||||
),
|
||||
'guid' =>
|
||||
array (
|
||||
'title' => 'GUID在线生成器-工具狗',
|
||||
'keywords' => 'GUID,GUID在线生成器,guid生成,在线guid',
|
||||
'description' => 'GUID在线生成器提供GUID,guid在线生成器,在线guid,在线生成guid,生成guid,guid生成器,批量生成guid,guid批量生成,全局唯一标识符生成,globally unique identifier生成',
|
||||
),
|
||||
'regex' =>
|
||||
array (
|
||||
'title' => '正则表达式测试工具-工具狗',
|
||||
'keywords' => '正则表达式,正则表达式测试工具,正则表达式工具',
|
||||
'description' => '正则表达式测试工具为您提供js正则表达式验证,java正则表达式,正则表达式数字,正则表达式验证,正则表达式校验,正则表达式测试工具,可在线自定义正则表达式提取文本内容,对任意正则表达式进行校验,正则表达式提取网址,希望对大家有帮助',
|
||||
),
|
||||
'checkurl' =>
|
||||
array (
|
||||
'title' => '网站死链检测查询工具-工具狗',
|
||||
'keywords' => '死链,网站死链检测,死链查询,网站死链检测查询工具,网站死链检查',
|
||||
'description' => '网站死链检测查询工具为您提供网站死链检查,检测网站有哪些链接是死链,以及网站死链检测,死链查询,网站死链检测查询工具,网站死链检查等,帮您快速找到死链接',
|
||||
),
|
||||
'favicon' =>
|
||||
array (
|
||||
'title' => 'ico图标在线制作,favicon图标制作-工具狗',
|
||||
'keywords' => 'favicon,ico,ico图标在线制作,favicon图标制作',
|
||||
'description' => 'ico图标在线制作工具为您提供松制作ico图标,在线提供ico图标转换工具,可以将jpg、jpeg、gif、png等图像转换成ico图像,方便浏览器制作并生成favicon.ico图标,提供ico图标下载,png转ico,jpg转ico,gif转ico等',
|
||||
),
|
||||
'shaencrypt' =>
|
||||
array (
|
||||
'title' => '散列哈希/HASH加密,所有不可逆HASH在线加密工具-工具狗',
|
||||
'keywords' => '散列,哈希,HASH,MD5加密,sha加密',
|
||||
'description' => '散列哈希HASH加密工具为您提供MD5、HmacMD5在线加密,SHA加密算法:SHA1加密,SHA224加密,SHA256加密,SHA384加密,SHA512加密,HmacSHA1加密,HmacSHA224加密,HmacSHA256加密,HmacSHA384加密,HmacSHA512加密等在线加密工具',
|
||||
),
|
||||
'calcangle' =>
|
||||
array (
|
||||
'title' => '在线角度换算,弧度换算,毫弧度换算-工具狗',
|
||||
'keywords' => '在线角度换算,弧度换算,毫弧度换算',
|
||||
'description' => '在线角度弧度换算器工具为您提供角度弧度在线计算,角度计算弧度计算,毫弧度转换,在线圆周,弧度,毫弧度,度,直角,百分度,秒,分角度之间的转换,角度计算,在线角度弧度换算器可以帮您快速进行角度弧度计算',
|
||||
),
|
||||
'txtcount' =>
|
||||
array (
|
||||
'title' => '字数统计,在线字数统计工具,字符总数计算-工具狗',
|
||||
'keywords' => '字数统计,在线字数统计工具,字符总数计算',
|
||||
'description' => '在线字数统计工具为您提供文字个数实时统计,汉字和中文标点算两个字符,数字,空格,英文字母,英文标点算做一个字符,在线字数统计工具,在线字数统计,在线字数统计工具,实时统计输入框的所有字符个数,适用于各种浏览器下统计字数',
|
||||
),
|
||||
'formatsql' =>
|
||||
array (
|
||||
'title' => 'SQL格式化,SQL查询语句压缩工具-工具狗',
|
||||
'keywords' => 'SQL格式化,SQL语句压缩工具,SQL语句在线格式化,SQL语句在线压缩,SQL格式,SQL语句格式化',
|
||||
'description' => 'SQL格式化工具为您提供SQL格式化,SQL查询语句压缩工具,SQL查询语句在线格式化,SQL语句代码在线格式化,SQL语句在线压缩,SQL语句格式化,SQL格式,SQL语句编码,格式化SQL语句,格式化SQL语句代码,压缩SQL语句,压缩SQL语句代码,在线格式化SQL代码,在线压缩SQL代码,SQL代码在线压缩等',
|
||||
),
|
||||
'quchong' =>
|
||||
array (
|
||||
'title' => '在线去重工具,去重复行-工具狗',
|
||||
'keywords' => '在线去重工具,去重复行',
|
||||
'description' => '在线去重工具为您提供在线去重工具,去重复行,将列表内容放入文本框内,每行一条,点击去重按钮,即可得到无重复数据的列表,可以实现文本txt去重复,js去重复,java数组去重复,.net数组去除重复项等',
|
||||
),
|
||||
'createmeta' =>
|
||||
array (
|
||||
'title' => 'Meta标签在线生成工具,HTML5网页Meta标签生成-工具狗',
|
||||
'keywords' => 'meta标签在线生成工具,html的keywords生成,网页description生成,html的meta标签自动生成,html元信息meta生成',
|
||||
'description' => 'Meta标签在线生成工具为您提供在线生成meta标签元信息,手机移动端和PC端meta生成,meta标签在线生成工具,html5的keywords生成,网页description生成,html的meta标签自动生成,html元信息meta在线生成,生成搜索引擎和更新频度的描述和关键词等',
|
||||
),
|
||||
'htaccess2nginx' =>
|
||||
array (
|
||||
'title' => 'htaccess换nginx,htaccess与nginx在线转换-工具狗',
|
||||
'keywords' => 'htaccess换nginx,apache转nginx',
|
||||
'description' => 'htaccess换nginx工具为您提供htaccess换nginx,apache伪静态文件转为nginx规则,htaccess伪静态规则换nginx,apache RewriteRule转rewrite,apache伪静态文件转nginx伪静态',
|
||||
),
|
||||
'checkweixin' =>
|
||||
array (
|
||||
'title' => '微信域名检测工具,微信域名拦截封禁在线检测-工具狗',
|
||||
'keywords' => '微信域名检测工具,微信域名封禁,微信域名防封,域名拦截检测',
|
||||
'description' => '微信域名检测工具为您提供在线检测域名在微信中是否被封,域名拦截检测,使用微信域名检测工具可以实时检测域名是否被微信屏蔽,检测您的域名在微信是否被封禁屏蔽等。',
|
||||
),
|
||||
'calcspeed' =>
|
||||
array (
|
||||
'title' => '在线速度换算器,速度单位换算-工具狗',
|
||||
'keywords' => '换算器,速度换算器,在线速度换算器,速度单位换算',
|
||||
'description' => '在线速度换算器工具为您提供速度在线计算,速度单位换算器,米/秒转千米/时,英寸/秒换算,千米/秒转光速,马赫换算,英里/时换算器,在线速度换算器可以帮您快速进行速度计算',
|
||||
),
|
||||
'calcthickness' =>
|
||||
array (
|
||||
'title' => '在线密度换算器,密度单位换算-工具狗',
|
||||
'keywords' => '换算器,密度换算器,在线密度换算器,密度单位换算',
|
||||
'description' => '在线密度换算器工具为您提供密度在线计算,克/立方厘米转千克/立方分米,克/立方米转克/立方分米,密度单位转换器,在线密度换算器可以帮您快速进行密度计算',
|
||||
),
|
||||
'htmlescape' =>
|
||||
array (
|
||||
'title' => 'html在线转义工具,html在线反转义工具-工具狗',
|
||||
'keywords' => 'html在线转义工具,html在线转义,html转义,转义工具,html转义字符工具,html转码工具,在线转义工具,html转义字符表',
|
||||
'description' => 'HTML转义工具为您提供 HTML转义,html在线转义,html转义,转义工具,html转义字符工具,html转码工具,在线转义工具,html转义字符表,把HTML代码转义后输出,提供html转义字符表对照等',
|
||||
),
|
||||
'escape' =>
|
||||
array (
|
||||
'title' => 'Escape在线解码编码,Escape加密,unescape解密-工具狗',
|
||||
'keywords' => 'Escape编码,Escape在线解码,Escape加密,unescape解密',
|
||||
'description' => 'Escape在线解码工具为您提供Escape编码,Escape在线解码,Escape加密,unescape解密,对字符串进行Escape的加密处理,可在线对字符串进行Escape编码解码,Escape在线编码解码器Escape加密,escape可对字符串进行编码,这样就可以在所有的计算机上读取该字符串',
|
||||
),
|
||||
'contenttype' =>
|
||||
array (
|
||||
'title' => 'HTTP Mime-Type对照表,Content-type(Mime-Type)文件类型扩展名-工具狗',
|
||||
'keywords' => 'content-type,HTTP Mime-Type,content type,http content,contenttype类型',
|
||||
'description' => 'HTTP Content-type对照表:HTTP Mime-Type,Content-type文件扩展名Content-Type(Mime-Type)文件类型扩展名,Content-type对照表,在线对照表大全',
|
||||
),
|
||||
'dnsusa' =>
|
||||
array (
|
||||
'title' => '美国DNS服务器大全,Google Dns,美国dns服务器地址-工具狗',
|
||||
'keywords' => '美国DNS服务器大全,美国dns服务器地址',
|
||||
'description' => '美国公共DNS解析服务大全:美国DNS服务器地址大全,美国DNS地址库,美国DNS解析,美国免费DNS地址,最快的美国公共DNS解析IP库,美国公共DNS解析服务器IP地址',
|
||||
),
|
||||
'requestmethod' =>
|
||||
array (
|
||||
'title' => 'HTTP请求方法对照表,HTTP请求method大全-工具狗',
|
||||
'keywords' => 'GET,POST,HEAD方法,OPTIONS,PUT,DELETE,TRACE,CONNECT方法,method,http请求方法,http请求方式',
|
||||
'description' => 'HTTP Request请求方法对照表大全为您提供http请求方法大全,http请求方法有哪些,http请求method大全,http请求方式,HTTP请求方法在编写底层的HTTP协议代码时,是必须要考虑的内容',
|
||||
),
|
||||
'jieri' =>
|
||||
array (
|
||||
'title' => '世界节日查询,阳历农历节日查询-工具狗',
|
||||
'keywords' => '世界节日查询,阳历农历节日查询',
|
||||
'description' => '世界节日查询为您提供在线提历节日,农历节日,世界节日在线查询,中国农历节日查询,中国阳历节日查询,世界节日活动在线查询表等',
|
||||
),
|
||||
'shizhong' =>
|
||||
array (
|
||||
'title' => '在线时钟,网络时钟,现在几点钟-工具狗',
|
||||
'keywords' => '在线时钟调色板工具,现在几点钟',
|
||||
'description' => '在线时钟为您提供查看现在几点钟,查看当前时、分、秒,当前时间,传统时钟,现在是几点几时几分,星期几,当前日期',
|
||||
),
|
||||
'zipstringtext' =>
|
||||
array (
|
||||
'title' => '在线字符串文本压缩工具,内容去空格,去换行回车制表符-工具狗',
|
||||
'keywords' => '在线字符串文本压缩工具,内容去空格,去换行,删除回车制表符',
|
||||
'description' => '在线字符串文本压缩工具提供内容去空格,去换行,删空白行,删除回车,去除制表符等',
|
||||
),
|
||||
'formatperl' =>
|
||||
array (
|
||||
'title' => 'perl格式化,perl代码美化-工具狗',
|
||||
'keywords' => 'perl格式化,perl在线格式化,perl代码美化,perl代码排版,perl格式化',
|
||||
'description' => 'perl格式化工具为您提供perl格式化,perl代码排版,perl在线格式化,perl代码美化,输入混乱,压缩或混淆的perl代码,点击perl代码格式化按钮即可实现代码的格式化与美化功能,该该工具使perl代码看起来更加漂亮且可读性更强也更容易编辑',
|
||||
),
|
||||
'whois' =>
|
||||
array (
|
||||
'title' => 'WHOIS信息查询-工具狗',
|
||||
'keywords' => 'WHOIS查询,域名持有人,注册商,注册人,域名注册日期,过期日期',
|
||||
'description' => '查询WHOIS信息,查询域名是否已经被注册,以及注册域名的域名持有人,注册商,注册人,域名注册日期和过期日期,DNS等域名的详细信息。通过域名Whois服务器查询,可以查询域名归属者联系方式,以及注册和到期时间',
|
||||
),
|
||||
'chameta' =>
|
||||
array (
|
||||
'title' => '网页Meta标签优化分析工具-工具狗',
|
||||
'keywords' => '网页Meta,Meta标签优化,Meta标签优化分析工具,keywords,description',
|
||||
'description' => 'Meta标签优化分析工具为您提供在线网站Meta标签信息检测查询,检测关键词的长度,检测网页描述的长度,可以快速检测网页的META标签,分析标题、关键词、描述等是否符合搜索引擎收录规范并给出建议',
|
||||
),
|
||||
'urlcode' =>
|
||||
array (
|
||||
'title' => 'URL网址16进制加密工具,URL加密工具,URL16进制加密-工具狗',
|
||||
'keywords' => 'URL网址16进制加密工具,URL加密工具,URL16进制加密',
|
||||
'description' => 'URL网址16进制加密工具为您提供把URL网址转换成16进制代码形式,URL网址16进制加密工具,URL加密工具,URL16进制加密,URL地址转换为URL16进制码,在线把URL网址转换成16进制代码形式,加密后可直接复制到地址栏访问',
|
||||
),
|
||||
'txtreplace' =>
|
||||
array (
|
||||
'title' => '文字内容批量替换工具,在线替换工具-工具狗',
|
||||
'keywords' => '文字内容批量替换工具,在线替换工具 ',
|
||||
'description' => '文字内容批量替换工具为您提供实现任意内容快速查找替换,如果不想要某个字符,直接替换掉即可,文字内容批量替换,还可以可自定义替换的字符,快速实现文本内容替换等 ',
|
||||
),
|
||||
'calcarea' =>
|
||||
array (
|
||||
'title' => '在线面积换算器-工具狗',
|
||||
'keywords' => '换算器,面积换算器,在线面积换算器 ',
|
||||
'description' => '在线面积换算器工具为您提供面积在线换算,任意面积之间可以直接转换,面积换算器在线使用,面积转换换算器,在线面积换算器,面积换算器使用,面积换算器在线换算面积使用,面积换算器使用方法,在线面积换算器可以帮您快速进行面积换算 ',
|
||||
),
|
||||
'htmltable' =>
|
||||
array (
|
||||
'title' => '在线生成html表格,Html表格在线制作,table生成器-工具狗',
|
||||
'keywords' => '在线生成html表格,html表格,html table,table生成器,Html表格在线制作 ',
|
||||
'description' => '在线生成html表格可以帮助你快速生成html表格代码,生成不同样式的table,Html表格在线制作,不同大小的表格,不同显示风格html表格,不同颜色的html表格,可实时预览表格效果,快速生成方便快捷 ',
|
||||
),
|
||||
'runjs' =>
|
||||
array (
|
||||
'title' => 'HTML/CSS/JS在线运行代码,代码编辑器-工具狗',
|
||||
'keywords' => '执行Js代码,网页代码调试器,Html在线预览工具,代码编辑器 ',
|
||||
'description' => 'HTML/CSS/JS在线运行代码工具为您提供在在线执行Js代码工具,网页代码调试器,Html在线预览工具,可以把Html页面代码进行在线调试,在线预览 ,代码编辑器,代码在线编辑器,支持Jquery和Js ',
|
||||
),
|
||||
'confundirjs' =>
|
||||
array (
|
||||
'title' => 'JS混合加密,JS混淆加密,js混合加密工具-工具狗',
|
||||
'keywords' => 'JS混合加密,js混合加密工具,JS在线混合加密,js在线混合加密,js混合加密,javascript混合加密 ',
|
||||
'description' => 'JS混合加密工具为您提供JS混合加密,js混淆加密,JS在线混合加密,JS代码在线加密,JS地址在线加密,js在线混合加密,javascript混合加密,js混合加密,js编码混合加密,混合加密Js,混合加密js代码,混合加密js,混合加密js代码,在线混合加密js代码,在线混合加密js代码,js代码在线混合加密等 ',
|
||||
),
|
||||
'huoxingwen' =>
|
||||
array (
|
||||
'title' => '火星文转换器,火星文转汉字在线转换器-工具狗',
|
||||
'keywords' => '火星文转换器,火星文在线转换,火星文转汉字 ',
|
||||
'description' => '火星文在线转换器为您提供汉字和火星文之间的互相转换,可以方便快速的把简体字转换为火星文,也可以快速的将火星文转为简体汉字等 ',
|
||||
),
|
||||
'camelcase' =>
|
||||
array (
|
||||
'title' => '在线驼峰转下划线,下划线转驼峰-工具狗',
|
||||
'keywords' => '在线驼峰转下划线,下划线转驼峰 ',
|
||||
'description' => '驼峰与下划线互转工具为您提供在线驼峰转下划线,变量,类名,属性名,函数等命名的驼峰与下划线相互转换,下划线转驼峰;建议一般普通的函数、类名和变量用驼峰命名,私有的函数方法使用下划线 ',
|
||||
),
|
||||
'desencrypt' =>
|
||||
array (
|
||||
'title' => '在线DES加密,DES解密工具-工具狗',
|
||||
'keywords' => 'DES加解密工具,可逆加密算法在线测试,DES加密,DES解密 ',
|
||||
'description' => 'DES加解密工具为您提供DES加解密工具,DES可逆加密算法在线测试,DES算法,可自定义DES加密解密秘钥,实现DES在线加密,DES在线解密,DES可逆加密解密的在线工具 ',
|
||||
),
|
||||
'androidmanifest' =>
|
||||
array (
|
||||
'title' => 'Android Manifest权限描述对照表-工具狗',
|
||||
'keywords' => 'Manifest,Android Manifest,安卓权限描述 ',
|
||||
'description' => 'Android Manifest权限描述对照表为您收集Android Manifest安卓权限描述大全对照表:提供在线Android Manifest对照表,安卓权限描述大全,在线对照表大全,方便的查看安卓权限描述功能 ',
|
||||
),
|
||||
'calctime' =>
|
||||
array (
|
||||
'title' => '在线时间换算,年月周天换算,时间单位换算工具-工具狗',
|
||||
'keywords' => '在线时间换算,年月周天换算,时间单位换算工具 ',
|
||||
'description' => '在线时间换算器工具为您提供时间在线计算,年,周,天,时分秒,毫秒相互之间的时间转换,一天有多少小时,一天有多少分钟,一年有多少分钟,一年有多少周,在线时间换算器可以帮您快速进行时间计算 ',
|
||||
),
|
||||
'random' =>
|
||||
array (
|
||||
'title' => '随机数生成器,快速生成随机数-工具狗',
|
||||
'keywords' => '随机数生成器,随机数,在线生成随机数,数字生成器 ',
|
||||
'description' => '随机数生成器可以为您快速生成随机数,随机数字,roll,在线生成随机数时,设定数字最小值,数字最大值,再输入要生成的数字个数,数字是否唯一即可生成您想要的随机数 ',
|
||||
),
|
||||
'shupai' =>
|
||||
array (
|
||||
'title' => '文字竖排工具,传统中文排版-工具狗',
|
||||
'keywords' => '古文排版,传统中文排版,文字竖排工具 ',
|
||||
'description' => '文字竖排工具为您提供文章古文排版,传统中文排版,文字竖排工具,支持转为繁字体排版,将要转换文字输入或者直接复制到文本框中,设置好每页的竖行数、行竖行使用的汉字数以及一个边框风格,设置好后点击“开始转换”按钮即可完成转换成文字竖排 ',
|
||||
),
|
||||
'hexconvert' =>
|
||||
array (
|
||||
'title' => '所有进制互转工具,任意进制间相互转换-工具狗',
|
||||
'keywords' => '所有进制互转工具,常用进制转换工具,任意进制相互转换,在线编码,在线工具,进制转换,进制转换工具,10进制转2进制,2进制转10进制,10进制转62进制,62进制转10进制 ',
|
||||
'description' => '常用进制转换工具:实现任意进制相互转换,10进制转2进制,2进制转10进制,10进制转62进制,62进制转10进制,二进制,十进制,八进制,十六进制以及各种自定义的进制之间的转换等 ',
|
||||
),
|
||||
'browserinfo' =>
|
||||
array (
|
||||
'title' => '浏览器信息在线查看,获取客户端操作系统信息-工具狗',
|
||||
'keywords' => '查看客户端信息,查看浏览器信息,查看浏览类型,查看操作系统 ',
|
||||
'description' => '在线查看获取客户端系统,浏览器信息工具为您提供查看客户端信息,查看浏览器信息,查看浏览类型,查看操作系统,查看浏览器名称,查看浏览器版本信息,显示器高宽度像素,浏览器网络链接状态,浏览器安装插件数量等 ',
|
||||
),
|
||||
'pagecode' =>
|
||||
array (
|
||||
'title' => 'HTTP状态码详解对照表-工具狗',
|
||||
'keywords' => 'HTTP响应状态,http状态码查询 ',
|
||||
'description' => 'HTTP状态码详解对照表为您收集HTTP状态码详解对照表,提供在线HTTP状态对照,HTTP响应状态码,在线对照表大全,404,500,200,403,http状态码查询,http状态码403,,http状态查询,http常用状态码,http协议状态码 ',
|
||||
),
|
||||
'chaicp' =>
|
||||
array (
|
||||
'title' => 'ICP备案查询,网站ICP备案号查询-工具狗',
|
||||
'keywords' => 'ICP备案查询,网站ICP备案号查询 ',
|
||||
'description' => 'ICP备案查询工具为您提供网站域名备案查询,通过域名可查询该域名是否有备案及相关的ICP备案许可信息,可直接查询该域名工业和信息化部ICP/IP地址备案详细信息 ',
|
||||
),
|
||||
'calclength' =>
|
||||
array (
|
||||
'title' => '在线长度换算器,长度单位换算-工具狗',
|
||||
'keywords' => '换算器,长度换算器,在线长度换算器,长度单位换算 ',
|
||||
'description' => '在线长度换算器工具为您提供长度在线计算,任意长度单位之间可以直接转换,公里换算,米换算,公里转米,分米转厘米,海里,英寻,弗隆,码,英尺,英寸换算,纳米换算,在线长度换算器可以帮您快速进行长度计算 ',
|
||||
),
|
||||
'nianlvli' =>
|
||||
array (
|
||||
'title' => '利率计算器,年利率计算器在线-工具狗',
|
||||
'keywords' => '年利率计算,年利率计算器,年利率计算器在线 ',
|
||||
'description' => '年利率计算器在线帮您计算年率利,可计算利息收益,计算年化收益率,只要输入年利率,存款天数,存款本金,即可计算出相应的利息 ',
|
||||
),
|
||||
'htmlescapechar' =>
|
||||
array (
|
||||
'title' => 'HTML转义字符大全,HTML特殊符号对照表-工具狗',
|
||||
'keywords' => 'HTML转义字符对照表,HTML转义字符大全,Html转义字符表对照表 ',
|
||||
'description' => 'HTML特殊字符转义对照表为您提供Html转义字符表,可查看Html转义字符,十进制转义字符,html转义,转义字符,html转义工具,在线对照表大全,快速查找十进制字符以及转义字符 ',
|
||||
),
|
||||
'tuya' =>
|
||||
array (
|
||||
'title' => '在线涂鸦画板,在线画板,随手涂鸦-工具狗',
|
||||
'keywords' => '在线涂鸦画板,在线画板,随手涂鸦 ',
|
||||
'description' => '在线涂鸦画板为您提供在线画画,在线涂鸦,在线画布涂鸦,涂鸦自定义颜色,调色功能,涂鸦颜色选择功能,在这里您可以尽情的发挥您的画画艺术天赋,画出您想要的涂鸦之作,涂鸦完成后可以保持到本地。 ',
|
||||
),
|
||||
'rmbdaxie' =>
|
||||
array (
|
||||
'title' => '数字大写转换,金额大小写转换-工具狗',
|
||||
'keywords' => '数字大写在线转换,金额大小写转换,人民币金额转换 ',
|
||||
'description' => '数字大写在线转换工具:人民币大写在线转换,人民币金额转换,人民币大写在线转换工具,输入小写金额框中填入人民币金额的小写阿拉伯数字 零(0)、壹(1)、贰(2)、叁(3)、肆(4)、伍(5)、陆(6)、柒(7)、捌(8)、玖(9)、拾、佰、仟、万、亿 ',
|
||||
),
|
||||
'password' =>
|
||||
array (
|
||||
'title' => '密码生成器,随机密码在线生成-工具狗',
|
||||
'keywords' => '随机密码,密码生成器,随机密码生成器 ',
|
||||
'description' => '随机密码生成器为您提供随机密码生成,使用内置随机数发生器产生随机序列,避免人的主观意识产生的有序排列字符串,在用作密码或信息识别时强度更高,在允许时数字、大小写字母、标点符号都应该用上生成组合密码以增加安全性等 ',
|
||||
),
|
||||
'dnsedu' =>
|
||||
array (
|
||||
'title' => '教育网DNS服务器大全,教育网dns服务器地址-工具狗',
|
||||
'keywords' => '教育网DNS服务器大全,教育网dns服务器地址 ',
|
||||
'description' => '中国教育网公共DNS解析服务大全:教育网DNS服务器地址大全,教育网DNS地址库,教育网DNS解析,教育网免费DNS地址,国内最快的教育网公共DNS解析IP库,教育网公共DNS解析服务器IP地址 ',
|
||||
),
|
||||
'dnsdx' =>
|
||||
array (
|
||||
'title' => '电信DNS服务器大全,电信dns服务器地址-工具狗',
|
||||
'keywords' => '电信DNS服务器大全,电信dns服务器地址 ',
|
||||
'description' => '电信免费电信DNS服务器大全为您提供在线免费公共免费电信DNS服务器IP地址,免费电信DNS地址库,免费电信DNS解析,Open免费电信DNS地址库,114免费电信DNS地址库,国内最快的公共免费电信DNS解析IP,公共免费电信DNS解析服务器IP地址 ',
|
||||
),
|
||||
'currency' =>
|
||||
array (
|
||||
'title' => '世界各地货币单位查询,世界各地区货币名称-工具狗',
|
||||
'keywords' => '世界各国货币,货币名称,货币符号表示,货币进位制,货币查询表,货币查询,世界各地区货币名称 ',
|
||||
'description' => '世界各地货币单位查询为您提供在线世界各国地区货币查询表,提供世界各国或地区对应的货币名称,符号表示,进位制信息查询,港元美元人民欧元币世界货币查询等 ',
|
||||
),
|
||||
'worldtime' =>
|
||||
array (
|
||||
'title' => '当前世界各地时间,世界时间,世界实时时间,美国时间-工具狗',
|
||||
'keywords' => '当前世界各地时间,世界时间,世界实时时间,美国时间 ',
|
||||
'description' => '当前世界各地时间工具提供当前世界各地时间,世界时间,世界实时时间,当前世界各地时间是几点,在线世界各地时间查询,世界时差查询,可实时显示当前世界各地的当前时间,提供世界主要城市的时间查询功能等 ',
|
||||
),
|
||||
'urlencode' =>
|
||||
array (
|
||||
'title' => 'url编码解码工具,UrlEncode编码,UrlDecode解码-工具狗',
|
||||
'keywords' => 'URL编码解码工具,UrlEncode编码,UrlDecode解码,网址编码解码 ',
|
||||
'description' => 'URL编码解码工具提供UrlEncode编码,UrlDecode解码,URL网址编码解码,对Url进行编码后可以将一些特殊字符和汉字变为urlEncode编码格式等 ',
|
||||
),
|
||||
'asciicode' =>
|
||||
array (
|
||||
'title' => 'ascii码表,Ascii码对照表,ascii编码-工具狗',
|
||||
'keywords' => 'Ascii对照表,ascii码表,ascii码转换器,ascii码,ascii怎么读,ascii编码,ascii转换 ',
|
||||
'description' => 'ASCII码对照表提供ASCII转换对照表,Ascii码对比表,Ascii码转换器,字符编码Ascii转换,ASCII编码是国际通用的,通过将这些字符使用的值标准化,ASCII允许计算机和计算机程序交换信息,7位字符集广泛用于代表标准美国键盘上的字符或符号,ASCII字符集是与ANSI字符集中的前面128个(0-127)字符相同 ',
|
||||
),
|
||||
'calcheat' =>
|
||||
array (
|
||||
'title' => '在线热量换算器,热量单位换算-工具狗',
|
||||
'keywords' => '换算器,热量换算器,在线热量换算器,热量单位换算 ',
|
||||
'description' => '在线热量换算器工具为您提供热量在线计算,任意热量之间可以直接转换,热量换算器在线使用,热量转换换算器,在线热量换算器,热量换算器使用,热量换算器在线计算热量使用,热量换算器使用方法,卡转千瓦时,千卡转卡换算,在线热量换算器可以帮您快速进行热量计算 ',
|
||||
),
|
||||
'calcvolume' =>
|
||||
array (
|
||||
'title' => '在线体积容量换算器,体积单位换算-工具狗',
|
||||
'keywords' => '换算器,体积换算器,在线体积换算器,体积单位换算 ',
|
||||
'description' => '在线体积换算器工具为您提供体积在线计算,在线立方米转立方厘米,公石换算十升,立方分米换算升,分升换算厘升,立方厘米毫升,立方毫米,桶,蒲式耳,配克,夸脱,品脱,加仑,盎司,打兰,量滴,立方码,立方英尺,在线体积换算器可以帮您快速进行体积计算 ',
|
||||
),
|
||||
'md5' =>
|
||||
array (
|
||||
'title' => 'MD5在线加密,MD5加密工具,16位32位不可逆加密-工具狗',
|
||||
'keywords' => 'MD5在线加密,MD5加密工具,不可逆加密,16位及32位加密工具 ',
|
||||
'description' => 'MD5在线加密工具为您提供MD5在线加密,MD5加密工具,不可逆加密,16位及32位加密工具,实现32位大小写加密和16位大小写加密,可根据不同md5加密需求,选择不同的加密算法,MD5在线加密算法工具等 ',
|
||||
),
|
||||
'html2php' =>
|
||||
array (
|
||||
'title' => 'Html转PHP,Html与PHP互转工具-工具狗',
|
||||
'keywords' => 'Html转PHP,Html转.net,Html转.Net,Html转Jsp ',
|
||||
'description' => 'Html转C#/JSP代码工具为您提供在线Html转换为Jsp和C#代码,Jsp代码,Html转C#,Html转.Net,Html转Jsp,在线Html转Jsp代码,HTML与JSP和C#,.Net代码在线转换,使用这个Html在线转换工具,能得到拼接好代码等 ',
|
||||
),
|
||||
'htmloutjs' =>
|
||||
array (
|
||||
'title' => 'Js代码转HTML,Html转Js,Js和Html在线转换工具-工具狗',
|
||||
'keywords' => 'Js代码转HTML,Html转Js,Js和Html在线转换工具 ',
|
||||
'description' => 'Js转Html代码工具为您提供在线Js转为HTML代码,Html转为Js脚本,Js转为HTML脚本,Js和Html在线转换,Js在线转换,Html在线转换工具,Javascript转成Html脚本语言,Js在线转为Html工具,能够轻松的得到拼接前的Html页面代码等 ',
|
||||
),
|
||||
'formatjs' =>
|
||||
array (
|
||||
'title' => 'JS格式化,js压缩工具-工具狗',
|
||||
'keywords' => 'JS格式化,js压缩工具,JS在线格式化,js在线压缩,js格式,javascript格式化 ',
|
||||
'description' => 'JS格式化工具为您提供JS格式化,js压缩工具,JS在线格式化,JS代码在线格式化,js在线压缩,javascript格式化,js格式,js编码,格式化Js,格式化js代码,压缩js,压缩js代码,在线格式化js代码,在线压缩js代码,js代码在线压缩等 ',
|
||||
),
|
||||
'htmlfromcsv' =>
|
||||
array (
|
||||
'title' => 'excel格式转换,excel转html表格,cvs与txt,html表格转换工具-工具狗',
|
||||
'keywords' => 'excel转table,html表,表格,xls,cvs,转换工具 ',
|
||||
'description' => 'excel格式转换工具为您提供excel格式转换,excel转table,html表,表格,xls,cvs,转换工具,excel文档在线转换TXT文本文档,Excel表格在线转换成html代码,Excel表格自定义分隔符转换, 在线将Csv转换为Html表格在线工具等 ',
|
||||
),
|
||||
'pinyin' =>
|
||||
array (
|
||||
'title' => '汉字拼音在线转换,汉字拼音读音互转-工具狗',
|
||||
'keywords' => '汉字拼音转换,汉字拼音读音互转,汉字读音查询 ',
|
||||
'description' => '汉字拼音在线转换工具可进行汉字与拼音互转,汉字拼音读音互转,汉字读音查询,可以将汉字转换成拼音及读音,只要在汉字的文本框内输入或粘贴汉字,然后点击转换为拼音或读音的按钮,即可成功转换为拼音或读音等 ',
|
||||
),
|
||||
'capital' =>
|
||||
array (
|
||||
'title' => '世界各国首都查询工具,世界各国首都大全-工具狗',
|
||||
'keywords' => '世界各国,首都查询表,首都查询,世界各国首都查询,世界各国首都查询表,全世界各国首都在线查询工具 ',
|
||||
'description' => '世界各国首都查询工具为您提供世界各国首都查询表,哪些城市是首都查询,世界各国首都大全,世界各国首都查询,世界各国首都是哪里,全世界各国首都在线查询工具等 ',
|
||||
),
|
||||
'bootstrapicon' =>
|
||||
array (
|
||||
'title' => 'Bootstrap字体图标大全(Glyphicons)-工具狗',
|
||||
'keywords' => 'Bootstrap字体图标 ',
|
||||
'description' => 'Bootstrap前端框架Glyphicons字体图标库对照表:Bootstrap前端UI,Glyphicons字体图标调用,Bootstrap按钮字体图标对照表,包括250多个来自Glyphicon Halflings的字体图标.项目中引用Bootstrap相关文件后即可直接调用bootstrap图标 ',
|
||||
),
|
||||
'rc4encrypt' =>
|
||||
array (
|
||||
'title' => '在线RC4加密,RC4解密工具-工具狗',
|
||||
'keywords' => 'RC4加解密工具,可逆加密算法在线测试,RC4加密,RC4解密 ',
|
||||
'description' => 'RC4加解密工具为您提供RC4加解密工具,RC4可逆加密算法在线测试,RC4算法,可自定义RC4加密解密秘钥,实现RC4在线加密,RC4在线解密,RC4可逆加密解密的在线工具 ',
|
||||
),
|
||||
'urlthunder' =>
|
||||
array (
|
||||
'title' => '迅雷,快车,旋风URL加密/解密工具,下载地址加解密-工具狗',
|
||||
'keywords' => '迅雷URL加密,快车URL加密,旋风URL加密,迅雷url解密工具,下载地址加解密 ',
|
||||
'description' => '下载地址加解密工具为您提供迅雷URL加密,快车URL加密,旋风URL加密,迅雷url解密工具,下载地址加解密,迅雷快车旋风URL加密解密工具,迅雷Url加密,快车Url加密工具,迅雷Url解密,旋风下载Url解密 ',
|
||||
),
|
||||
'refresh' =>
|
||||
array (
|
||||
'title' => '在线定时自动刷新网页-工具狗',
|
||||
'keywords' => '定时刷新Url,在线定时刷新,定时刷新网址,刷新网址,定时自动刷新网址 ',
|
||||
'description' => '在线定时自动刷新网页工具为您提供定时刷新Url,在线定时刷新,定时刷新网址,刷新网址,定时自动刷新网址,可自定义刷新间隔时间,快速增加网站真实PV请求访问等 ',
|
||||
),
|
||||
'unixtime' =>
|
||||
array (
|
||||
'title' => 'Unix时间戳,DateTime,在线时间戳,Timestamp时间戳转换工具-工具狗',
|
||||
'keywords' => 'Unix时间戳,Unix timestamp转换工具,datetime日期转时间戳 ',
|
||||
'description' => 'Unix时间戳转换工具(Unix timestamp),把Unix时间戳转成北京时间,datetime转换为时间戳,不同程序语言中实现Unix时间戳(Unix timestamp) → 转换成北京时间,Unix时间戳在线转换成现在时间,希望对大家有帮助 ',
|
||||
),
|
||||
'excel2json' =>
|
||||
array (
|
||||
'title' => 'Excel/Csv/xls转Json工具-工具狗',
|
||||
'keywords' => 'Csv转Json,Excel转Json格式,在线Excel转Json,在线csv转Json,Excel/Csv/xls转Json ',
|
||||
'description' => 'Excel/Csv/xls转Json工具为您提供Csv转Json,Excel转Json格式,在线Excel转Json,在线csv转Json,Excel/Csv/xls/电子表格转Json等 ',
|
||||
),
|
||||
'formatphp' =>
|
||||
array (
|
||||
'title' => 'PHP格式化,在线美化PHP代码-工具狗',
|
||||
'keywords' => 'PHP代码格式化,PHP代码美化,PHP代码在线格式化 ',
|
||||
'description' => 'PHP格式化工具为您提供PHP格式化,PHP代码美化,PHP代码格式化,PHP代码格式化美化排版处理,,PHP代码格式化美化在线工具,需要将PHP代码美化时,输入您需要格式化的PHP代码,点击PHP代码格式化,即可转换成功,并自动将PHP语法高亮着色,方便阅读查看PHP语法是否正确等 ',
|
||||
),
|
||||
'json2yaml' =>
|
||||
array (
|
||||
'title' => 'json转yaml,在线yaml转json-工具狗',
|
||||
'keywords' => 'JSON转yaml,yaml转json ',
|
||||
'description' => 'yaml和json相互转换工具为您提供JSON转yaml,yaml转json,json格式化转换为yaml格式,YAML的语法和其他高级语言类似,并且可以简单表达清单、散列表,标量等数据形态 ',
|
||||
),
|
||||
'wenzitexiao' =>
|
||||
array (
|
||||
'title' => '文字特效工具,彩色汉字特效生成-工具狗',
|
||||
'keywords' => '文字特效工具,彩色汉字特效生成 ',
|
||||
'description' => '文字特效工具为您提供文字特效工具,彩色汉字特效生成,制作彩色文字生成,文字生成器,特效文字生成,文字特效制作,彩色文字特效,以及制作炫酷彩色Html代码特效 ',
|
||||
),
|
||||
'tesufuhao' =>
|
||||
array (
|
||||
'title' => '特殊符号大全,爱心符号,表情符号-工具狗',
|
||||
'keywords' => '特殊符号大全,表情符号,爱心符号 ',
|
||||
'description' => '特殊符号大全为您收集了特殊符号大全,网名符号,表情符号,特殊符号,十二星座符号,笑脸符号,特殊符号,编号序号,数学符号,爱心符号,标点符号,单位符号,货币符号,箭头符号,符号图案,希腊字母,俄语字母,汉语拼音,中文字符,日语字符,制表符,皇冠符号,表情符号 ',
|
||||
),
|
||||
'formatxml' =>
|
||||
array (
|
||||
'title' => 'xml格式化,Xml格式化解析,xml压缩工具-工具狗',
|
||||
'keywords' => 'xml格式化,Xml格式化解析,xml在线格式化,xml压缩,xml格式,xml格式化 ',
|
||||
'description' => 'xml格式化工具为您提供xml格式化,xml压缩工具,Xml格式化解析,xml在线格式化,xml在线压缩,xml格式化,xml编码,格式化xml,格式化xml代码,压缩xml,在线格式化xml代码,在线压缩xml代码,xml代码在线压缩等实现了Xml数据的压缩和Xml格式化,整齐的显示格式化之后的Xml数据,实现了Xml压缩解析 ',
|
||||
),
|
||||
'formatfilter' =>
|
||||
array (
|
||||
'title' => 'html过滤工具,Js,Css标签样式过滤-工具狗',
|
||||
'keywords' => 'Html过滤,Js过滤,Css过滤,script过滤 ',
|
||||
'description' => 'html过滤工具提供Html过滤,Js过滤,Css过滤,script过滤,自定义过滤 过滤HTML 过滤JS 过滤CSS ,将想替换的字符替换自定义字符,可以把html代码过滤掉,过滤成单纯的文本,该工具还可以对指定字符进行替换,生成干净的纯文本或代码等 ',
|
||||
),
|
||||
'textdiff' =>
|
||||
array (
|
||||
'title' => '在线文本比较工具,代码内容差异比较工具-工具狗',
|
||||
'keywords' => '内容差异比较工具,文本差异比较工具,在线文本比较工具 ',
|
||||
'description' => '在线文本比较工具为您提供实现内容差异比较工具,文本差异比较工具,在线文本比较工具,可用于比对文件内容的差异,对比代码差异的工具等 ',
|
||||
),
|
||||
'calcdata' =>
|
||||
array (
|
||||
'title' => 'bit,bytes,KB,MB,GB,TB换算与转换器-工具狗 ',
|
||||
'keywords' => 'bit,bytes,KB,MB,GB,TB,换算器,数据大小换算器,在线数据大小换算器,数据大小单位换算 ',
|
||||
'description' => '在线数据大小换算器工具为您提供数据大小在线bit,bytes,KB,MB,GB,TB换算转换,兆转字节换算,比特转字节,千兆字节转千字节,拍字节转兆字节,太字节的数据存储换算,在线数据大小换算器可以帮您快速进行数据大小计算 ',
|
||||
),
|
||||
'editor' =>
|
||||
array (
|
||||
'title' => 'Html在线编辑器,富文本编辑器-工具狗 ',
|
||||
'keywords' => 'Html在线编辑器,富文本编辑器,在线文章编辑器 ',
|
||||
'description' => 'Html在线编辑器提供富文本编辑器,在线文章编辑器,富文本编辑器,Html在线编辑器使用,具有高级功能的Html在线编辑器可全屏编辑,Web版Html在线编辑器在线使用,文章,网站编辑,微信公众号可以在线使用编辑器功能等 ',
|
||||
),
|
||||
'regexdso' =>
|
||||
array (
|
||||
'title' => '常用正则表达式,正则表达式数字-工具狗 ',
|
||||
'keywords' => '常用正则表达式,常用正则表达式大全 ',
|
||||
'description' => '常用正则表达式列表为您收集了网址正则表达式,手机号码正则表达式,字母数字正则表达式,字符串处理正则表达式,表单验证正则表达式,验证字符串是否只含数字与英文,正则表达式验证,正则表达式搜索,正则表达式替换等希望对大家有帮助 ',
|
||||
),
|
||||
'areacode' =>
|
||||
array (
|
||||
'title' => '世界各国区号查询,世界各国时差查询,世界各国域名后缀查询-工具狗',
|
||||
'keywords' => '世界各国区号查询,世界各国时差查询,世界各国域名后缀查询 ',
|
||||
'description' => '世界各国区号时差查询为您提供在线世界各国各地区时差区号查询表,世界各国域名后缀查询,世界各国时差查询,在线国际电话代码查询,国际域名缩写查询,国际区号查询,世界时差查询,国际电话区号查询,世界各国区号代码等 ',
|
||||
),
|
||||
'webstatus' =>
|
||||
array (
|
||||
'title' => 'HTTP状态查询工具-工具狗',
|
||||
'keywords' => 'HTTP状态查询,HTTP状态码查询 ',
|
||||
'description' => 'HTTP状态查询工具为您提供查询页面返回的状态,比如返回404表示页面不存在,返回500表示内部服务出错,返回301表示资源永久性跳转,返回302代表暂时性转移。 ',
|
||||
),
|
||||
'tiaoseban' =>
|
||||
array (
|
||||
'title' => '在线调色板,调色板工具,颜色选择器-工具狗',
|
||||
'keywords' => '在线调色板调色板工具,颜色选择器 ',
|
||||
'description' => '在线调色板为您提供颜色选择器等,可以快速查找出相应颜色的编码是多少,单击右边的颜色会得到更多的颜色;单击左边的颜色会固定常用的颜色色码;输入框可以自定义颜色,调色板工具,颜色选择器 ',
|
||||
),
|
||||
'chaodai' =>
|
||||
array (
|
||||
'title' => '中国历史朝代时间查询,中国历史朝代名称大全,中国历史朝代都城-工具狗',
|
||||
'keywords' => '中国历史朝代时间查询,中国历史朝代名称大全,中国历史朝代都城 ',
|
||||
'description' => '中国历史朝代都城在线查询工具:中国历史朝代时间查询表,中国历史朝代历经时间,中国历代朝代所处的起始与结束时间,都城所在位置,以及都城现今对应地名查询工具等 ',
|
||||
),
|
||||
'barcode' =>
|
||||
array (
|
||||
'title' => '条形码在线生成工具,条形码在线生成器-工具狗 ',
|
||||
'keywords' => '条形码在线生成器,条形码在线生成工具 ',
|
||||
'description' => '条形码在线生成工具为您提供可在线生成条形码扫描查询条形码,条形码生成器支持ean8,ean13,std25,int25,code11,code39,code93,code128,codabar,msi,datamatrix类型条形码生成,条形码用于一般商品扫描使用等 ',
|
||||
),
|
||||
'endecodejs' =>
|
||||
array (
|
||||
'title' => 'JS加密,JS解密,js加解密工具-工具狗',
|
||||
'keywords' => 'JS加密解密,js加解密工具,JS在线加解密,js在线加解密,js加解密,javascript加解密 ',
|
||||
'description' => 'JS加密解密工具为您提供JS加密解密,js加解密工具,JS在线加解密,JS代码在线加解密,js在线加解密,javascript加解密,js加解密,js编码加解密,加解密Js,加解密js代码,加解密js,加解密js代码,在线加解密js代码,在线加解密js代码,js代码在线加解密等 ',
|
||||
),
|
||||
'aesencrypt' =>
|
||||
array (
|
||||
'title' => 'AES加解密工具,AES加密解密在线工具-工具狗',
|
||||
'keywords' => 'AES加解密工具,可逆加密算法在线测试,AES加密,AES解密 ',
|
||||
'description' => 'AES加解密工具为您提供AES加解密工具,AES可逆加密算法在线测试,aes算法,可自定义AES加密解密秘钥,实现AES在线加密,AES在线解密,AES可逆加密解密的在线工具 ',
|
||||
),
|
||||
'formatcpp' =>
|
||||
array (
|
||||
'title' => 'C++格式化,在线美化C++代码,CPP格式化-工具狗',
|
||||
'keywords' => 'C++代码格式化,C++代码美化,CPP格式化,C++代码在线格式化 ',
|
||||
'description' => 'C++格式化工具为您提供C++格式化,C++代码美化,CPP格式化,C++代码格式化,C++代码格式化美化排版处理,,C++代码格式化美化在线工具,需要将C++代码美化时,输入您需要格式化的C++代码,点击C++代码格式化,即可转换成功,并自动将C++语法高亮着色,方便阅读查看C++语法是否正确等 ',
|
||||
),
|
||||
'htmlmarkdown' =>
|
||||
array (
|
||||
'title' => 'HTML与MarkDown互转工具-工具狗',
|
||||
'keywords' => 'HTML与MarkDown互转工具,Html转MarkDown,Html转MarkDown,MarkDown和HTML在线转换工具',
|
||||
'description' => 'HTML与MarkDown互转工具为您提供在线MarkDown转为HTML代码,Html转为MarkDown格式,MarkDown转为Html语言,MarkDown和Html在线转换,MarkDown在线转换,Html在线转换工具,MarkDown转成Html代码,MarkDown在线转为Html工具,把MarkDown代码转换成HTML格式,通过简单的标记语法,它可以使普通文本内容具有一定的格式 ',
|
||||
),
|
||||
'caiji' =>
|
||||
array (
|
||||
'title' => '文章采集,复制工具,内容在线采集器,编辑助手-工具狗',
|
||||
'keywords' => '文章采集,数据信息采集,内容在线采集器 ',
|
||||
'description' => '文章采集器为您提供文章采集,网页无法复制工具,数据采集,信息采集,在线采集器,在线采集网页内容,采集文章内容,采集文章,采集内容,采集信息等,只要输入网址,点击采集网页,即可采集到目标网页的文章内容和标题 ',
|
||||
),
|
||||
'img2base64' =>
|
||||
array (
|
||||
'title' => '在线图片转base64,在线base64转图片,图片base64编码-工具狗',
|
||||
'keywords' => '在线图片转base64,在线base64转图片,图片base64编码 ',
|
||||
'description' => '在线图片转base64工具为您提供图片img在线转换Base64,base64与图片互转工具,图片编码base64,image转base64,base64图片编码,base64图片转换,DataURI,PNG转换Base64,GIF转换Base64,JPEG转换Data64,Base64在线转换,图片转DataURI,图片编码base64等 ',
|
||||
),
|
||||
'calcpressure' =>
|
||||
array (
|
||||
'title' => '在线压力换算器,压力单位换算-工具狗',
|
||||
'keywords' => '换算器,压力换算器,在线压力换算器,压力单位换算 ',
|
||||
'description' => '在线压力换算器工具为您提供压力在线计算,压力单位换算器,实现巴转兆帕,标准大气压换算,兆帕换算千帕,百帕(hPa)换算毫巴(mbar),帕斯卡换算,毫米汞柱(托),磅力/英尺,英吋汞柱,公斤力/厘米,公斤力/米,毫米水柱,在线压力换算器可以帮您快速进行压力计算 ',
|
||||
),
|
||||
'json2excel' =>
|
||||
array (
|
||||
'title' => 'Json转Excel/Csv/xls工具-工具狗',
|
||||
'keywords' => 'Json转Csv,Json转Excel格式,在线Json转Excel,在线Json转Csv,Excel/Csv/xls转Json ',
|
||||
'description' => 'Json转Excel/Csv/xls工具为您提供Json转Csv,Json转Excel格式,在线Json转Excel,在线Json转Csv,Json转Excel/Csv/xls/电子表格,可快速将Json转换成Excel,Csv数据格式,支持Json数组和Json对象的转换等 ',
|
||||
),
|
||||
'calcforce' =>
|
||||
array (
|
||||
'title' => '在线力换算器,力单位换算-工具狗',
|
||||
'keywords' => '换算器,力换算器,在线力换算器,力单位换算 ',
|
||||
'description' => '在线力换算器工具为您提供力在线计算,力单位换算器,在线力换算器可以帮您快速进行力计算 ',
|
||||
),
|
||||
'uuid' =>
|
||||
array (
|
||||
'title' => 'UUID在线生成器-工具狗',
|
||||
'keywords' => 'UUID,UUID在线生成器,guid生成,在线guid ',
|
||||
'description' => 'uuid在线生成器为您提供uuid,uuid在线生成器,在线uuid,在线生成uuid,uuid生成工具,生成uuid,uuid生成器,批量生成uuid,uuid批量生成,全局唯一标识符生成,globally unique identifier生成等 ',
|
||||
),
|
||||
'checkkeyword' =>
|
||||
array (
|
||||
'title' => '网页关键词密度检测工具-工具狗',
|
||||
'keywords' => '关键词密度, 网页关键词密度检测工具,keywords,关键词密度结果计算 ',
|
||||
'description' => '网页关键词密度检测工具为您提供在线关键词密度检测查询,检测关键词的密度百分比,可以快速检测页面关键词出现的数量和密度,更适合蜘蛛的搜索,检测关键词密度是否符合搜索引擎收录规范并给出建议 ',
|
||||
),
|
||||
'tripledes' =>
|
||||
array (
|
||||
'title' => '在线TripleDES加密,TripleDES解密工具-工具狗',
|
||||
'keywords' => 'TripleDES加解密工具,可逆加密算法在线测试,TripleDES加密,TripleDES解密 ',
|
||||
'description' => 'TripleDES加解密工具为您提供TripleDES加解密工具,TripleDES可逆加密算法在线测试,TripleDES算法,可自定义TripleDES加密解密秘钥,实现TripleDES在线加密,TripleDES在线解密,TripleDES可逆加密解密的在线工具 ',
|
||||
),
|
||||
'hexrgb' =>
|
||||
array (
|
||||
'title' => 'RGB颜色在线转换,十六进制颜色与RGB互转-工具狗',
|
||||
'keywords' => 'RGB颜色在线转换,十六进制颜色,RGB,十六进制颜色与RGB互转 ',
|
||||
'description' => 'HEX16色转换为RGB为您提供把RGB颜色在线转换,HEX16色转换为RGB,十六进制颜色,RGB,十六进制颜色与RGB互转,在线RGB三原色,HEX16色转换rgb ',
|
||||
),
|
||||
'autoformat' =>
|
||||
array (
|
||||
'title' => '在线自动排版工具,文章自动排版编辑器-工具狗',
|
||||
'keywords' => '一键排版,文章自动排版编辑器,在线自动排版工具 ',
|
||||
'description' => '在线自动排版工具为您提供文章一键排版,文章自动排版编辑器,在线自动排版工具,可用于小说,论文排版,自动排版,实现纯文本文章的在线排版服务,一键排版让杂乱的文字按指定排版格式显示,使文章更漂亮,更易读等 ',
|
||||
),
|
||||
'formatpy' =>
|
||||
array (
|
||||
'title' => 'Python格式化,Python代码美化-工具狗',
|
||||
'keywords' => 'Python格式化,Python在线格式化,Python代码美化,Python代码排版,Python格式化 ',
|
||||
'description' => 'Python格式化工具为您提供Python格式化,Python代码排版,Python在线格式化,Python代码美化,输入混乱,压缩或混淆的Python代码,点击Python代码格式化按钮即可实现代码的格式化与美化功能,该该工具使Python代码看起来更加漂亮且可读性更强也更容易编辑 ',
|
||||
),
|
||||
'regexsucha' =>
|
||||
array (
|
||||
'title' => '正则表达式语法,正则表达式速查表-工具狗',
|
||||
'keywords' => '正则表达式速查表,正则表达式语法 ',
|
||||
'description' => '正则表达式语法为您常用正则表达式速查表,正则表达式语法查询,常用正则表达式语法,正则表达式基本语法,子表达式语法,正则表达式修饰符,正则表达式贪婪模式,正则表达式非贪婪模式,通过简单快速的方法达到对于字符串的控制 ',
|
||||
),
|
||||
'keyboardtest' =>
|
||||
array (
|
||||
'title' => '键盘按键测试,按键失灵检测-工具狗',
|
||||
'keywords' => '键盘测试,键盘按键测试,在线键盘测试工具,键盘按键失灵 ',
|
||||
'description' => '在线键盘测试工具:测试您键盘按键的好坏,在线键盘测试工具帮助您测试键盘哪个按键失灵,新买键盘是否完好测试,测试您键盘按键的好坏,有了它你快速测试键盘上的按键是否好用,在线检测免下载版,希望对大家有帮助 ',
|
||||
),
|
||||
'utf8' =>
|
||||
array (
|
||||
'title' => 'UTF-8编码与中文互转工具,utf8转gbk,utf8转gb2312-工具狗',
|
||||
'keywords' => 'UTF-8编码,utf8编码转换,utf-8编码转换,utf8转gbk,UTF-8编码与中文互转工具,utf8转gb2312 ',
|
||||
'description' => 'UTF-8编码在线转换工具提供UTF-8编码,utf8编码转换,utf-8编码转换,utf8转gbk,utf8转gb2312,UTF-8编码与中文互转工具,把中文转换成UTF-8编码形式,同时也支持把UTF-8编码过的字符还原成中文,将字符串转换为UTF-8形式,解决在网络传输过程中出现的字符乱码,同时可跨平台使用 ',
|
||||
),
|
||||
'regexcode' =>
|
||||
array (
|
||||
'title' => '正则表达式在线代码生成工具-工具狗',
|
||||
'keywords' => '正则表达式,JS,PHP,Golang,Java,Ruby,Python,C#代码 ',
|
||||
'description' => '正则表达式在线代码生成工具为您提供生成js正则表达式代码,生成java正则表达式代码,生成C#正则表达式代码,生成Go正则表达式代码,生成php正则表达式代码,生成ruby正则表达式代码,生成python正则表达式代码 ',
|
||||
),
|
||||
'dns' =>
|
||||
array (
|
||||
'title' => '免费公共DNS设置大全,阿里,Google,百度DNS-工具狗',
|
||||
'keywords' => '公共DNS,阿里DNS,百度DNS,Google免费DNS',
|
||||
'description' => '国内外免费公共DNS解析服务大全为您提供在线免费公共DNS服务器IP地址,阿里DNS地址库,百度DNS解析,Google免费DNS地址,OpenDNS地址库,114DNS地址库,国内最快的公共DNS解析IP,公共DNS解析服务器IP地址',
|
||||
),
|
||||
'html2cj' =>
|
||||
array (
|
||||
'title' => 'Html转C#,Jsp代码,Html与C#,.Net,Jsp在线转换工具-工具狗',
|
||||
'keywords' => 'Html转C#,Jsp代码,Html转.net,Html转.Net,Html转Jsp',
|
||||
'description' => 'Html转C#/JSP代码工具为您提供在线Html转换为Jsp和C#代码,Jsp代码,Html转C#,Html转.Net,Html转Jsp,在线Html转Jsp代码,HTML与JSP和C#,.Net代码在线转换,使用这个Html在线转换工具,能得到拼接好代码等',
|
||||
),
|
||||
'allencrypt' =>
|
||||
array (
|
||||
'title' => '散列哈希/HASH加密,所有不可逆加密算法在线加密工具-工具狗',
|
||||
'keywords' => '散列,哈希,HASH,MD5加密,sha加密',
|
||||
'description' => '散列哈希HASH加密工具为您提供MD5、HmacMD5在线加密,SHA加密算法:SHA1加密,SHA224加密,SHA256加密,SHA384加密,SHA512加密,HmacSHA1加密,HmacSHA224加密,HmacSHA256加密,HmacSHA384加密,HmacSHA512加密等在线加密工具',
|
||||
),
|
||||
'unicode' =>
|
||||
array (
|
||||
'title' => 'Unicode编码转换工具,ASCII与Unicode互转-工具狗',
|
||||
'keywords' => 'Unicode编码转换工具,ASCII与Unicode互转,Unicode与中文互转,中文转换为&#XXXX形式',
|
||||
'description' => 'Unicode编码转换工具提供Unicode编码转换工具,ASCII与Unicode互转,Unicode与中文互转,中文转换为&#XXXX形式,实现Unicode与中文互转,Unicode转ASCII,ASCII转Unicode,中文转Unicode,Unicode转中文,Unicode与任意字符之间相互转换等',
|
||||
),
|
||||
'subnetmask' =>
|
||||
array (
|
||||
'title' => '子网掩码计算器-工具狗',
|
||||
'keywords' => '子网掩码计算器,TCP/IP,子网掩码计算换算',
|
||||
'description' => '子网掩码计算器可以为您提供局域网规划工具,子网计算划分,子网掩码各个进制表示换算,IP地址进制表示换算',
|
||||
),
|
||||
'dnstt' =>
|
||||
array (
|
||||
'title' => '铁通DNS服务器大全,铁通dns服务器地址-工具狗',
|
||||
'keywords' => '铁通DNS服务器大全,铁通dns服务器地址',
|
||||
'description' => '中国铁通公共DNS解析服务大全:铁通DNS服务器地址大全,铁通DNS地址库,铁通DNS解析,铁通免费DNS地址,国内最快的铁通公共DNS解析IP库,铁通公共DNS解析服务器IP地址',
|
||||
),
|
||||
'formathtml' =>
|
||||
array (
|
||||
'title' => 'html格式化,html美化,html排版-工具狗',
|
||||
'keywords' => 'html格式化,html美化,html排版,html在线格式化,html在线压缩,html格式,html5格式化',
|
||||
'description' => 'html格式化工具为您提供html格式化,html美化,html排版,html压缩工具,html在线格式化,html代码在线格式化,html在线压缩,html5格式化,html格式,html编码,格式化html,格式化html代码,压缩html,压缩html代码,在线格式化html代码,在线压缩html代码,html代码在线压缩等',
|
||||
),
|
||||
'ascii' =>
|
||||
array (
|
||||
'title' => '在线Ascii编码解码工具,ASCII与中文互转-工具狗',
|
||||
'keywords' => '在线Ascii编码解码工具,ASCII与中文互转,Ascii,Ascii转中文,中文转Ascii',
|
||||
'description' => '在线Ascii编码解码工具提供在线Ascii编码解码工具,ASCII与中文互转,Ascii转中文,中文转Ascii编码在线转换,快速实现Ascii在线编码解码,实现Ascii与任意字符之间快速编码/解码等',
|
||||
),
|
||||
'formatcss' =>
|
||||
array (
|
||||
'title' => 'css格式化,代码压缩及样式美化-工具狗',
|
||||
'keywords' => 'css格式化,css代码压缩,css样式美化,css在线压缩工具',
|
||||
'description' => 'CSS代码压缩使得体积减小,传输速度快,css格式化在线转换成易编辑样式、css样式美化让css易读,我们定制提供的这个CSS代码格式化和css在线压缩工具,希望对大家有帮助',
|
||||
),
|
||||
'rabbitencrypt' =>
|
||||
array (
|
||||
'title' => '在线Rabbit加密,Rabbit解密工具-工具狗',
|
||||
'keywords' => 'Rabbit加解密工具,可逆加密算法在线测试,Rabbit加密,Rabbit解密',
|
||||
'description' => 'Rabbit加解密工具为您提供Rabbit加解密工具,Rabbit可逆加密算法在线测试,Rabbit算法,可自定义Rabbit加密解密秘钥,实现Rabbit在线加密,Rabbit在线解密,Rabbit可逆加密解密的在线工具',
|
||||
),
|
||||
'htpasswd' =>
|
||||
array (
|
||||
'title' => 'htpasswd在线生成器-工具狗',
|
||||
'keywords' => 'htpasswd在线生成器,htpasswd',
|
||||
'description' => 'htpasswd在线生成器为您提供htpasswd在线生成器,htpasswd,htpasswd是开源Http服务器apache httpd的一个命令工具,用于生成Http基本认证的密码文件',
|
||||
),
|
||||
'navtiveunicode' =>
|
||||
array (
|
||||
'title' => 'Native/Unicode编码在线转换工具-工具狗',
|
||||
'keywords' => 'Native编码,Unicode编码',
|
||||
'description' => 'Native/Unicode编码在线转换工具为您提供在线Native/Unicode在线编码转换工具,提供Native与Unicode编码相互转换的功能,Native编码,Unicode编码相互转换,Native转Unicode编码,Unicode转Native编码,Native/Unicode在线编码转换工具',
|
||||
),
|
||||
'lishishangdejintian' =>
|
||||
array (
|
||||
'title' => 'json在线解析及格式化-工具狗',
|
||||
'keywords' => 'json在线解析及格式化,json格式化,格式化美化压缩',
|
||||
'description' => '工具狗为您提供json格式化,json代码压缩,json校验解析,json数组解析,json转xml,xml转json,json解析,json在线解析,json在线解析及格式化,unix时间戳转换,CSS美化压缩,json美化,json格式化输出,json数组,json实体类,json视图等',
|
||||
),
|
||||
'html2js' =>
|
||||
array (
|
||||
'title' => 'HTML转JS,Html拼接JS,Html和JS互换工具-工具狗',
|
||||
'keywords' => 'HTML转JS,Html拼接JS,Html和JS互换工具 ',
|
||||
'description' => 'HTML转JS工具为您提供TML转JS,在线Html和Js代码互相转换工具:Js转Html,Javascript转Html,HTML转为Js,Html拼接为Js,Js脚本转为Html代码,Html代码转换,Js基本转换为HTML,Js在线转换,Html和Js脚本在线互转等 ',
|
||||
),
|
||||
'html2ubb' =>
|
||||
array (
|
||||
'title' => 'UBB与HTML互转工具-工具狗',
|
||||
'keywords' => 'UBB与HTML互转工具,Html转UBB,Html转UBB,UBB和HTML在线转换工具 ',
|
||||
'description' => 'UBB与HTML互转工具为您提供在线UBB转为HTML代码,Html转为MarkDown格式,UBB转为Html语言,UBB和Html在线转换,UBB在线转换,Html在线转换工具,UBB转成Html代码,UBB在线转为Html工具,把UBB代码转换成HTML格式的代码/Html代码转换成Ubb论坛格式的代码等 ',
|
||||
),
|
||||
);
|
||||
?>
|
||||
+166
@@ -0,0 +1,166 @@
|
||||
<?php
|
||||
// 创建桌面快捷方式
|
||||
$save_name = input('save_name');
|
||||
$save_url = input('save_url');
|
||||
if ($save_name && $save_url) {
|
||||
header("Content-Type: application/octet-stream");
|
||||
//$ua = $_SERVER["HTTP_USER_AGENT"];
|
||||
$filename = urldecode($save_name) . '.url';//生成的文件名
|
||||
$encoded_filename = urlencode($filename);
|
||||
$encoded_filename = str_replace("+", "%20", $encoded_filename);
|
||||
if (preg_match("/MSIE/", $_SERVER['HTTP_USER_AGENT'])) {
|
||||
header('Content-Disposition: attachment; filename="' . $encoded_filename . '"');
|
||||
} elseif (preg_match("/Firefox/", $_SERVER['HTTP_USER_AGENT'])) {
|
||||
// header('Content-Disposition: attachment; filename*="utf8' . $filename . '"');
|
||||
header('Content-Disposition: attachment; filename*="' . $filename . '"');
|
||||
} else {
|
||||
header('Content-Disposition: attachment; filename="' . $filename . '"');
|
||||
}
|
||||
return "
|
||||
[InternetShortcut]
|
||||
URL={$save_url}
|
||||
Prop3=19,2
|
||||
IconIndex=1
|
||||
";
|
||||
}
|
||||
// 请求类型
|
||||
switch (input('type')) {
|
||||
case 'checkweixin':
|
||||
$txt_url = input('txt_url');
|
||||
if (!preg_match('/(http:\/\/)|(https:\/\/)/i', $txt_url)) {
|
||||
$txt_url = 'http://' . $txt_url;
|
||||
}
|
||||
// 官方API接口
|
||||
$api = get_headers('http://mp.weixinbridge.com/mp/wapredirect?url=' . urlencode($txt_url), 1);
|
||||
if (isset($api['Location']['1'])) {
|
||||
if ($api['Location']['1'] == $txt_url) {
|
||||
$code = 0;
|
||||
$msg = '域名正常!';
|
||||
} else {
|
||||
$code = 1;
|
||||
$msg = '域名被拦截!';
|
||||
}
|
||||
}
|
||||
json(array(
|
||||
'code' => $code,
|
||||
'msg' => $msg,
|
||||
'status' => 1
|
||||
));
|
||||
break;
|
||||
case 'check_url':
|
||||
$page = input('page', 1);
|
||||
$url = input('url');
|
||||
$str = Fcurl($url);
|
||||
$count_str = '';
|
||||
$data = '';
|
||||
$list = array(array(), array(), 0);
|
||||
if ($str) {
|
||||
preg_match_all('/<a .*?href="(.*?)".*?>/is', $str, $ahref);
|
||||
$aLink = [];
|
||||
$title = preg_replace("/.*<title>(.*?)<\/title>.*/is", '\\1', $str);
|
||||
$url_p = 'http://' . preg_replace("/(http[s]?:)?(\/\/)?([\w.]+)[\w\/]*[\w.]*\??[\w=&\+\%]*/is", '\\3', $url);
|
||||
$id = 1;
|
||||
$aLink[] = array(
|
||||
'url' => $url_p,
|
||||
'title' => $title,
|
||||
'id' => $id
|
||||
);
|
||||
$arr = array();
|
||||
foreach ($ahref['1'] as $key => $vo) {
|
||||
$qdiv = substr($vo, 0, 1) != '#' && $vo != '/' && substr($vo, 0, 11) != 'javascript:';
|
||||
if ($qdiv && $vo != $url_p && !in_array($vo, $arr)) {
|
||||
$arr[] = $vo;
|
||||
if (substr($vo, 0, 2) == '//') {
|
||||
++$id;
|
||||
$aLink[] = array(
|
||||
'url' => 'http:' . $vo,
|
||||
'title' => '',
|
||||
'id' => $id
|
||||
);
|
||||
} else
|
||||
if (substr($vo, 0, 4) == 'http') {
|
||||
++$id;
|
||||
$aLink[] = array(
|
||||
'url' => $vo,
|
||||
'title' => '',
|
||||
'id' => $id
|
||||
);
|
||||
} else {
|
||||
if (substr($vo, 0, 1) == '/') {
|
||||
++$id;
|
||||
$aLink[] = array(
|
||||
'url' => $url_p . $vo,
|
||||
'title' => '',
|
||||
'id' => $id
|
||||
);
|
||||
} else {
|
||||
++$id;
|
||||
$aLink[] = array(
|
||||
'url' => $url_p . '/' . $vo,
|
||||
'title' => '',
|
||||
'id' => $id
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
$list = page($aLink, 20, $page);
|
||||
for ($i = 1; $i <= $list['1']; $i++) {
|
||||
$count_str .= '<li class="page-number "><a href="javascript:;" style="' . ($i == $page ? 'background:#ccc' : '') . '" onclick="get_data(' . $i . ')">' . $i . '</a></li>';
|
||||
}
|
||||
foreach ($list['0'] as $key => $vo) {
|
||||
$data .= '<tr class=""><td class="order">' . $vo['id'] . '</td><td class="title" id="tr_title_' . $vo['id'] . '">' . ($vo['title'] ? $vo['title'] : ' - ') . '</td><td class="owner" style="text-overflow: ellipsis;white-space: nowrap;overflow: hidden;"><a class="green" href="' . $vo['url'] . '" target="_blank">' . $vo['url'] . '</a></td><td class="title" id="tr_' . $vo['id'] . '"> - </td></tr>';
|
||||
}
|
||||
}
|
||||
json(array(
|
||||
'status' => $str ? 1 : 0,
|
||||
'data' => $data,
|
||||
'obj' => $list['0'],
|
||||
'total_count' => $list['2'],
|
||||
'count_str' => $count_str
|
||||
));
|
||||
break;
|
||||
case 'single_url':
|
||||
$url = input('url');
|
||||
$str = '';
|
||||
if ($url) {
|
||||
$str = urltitlecode($url);
|
||||
}
|
||||
json($str);
|
||||
break;
|
||||
case 'camelcase':
|
||||
$id = input('id');
|
||||
$text = input('text');
|
||||
if ($id == 2) {
|
||||
$text = preg_replace_callback('/([^a-zA-Z][a-z])/', function ($m) {
|
||||
$str = str_replace('_', '', $m[0]);
|
||||
return strtoupper($str);
|
||||
}, ucfirst($text));
|
||||
} else {
|
||||
$text = preg_replace_callback('/(([A-Z]).*?([A-Z]))/', function ($m) {
|
||||
$str = str_replace($m['3'], '_' . $m['3'], $m[0]);
|
||||
return $str;
|
||||
}, ucfirst($text));
|
||||
$text = strtolower($text);
|
||||
}
|
||||
$data = array();
|
||||
$data['status'] = $text ? 1 : 0;
|
||||
$data['msg'] = $text;
|
||||
json($data);
|
||||
break;
|
||||
default:
|
||||
/*$ifpost = 0;
|
||||
$datafields = '';
|
||||
$post = input('post.');
|
||||
if ($post) {
|
||||
$ifpost = 1;
|
||||
$datafields = http_build_query($post);
|
||||
}
|
||||
$url = 'http://www.pcjson.com' . $_SERVER['REQUEST_URI'];
|
||||
$str = Fcurl($url, $ifpost, $datafields);
|
||||
return json_decode($str, true);*/
|
||||
json(array(
|
||||
'status' => 1,
|
||||
'msg' => null
|
||||
));
|
||||
}
|
||||
@@ -0,0 +1,282 @@
|
||||
<?php
|
||||
|
||||
$act = $_GET['act'] ?? 'index';
|
||||
|
||||
$data = [];
|
||||
|
||||
switch ($act) {
|
||||
case 'uuid':
|
||||
$data['uuid_number'] = input('uuid_number', 1);
|
||||
$data['uuid_letter'] = input('uuid_letter', 2);
|
||||
$data['uuid'] = uuid($data['uuid_number'], $data['uuid_letter']);
|
||||
break;
|
||||
case 'guid':
|
||||
$data['guid_number'] = input('guid_number', 1);
|
||||
$data['guid_letter'] = input('guid_letter', 1);
|
||||
$array = array();
|
||||
for ($i = 0; $data['guid_number'] > $i; $i++) {
|
||||
$guid = create_guid();
|
||||
if (!in_array($guid, $array)) {
|
||||
$array[] = ($data['guid_letter'] == 1) ? strtoupper($guid) : strtolower($guid);
|
||||
} else {
|
||||
$i--;
|
||||
}
|
||||
}
|
||||
$data['guid'] = $array;
|
||||
break;
|
||||
case 'md5':
|
||||
$data['txt_md5'] = input('txt_md5', '');
|
||||
$md532 = md5($data['txt_md5']);
|
||||
$md516 = substr($md532, 8, 16);
|
||||
$data['md532_d'] = strtoupper($md532);
|
||||
$data['md532_x'] = strtolower($md532);
|
||||
$data['md516_d'] = strtoupper($md516);
|
||||
$data['md516_x'] = strtolower($md516);
|
||||
break;
|
||||
case 'caiji':
|
||||
$data['url'] = input('url', '');
|
||||
$data['content'] = $data['url'] ? Fcurl($data['url']) : '';
|
||||
break;
|
||||
case 'ip':
|
||||
if ($_SERVER['REQUEST_METHOD'] == 'POST') {
|
||||
$ip = input('ip');
|
||||
header('Location: ' . '/ip/' . $ip, true, 302);
|
||||
}
|
||||
$ips = new utils\Net\Ips(BASE_PATH . '/qqwry.dat');
|
||||
$ip = input('ip');
|
||||
|
||||
if ($ip) {
|
||||
$data['ym']['ip'] = $ip;
|
||||
$data['ym']['domain'] = gethostbyname($ip);
|
||||
$domain = preg_replace('/(\d+)..*/', '\\1', $data['ym']['domain']);
|
||||
if ('1' <= $domain && $domain <= '126') {
|
||||
$data['ym']['fw'] = '1.0.0.1 - 126.155.255.254';
|
||||
} elseif ('128' <= $domain && $domain <= '191') {
|
||||
$data['ym']['fw'] = '128.0.0.1 - 191.255.255.254';
|
||||
} elseif ('192' <= $domain && $domain <= '223') {
|
||||
$data['ym']['fw'] = '192.0.0.1 - 223.255.255.254';
|
||||
}
|
||||
$fwq = $ips->Getlocation($data['ym']['domain']);
|
||||
$data['ym']['city'] = strToUTF8($fwq['country'] . ' ' . $fwq['area']);
|
||||
}
|
||||
$data['getip'] = getip();
|
||||
$data['getBrowserOs'] = getBrowserOs();
|
||||
$city = $ips->Getlocation($data['getip']);
|
||||
$data['city'] = strToUTF8($city['country'] . ' ' . $city['area']);
|
||||
break;
|
||||
case 'favicon':
|
||||
$data['upmsg'] = '';
|
||||
if ($_SERVER['REQUEST_METHOD'] == 'POST') {
|
||||
$upimage = $_FILES['upimage'];
|
||||
$getInfo = $upimage;
|
||||
if (isset($getInfo['tmp_name']) && $getInfo['tmp_name'] && is_uploaded_file($getInfo['tmp_name'])) {
|
||||
if ($getInfo['size'] > 210000) {
|
||||
$data['upmsg'] = "<font color=\"red\">你上传的文件体积超过了限制 最大不能超过200K</font>";
|
||||
} else {
|
||||
$fileext = array("image/pjpeg", "image/gif", "image/x-png", "image/png", "image/jpeg", "image/jpg");
|
||||
if (!in_array($getInfo['type'], $fileext)) {
|
||||
$data['upmsg'] = "<font color=\"red\">你上传的文件格式不正确 仅支持 jpg,gif,png</font>";
|
||||
} else {
|
||||
|
||||
$type = substr(strrchr($getInfo['name'], '.'), 1);
|
||||
switch ($type) {
|
||||
case 'pjpeg':
|
||||
case 'jpeg':
|
||||
case 'jpg':
|
||||
$im = imagecreatefromjpeg($getInfo['tmp_name']);
|
||||
break;
|
||||
case 'x-png':
|
||||
case 'png':
|
||||
$im = imagecreatefrompng($getInfo['tmp_name']);
|
||||
break;
|
||||
case 'gif':
|
||||
$im = imagecreatefromgif($getInfo['tmp_name']);
|
||||
break;
|
||||
default:
|
||||
$im = null;
|
||||
}
|
||||
if ($im) {
|
||||
$imginfo = getimagesize($getInfo['tmp_name']);
|
||||
if (!is_array($imginfo)) {
|
||||
$data['upmsg'] = "<font color=\"red\">图形格式错误!</font>";
|
||||
} else {
|
||||
switch (input('favicon_size')) {
|
||||
case 1;
|
||||
$resize_im = imagecreatetruecolor(16, 16);
|
||||
$size = 16;
|
||||
break;
|
||||
case 2;
|
||||
$resize_im = imagecreatetruecolor(32, 32);
|
||||
$size = 32;
|
||||
break;
|
||||
case 3;
|
||||
$resize_im = imagecreatetruecolor(48, 48);
|
||||
$size = 48;
|
||||
break;
|
||||
case 4;
|
||||
$resize_im = imagecreatetruecolor(64, 64);
|
||||
$size = 64;
|
||||
break;
|
||||
case 5;
|
||||
$resize_im = imagecreatetruecolor(128, 128);
|
||||
$size = 128;
|
||||
break;
|
||||
default;
|
||||
$resize_im = imagecreatetruecolor(32, 32);
|
||||
$size = 32;
|
||||
break;
|
||||
}
|
||||
imagecopyresampled($resize_im, $im, 0, 0, 0, 0, $size, $size, $imginfo[0], $imginfo[1]);
|
||||
$icon = new utils\Net\Ico();
|
||||
$gd_image_array = array($resize_im);
|
||||
$icon_data = $icon->GD2ICOstring($gd_image_array);
|
||||
header("Accept-Ranges: bytes");
|
||||
header("Accept-Length: " . strlen($icon_data));
|
||||
header("Content-type: application/octet-stream");
|
||||
header("Content-Disposition: attachment; filename=" . 'favicon.ico');
|
||||
return $icon_data;
|
||||
}
|
||||
} else {
|
||||
$data['upmsg'] = "<font color=\"red\">生成错误请重试!</font>";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
break;
|
||||
case 'gzip':
|
||||
$data['q'] = input('q');
|
||||
if ($_SERVER['REQUEST_METHOD'] == 'POST') {
|
||||
$data['q'] = str_replace(array('http://', 'https://'), '', $data['q']);
|
||||
return $this->redirect('/gzip/?q=' . $data['q'], 302);
|
||||
}
|
||||
if ($data['q']) {
|
||||
$data['url'] = preg_replace("/([\w.]+)[\w\/]*[\w.]*\??[\w=&\+\%]*/is", '\\1', $data['q']);
|
||||
$data['gzip'] = is_url('http://' . $data['q']) ? urlheader($data['q']) : '';
|
||||
}
|
||||
break;
|
||||
case 'refresh':
|
||||
$url = input('url');
|
||||
if ($url) {
|
||||
$content = Fcurl($url);
|
||||
return $content;
|
||||
}
|
||||
break;
|
||||
case 'checkkeyword':
|
||||
$data['url'] = input('txt_url');
|
||||
$data['keyword'] = input('txt_keyword');
|
||||
if ($data['url'] && $data['keyword']) {
|
||||
$str = Fcurl($data['url']);
|
||||
$str = htmlTotext($str);
|
||||
$data['html_strlen'] = mb_strlen($str, 'utf-8');
|
||||
$data['html_gjccd'] = mb_strlen($data['keyword'], 'utf-8');
|
||||
$data['html_gjcsl'] = substr_count($str, $data['keyword']);
|
||||
$data['html_gjczcd'] = $data['html_gjccd'] * $data['html_gjcsl'];
|
||||
$data['html_mdjgjs'] = @round(($data['html_gjczcd'] / $data['html_strlen'] * 100), 1);
|
||||
}
|
||||
break;
|
||||
case 'chameta':
|
||||
$data['url'] = input('txt_url');
|
||||
$data['title'] = '';
|
||||
$data['title_len'] = 0;
|
||||
$data['keywords'] = '';
|
||||
$data['keywords_len'] = 0;
|
||||
$data['description'] = '';
|
||||
$data['description_len'] = 0;
|
||||
if ($data['url']) {
|
||||
$str = Fcurl($data['url']);
|
||||
preg_match("/<title>([\w\W]*?)<\/title>/is", $str, $match);
|
||||
$data['title'] = isset($match['1']) ? $match['1'] : null;
|
||||
$data['title_len'] = mb_strlen($data['title'], 'utf-8');
|
||||
preg_match("/<meta\s+name=\"keywords\"\s+content=\"([\w\W]*?)\"\s+\/>/is", $str, $match);
|
||||
$data['keywords'] = isset($match['1']) ? $match['1'] : null;
|
||||
$data['keywords_len'] = mb_strlen($data['keywords'], 'utf-8');
|
||||
preg_match("/<meta\s+name=\"description\"\s+content=\"([\w\W]*?)\"\s+\/>/is", $str, $match);
|
||||
$data['description'] = isset($match['1']) ? $match['1'] : null;
|
||||
$data['description_len'] = mb_strlen($data['description'], 'utf-8');
|
||||
}
|
||||
break;
|
||||
case 'webstatus':
|
||||
$data['url'] = input('url');
|
||||
$data['ip'] = '';
|
||||
if ($data['url']) {
|
||||
$web = webstatus($data['url']);
|
||||
$data['ip'] = $web['ip'];
|
||||
$data['code'] = $web['code'];
|
||||
$data['head'] = $web['head'];
|
||||
}
|
||||
break;
|
||||
case 'whois':
|
||||
$data['url'] = input('whois');
|
||||
$data['whois'] = '';
|
||||
$data['domain'] = array();
|
||||
if ($data['url']) {
|
||||
if (preg_match('/(http:\/\/|https:\/\/|)([\w.\x{4e00}-\x{9fa5}]*?)/iUu', $data['url'], $domain)) {
|
||||
$data['url'] = $domain['2'];
|
||||
}
|
||||
$whois = whois_query($data['url']);
|
||||
if (preg_match('/Registrar:\s+(.*)/', $whois, $domain)) {
|
||||
$data['domain']['注册商'] = $domain['1'];
|
||||
}
|
||||
if (preg_match('/Registrant[:]?\s+(.*)/', $whois, $domain)) {
|
||||
$data['domain']['联系人'] = $domain['1'];
|
||||
}
|
||||
if (preg_match('/(Registrar\s+Abuse|Registrant)\s+Contact\s+Email[:]?\s+(.*)/', $whois, $domain)) {
|
||||
$data['domain']['联系邮箱'] = $domain['2'];
|
||||
}
|
||||
if (preg_match('/(Registrar\s+Abuse|Registrant)\s+Contact\s+Phone[:]?\s+(.*)/', $whois, $domain)) {
|
||||
$data['domain']['联系电话'] = $domain['2'];
|
||||
}
|
||||
if (preg_match('/Updated\s+Date[:]?\s+(.*)/', $whois, $domain)) {
|
||||
$data['domain']['更新时间'] = $domain['1'];
|
||||
}
|
||||
if (preg_match('/(Registration\s+Time|Creation\s+Date)[:]?\s+(.*)/', $whois, $domain)) {
|
||||
$data['domain']['创建时间'] = $domain['2'];
|
||||
}
|
||||
if (preg_match('/(Expiration\s+Time|Registry\s+Expiry\s+Date)[:]?\s+(.*)/', $whois, $domain)) {
|
||||
$data['domain']['过期时间'] = $domain['2'];
|
||||
}
|
||||
if (preg_match('/Registrar\s+WHOIS\s+Server[:]?\s+(.*)/', $whois, $domain)) {
|
||||
$data['domain']['域名服务器'] = $domain['1'];
|
||||
}
|
||||
if (preg_match_all('/Name\s+Server?[:]\s+(.*)/', $whois, $domain)) {
|
||||
$data['domain']['DNS'] = $domain['1'];
|
||||
}
|
||||
if (preg_match('/Domain\s+Status[:]?\s+(.*)/', $whois, $domain)) {
|
||||
$data['domain']['状态'] = $domain['1'];
|
||||
}
|
||||
unset($domain);
|
||||
$whois = "'" . str_replace(["\r", '\'', "\n"], ['', "\'", "'+\"\\n\"+\r'"], $whois) . '\'';
|
||||
$data['whois'] = $whois;
|
||||
}
|
||||
break;
|
||||
case 'chaicp':
|
||||
$data['url'] = input('icp');
|
||||
$data['icp'] = array();
|
||||
if ($data['url']) {
|
||||
if (preg_match('/(http:\/\/|https:\/\/|)([\w.\x{4e00}-\x{9fa5}]*?)/iUu', $data['url'], $domain)) {
|
||||
$data['url'] = $domain['2'];
|
||||
}
|
||||
$json = Fcurl('https://api.oick.cn/icp/api.php?url=' . $data['url']);
|
||||
$data['icp'] = json_decode($json, true);
|
||||
$data['code'] = $data['icp']['code'];
|
||||
unset($data['icp']['code']);
|
||||
}
|
||||
break;
|
||||
case 'lishishangdejintian':
|
||||
$lsjt = Fcurl('https://api.oick.cn/lishi/api.php');
|
||||
$data['list'] = array();
|
||||
if ($lsjt) {
|
||||
$lsjt = str_replace('""', '"', $lsjt);
|
||||
$lsjt = json_decode($lsjt, true);
|
||||
$data['list'] = ($lsjt['code'] == 1) ? $lsjt['result'] : array();
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
$data["my"]["Think"]["config"]["web"] = getWebConfig();
|
||||
//var_dump($data);die;
|
||||
|
||||
view("index/" . $act, $data);
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>404 - 在线工具</title>
|
||||
</head>
|
||||
<body>
|
||||
<article>
|
||||
<p>页面找不到了,什么情况?</p>
|
||||
<p><a href="/">回到首页</a></p>
|
||||
</article>
|
||||
</body>
|
||||
</html>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
define("BASE_PATH", __DIR__ . '/../');
|
||||
|
||||
define("PUBLIC_PATH", BASE_PATH . '/public');
|
||||
define("HANDLER_PATH", BASE_PATH . '/handler');
|
||||
define("VIEW_PATH", BASE_PATH . '/view');
|
||||
define("DATA_PATH", BASE_PATH . '/data');
|
||||
|
||||
// 设置模板引擎参数
|
||||
define("VIEW_CONFIG", [
|
||||
// 模板文件目录
|
||||
'view_path' => BASE_PATH . '/./view/',
|
||||
// 模板编译缓存目录(可写)
|
||||
'cache_path' => BASE_PATH . '/./runtime/',
|
||||
// 模板文件后缀
|
||||
'view_suffix' => 'html',
|
||||
]);
|
||||
|
||||
require_once "../boot.php";
|
||||
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
@@ -0,0 +1,122 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace utils\Net;
|
||||
|
||||
|
||||
class Ico
|
||||
{
|
||||
function GD2ICOstring(&$gd_image_array) {
|
||||
foreach ($gd_image_array as $key => $gd_image) {
|
||||
|
||||
$ImageWidths[$key] = ImageSX($gd_image);
|
||||
$ImageHeights[$key] = ImageSY($gd_image);
|
||||
$bpp[$key] = ImageIsTrueColor($gd_image) ? 32 : 24;
|
||||
$totalcolors[$key] = ImageColorsTotal($gd_image);
|
||||
|
||||
$icXOR[$key] = '';
|
||||
for ($y = $ImageHeights[$key] - 1; $y >= 0; $y--) {
|
||||
for ($x = 0; $x < $ImageWidths[$key]; $x++) {
|
||||
$argb = $this->GetPixelColor($gd_image, $x, $y);
|
||||
$a = round(255 * ((127 - $argb['alpha']) / 127));
|
||||
$r = $argb['red'];
|
||||
$g = $argb['green'];
|
||||
$b = $argb['blue'];
|
||||
|
||||
if ($bpp[$key] == 32) {
|
||||
$icXOR[$key] .= chr($b).chr($g).chr($r).chr($a);
|
||||
} elseif ($bpp[$key] == 24) {
|
||||
$icXOR[$key] .= chr($b).chr($g).chr($r);
|
||||
}
|
||||
|
||||
if ($a < 128) {
|
||||
@$icANDmask[$key][$y] .= '1';
|
||||
} else {
|
||||
@$icANDmask[$key][$y] .= '0';
|
||||
}
|
||||
}
|
||||
// mask bits are 32-bit aligned per scanline
|
||||
while (strlen($icANDmask[$key][$y]) % 32) {
|
||||
$icANDmask[$key][$y] .= '0';
|
||||
}
|
||||
}
|
||||
$icAND[$key] = '';
|
||||
foreach ($icANDmask[$key] as $y => $scanlinemaskbits) {
|
||||
for ($i = 0; $i < strlen($scanlinemaskbits); $i += 8) {
|
||||
$icAND[$key] .= chr(bindec(str_pad(substr($scanlinemaskbits, $i, 8), 8, '0', STR_PAD_LEFT)));
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
foreach ($gd_image_array as $key => $gd_image) {
|
||||
$biSizeImage = $ImageWidths[$key] * $ImageHeights[$key] * ($bpp[$key] / 8);
|
||||
|
||||
// BITMAPINFOHEADER - 40 bytes
|
||||
$BitmapInfoHeader[$key] = '';
|
||||
$BitmapInfoHeader[$key] .= "\x28\x00\x00\x00"; // DWORD biSize;
|
||||
$BitmapInfoHeader[$key] .= $this->LittleEndian2String($ImageWidths[$key], 4); // LONG biWidth;
|
||||
// The biHeight member specifies the combined
|
||||
// height of the XOR and AND masks.
|
||||
$BitmapInfoHeader[$key] .= $this->LittleEndian2String($ImageHeights[$key] * 2, 4); // LONG biHeight;
|
||||
$BitmapInfoHeader[$key] .= "\x01\x00"; // WORD biPlanes;
|
||||
$BitmapInfoHeader[$key] .= chr($bpp[$key])."\x00"; // wBitCount;
|
||||
$BitmapInfoHeader[$key] .= "\x00\x00\x00\x00"; // DWORD biCompression;
|
||||
$BitmapInfoHeader[$key] .= $this->LittleEndian2String($biSizeImage, 4); // DWORD biSizeImage;
|
||||
$BitmapInfoHeader[$key] .= "\x00\x00\x00\x00"; // LONG biXPelsPerMeter;
|
||||
$BitmapInfoHeader[$key] .= "\x00\x00\x00\x00"; // LONG biYPelsPerMeter;
|
||||
$BitmapInfoHeader[$key] .= "\x00\x00\x00\x00"; // DWORD biClrUsed;
|
||||
$BitmapInfoHeader[$key] .= "\x00\x00\x00\x00"; // DWORD biClrImportant;
|
||||
}
|
||||
|
||||
|
||||
$icondata = "\x00\x00"; // idReserved; // Reserved (must be 0)
|
||||
$icondata .= "\x01\x00"; // idType; // Resource Type (1 for icons)
|
||||
$icondata .= $this->LittleEndian2String(count($gd_image_array), 2); // idCount; // How many images?
|
||||
|
||||
$dwImageOffset = 6 + (count($gd_image_array) * 16);
|
||||
foreach ($gd_image_array as $key => $gd_image) {
|
||||
// ICONDIRENTRY idEntries[1]; // An entry for each image (idCount of 'em)
|
||||
|
||||
$icondata .= chr($ImageWidths[$key]); // bWidth; // Width, in pixels, of the image
|
||||
$icondata .= chr($ImageHeights[$key]); // bHeight; // Height, in pixels, of the image
|
||||
$icondata .= chr($totalcolors[$key]); // bColorCount; // Number of colors in image (0 if >=8bpp)
|
||||
$icondata .= "\x00"; // bReserved; // Reserved ( must be 0)
|
||||
|
||||
$icondata .= "\x01\x00"; // wPlanes; // Color Planes
|
||||
$icondata .= chr($bpp[$key])."\x00"; // wBitCount; // Bits per pixel
|
||||
|
||||
$dwBytesInRes = 40 + strlen($icXOR[$key]) + strlen($icAND[$key]);
|
||||
$icondata .= $this->LittleEndian2String($dwBytesInRes, 4); // dwBytesInRes; // How many bytes in this resource?
|
||||
|
||||
$icondata .= $this->LittleEndian2String($dwImageOffset, 4); // dwImageOffset; // Where in the file is this image?
|
||||
$dwImageOffset += strlen($BitmapInfoHeader[$key]);
|
||||
$dwImageOffset += strlen($icXOR[$key]);
|
||||
$dwImageOffset += strlen($icAND[$key]);
|
||||
}
|
||||
|
||||
foreach ($gd_image_array as $key => $gd_image) {
|
||||
$icondata .= $BitmapInfoHeader[$key];
|
||||
$icondata .= $icXOR[$key];
|
||||
$icondata .= $icAND[$key];
|
||||
}
|
||||
|
||||
return $icondata;
|
||||
}
|
||||
|
||||
function LittleEndian2String($number, $minbytes=1) {
|
||||
$intstring = '';
|
||||
while ($number > 0) {
|
||||
$intstring = $intstring.chr($number & 255);
|
||||
$number >>= 8;
|
||||
}
|
||||
return str_pad($intstring, $minbytes, "\x00", STR_PAD_RIGHT);
|
||||
}
|
||||
|
||||
function GetPixelColor(&$img, $x, $y) {
|
||||
if (!is_resource($img)) {
|
||||
return false;
|
||||
}
|
||||
return @ImageColorsForIndex($img, @ImageColorAt($img, $x, $y));
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,225 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace utils\Net;
|
||||
|
||||
|
||||
class Ips
|
||||
{
|
||||
/**
|
||||
* QQWry.Dat文件指针(使用以前珊瑚虫QQ的IP)
|
||||
*
|
||||
* @var resource
|
||||
*/
|
||||
var $fp;
|
||||
|
||||
/**
|
||||
* 第一条IP记录的偏移地址
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
var $firstip;
|
||||
|
||||
/**
|
||||
* 最后一条IP记录的偏移地址
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
var $lastip;
|
||||
|
||||
/**
|
||||
* IP记录的总条数(不包含版本信息记录)
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
var $totalip;
|
||||
|
||||
/**
|
||||
* 返回读取的长整型数
|
||||
*
|
||||
* @access private
|
||||
* @return int
|
||||
*/
|
||||
function getlong()
|
||||
{
|
||||
//将读取的little-endian编码的4个字节转化为长整型数
|
||||
$result = unpack('Vlong', fread($this->fp, 4));
|
||||
return $result['long'];
|
||||
}
|
||||
|
||||
/**
|
||||
* 返回读取的3个字节的长整型数
|
||||
*
|
||||
* @access private
|
||||
* @return int
|
||||
*/
|
||||
function getlong3()
|
||||
{
|
||||
//将读取的little-endian编码的3个字节转化为长整型数
|
||||
$result = unpack('Vlong', fread($this->fp, 3) . chr(0));
|
||||
return $result['long'];
|
||||
}
|
||||
|
||||
/**
|
||||
* 返回压缩后可进行比较的IP地址
|
||||
*
|
||||
* @access private
|
||||
* @param string $ip
|
||||
* @return string
|
||||
*/
|
||||
function packip($ip)
|
||||
{
|
||||
// 将IP地址转化为长整型数,如果在PHP5中,IP地址错误,则返回False,
|
||||
// 这时intval将Flase转化为整数-1,之后压缩成big-endian编码的字符串
|
||||
return pack('N', intval(ip2long($ip)));//intaval 获取变量的整数值
|
||||
}
|
||||
|
||||
/**
|
||||
* 返回读取的字符串
|
||||
*
|
||||
* @access private
|
||||
* @param string $data
|
||||
* @return string
|
||||
*/
|
||||
function getstring($data = "")
|
||||
{
|
||||
$char = fread($this->fp, 1);
|
||||
while (ord($char) > 0) { // 字符串按照C格式保存,以\0结束 ord()得到字符的ASCII码
|
||||
$data .= $char; // 将读取的字符连接到给定字符串之后
|
||||
$char = fread($this->fp, 1);
|
||||
}
|
||||
return $data;
|
||||
}
|
||||
|
||||
/**
|
||||
* 返回地区信息
|
||||
*
|
||||
* @access private
|
||||
* @return string
|
||||
*/
|
||||
function getarea()
|
||||
{
|
||||
$byte = fread($this->fp, 1); // 标志字节
|
||||
switch (ord($byte)) {
|
||||
case 0: // 没有区域信息
|
||||
$area = "";
|
||||
break;
|
||||
case 1:
|
||||
case 2: // 标志字节为1或2,表示区域信息被重定向
|
||||
fseek($this->fp, $this->getlong3());
|
||||
$area = $this->getstring();
|
||||
break;
|
||||
default: // 否则,表示区域信息没有被重定向
|
||||
$area = $this->getstring($byte);
|
||||
break;
|
||||
}
|
||||
return $area;
|
||||
}
|
||||
|
||||
/**
|
||||
* 根据所给 IP 地址或域名返回所在地区信息
|
||||
*
|
||||
* @access public
|
||||
* @param string $ip
|
||||
* @return array
|
||||
*/
|
||||
function Getlocation($ip)
|
||||
{
|
||||
if (!$this->fp) return null; // 如果数据文件没有被正确打开,则直接返回空
|
||||
$location['ip'] = gethostbyname($ip); // 将输入的域名转化为IP地址
|
||||
$ip = $this->packip($location['ip']); // 将输入的IP地址转化为可比较的IP地址
|
||||
// 不合法的IP地址会被转化为255.255.255.255
|
||||
// 对分搜索
|
||||
$l = 0; // 搜索的下边界
|
||||
$u = $this->totalip; // 搜索的上边界
|
||||
$findip = $this->lastip; // 如果没有找到就返回最后一条IP记录(QQWry.Dat的版本信息)
|
||||
while ($l <= $u) { // 当上边界小于下边界时,查找失败
|
||||
$i = floor(($l + $u) / 2); // 计算近似中间记录
|
||||
fseek($this->fp, $this->firstip + $i * 7);
|
||||
$beginip = strrev(fread($this->fp, 4)); // 获取中间记录的开始IP地址
|
||||
// strrev函数在这里的作用是将little-endian的压缩IP地址转化为big-endian的格式
|
||||
// 以便用于比较,后面相同。
|
||||
if ($ip < $beginip) { // 用户的IP小于中间记录的开始IP地址时
|
||||
$u = $i - 1; // 将搜索的上边界修改为中间记录减一
|
||||
} else {
|
||||
fseek($this->fp, $this->getlong3());
|
||||
$endip = strrev(fread($this->fp, 4)); // 获取中间记录的结束IP地址
|
||||
if ($ip > $endip) { // 用户的IP大于中间记录的结束IP地址时
|
||||
$l = $i + 1; // 将搜索的下边界修改为中间记录加一
|
||||
} else { // 用户的IP在中间记录的IP范围内时
|
||||
$findip = $this->firstip + $i * 7;
|
||||
break; // 则表示找到结果,退出循环
|
||||
}
|
||||
}
|
||||
}
|
||||
//获取查找到的IP地理位置信息
|
||||
fseek($this->fp, $findip);
|
||||
$location['beginip'] = long2ip($this->getlong()); // 用户IP所在范围的开始地址
|
||||
$offset = $this->getlong3();
|
||||
fseek($this->fp, $offset);
|
||||
$location['endip'] = long2ip($this->getlong()); // 用户IP所在范围的结束地址
|
||||
$byte = fread($this->fp, 1); // 标志字节
|
||||
switch (ord($byte)) {
|
||||
case 1: // 标志字节为1,表示国家和区域信息都被同时重定向
|
||||
$countryOffset = $this->getlong3(); // 重定向地址
|
||||
fseek($this->fp, $countryOffset);
|
||||
$byte = fread($this->fp, 1); // 标志字节
|
||||
switch (ord($byte)) {
|
||||
case 2: // 标志字节为2,表示国家信息又被重定向
|
||||
fseek($this->fp, $this->getlong3());
|
||||
$location['country'] = $this->getstring();
|
||||
fseek($this->fp, $countryOffset + 4);
|
||||
$location['area'] = $this->getarea();
|
||||
break;
|
||||
default: // 否则,表示国家信息没有被重定向
|
||||
$location['country'] = $this->getstring($byte);
|
||||
$location['area'] = $this->getarea();
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case 2: // 标志字节为2,表示国家信息被重定向
|
||||
fseek($this->fp, $this->getlong3());
|
||||
$location['country'] = $this->getstring();
|
||||
fseek($this->fp, $offset + 8);
|
||||
$location['area'] = $this->getarea();
|
||||
break;
|
||||
default: // 否则,表示国家信息没有被重定向
|
||||
$location['country'] = $this->getstring($byte);
|
||||
$location['area'] = $this->getarea();
|
||||
break;
|
||||
}
|
||||
if ($location['country'] == " 无效") { // CZ88.NET表示没有有效信息
|
||||
$location['country'] = "未知";
|
||||
}
|
||||
if ($location['area'] == "无效") {
|
||||
$location['area'] = "";
|
||||
}
|
||||
return $location;
|
||||
}
|
||||
|
||||
/**
|
||||
* 构造函数,打开 QQWry.Dat 文件并初始化类中的信息
|
||||
*
|
||||
* @param string $filename
|
||||
* @return Iplocation
|
||||
*/
|
||||
function __construct($filename = "qqwry.dat")
|
||||
{
|
||||
if (($this->fp = @fopen($filename, 'rb')) !== false) {
|
||||
$this->firstip = $this->getlong();
|
||||
$this->lastip = $this->getlong();
|
||||
$this->totalip = ($this->lastip - $this->firstip) / 7;
|
||||
//注册析构函数,使其在程序执行结束时执行
|
||||
register_shutdown_function(array(&$this, '_Iplocation'));
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 析构函数,用于在页面执行结束后自动关闭打开的文件。
|
||||
*
|
||||
*/
|
||||
function _Iplocation()
|
||||
{
|
||||
fclose($this->fp);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @author jhx
|
||||
* @date 2023/3/1 15:59
|
||||
*/
|
||||
|
||||
namespace utils;
|
||||
|
||||
use think\Template;
|
||||
|
||||
class View
|
||||
{
|
||||
private static $instance;
|
||||
|
||||
private function __construct()
|
||||
{
|
||||
// 私有构造方法,防止外部实例化
|
||||
}
|
||||
|
||||
public static function getInstance(): Template
|
||||
{
|
||||
if (null === static::$instance) {
|
||||
static::$instance = new \think\Template(VIEW_CONFIG);
|
||||
}
|
||||
|
||||
return static::$instance;
|
||||
}
|
||||
|
||||
private function __clone()
|
||||
{
|
||||
// 私有克隆方法,防止外部克隆对象
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,393 @@
|
||||
<?php
|
||||
|
||||
function view($tmpl, $data = [])
|
||||
{
|
||||
$view = \utils\View::getInstance();
|
||||
$view->assign($data);
|
||||
$view->fetch($tmpl);
|
||||
}
|
||||
|
||||
function input($key, $default = null){
|
||||
return $_POST[$key] ?? $_GET[$key] ?? $default;
|
||||
}
|
||||
|
||||
/*生成唯一标志
|
||||
*标准的UUID格式为:xxxxxxxx-xxxx-xxxx-xxxxxx-xxxxxxxxxx(8-4-4-4-12)
|
||||
*/
|
||||
|
||||
function uuid($num = 1, $dx = 2)
|
||||
{
|
||||
$array = array();
|
||||
for ($i = 0; $num > $i; $i++) {
|
||||
$chars = md5(uniqid(mt_rand(), true));
|
||||
$uuid = substr($chars, 0, 8) . '-'
|
||||
. substr($chars, 8, 4) . '-'
|
||||
. substr($chars, 12, 4) . '-'
|
||||
. substr($chars, 16, 4) . '-'
|
||||
. substr($chars, 20, 12);
|
||||
if (!in_array($uuid, $array)) {
|
||||
$array[] = ($dx == 1) ? strtoupper($uuid) : strtolower($uuid);
|
||||
} else {
|
||||
$i--;
|
||||
}
|
||||
}
|
||||
return $array;
|
||||
}
|
||||
|
||||
/**
|
||||
* 生成GUID
|
||||
*/
|
||||
function create_guid()
|
||||
{
|
||||
if (function_exists('com_create_guid') === true) {
|
||||
return trim(com_create_guid(), '{}');
|
||||
}
|
||||
return sprintf('%04X%04X-%04X-%04X-%04X-%04X%04X%04X', mt_rand(0, 65535), mt_rand(0, 65535), mt_rand(0, 65535), mt_rand(16384, 20479), mt_rand(32768, 49151), mt_rand(0, 65535), mt_rand(0, 65535), mt_rand(0, 65535));
|
||||
}
|
||||
|
||||
function Fcurl($url, $ifpost = 0, $datafields = '', $cookiefile = '', $v = false)
|
||||
{
|
||||
$ip_long = array(
|
||||
array('607649792', '608174079'), //36.56.0.0-36.63.255.255
|
||||
array('1038614528', '1039007743'), //61.232.0.0-61.237.255.255
|
||||
array('1783627776', '1784676351'), //106.80.0.0-106.95.255.255
|
||||
array('2035023872', '2035154943'), //121.76.0.0-121.77.255.255
|
||||
array('2078801920', '2079064063'), //123.232.0.0-123.235.255.255
|
||||
array('-1950089216', '-1948778497'), //139.196.0.0-139.215.255.255
|
||||
array('-1425539072', '-1425014785'), //171.8.0.0-171.15.255.255
|
||||
array('-1236271104', '-1235419137'), //182.80.0.0-182.92.255.255
|
||||
array('-770113536', '-768606209'), //210.25.0.0-210.47.255.255
|
||||
array('-569376768', '-564133889'), //222.16.0.0-222.95.255.255
|
||||
);
|
||||
$rand_key = mt_rand(0, 9);
|
||||
$ip = long2ip(mt_rand($ip_long[$rand_key][0], $ip_long[$rand_key][1]));
|
||||
$header = array(
|
||||
"Connection: Keep-Alive",
|
||||
"Accept: text/html, application/xhtml+xml, */*",
|
||||
"Pragma: no-cache",
|
||||
"Accept-Language: zh-Hans-CN,zh-Hans;q=0.8,en-US;q=0.5,en;q=0.3",
|
||||
"User-Agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)",
|
||||
'CLIENT-IP:' . $ip,
|
||||
'X-FORWARDED-FOR:' . $ip,
|
||||
'REMOTE_ADDR:' . $ip
|
||||
);
|
||||
$ch = curl_init();
|
||||
curl_setopt($ch, CURLOPT_URL, $url);
|
||||
curl_setopt($ch, CURLOPT_HEADER, $v);
|
||||
curl_setopt($ch, CURLOPT_HTTPHEADER, $header);
|
||||
$ifpost && curl_setopt($ch, CURLOPT_POST, $ifpost);
|
||||
$ifpost && curl_setopt($ch, CURLOPT_POSTFIELDS, $datafields);
|
||||
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
||||
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
|
||||
$cookiefile && curl_setopt($ch, CURLOPT_COOKIE, $cookiefile);
|
||||
curl_setopt($ch, CURLOPT_TIMEOUT, 30); //允许执行的最长秒数
|
||||
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
|
||||
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
|
||||
curl_setopt($ch, CURLOPT_REFERER, $url);
|
||||
$ok = curl_exec($ch);
|
||||
curl_close($ch);
|
||||
unset($ch);
|
||||
$ok = strToUTF8($ok);
|
||||
return $ok;
|
||||
}
|
||||
|
||||
function strToUTF8($strText)
|
||||
{
|
||||
$encode = mb_detect_encoding($strText, array('UTF-8', 'GB2312', 'GBK'));
|
||||
if ($encode != "UTF-8") {
|
||||
return @iconv($encode, 'UTF-8', $strText);
|
||||
} else {
|
||||
return $strText;
|
||||
}
|
||||
}
|
||||
|
||||
function getip($type = 0,$adv=false) {
|
||||
$type = $type ? 1 : 0;
|
||||
static $ip = NULL;
|
||||
if ($ip !== NULL) return $ip[$type];
|
||||
if($adv){
|
||||
if (isset($_SERVER['HTTP_X_FORWARDED_FOR'])) {
|
||||
$arr = explode(',', $_SERVER['HTTP_X_FORWARDED_FOR']);
|
||||
$pos = array_search('unknown',$arr);
|
||||
if(false !== $pos) unset($arr[$pos]);
|
||||
$ip = trim($arr[0]);
|
||||
}elseif (isset($_SERVER['HTTP_CLIENT_IP'])) {
|
||||
$ip = $_SERVER['HTTP_CLIENT_IP'];
|
||||
}elseif (isset($_SERVER['REMOTE_ADDR'])) {
|
||||
$ip = $_SERVER['REMOTE_ADDR'];
|
||||
}
|
||||
}elseif (isset($_SERVER['REMOTE_ADDR'])) {
|
||||
$ip = $_SERVER['REMOTE_ADDR'];
|
||||
}
|
||||
// IP地址合法验证
|
||||
$long = sprintf("%u",ip2long($ip));
|
||||
$ip = $long ? array($ip, $long) : array('0.0.0.0', 0);
|
||||
return $ip[$type];
|
||||
}
|
||||
|
||||
function getBrowserOs()
|
||||
{
|
||||
$flag = $_SERVER['HTTP_USER_AGENT'];
|
||||
if (preg_match('/Windows[\d\. \w]*/', $flag, $match)) {
|
||||
$sys = $match[0];
|
||||
} else {
|
||||
$sys = 'Unknown';
|
||||
}
|
||||
// 检查操作系统
|
||||
if (preg_match('/Chrome\/[\d\.\w]*/', $flag, $match)) {
|
||||
// 检查Chrome
|
||||
$browser = $match[0];
|
||||
} elseif (preg_match('/Safari\/[\d\.\w]*/', $flag, $match)) {
|
||||
// 检查Safari
|
||||
$browser = $match[0];
|
||||
} elseif (preg_match('/MSIE [\d\.\w]*/', $flag, $match)) {
|
||||
// IE
|
||||
$browser = $match[0];
|
||||
} elseif (preg_match('/Opera\/[\d\.\w]*/', $flag, $match)) {
|
||||
// opera
|
||||
$browser = $match[0];
|
||||
} elseif (preg_match('/Firefox\/[\d\.\w]*/', $flag, $match)) {
|
||||
// Firefox
|
||||
$browser = $match[0];
|
||||
} elseif (preg_match('/OmniWeb\/(v*)([^\s|;]+)/i', $flag, $match)) {
|
||||
//OmniWeb
|
||||
$browser = $match[2];
|
||||
} elseif (preg_match('/Netscape([\d]*)\/([^\s]+)/i', $flag, $match)) {
|
||||
//Netscape
|
||||
$browser = $match[2];
|
||||
} elseif (preg_match('/Lynx\/([^\s]+)/i', $flag, $match)) {
|
||||
//Lynx
|
||||
$browser = $match[1];
|
||||
} elseif (preg_match('/360SE/i', $flag, $match)) {
|
||||
//360SE
|
||||
$browser = '360安全浏览器';
|
||||
} elseif (preg_match('/SE 2.x/i', $flag, $match)) {
|
||||
//搜狗
|
||||
$browser = '搜狗浏览器';
|
||||
} else {
|
||||
$browser = 'unkown';
|
||||
}
|
||||
return [$sys, $browser];
|
||||
}
|
||||
|
||||
function is_url($url)
|
||||
{
|
||||
if (filter_var($url, FILTER_VALIDATE_URL) !== false) {
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
function urlheader($url)
|
||||
{
|
||||
$curl = curl_init();
|
||||
curl_setopt($curl, CURLOPT_URL, $url);
|
||||
curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1);
|
||||
curl_setopt($curl, CURLOPT_HEADER, 1); //输出header信息
|
||||
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1); //不显示网页内容
|
||||
curl_setopt($curl, CURLOPT_ENCODING, ''); //允许执行gzip
|
||||
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, FALSE);
|
||||
curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, FALSE);
|
||||
curl_setopt($curl, CURLOPT_REFERER, $url);
|
||||
curl_setopt($curl, CURLOPT_TIMEOUT, 8);
|
||||
$data = curl_exec($curl);
|
||||
$pHeader = array();
|
||||
if (!curl_errno($curl)) {
|
||||
$info = curl_getinfo($curl);
|
||||
$httpHeaderSize = $info['header_size']; //header字符串体积
|
||||
$Header = substr($data, 0, $httpHeaderSize); //获得header字符串
|
||||
preg_match_all("/([A-Za-z_\-]*?): (.*?)\r/iU", $Header, $pat_array);
|
||||
$headers = array();
|
||||
foreach ($pat_array['1'] as $key => $vo) {
|
||||
$headers[$vo] = $pat_array['2'][$key];
|
||||
}
|
||||
$pHeader['head'] = $headers;
|
||||
$data = substr($data, $httpHeaderSize);
|
||||
$ysize = strlen($data);
|
||||
$pHeader['jc'] = array(
|
||||
'ystype' => isset($headers['Content-Encoding']) ? $headers['Content-Encoding'] : '-',
|
||||
'ysize' => $ysize,
|
||||
'yssize' => $info['size_download'],
|
||||
'ysl' => @round((100 - ($info['size_download'] / $ysize * 100)), 3),
|
||||
);
|
||||
}
|
||||
curl_close($curl);
|
||||
return $pHeader;
|
||||
}
|
||||
|
||||
function htmlTotext($str)
|
||||
{
|
||||
$str = str_replace(array("\n", "\r", "\t", ' ', ' '), '', $str);
|
||||
$str = preg_replace("/<style.*?>.*?<\/style.*?>/is", "", $str);
|
||||
$str = preg_replace("/<script.*?>.*?<\/script.*?>/is", "", $str);
|
||||
$str = strip_tags($str);
|
||||
return $str;
|
||||
}
|
||||
|
||||
function webstatus($url)
|
||||
{
|
||||
$curl = curl_init();
|
||||
curl_setopt($curl, CURLOPT_URL, $url);
|
||||
curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1);
|
||||
curl_setopt($curl, CURLOPT_HEADER, 1); //输出header信息
|
||||
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1); //不显示网页内容
|
||||
curl_setopt($curl, CURLOPT_ENCODING, ''); //允许执行gzip
|
||||
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, FALSE);
|
||||
curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, FALSE);
|
||||
curl_setopt($curl, CURLOPT_REFERER, $url);
|
||||
curl_setopt($curl, CURLOPT_TIMEOUT, 8);
|
||||
$data = curl_exec($curl);
|
||||
$Header = '';
|
||||
$code = '';
|
||||
$ip = '';
|
||||
if (!curl_errno($curl) && $data) {
|
||||
$info = curl_getinfo($curl);
|
||||
$httpHeaderSize = $info['header_size']; //header字符串体积
|
||||
$Header = substr($data, 0, $httpHeaderSize); //获得header字符串
|
||||
$code = $info['http_code'];
|
||||
$ip = $info['primary_ip'];
|
||||
}
|
||||
curl_close($curl);
|
||||
return array(
|
||||
'head' => str_replace(array("\r", "\n"), array("<br/>", ""), $Header),
|
||||
'code' => $code,
|
||||
'ip' => $ip
|
||||
);
|
||||
}
|
||||
|
||||
# 域名whois查询
|
||||
function whois_query($domain)
|
||||
{
|
||||
// fix the domain name:
|
||||
$domain = strtolower(trim($domain));
|
||||
$domain = preg_replace('/^http:\/\//i', '', $domain);
|
||||
$domain = preg_replace('/^www\./i', '', $domain);
|
||||
$domain = explode('/', $domain);
|
||||
$domain = trim($domain[0]);
|
||||
// split the TLD from domain name
|
||||
$_domain = explode('.', $domain);
|
||||
$lst = count($_domain) - 1;
|
||||
$ext = $_domain[$lst];
|
||||
// You find resources and lists
|
||||
// like these on wikipedia:
|
||||
//
|
||||
// http://de.wikipedia.org/wiki/Whois
|
||||
//
|
||||
$servers = array(
|
||||
"biz" => "whois.neulevel.biz",
|
||||
"com" => "whois.internic.net",
|
||||
"us" => "whois.nic.us",
|
||||
"coop" => "whois.nic.coop",
|
||||
"info" => "whois.nic.info",
|
||||
"name" => "whois.nic.name",
|
||||
"net" => "whois.internic.net",
|
||||
"gov" => "whois.nic.gov",
|
||||
"edu" => "whois.internic.net",
|
||||
"mil" => "rs.internic.net",
|
||||
"int" => "whois.iana.org",
|
||||
"ac" => "whois.nic.ac",
|
||||
"ae" => "whois.uaenic.ae",
|
||||
"at" => "whois.ripe.net",
|
||||
"au" => "whois.aunic.net",
|
||||
"be" => "whois.dns.be",
|
||||
"bg" => "whois.ripe.net",
|
||||
"br" => "whois.registro.br",
|
||||
"bz" => "whois.belizenic.bz",
|
||||
"ca" => "whois.cira.ca",
|
||||
"cc" => "whois.nic.cc",
|
||||
"ch" => "whois.nic.ch",
|
||||
"cl" => "whois.nic.cl",
|
||||
"cn" => "whois.cnnic.net.cn",
|
||||
"cz" => "whois.nic.cz",
|
||||
"de" => "whois.nic.de",
|
||||
"fr" => "whois.nic.fr",
|
||||
"hu" => "whois.nic.hu",
|
||||
"ie" => "whois.domainregistry.ie",
|
||||
"il" => "whois.isoc.org.il",
|
||||
"in" => "whois.ncst.ernet.in",
|
||||
"ir" => "whois.nic.ir",
|
||||
"mc" => "whois.ripe.net",
|
||||
"to" => "whois.tonic.to",
|
||||
"tv" => "whois.tv",
|
||||
"ru" => "whois.ripn.net",
|
||||
"org" => "whois.pir.org",
|
||||
"aero" => "whois.information.aero",
|
||||
"nl" => "whois.domain-registry.nl"
|
||||
);
|
||||
if (!isset($servers[$ext])) {
|
||||
return 'Error: No matching nic server found!';
|
||||
}
|
||||
$nic_server = $servers[$ext];
|
||||
$output = '';
|
||||
// connect to whois server:
|
||||
if ($conn = fsockopen($nic_server, 43)) {
|
||||
fputs($conn, $domain . "\r\n");
|
||||
while (!feof($conn)) {
|
||||
$output .= fgets($conn, 128);
|
||||
}
|
||||
fclose($conn);
|
||||
} else {
|
||||
return 'Error: Could not connect to ' . $nic_server . '!';
|
||||
}
|
||||
return $output;
|
||||
}
|
||||
|
||||
function urltitlecode($url)
|
||||
{
|
||||
$url = htmlspecialchars_decode($url);
|
||||
$curl = curl_init();
|
||||
curl_setopt($curl, CURLOPT_URL, $url);
|
||||
curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1);
|
||||
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1); //不显示网页内容
|
||||
curl_setopt($curl, CURLOPT_ENCODING, ''); //允许执行gzip
|
||||
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, FALSE);
|
||||
curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, FALSE);
|
||||
curl_setopt($curl, CURLOPT_REFERER, $url);
|
||||
curl_setopt($curl, CURLOPT_TIMEOUT, 8);
|
||||
$data = curl_exec($curl);
|
||||
$code = '404';
|
||||
$title = '页面不见啦!';
|
||||
if (!curl_errno($curl)) {
|
||||
$data = strToUTF8($data);
|
||||
$info = curl_getinfo($curl);
|
||||
$data = htmlspecialchars_decode($data);
|
||||
preg_match("/.*<title>(.*?)<\/title>.*/is", $data, $match);
|
||||
$title = isset($match['1']) ? $match['1'] : ' - ';
|
||||
$code = $info['http_code'];
|
||||
}
|
||||
curl_close($curl);
|
||||
return array(
|
||||
'code' => $code,
|
||||
'title' => $title
|
||||
);
|
||||
}
|
||||
|
||||
function json($data){
|
||||
header('Content-Type: application/json');
|
||||
echo json_encode($data, JSON_UNESCAPED_UNICODE);
|
||||
exit;
|
||||
}
|
||||
|
||||
function page($array, $pagesize, $current)
|
||||
{
|
||||
$_return = array();
|
||||
$count = Count($array);
|
||||
$total = ceil($count / $pagesize);//求总页数
|
||||
$current = ($current > ($total) ? ($total) : $current);//当前页如果大于总页数,当前页为最后一页
|
||||
$start = ($current - 1) * $pagesize;//分页显示时,应该从多少条信息开始读取
|
||||
$page = ($start + $pagesize);
|
||||
$page = $count < $page ? $count : $page;
|
||||
for ($i = $start; $i < $page; $i++) {
|
||||
if (isset($array[$i])) array_push($_return, $array[$i]);//将该显示的信息放入数组 $_return 中
|
||||
}
|
||||
return array(
|
||||
$_return,
|
||||
$total,
|
||||
$count
|
||||
);
|
||||
}
|
||||
|
||||
function getWebConfig(){
|
||||
return require_once (BASE_PATH . "/config/web.php");
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>404 - 在线工具</title>
|
||||
</head>
|
||||
<body>
|
||||
<article>
|
||||
<p>页面找不到了,什么情况?</p>
|
||||
<p><a href="/">回到首页</a></p>
|
||||
</article>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,11 @@
|
||||
<div class="copyright" id="footer">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-12"><span>Copyright ©2023</span>Powered by <a href="https://bwg.winxg.com/" target="_blank">bwg</a></div>
|
||||
<script>
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a class="gotop" href="#top" title="返回顶部" style="display: none;"><span class="arrow"></span><span
|
||||
class="arrow lit"></span></a>
|
||||
@@ -0,0 +1,196 @@
|
||||
<div class="navbar navbar-default navbar-static-top navbar-fixed-top">
|
||||
<div class="jz container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"
|
||||
aria-expanded="false" aria-controls="navbar"><span class="sr-only">工具狗</span> <span
|
||||
class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button>
|
||||
<a class="navbar-brand" href="/" title="工具网"><em class="logo_ico glyphicon glyphicon-wrench"></em>工具狗</a>
|
||||
</div>
|
||||
<div id="navbar" class="navbar-collapse collapse" role="navigation">
|
||||
<ul class="nav navbar-nav" id="top_menu">
|
||||
<li class="dropdown"><a href="/" class="dropdown-toggle" data-toggle="dropdown"
|
||||
role="button" aria-haspopup="true" aria-expanded="false">JSON工具<span
|
||||
class="caret"></span></a>
|
||||
<ul class="dropdown-menu ul-list">
|
||||
<li><a href="/json/">Json格式化</a></li>
|
||||
<li><a href="/jsonudview/"> Json格式化(上下)</a></li>
|
||||
<li><a href="/jsonlrview/">Json格式化(左右)</a></li>
|
||||
<li><a href="/jsonzip/">Json在线压缩转义</a></li>
|
||||
<li role="separator" class="divider"></li>
|
||||
<li><a href="/json2cs/">Json生成C#实体类</a></li>
|
||||
<li><a href="/json2java/"> Json生成Java实体类</a></li>
|
||||
<li><a href="/json2go/">Json生成Go结构体</a></li>
|
||||
<li><a href="/sql2java/">SQL转Java实体类</a></li>
|
||||
<li><a href="/json2xml/">XML和Json在线互转</a></li>
|
||||
<li><a href="/excel2json/">Excel/CSV转Json格式</a></li>
|
||||
<li><a href="/json2excel/">Json转Excel/CSV格式</a></li>
|
||||
<li><a href="/json2get/">JSON和GET参数互转</a></li>
|
||||
<li><a href="/json2yaml/">JSON转YAML</a></li>
|
||||
</ul>
|
||||
<li class="dropdown">
|
||||
<li class="dropdown"><a href="/" class="dropdown-toggle" data-toggle="dropdown"
|
||||
role="button" aria-haspopup="true" aria-expanded="false">格式化转换<span
|
||||
class="caret"></span></a>
|
||||
<ul class="dropdown-menu ul-list">
|
||||
<li><a href="/formathtml/">HTML格式化/压缩</a></li>
|
||||
<li><a href="/formatcss/" style="color:#f30"> CSS格式化/压缩</a></li>
|
||||
<li><a href="/formatjs/">JS格式化/压缩</a></li>
|
||||
<li><a href="/endecodejs/">JS加密/解密</a></li>
|
||||
<li><a href="/confundirjs/"> JS代码混合加密</a></li>
|
||||
<li><a href="/formatsql/">SQL压缩/格式化</a></li>
|
||||
<li><a href="/formatphp/">PHP代码格式化工具</a></li>
|
||||
<li><a href="/formatxml/">XML压缩/格式化 </a></li>
|
||||
<li role="separator" class="divider"></li>
|
||||
<li><a href="/htmloutjs/" style="color:#f30">Html/JS互转</a></li>
|
||||
<li><a href="/htmlescape/"> Html转义工具</a></li>
|
||||
<li><a href="/html2cj/"> Html转C#/JSP</a></li>
|
||||
<li><a href="/html2php/">Html转PHP代码</a></li>
|
||||
<li><a href="/html2all/">Html转ASP/Perl</a></li>
|
||||
<li><a href="/htmlfromcsv/">Excel转HTML表格</a></li>
|
||||
<li><a href="/htmltable/">Html表格生成器</a></li>
|
||||
<li><a href="/htmlmarkdown/">HTML/MarkDown互转</a></li>
|
||||
<li role="separator" class="divider"></li>
|
||||
<li><a href="/regex/" style="color:green">正则表达式测试工具</a></li>
|
||||
<li><a href="/regexcode/">正则生成代码</a></li>
|
||||
<li><a href="/formatfilter/">Html过滤工具</a></li>
|
||||
<li><a href="/runjs/">运行Js/html/css</a></li>
|
||||
<li><a href="/xpath/">Xpath工具</a></li>
|
||||
</ul>
|
||||
<li class="dropdown">
|
||||
<li class="dropdown"><a href="/" class="dropdown-toggle" data-toggle="dropdown"
|
||||
role="button" aria-haspopup="true" aria-expanded="false">加解密编码<span
|
||||
class="caret"></span></a>
|
||||
<ul class="dropdown-menu ul-list">
|
||||
<li><a href="/md5/">MD5加密工具</a></li>
|
||||
<li><a href="/urlcode/">URL网址16进制加密</a></li>
|
||||
<li><a href="/urlthunder/">迅雷旋风URL加解密</a></li>
|
||||
<li><a href="/base64/"> Base64加密/解密</a></li>
|
||||
<li><a href="/escape/">Escape加密/解密</a></li>
|
||||
<li><a href="/deencrypt/">对称加密/解密</a></li>
|
||||
<li><a href="/shaencrypt/">SHA/SHA256加密</a></li>
|
||||
<li><a href="/allencrypt/">散列/哈希加密大全</a></li>
|
||||
<li><a href="/morse/">摩尔斯电码加解密</a></li>
|
||||
<li><a href="/password/">密码生成器</a></li>
|
||||
<li role="separator" class="divider"></li>
|
||||
<li><a href="/uuid/">UUID在线生成</a></li>
|
||||
<li><a href="/guid/">GUID在线生成</a></li>
|
||||
<li><a href="/barcode/">条形码生成器</a></li>
|
||||
<li><a href="/ip2long/">IP/数字地址转换</a></li>
|
||||
<li><a href="/img2base64/" style="color:#f00"> 图片转Base64</a></li>
|
||||
<li><a href="/utf8/">UTF-8转GBK</a></li>
|
||||
<li><a href="/unicode/">Unicode/ASCII转换</a></li>
|
||||
<li><a href="/ascii/">ASCII编码/解码</a></li>
|
||||
<li><a href="/urlencode/">URL编码/解码</a></li>
|
||||
<li><a href="/keyboardcode/">KeyCode键盘按键码</a></li>
|
||||
<li><a href="/androidkeycode/">Android按键码</a></li>
|
||||
<li><a href="/keyboardtest/">键盘测试工具</a></li>
|
||||
</ul>
|
||||
<li class="dropdown">
|
||||
<li class="dropdown"><a href="/" class="dropdown-toggle" data-toggle="dropdown"
|
||||
role="button" aria-haspopup="true" aria-expanded="false">文本数字<span
|
||||
class="caret"></span></a>
|
||||
<ul class="dropdown-menu ul-list">
|
||||
<li><a href="/editor/">Html在线编辑器</a></li>
|
||||
<li><a href="/autoformat/" style="color:#f30"> 文章自动排版</a></li>
|
||||
<li><a href="/caiji/" style="color:green"> 文章内容采集</a></li>
|
||||
<li><a href="/jianfan/">简繁字体转换</a></li>
|
||||
<li><a href="/pinyin/">汉字转为拼音</a></li>
|
||||
<li><a href="/huoxingwen/">火星文转换器</a></li>
|
||||
<li><a href="/txtreplace/">文本内容替换</a></li>
|
||||
<li><a href="/textdiff/"> 文本内容对比</a></li>
|
||||
<li><a href="/txtcount/">在线统计字数工具</a></li>
|
||||
<li><a href="/quchong/">内容去重工具</a></li>
|
||||
<li><a href="/wenzitexiao/">文字特效工具</a></li>
|
||||
<li><a href="/zipstringtext/">字符串文本压缩工具</a></li>
|
||||
<li role="separator" class="divider"></li>
|
||||
<li><a href="/camelcase/" style="color:blue">驼峰与下划线互转</a></li>
|
||||
<li><a href="/quanbaojiao/">全角半角转换</a></li>
|
||||
<li><a href="/enlower/">英文字母大小写转换</a></li>
|
||||
<li><a href="/rmbdaxie/">人民币大写转换工具</a></li>
|
||||
<li><a href="/random/">随机数生成器</a></li>
|
||||
<li><a href="/unixtime/"> Unix时间戳在线转换</a></li>
|
||||
<li><a href="/hexconvert/">常用进制转换工具</a></li>
|
||||
<li><a href="/hexrgb/"> RGB颜色在线转换</a></li>
|
||||
</ul>
|
||||
<li class="dropdown">
|
||||
<li class="dropdown"><a href="/" class="dropdown-toggle" data-toggle="dropdown"
|
||||
role="button" aria-haspopup="true" aria-expanded="false">网络<span
|
||||
class="caret"></span></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="/ip/">IP地址归属地查询</a></li>
|
||||
<li><a href="/websocket/">Websocket测试</a></li>
|
||||
<li><a href="/browserinfo/">获取浏览器信息</a></li>
|
||||
<li><a href="/dns/">公共DNS</a></li>
|
||||
<li><a href="/alldns/">各地区公共DNS</a></li>
|
||||
</ul>
|
||||
<li class="dropdown">
|
||||
<li class="dropdown"><a href="/" class="dropdown-toggle" data-toggle="dropdown"
|
||||
role="button" aria-haspopup="true" aria-expanded="false">站长<span
|
||||
class="caret"></span></a>
|
||||
<ul class="dropdown-menu ul-list">
|
||||
<li><a href="/checkweixin/" style="color:red">微信域名检测工具</a></li>
|
||||
<li><a href="/htaccess2nginx/" style="color:green">htaccess转nginx</a></li>
|
||||
<li><a href="/shortcut/">生成桌面快捷方式</a></li>
|
||||
<li><a href="/px2rem/">rem与px转换工具</a></li>
|
||||
<li><a href="/favicon/">在线制作ico图标</a></li>
|
||||
<li><a href="/createmeta/">生成网页Meta标签</a></li>
|
||||
<li><a href="/refresh/">在线定时刷新网址</a></li>
|
||||
<li><a href="/tiaoseban/">在线调色板</a></li>
|
||||
<li role="separator" class="divider"></li>
|
||||
<li><a href="/gzip/">网站Gzip压缩检测</a></li>
|
||||
<li><a href="/checkurl/">网站死链检测</a></li>
|
||||
<li><a href="/whois/"> Whois查询工具</a></li>
|
||||
<li><a href="/chaicp/">ICP网站备案查询</a></li>
|
||||
<li><a href="/chameta/">Meta标签优化分析</a></li>
|
||||
<li><a href="/checkkeyword/">网页关键词密度检测</a></li>
|
||||
<li><a href="/webstatus/">HTTP状态码查询</a></li>
|
||||
</ul>
|
||||
<li class="dropdown">
|
||||
<li class="dropdown"><a href="/" class="dropdown-toggle" data-toggle="dropdown"
|
||||
role="button" aria-haspopup="true" aria-expanded="false">计算<span
|
||||
class="caret"></span></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="/nianlvli/">利率计算器在线</a></li>
|
||||
<li><a href="/subnetmask/">子网掩码计算器</a></li>
|
||||
<li><a href="/calculator/">在线科学计算器</a></li>
|
||||
</ul>
|
||||
<li class="dropdown">
|
||||
<li class="dropdown"><a href="/" class="dropdown-toggle" data-toggle="dropdown"
|
||||
role="button" aria-haspopup="true" aria-expanded="false">其他<span
|
||||
class="caret"></span></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="/tuya/">在线涂鸦画板</a></li>
|
||||
<li><a href="/shizhong/">在线时钟</a></li>
|
||||
<li><a href="/worldtime/">世界各地时间</a></li>
|
||||
<li><a href="/capital/">世界各国首都查询</a></li>
|
||||
<li><a href="/currency/">世界各地货币查询</a></li>
|
||||
<li><a href="/areacode/">世界各国区号时差查询</a></li>
|
||||
<li><a href="/jieri/">世界节日查询</a></li>
|
||||
<li><a href="/shaoshuminzu/">全国少数民族分布查询</a></li>
|
||||
<li><a href="/chaodai/">中国历史朝代时间查询表</a></li>
|
||||
<li><a href="/tesufuhao/">特殊符号大全</a></li>
|
||||
<li><a href="/lishishangdejintian/">历史上的今天</a></li>
|
||||
</ul>
|
||||
<li class="dropdown">
|
||||
<li class="dropdown"><a href="/" class="dropdown-toggle" data-toggle="dropdown"
|
||||
role="button" aria-haspopup="true" aria-expanded="false">对照列表<span
|
||||
class="caret"></span></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="/useragent/">常用User-Agent</a></li>
|
||||
<li><a href="/contenttype/">Content-Type对照表</a></li>
|
||||
<li><a href="/requestmethod/">Request请求大全</a></li>
|
||||
<li><a href="/httpheader/">HTTP请求头大全</a></li>
|
||||
<li><a href="/pagecode/"> HTTP状态码</a></li>
|
||||
<li role="separator" class="divider"></li>
|
||||
<li><a href="/asciicode/">ASCII对照表</a></li>
|
||||
<li><a href="/htmlescapechar/">HTML特殊字符转义</a></li>
|
||||
<li><a href="/ports/">常见端口大全</a></li>
|
||||
<li><a href="/bootstrapicon/">Bootstrap字体图标</a></li>
|
||||
<li><a href="/androidmanifest/"> Android Manifest权限大全</a></li>
|
||||
<li><a href="/linuxcmd/">Linux常用命令大全</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,5 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.aesencrypt.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.aesencrypt.keywords}" /><meta name="description" content="{$my.Think.config.web.aesencrypt.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group">
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/deencrypt/">对称加密/解密</a></li><li role="presentation" class="active"><a href="/aesencrypt/">AES加密/解密</a></li><li role="presentation"><a href="/desencrypt/">DES加密/解密</a></li><li role="presentation"><a href="/rc4encrypt/">RC4加密/解密</a></li><li role="presentation"><a href="/rabbitencrypt/">Rabbit加密/解密</a></li><li role="presentation"><a href="/tripledes/">TripleDES加密/解密</a></li><li role="presentation"><a href="/shaencrypt/">SHA/SHA256加密</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/allencrypt/">散列/哈希加密大全</a></li><li role="presentation"><a href="/morse/">摩尔斯电码加解密</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><div class="col-sm-12"><textarea onmouseover="this.focus();" id="content" name="content" class="form-control" rows="12" placeholder="请输入要加密或者解密的内容"></textarea></div></div><div class="form-group"><div class="col-sm-12 text-center"><input type="hidden" value="aes" name="encrypt_type"><input type="text" class="form-control form-di input-encrypt-txt" id="pwd" title="密钥,可不填" placeholder="密钥,可不填" /><input type="button" id="conv" onclick="encrypt();" value="加密" class="btn btn-success"><input type="button" id="res" onclick="decrypt();" value="解密" class="btn btn-success"><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制</span><input type="button" onclick="resetAll();" value="清空" class="btn btn-default"></div></div><div class="form-group"><div class="col-sm-12"><pre><code id="result"></code></pre></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>AES加密解密工具</h4><p>AES加解密工具为您提供AES加解密工具,AES可逆加密算法在线测试,aes算法,可自定义AES加密解密秘钥,实现AES在线加密,AES在线解密,AES可逆加密解密的在线工具。</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script type="text/javascript">setJS(["/static/script/pcjs/crypto-js.js","/static/script/pcjs/aes.js","/static/script/pcjs/rabbit.js","/static/script/pcjs/rc4.js","/static/script/pcjs/tripledes.js","/static/script/pcjs/deencrypt.js"]);</script><script src="/static/script/hightout.js"></script>{include file="nav" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,5 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.allencrypt.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.allencrypt.keywords}" /><meta name="description" content="{$my.Think.config.web.allencrypt.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group">
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/deencrypt/">对称加密/解密</a></li><li role="presentation"><a href="/aesencrypt/">AES加密/解密</a></li><li role="presentation"><a href="/desencrypt/">DES加密/解密</a></li><li role="presentation"><a href="/rc4encrypt/">RC4加密/解密</a></li><li role="presentation"><a href="/rabbitencrypt/">Rabbit加密/解密</a></li><li role="presentation"><a href="/tripledes/">TripleDES加密/解密</a></li><li role="presentation" class="active"><a href="/allencrypt/">散列/哈希加密大全</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/shaencrypt/">SHA/SHA256加密</a></li><li role="presentation"><a href="/morse/">摩尔斯电码加解密</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><div class="col-sm-12"><textarea onmouseover="this.focus();" id="content" name="content" class="form-control" rows="8" placeholder="请把你需要加密转换的内容粘贴在这里"></textarea></div></div><div class="form-group" id="p_div" style="display: none;"><div class="col-sm-12"><input class="form-control" type="text" id="pwd" placeholder="请输入加密秘钥" /></div></div><div class="form-group"><div class="col-sm-12"><button type="button" class="btn btn-success" onclick="hashjsonscn('SHA1');">SHA1</button><button type="button" class="btn btn-success" onclick="hashjsonscn('SHA224');">SHA224</button><button type="button" class="btn btn-success" onclick="hashjsonscn('SHA256');">SHA256</button><button type="button" class="btn btn-success" onclick="hashjsonscn('SHA384');">SHA384</button><button type="button" class="btn btn-success" onclick="hashjsonscn('SHA512');">SHA512</button><button type="button" class="btn btn-success" onclick="hashjsonscn('MD5');">MD5</button><button type="button" class="btn btn-info" onclick="hashjsonscn('HmacMD5');">HmacMD5</button></div></div><div class="form-group"><div class="col-sm-12"><button type="button" class="btn btn-info" onclick="hashjsonscn('HmacSHA1');">HmacSHA1</button><button type="button" class="btn btn-info" onclick="hashjsonscn('HmacSHA224');">HmacSHA224</button><button type="button" class="btn btn-info" onclick="hashjsonscn('HmacSHA256');">HmacSHA256</button><button type="button" class="btn btn-info" onclick="hashjsonscn('HmacSHA384');">HmacSHA384</button><button type="button" class="btn btn-info" onclick="hashjsonscn('HmacSHA512');">HmacSHA512</button><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制结果</span><input type="button" onclick="ClearAll();" value="清空" class="btn btn-default" /></div></div><div class="form-group"><div class="col-sm-12"><pre><code id="result"></code></pre></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>散列哈希HASH加密工具</h4><p>散列哈希HASH加密工具为您提供MD5、HmacMD5在线加密,SHA加密算法:SHA1加密,SHA224加密,SHA256加密,SHA384加密,SHA512加密,HmacSHA1加密,HmacSHA224加密,HmacSHA256加密,HmacSHA384加密,HmacSHA512加密等在线加密工具,希望对您有帮助。</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script src="/static/script/hightout.js"></script><script type="text/javascript">setJS(["/static/script/encrypt/pcjson-aes.js","/static/script/encrypt/pcjson-base64-min.js","/static/script/encrypt/pcjson-md5.js","/static/script/encrypt/pcjson-ripemd160.js","/static/script/encrypt/pcjson-sha1.js","/static/script/encrypt/pcjson-sha224.js","/static/script/encrypt/pcjson-sha256.js","/static/script/encrypt/pcjson-sha3.js","/static/script/encrypt/pcjson-sha384.js","/static/script/encrypt/pcjson-sha512.js","/static/script/encrypt/md5.js","/static/script/encrypt/pbkdf2.js","/static/script/encrypt/rabbit-legacy.js","/static/script/encrypt/rabbit.js","/static/script/encrypt/rc4.js","/static/script/encrypt/ripemd160.js","/static/script/encrypt/sha1.js","/static/script/encrypt/sha224.js","/static/script/encrypt/sha256.js","/static/script/encrypt/sha3.js","/static/script/encrypt/sha384.js","/static/script/encrypt/sha512.js","/static/script/encrypt/tripledes.js","/static/script/encrypt/allencrypt.js"]);</script>{include file="nav" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,130 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.androidmanifest.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.androidmanifest.keywords}" /><meta name="description" content="{$my.Think.config.web.androidmanifest.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/useragent/">常用User-Agent</a></li><li role="presentation"><a href="/contenttype/">Content-Type对照表</a></li><li role="presentation"><a href="/requestmethod/">Request请求大全</a></li><li role="presentation"><a href="/httpheader/">HTTP请求头大全</a></li><li role="presentation"><a href="/pagecode/"> HTTP状态码</a></li><li role="presentation"><a href="/asciicode/">ASCII对照表</a></li><li role="presentation" class="active"><a href="/androidmanifest/"> Android Manifest权限大全</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/htmlescapechar/">HTML特殊字符转义</a></li><li role="presentation"><a href="/ports/">常见端口大全</a></li><li role="presentation"><a href="/bootstrapicon/">Bootstrap字体图标</a></li><li role="presentation"><a href="/linuxcmd/">Linux常用命令大全</a></li></ul></li></ul> <div class="alert alert-success alert-dismissible" role="alert">Android Manifest 权限描述大全对照表,可以方便andriod开发者查看安卓权限描述功能 <code>小技巧: Ctrl+F 快速查找</code></div>
|
||||
<div class="form-group">
|
||||
<div class="table-responsive"><table class="table table-striped table-bordered"><tbody>
|
||||
<tr><th style="width:25%;" class="titcolor">权限</th><th style="width:15%;" class="titcolor">名称</th><th style="width:60%;" class="titcolor">描述</th></tr>
|
||||
<tr><td>android.permission.ACCESS_CHECKIN_PROPERTIES</td><td>访问登记属性</td><td>读取或写入登记check-in数据库属性表的权限</td></tr>
|
||||
<tr><td>android.permission.ACCESS_COARSE_LOCATION</td><td>获取错略位置</td><td>通过WiFi或移动基站的方式获取用户错略的经纬度信息,定位精度大概误差在30~1500米</td></tr>
|
||||
<tr><td>android.permission.ACCESS_FINE_LOCATION</td><td>获取精确位置</td><td>通过GPS芯片接收卫星的定位信息,定位精度达10米以内</td></tr>
|
||||
<tr><td>android.permission.ACCESS_LOCATION_EXTRA_COMMANDS</td><td>访问定位额外命令</td><td>允许程序访问额外的定位提供者指令</td></tr>
|
||||
<tr><td>android.permission.ACCESS_MOCK_LOCATION</td><td>获取模拟定位信息</td><td>获取模拟定位信息,一般用于帮助开发者调试应用</td></tr>
|
||||
<tr><td>android.permission.ACCESS_NETWORK_STATE</td><td>获取网络状态</td><td>获取网络信息状态,如当前的网络连接是否有效</td></tr>
|
||||
<tr><td>android.permission.ACCESS_SURFACE_FLINGER</td><td>访问Surface Flinger</td><td>Android平台上底层的图形显示支持,一般用于游戏或照相机预览界面和底层模式的屏幕截图</td></tr>
|
||||
<tr><td>android.permission.ACCESS_WIFI_STATE</td><td>获取WiFi状态</td><td>获取当前WiFi接入的状态以及WLAN热点的信息</td></tr>
|
||||
<tr><td>android.permission.ACCOUNT_MANAGER</td><td>账户管理</td><td>获取账户验证信息,主要为GMail账户信息,只有系统级进程才能访问的权限</td></tr>
|
||||
<tr><td>android.permission.AUTHENTICATE_ACCOUNTS</td><td>验证账户</td><td>允许一个程序通过账户验证方式访问账户管理ACCOUNT_MANAGER相关信息</td></tr>
|
||||
<tr><td>android.permission.BATTERY_STATS</td><td>电量统计</td><td>获取电池电量统计信息</td></tr>
|
||||
<tr><td>android.permission.BIND_APPWIDGET</td><td>绑定小插件</td><td>允许一个程序告诉appWidget服务需要访问小插件的数据库,只有非常少的应用才用到此权限</td></tr>
|
||||
<tr><td>android.permission.BIND_DEVICE_ADMIN</td><td>绑定设备管理</td><td>请求系统管理员接收者receiver,只有系统才能使用</td></tr>
|
||||
<tr><td>android.permission.BIND_INPUT_METHOD</td><td>绑定输入法</td><td>请求InputMethodService服务,只有系统才能使用</td></tr>
|
||||
<tr><td>android.permission.BIND_REMOTEVIEWS</td><td>绑定RemoteView</td><td>必须通过RemoteViewsService服务来请求,只有系统才能用</td></tr>
|
||||
<tr><td>android.permission.BIND_WALLPAPER</td><td>绑定壁纸</td><td>必须通过WallpaperService服务来请求,只有系统才能用</td></tr>
|
||||
<tr><td>android.permission.BLUETOOTH</td><td>使用蓝牙</td><td>允许程序连接配对过的蓝牙设备</td></tr>
|
||||
<tr><td>android.permission.BLUETOOTH_ADMIN</td><td>蓝牙管理</td><td>允许程序进行发现和配对新的蓝牙设备</td></tr>
|
||||
<tr><td>android.permission.BRICK</td><td>变成砖头</td><td>能够禁用手机,非常危险,顾名思义就是让手机变成砖头</td></tr>
|
||||
<tr><td>android.permission.BROADCAST_PACKAGE_REMOVED</td><td>应用删除时广播</td><td>当一个应用在删除时触发一个广播</td></tr>
|
||||
<tr><td>android.permission.BROADCAST_SMS</td><td>收到短信时广播</td><td>当收到短信时触发一个广播</td></tr>
|
||||
<tr><td>android.permission.BROADCAST_STICKY</td><td>连续广播</td><td>允许一个程序收到广播后快速收到下一个广播</td></tr>
|
||||
<tr><td>android.permission.BROADCAST_WAP_PUSH</td><td>WAP PUSH广播</td><td>WAP PUSH服务收到后触发一个广播</td></tr>
|
||||
<tr><td>android.permission.CALL_PHONE</td><td>拨打电话</td><td>允许程序从非系统拨号器里输入电话号码</td></tr>
|
||||
<tr><td>android.permission.CALL_PRIVILEGED</td><td>通话权限</td><td>允许程序拨打电话,替换系统的拨号器界面</td></tr>
|
||||
<tr><td>android.permission.CAMERA</td><td>拍照权限</td><td>允许访问摄像头进行拍照</td></tr>
|
||||
<tr><td>android.permission.CHANGE_COMPONENT_ENABLED_STATE</td><td>改变组件状态</td><td>改变组件是否启用状态</td></tr>
|
||||
<tr><td>android.permission.CHANGE_CONFIGURATION</td><td>改变配置</td><td>允许当前应用改变配置,如定位</td></tr>
|
||||
<tr><td>android.permission.CHANGE_NETWORK_STATE</td><td>改变网络状态</td><td>改变网络状态如是否能联网</td></tr>
|
||||
<tr><td>android.permission.CHANGE_WIFI_MULTICAST_STATE</td><td>改变WiFi多播状态</td><td>改变WiFi多播状态</td></tr>
|
||||
<tr><td>android.permission.CHANGE_WIFI_STATE</td><td>改变WiFi状态</td><td>改变WiFi状态</td></tr>
|
||||
<tr><td>android.permission.CLEAR_APP_CACHE</td><td>清除应用缓存</td><td>清除应用缓存</td></tr>
|
||||
<tr><td>android.permission.CLEAR_APP_USER_DATA</td><td>清除用户数据</td><td>清除应用的用户数据</td></tr>
|
||||
<tr><td>android.permission.CWJ_GROUP</td><td>底层访问权限</td><td>允许CWJ账户组访问底层信息</td></tr>
|
||||
<tr><td>android.permission.CELL_PHONE_MASTER_EX</td><td>手机优化大师扩展权限</td><td>手机优化大师扩展权限</td></tr>
|
||||
<tr><td>android.permission.CONTROL_LOCATION_UPDATES</td><td>控制定位更新</td><td>允许获得移动网络定位信息改变</td></tr>
|
||||
<tr><td>android.permission.DELETE_CACHE_FILES</td><td>删除缓存文件</td><td>允许应用删除缓存文件</td></tr>
|
||||
<tr><td>android.permission.DELETE_PACKAGES</td><td>删除应用</td><td>允许程序删除应用</td></tr>
|
||||
<tr><td>android.permission.DEVICE_POWER</td><td>电源管理</td><td>允许访问底层电源管理</td></tr>
|
||||
<tr><td>android.permission.DIAGNOSTIC</td><td>应用诊断</td><td>允许程序到RW到诊断资源</td></tr>
|
||||
<tr><td>android.permission.DISABLE_KEYGUARD</td><td>禁用键盘锁</td><td>允许程序禁用键盘锁</td></tr>
|
||||
<tr><td>android.permission.DUMP</td><td>转存系统信息</td><td>允许程序获取系统dump信息从系统服务</td></tr>
|
||||
<tr><td>android.permission.EXPAND_STATUS_BAR</td><td>状态栏控制</td><td>允许程序扩展或收缩状态栏</td></tr>
|
||||
<tr><td>android.permission.FACTORY_TEST</td><td>工厂测试模式</td><td>允许程序运行工厂测试模式</td></tr>
|
||||
<tr><td>android.permission.FLASHLIGHT</td><td>使用闪光灯</td><td>允许访问闪光灯</td></tr>
|
||||
<tr><td>android.permission.FORCE_BACK</td><td>强制后退</td><td>允许程序强制使用back后退按键,无论Activity是否在顶层</td></tr>
|
||||
<tr><td>android.permission.GET_ACCOUNTS</td><td>访问账户Gmail列表</td><td>访问GMail账户列表</td></tr>
|
||||
<tr><td>android.permission.GET_PACKAGE_SIZE</td><td>获取应用大小</td><td>获取应用的文件大小</td></tr>
|
||||
<tr><td>android.permission.GET_TASKS</td><td>获取任务信息</td><td>允许程序获取当前或最近运行的应用</td></tr>
|
||||
<tr><td>android.permission.GLOBAL_SEARCH</td><td>允许全局搜索</td><td>允许程序使用全局搜索功能</td></tr>
|
||||
<tr><td>android.permission.HARDWARE_TEST</td><td>硬件测试</td><td>访问硬件辅助设备,用于硬件测试</td></tr>
|
||||
<tr><td>android.permission.INJECT_EVENTS</td><td>注射事件</td><td>允许访问本程序的底层事件,获取按键、轨迹球的事件流</td></tr>
|
||||
<tr><td>android.permission.INSTALL_LOCATION_PROVIDER</td><td>安装定位提供</td><td>安装定位提供</td></tr>
|
||||
<tr><td>android.permission.INSTALL_PACKAGES</td><td>安装应用程序</td><td>允许程序安装应用</td></tr>
|
||||
<tr><td>android.permission.INTERNAL_SYSTEM_WINDOW</td><td>内部系统窗口</td><td>允许程序打开内部窗口,不对第三方应用程序开放此权限</td></tr>
|
||||
<tr><td>android.permission.INTERNET</td><td>访问网络</td><td>访问网络连接,可能产生GPRS流量</td></tr>
|
||||
<tr><td>android.permission.KILL_BACKGROUND_PROCESSES</td><td>结束后台进程</td><td>允许程序调用killBackgroundProcesses(String).方法结束后台进程</td></tr>
|
||||
<tr><td>android.permission.MANAGE_ACCOUNTS</td><td>管理账户</td><td>允许程序管理AccountManager中的账户列表</td></tr>
|
||||
<tr><td>android.permission.MANAGE_APP_TOKENS</td><td>管理程序引用</td><td>管理创建、摧毁、Z轴顺序,仅用于系统</td></tr>
|
||||
<tr><td>android.permission.MTWEAK_USER</td><td>高级权限</td><td>允许mTweak用户访问高级系统权限</td></tr>
|
||||
<tr><td>android.permission.MTWEAK_FORUM</td><td>社区权限</td><td>允许使用mTweak社区权限</td></tr>
|
||||
<tr><td>android.permission.MASTER_CLEAR</td><td>软格式化</td><td>允许程序执行软格式化,删除系统配置信息</td></tr>
|
||||
<tr><td>android.permission.MODIFY_AUDIO_SETTINGS</td><td>修改声音设置</td><td>修改声音设置信息</td></tr>
|
||||
<tr><td>android.permission.MODIFY_PHONE_STATE</td><td>修改电话状态</td><td>修改电话状态,如飞行模式,但不包含替换系统拨号器界面</td></tr>
|
||||
<tr><td>android.permission.MOUNT_FORMAT_FILESYSTEMS</td><td>格式化文件系统</td><td>格式化可移动文件系统,比如格式化清空SD卡</td></tr>
|
||||
<tr><td>android.permission.MOUNT_UNMOUNT_FILESYSTEMS</td><td>挂载文件系统</td><td>挂载、反挂载外部文件系统</td></tr>
|
||||
<tr><td>android.permission.NFC</td><td>允许NFC通讯</td><td>允许程序执行NFC近距离通讯操作,用于移动支持</td></tr>
|
||||
<tr><td>android.permission.PERSISTENT_ACTIVITY</td><td>永久Activity</td><td>创建一个永久的Activity,该功能标记为将来将被移除</td></tr>
|
||||
<tr><td>android.permission.PROCESS_OUTGOING_CALLS</td><td>处理拨出电话</td><td>允许程序监视,修改或放弃播出电话</td></tr>
|
||||
<tr><td>android.permission.READ_CALENDAR</td><td>读取日程提醒</td><td>允许程序读取用户的日程信息</td></tr>
|
||||
<tr><td>android.permission.READ_CONTACTS</td><td>读取联系人</td><td>允许应用访问联系人通讯录信息</td></tr>
|
||||
<tr><td>android.permission.READ_FRAME_BUFFER</td><td>屏幕截图</td><td>读取帧缓存用于屏幕截图</td></tr>
|
||||
<tr><td>com.android.browser.permission.READ_HISTORY_BOOKMARKS</td><td>读取收藏夹和历史记录</td><td>读取浏览器收藏夹和历史记录</td></tr>
|
||||
<tr><td>android.permission.READ_INPUT_STATE</td><td>读取输入状态</td><td>读取当前键的输入状态,仅用于系统</td></tr>
|
||||
<tr><td>android.permission.READ_LOGS</td><td>读取系统日志</td><td>读取系统底层日志</td></tr>
|
||||
<tr><td>android.permission.READ_PHONE_STATE</td><td>读取电话状态</td><td>访问电话状态</td></tr>
|
||||
<tr><td>android.permission.READ_SMS</td><td>读取短信内容</td><td>读取短信内容</td></tr>
|
||||
<tr><td>android.permission.READ_SYNC_SETTINGS</td><td>读取同步设置</td><td>读取同步设置,读取Google在线同步设置</td></tr>
|
||||
<tr><td>android.permission.READ_SYNC_STATS</td><td>读取同步状态</td><td>读取同步状态,获得Google在线同步状态</td></tr>
|
||||
<tr><td>android.permission.REBOOT</td><td>重启设备</td><td>允许程序重新启动设备</td></tr>
|
||||
<tr><td>android.permission.RECEIVE_BOOT_COMPLETED</td><td>开机自动允许</td><td>允许程序开机自动运行</td></tr>
|
||||
<tr><td>android.permission.RECEIVE_MMS</td><td>接收彩信</td><td>接收彩信</td></tr>
|
||||
<tr><td>android.permission.RECEIVE_SMS</td><td>接收短信</td><td>接收短信</td></tr>
|
||||
<tr><td>android.permission.RECEIVE_WAP_PUSH</td><td>接收Wap Push</td><td>接收WAP PUSH信息</td></tr>
|
||||
<tr><td>android.permission.RECORD_AUDIO</td><td>录音</td><td>录制声音通过手机或耳机的麦克</td></tr>
|
||||
<tr><td>android.permission.REORDER_TASKS</td><td>排序系统任务</td><td>重新排序系统Z轴运行中的任务</td></tr>
|
||||
<tr><td>android.permission.RESTART_PACKAGES</td><td>结束系统任务</td><td>结束任务通过restartPackage(String)方法,该方式将在外来放弃</td></tr>
|
||||
<tr><td>android.permission.SEND_SMS</td><td>发送短信</td><td>发送短信</td></tr>
|
||||
<tr><td>android.permission.SET_ACTIVITY_WATCHER</td><td>设置Activity观察其</td><td>设置Activity观察器一般用于monkey测试</td></tr>
|
||||
<tr><td>com.android.alarm.permission.SET_ALARM</td><td>设置闹铃提醒</td><td>设置闹铃提醒</td></tr>
|
||||
<tr><td>android.permission.SET_ALWAYS_FINISH</td><td>设置总是退出</td><td>设置程序在后台是否总是退出</td></tr>
|
||||
<tr><td>android.permission.SET_ANIMATION_SCALE</td><td>设置动画缩放</td><td>设置全局动画缩放</td></tr>
|
||||
<tr><td>android.permission.SET_DEBUG_APP</td><td>设置调试程序</td><td>设置调试程序,一般用于开发</td></tr>
|
||||
<tr><td>android.permission.SET_ORIENTATION</td><td>设置屏幕方向</td><td>设置屏幕方向为横屏或标准方式显示,不用于普通应用</td></tr>
|
||||
<tr><td>android.permission.SET_PREFERRED_APPLICATIONS</td><td>设置应用参数</td><td>设置应用的参数,已不再工作具体查看addPackageToPreferred(String)介绍</td></tr>
|
||||
<tr><td>android.permission.SET_PROCESS_LIMIT</td><td>设置进程限制</td><td>允许程序设置最大的进程数量的限制</td></tr>
|
||||
<tr><td>android.permission.SET_TIME</td><td>设置系统时间</td><td>设置系统时间</td></tr>
|
||||
<tr><td>android.permission.SET_TIME_ZONE</td><td>设置系统时区</td><td>设置系统时区</td></tr>
|
||||
<tr><td>android.permission.SET_WALLPAPER</td><td>设置桌面壁纸</td><td>设置桌面壁纸</td></tr>
|
||||
<tr><td>android.permission.SET_WALLPAPER_HINTS</td><td>设置壁纸建议</td><td>设置壁纸建议</td></tr>
|
||||
<tr><td>android.permission.SIGNAL_PERSISTENT_PROCESSES</td><td>发送永久进程信号</td><td>发送一个永久的进程信号</td></tr>
|
||||
<tr><td>android.permission.STATUS_BAR</td><td>状态栏控制</td><td>允许程序打开、关闭、禁用状态栏</td></tr>
|
||||
<tr><td>android.permission.SUBSCRIBED_FEEDS_READ</td><td>访问订阅内容</td><td>访问订阅信息的数据库</td></tr>
|
||||
<tr><td>android.permission.SUBSCRIBED_FEEDS_WRITE</td><td>写入订阅内容</td><td>写入或修改订阅内容的数据库</td></tr>
|
||||
<tr><td>android.permission.SYSTEM_ALERT_WINDOW</td><td>显示系统窗口</td><td>显示系统窗口</td></tr>
|
||||
<tr><td>android.permission.UPDATE_DEVICE_STATS</td><td>更新设备状态</td><td>更新设备状态</td></tr>
|
||||
<tr><td>android.permission.USE_CREDENTIALS</td><td>使用证书</td><td>允许程序请求验证从AccountManager</td></tr>
|
||||
<tr><td>android.permission.USE_SIP</td><td>使用SIP视频</td><td>允许程序使用SIP视频服务</td></tr>
|
||||
<tr><td>android.permission.VIBRATE</td><td>使用振动</td><td>允许振动</td></tr>
|
||||
<tr><td>android.permission.WAKE_LOCK</td><td>唤醒锁定</td><td>允许程序在手机屏幕关闭后后台进程仍然运行</td></tr>
|
||||
<tr><td>android.permission.WRITE_APN_SETTINGS</td><td>写入GPRS接入点设置</td><td>写入网络GPRS接入点设置</td></tr>
|
||||
<tr><td>android.permission.WRITE_CALENDAR</td><td>写入日程提醒</td><td>写入日程,但不可读取</td></tr>
|
||||
<tr><td>android.permission.WRITE_CONTACTS</td><td>写入联系人</td><td>写入联系人,但不可读取</td></tr>
|
||||
<tr><td>android.permission.WRITE_EXTERNAL_STORAGE</td><td>写入外部存储</td><td>允许程序写入外部存储,如SD卡上写文件</td></tr>
|
||||
<tr><td>android.permission.WRITE_GSERVICES</td><td>写入Google地图数据</td><td>允许程序写入Google Map服务数据</td></tr>
|
||||
<tr><td>com.android.browser.permission.WRITE_HISTORY_BOOKMARKS</td><td>写入收藏夹和历史记录</td><td>写入浏览器历史记录或收藏夹,但不可读取</td></tr>
|
||||
<tr><td>android.permission.WRITE_SECURE_SETTINGS</td><td>读写系统敏感设置</td><td>允许程序读写系统安全敏感的设置项</td></tr>
|
||||
<tr><td>android.permission.WRITE_SETTINGS</td><td>读写系统设置</td><td>允许读写系统设置项</td></tr>
|
||||
<tr><td>android.permission.WRITE_SMS</td><td>编写短信</td><td>允许编写短信</td></tr>
|
||||
</tbody></table></div></div></div></div>
|
||||
</div> <div class="accordion-group"> </div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,5 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.ascii.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.ascii.keywords}" /><meta name="description" content="{$my.Think.config.web.ascii.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group">
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/img2base64/"> 图片转Base64</a></li><li role="presentation"><a href="/utf8/">UTF-8转GBK</a></li><li role="presentation"><a href="/unicode/">Unicode/ASCII转换</a></li><li role="presentation" class="active"><a href="/ascii/">ASCII编码/解码</a></li><li role="presentation"><a href="/urlencode/">URL编码/解码</a></li><li role="presentation"><a href="/navtiveunicode/">Native/Unicode编码转换</a></li><li role="presentation"><a href="/keyboardcode/">KeyCode键盘按键码</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/androidkeycode/">Android按键码</a></li><li role="presentation"><a href="/keyboardtest/">键盘测试工具</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><div class="col-sm-12"><textarea onmouseover="this.focus();" id="content" name="content" class="form-control" rows="10" placeholder="请输入要转换的文本"></textarea></div></div><div class="form-group"><div class="col-sm-12 text-center"><input type="button" onclick="javascript:a('CONVERT_FMT3');" value="中文转ASCII" class="btn btn-success"><input type="button" onclick="javascript:a('RECONVERT')" value="ASCII转中文" class="btn btn-success"><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制结果</span><input type="button" onclick="ClearAll();" value="清空" class="btn btn-default"></div></div><div class="form-group"><div class="col-sm-12"><pre><code id="result"></code></pre></div></div></form></div></div><div class="accordion-group"><div class="in collapse bs-docs-demoexample"><h4>在线Ascii编码解码工具</h4><p>在线Ascii编码解码工具提供在线Ascii编码解码工具,ASCII与中文互转,Ascii转中文,中文转Ascii编码在线转换,快速实现Ascii在线编码解码,实现Ascii与任意字符之间快速编码/解码等。</p></div></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script src="/static/script/pcjs/unicode.js" type="text/javascript"></script><script src="/static/script/hightout.js"></script>{include file="nav" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.asciicode.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.asciicode.keywords}" /><meta name="description" content="{$my.Think.config.web.asciicode.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/useragent/">常用User-Agent</a></li><li role="presentation"><a href="/contenttype/">Content-Type对照表</a></li><li role="presentation"><a href="/requestmethod/">Request请求大全</a></li><li role="presentation"><a href="/httpheader/">HTTP请求头大全</a></li><li role="presentation"><a href="/pagecode/"> HTTP状态码</a></li><li role="presentation" class="active"><a href="/asciicode/">ASCII对照表</a></li><li role="presentation"><a href="/htmlescapechar/">HTML特殊字符转义</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/ports/">常见端口大全</a></li><li role="presentation"><a href="/bootstrapicon/">Bootstrap字体图标</a></li><li role="presentation"><a href="/androidmanifest/"> Android Manifest权限大全</a></li><li role="presentation"><a href="/linuxcmd/">Linux常用命令大全</a></li></ul></li></ul> <div class="alert alert-success alert-dismissible" role="alert">
|
||||
在线Ascii码对照表,Ascii转换对照表 <code>小贴士:Ctrl+F 可快速查找 Ascii码 及 控制字符</code>
|
||||
</div><div class="panel panel-success"><table class="table table-bordered table-hover"><tbody><tr><th class="titcolor">ASCII值</th><th>控制字符</th><th class="titcolor">ASCII值</th><th>控制字符</th><th class="titcolor">ASCII值</th><th>控制字符</th><th class="titcolor">ASCII值</th><th>控制字符</th></tr><tr><td class="titcolor">0</td><td>NUT</td><td class="titcolor">32</td><td>(space)</td><td class="titcolor">64</td><td>@</td><td class="titcolor">96</td><td>、</td></tr><tr><td class="titcolor">1</td><td>SOH</td><td class="titcolor">33</td><td>!</td><td class="titcolor">65</td><td>A</td><td class="titcolor">97</td><td>a</td></tr><tr><td class="titcolor">2</td><td>STX</td><td class="titcolor">34</td><td>"
|
||||
</td><td class="titcolor">66</td><td>B</td><td class="titcolor">98</td><td>b</td></tr><tr><td class="titcolor">3</td><td>ETX</td><td class="titcolor">35</td><td>#</td><td class="titcolor">67</td><td>C</td><td class="titcolor">99</td><td>c</td></tr><tr><td class="titcolor">4</td><td>EOT</td><td class="titcolor">36</td><td>$</td><td class="titcolor">68</td><td>D</td><td class="titcolor">100</td><td>d</td></tr><tr><td class="titcolor">5</td><td>ENQ</td><td class="titcolor">37</td><td>%</td><td class="titcolor">69</td><td>E</td><td class="titcolor">101</td><td>e</td></tr><tr><td class="titcolor">6</td><td>ACK</td><td class="titcolor">38</td><td>&</td><td class="titcolor">70</td><td>F</td><td class="titcolor">102</td><td>f</td></tr><tr><td class="titcolor">7</td><td>BEL</td><td class="titcolor">39</td><td>,</td><td class="titcolor">71</td><td>G</td><td class="titcolor">103</td><td>g</td></tr><tr><td class="titcolor">8</td><td>BS</td><td class="titcolor">40</td><td>(</td><td class="titcolor">72</td><td>H</td><td class="titcolor">104</td><td>h</td></tr><tr><td class="titcolor">9</td><td>HT</td><td class="titcolor">41</td><td>)</td><td class="titcolor">73</td><td>I</td><td class="titcolor">105</td><td>i</td></tr><tr><td class="titcolor">10</td><td>LF</td><td class="titcolor">42</td><td>*</td><td class="titcolor">74</td><td>J</td><td class="titcolor">106</td><td>j</td></tr><tr><td class="titcolor">11</td><td>VT</td><td class="titcolor">43</td><td>+</td><td class="titcolor">75</td><td>K</td><td class="titcolor">107</td><td>k</td></tr><tr><td class="titcolor">12</td><td>FF</td><td class="titcolor">44</td><td>,</td><td class="titcolor">76</td><td>L</td><td class="titcolor">108</td><td>l</td></tr><tr><td class="titcolor">13</td><td>CR</td><td class="titcolor">45</td><td>-</td><td class="titcolor">77</td><td>M</td><td class="titcolor">109</td><td>m</td></tr><tr><td class="titcolor">14</td><td>SO</td><td class="titcolor">46</td><td>.</td><td class="titcolor">78</td><td>N</td><td class="titcolor">110</td><td>n</td></tr><tr><td class="titcolor">15</td><td>SI</td><td class="titcolor">47</td><td>/</td><td class="titcolor">79</td><td>O</td><td class="titcolor">111</td><td>o</td></tr><tr><td class="titcolor">16</td><td>DLE</td><td class="titcolor">48</td><td>0</td><td class="titcolor">80</td><td>P</td><td class="titcolor">112</td><td>p</td></tr><tr><td class="titcolor">17</td><td>DCI</td><td class="titcolor">49</td><td>1</td><td class="titcolor">81</td><td>Q</td><td class="titcolor">113</td><td>q</td></tr><tr><td class="titcolor">18</td><td>DC2</td><td class="titcolor">50</td><td>2</td><td class="titcolor">82</td><td>R</td><td class="titcolor">114</td><td>r</td></tr><tr><td class="titcolor">19</td><td>DC3</td><td class="titcolor">51</td><td>3</td><td class="titcolor">83</td><td>S</td><td class="titcolor">115</td><td>s</td></tr><tr><td class="titcolor">20</td><td>DC4</td><td class="titcolor">52</td><td>4</td><td class="titcolor">84</td><td>T</td><td class="titcolor">116</td><td>t</td></tr><tr><td class="titcolor">21</td><td>NAK</td><td class="titcolor">53</td><td>5</td><td class="titcolor">85</td><td>U</td><td class="titcolor">117</td><td>u</td></tr><tr><td class="titcolor">22</td><td>SYN</td><td class="titcolor">54</td><td>6</td><td class="titcolor">86</td><td>V</td><td class="titcolor">118</td><td>v</td></tr><tr><td class="titcolor">23</td><td>TB</td><td class="titcolor">55</td><td>7</td><td class="titcolor">87</td><td>W</td><td class="titcolor">119</td><td>w</td></tr><tr><td class="titcolor">24</td><td>CAN</td><td class="titcolor">56</td><td>8</td><td class="titcolor">88</td><td>X</td><td class="titcolor">120</td><td>x</td></tr><tr><td class="titcolor">25</td><td>EM</td><td class="titcolor">57</td><td>9</td><td class="titcolor">89</td><td>Y</td><td class="titcolor">121</td><td>y</td></tr><tr><td class="titcolor">26</td><td>SUB</td><td class="titcolor">58</td><td>:</td><td class="titcolor">90</td><td>Z</td><td class="titcolor">122</td><td>z</td></tr><tr><td class="titcolor">27</td><td>ESC</td><td class="titcolor">59</td><td>;</td><td class="titcolor">91</td><td>[</td><td class="titcolor">123</td><td>{</td></tr><tr><td class="titcolor">28</td><td>FS</td><td class="titcolor">60</td><td><</td><td class="titcolor">92</td><td>/</td><td class="titcolor">124</td><td>|</td></tr><tr><td class="titcolor">29</td><td>GS</td><td class="titcolor">61</td><td>=</td><td class="titcolor">93</td><td>]</td><td class="titcolor">125</td><td>}</td></tr><tr><td class="titcolor">30</td><td>RS</td><td class="titcolor">62</td><td>></td><td class="titcolor">94</td><td>^</td><td class="titcolor">126</td><td>`</td></tr><tr><td class="titcolor">31</td><td>US</td><td class="titcolor">63</td><td>?</td><td class="titcolor">95</td><td>_</td><td class="titcolor">127</td><td>DEL</td></tr></tbody></table></div></div></div>
|
||||
</div> <div class="accordion-group"> </div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.autoformat.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.autoformat.keywords}" /><meta name="description" content="{$my.Think.config.web.autoformat.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/editor/">Html在线编辑器</a></li><li role="presentation" class="active"><a href="/autoformat/"> 文章自动排版</a></li><li role="presentation"><a href="/caiji/"> 文章内容采集</a></li><li role="presentation"><a href="/jianfan/">简繁字体转换</a></li><li role="presentation"><a href="/pinyin/">汉字转为拼音</a></li><li role="presentation"><a href="/huoxingwen/">火星文转换器</a></li><li role="presentation"><a href="/txtreplace/">文本内容替换</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/textdiff/"> 文本内容对比</a></li><li role="presentation"><a href="/txtcount/">在线统计字数工具</a></li><li role="presentation"><a href="/shupai/">文字竖排工具</a></li><li role="presentation"><a href="/textflip/">文字翻转工具</a></li><li role="presentation"><a href="/quchong/">内容去重工具</a></li><li role="presentation"><a href="/wenzitexiao/">文字特效工具</a></li><li role="presentation"><a href="/zipstringtext/">字符串文本压缩工具</a></li><li role="presentation"><a href="/camelcase/">驼峰与下划线互转</a></li><li role="presentation"><a href="/quanbaojiao/">全角半角转换</a></li><li role="presentation"><a href="/hexrgb/"> RGB颜色在线转换</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><div class="col-sm-12"><textarea onmouseover="this.focus();" id="srcText" name="srcText" class="form-control" rows="14" placeholder="请输入要排版的文本内容"></textarea></div></div><div class="form-group"><div class="col-sm-12 text-center"><input class="btn btn-default" onclick="formatjs()" value="清除HTML标签" type="button" name="body"><input onclick="format3()" value="添加空行" type="button" name="body3" class="btn btn-default"><input onclick="format4()" value="英文标点转中文标点" type="button" name="chang" class="btn btn-default"><input onclick="format()" value="一键排版" type="button" name="body" class="btn btn-success"><span id="copyallcode" class="btn btn-default" data-clipboard-target="#srcText">复制</span><input id="buttonj2f" title="简繁转换" onclick="j2f()" value="简->繁" type="button" name="jachang" class="btn btn-default"><input onclick="CheckWords()" value="检查错别字" type="button" name="errword" class="btn btn-default"><input onclick="chklen()" value="统计字数" type="button" name="len" class="btn btn-default"><button type="button" class="btn btn-default" onclick="javascript:$('#srcText').val('').focus(); ">清空</button></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>在线自动排版工具</h4><p>在线自动排版工具为您提供一键排版,文章自动排版编辑器,在线自动排版工具,可用于小说,论文排版,自动排版,实现纯文本文章的在线排版服务,一键排版让杂乱的文字按指定排版格式显示,使文章更漂亮,更易读等。</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script>setJS(["/static/script/pcjs/autoformat.js"]);</script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.barcode.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.barcode.keywords}" /><meta name="description" content="{$my.Think.config.web.barcode.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/password/">密码生成器</a></li><li role="presentation"><a href="/uuid/">UUID在线生成</a></li><li role="presentation"><a href="/guid/">GUID在线生成</a></li><li role="presentation"><a href="/htpasswd/">htpasswd生成</a></li><li role="presentation" class="active"><a href="/barcode/">条形码生成器</a></li><li role="presentation"><a href="/ip2long/">IP/数字地址转换</a></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><label class="col-sm-2 control-label">条形码内容:</label><div class="col-sm-10"><input class="form-control" id="content" name="content" type="text" placeholder="请输入条形码内容,例如:zxgj.16400.cn" autocomplete="off" /></div></div><div class="form-group"><label class="col-sm-2 control-label"></label><div class="col-sm-10"><button type="button" class="btn btn-success" id="btnresult">生成条形码</button><button type="button" class="btn btn-default" onclick="empty()">清空</button></div></div><div class="form-group"><label class="col-sm-2 control-label">条形码:</label><div class="col-sm-10"><img id="imgcode" style="max-width: 100%;" /></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>条形码在线生成工具</h4><p>条形码经常用于一般商品扫描使用</p><p>1,下载条形码:鼠标放在条形码上,右键可另存为图片</p><p>2,条形码生成器支持ean8,ean13,std25,int25,code11,code39,code93,code128,codabar,msi,datamatrix类型条形码生成</p><hr /><p>条形码(barcode)是将宽度不等的多个黑条和空白,按照一定的编码规则排列,用以表达一组信息的图形标识符</p><p>常见的条形码是由反射率相差很大的黑条(简称条)和白条(简称空)排成的平行线图案</p><p>条形码可以标出物品的生产国、制造厂家、商品名称、生产日期、图书分类号、邮件起止地点、类别、日期等许多信息</p><p>因而在商品流通、图书管理、邮政管理、银行系统等许多领域都得到广泛的应用</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script>setJS(["/static/script/pcjs/barcode.js"]);</script><script type="text/javascript"> $(function () {
|
||||
var content = $("#content").val();
|
||||
if (content == "") {
|
||||
content = "zxgj.16400.cn";
|
||||
$("#imgcode").JsBarcode(content);
|
||||
}
|
||||
});function gen_code() {
|
||||
var content = $("#content").val();
|
||||
if (content == "") {
|
||||
JsonsMessageBox($("#content"), "请输入条形码内容");
|
||||
}
|
||||
else {
|
||||
$("#imgcode").JsBarcode(content);
|
||||
}
|
||||
} $("#btnresult").click(function () {gen_code();
|
||||
});function empty() {$("#content").val("");$('#imgcode').attr("src", "");}</script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,678 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||||
<title>{$my.Think.config.web.bootstrapicon.title}</title>
|
||||
<meta name="applicable-device" content="pc,mobile"/>
|
||||
<meta http-equiv="Cache-Control" content="no-transform"/>
|
||||
<meta http-equiv="Cache-Control" content="no-siteapp"/>
|
||||
<meta name="keywords" content="{$my.Think.config.web.bootstrapicon.keywords}"/>
|
||||
<meta name="description" content="{$my.Think.config.web.bootstrapicon.description}"/>
|
||||
<meta name="renderer" content="webkit"/>
|
||||
<meta name="apple-mobile-web-app-capable" content="yes"/>
|
||||
<link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon"/>
|
||||
<link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/static/style/tool.css" rel="stylesheet" type="text/css"/>
|
||||
<style type="text/css">.bs-glyphicons {
|
||||
margin: 0 -10px 20px;
|
||||
overflow: hidden
|
||||
}
|
||||
|
||||
.bs-glyphicons-list {
|
||||
padding-left: 0;
|
||||
list-style: none
|
||||
}
|
||||
|
||||
.bs-glyphicons li {
|
||||
float: left;
|
||||
width: 25%;
|
||||
height: 115px;
|
||||
padding: 10px;
|
||||
font-size: 10px;
|
||||
line-height: 1.4;
|
||||
text-align: center;
|
||||
background-color: #f9f9f9;
|
||||
border: 1px solid #fff
|
||||
}
|
||||
|
||||
.bs-glyphicons .glyphicon {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 10px;
|
||||
font-size: 24px
|
||||
}
|
||||
|
||||
.bs-glyphicons .glyphicon-class {
|
||||
display: block;
|
||||
text-align: center;
|
||||
word-wrap: break-word
|
||||
}
|
||||
|
||||
.bs-glyphicons li:hover {
|
||||
color: #fff;
|
||||
background-color: #0b72b8
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.bs-glyphicons {
|
||||
margin-right: 0;
|
||||
margin-left: 0
|
||||
}
|
||||
|
||||
.bs-glyphicons li {
|
||||
width: 12.5%;
|
||||
font-size: 12px
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script>
|
||||
<script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->
|
||||
{:$my.Think.config.web.header}
|
||||
</head>
|
||||
<body>{include file="header" /}
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 col10main">
|
||||
<div class="accordion" id="accordion2">
|
||||
<div class="accordion-group">
|
||||
<ul class="nav nav-tabs hbflag">
|
||||
<li role="presentation"><a href="/useragent/">常用User-Agent</a></li>
|
||||
<li role="presentation"><a href="/contenttype/">Content-Type对照表</a></li>
|
||||
<li role="presentation"><a href="/requestmethod/">Request请求大全</a></li>
|
||||
<li role="presentation"><a href="/httpheader/">HTTP请求头大全</a></li>
|
||||
<li role="presentation"><a href="/pagecode/"> HTTP状态码</a></li>
|
||||
<li role="presentation"><a href="/asciicode/">ASCII对照表</a></li>
|
||||
<li role="presentation" class="active"><a href="/bootstrapicon/">Bootstrap字体图标</a></li>
|
||||
<li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown"
|
||||
href="javascript:;" role="button"
|
||||
aria-haspopup="true" aria-expanded="false">更多工具<span
|
||||
class="caret"> </span></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li role="presentation"><a href="/htmlescapechar/">HTML特殊字符转义</a></li>
|
||||
<li role="presentation"><a href="/ports/">常见端口大全</a></li>
|
||||
<li role="presentation"><a href="/androidmanifest/"> Android Manifest权限大全</a></li>
|
||||
<li role="presentation"><a href="/linuxcmd/">Linux常用命令大全</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="panel panel-success">
|
||||
<div class="panel-heading">
|
||||
<blockquote><p>Bootstrap前端框架Glyphicons字体图标</p>
|
||||
<footer>
|
||||
Bootstrap前端框架Glyphicons字体图标库对照表:Bootstrap前端UI,Glyphicons字体图标调用,Bootstrap按钮字体图标对照表,包括250多个来自Glyphicon
|
||||
Halflings的字体图标.项目中引用Bootstrap相关文件后即可直接调用下列图标<code>class="glyphicon
|
||||
glyphicon-xxxx"</code></footer>
|
||||
</blockquote>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="bs-glyphicons">
|
||||
<ul class="bs-glyphicons-list">
|
||||
<li><span class="glyphicon glyphicon-asterisk" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-asterisk</span></li>
|
||||
<li><span class="glyphicon glyphicon-plus" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-plus</span></li>
|
||||
<li><span class="glyphicon glyphicon-euro" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-euro</span></li>
|
||||
<li><span class="glyphicon glyphicon-eur" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-eur</span></li>
|
||||
<li><span class="glyphicon glyphicon-minus" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-minus</span></li>
|
||||
<li><span class="glyphicon glyphicon-cloud" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-cloud</span></li>
|
||||
<li><span class="glyphicon glyphicon-envelope" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-envelope</span></li>
|
||||
<li><span class="glyphicon glyphicon-pencil" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-pencil</span></li>
|
||||
<li><span class="glyphicon glyphicon-glass" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-glass</span></li>
|
||||
<li><span class="glyphicon glyphicon-music" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-music</span></li>
|
||||
<li><span class="glyphicon glyphicon-search" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-search</span></li>
|
||||
<li><span class="glyphicon glyphicon-heart" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-heart</span></li>
|
||||
<li><span class="glyphicon glyphicon-star" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-star</span></li>
|
||||
<li><span class="glyphicon glyphicon-star-empty" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-star-empty</span></li>
|
||||
<li><span class="glyphicon glyphicon-user" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-user</span></li>
|
||||
<li><span class="glyphicon glyphicon-film" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-film</span></li>
|
||||
<li><span class="glyphicon glyphicon-th-large" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-th-large</span></li>
|
||||
<li><span class="glyphicon glyphicon-th" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-th</span></li>
|
||||
<li><span class="glyphicon glyphicon-th-list" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-th-list</span></li>
|
||||
<li><span class="glyphicon glyphicon-ok" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-ok</span></li>
|
||||
<li><span class="glyphicon glyphicon-remove" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-remove</span></li>
|
||||
<li><span class="glyphicon glyphicon-zoom-in" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-zoom-in</span></li>
|
||||
<li><span class="glyphicon glyphicon-zoom-out" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-zoom-out</span></li>
|
||||
<li><span class="glyphicon glyphicon-off" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-off</span></li>
|
||||
<li><span class="glyphicon glyphicon-signal" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-signal</span></li>
|
||||
<li><span class="glyphicon glyphicon-cog" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-cog</span></li>
|
||||
<li><span class="glyphicon glyphicon-trash" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-trash</span></li>
|
||||
<li><span class="glyphicon glyphicon-home" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-home</span></li>
|
||||
<li><span class="glyphicon glyphicon-file" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-file</span></li>
|
||||
<li><span class="glyphicon glyphicon-time" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-time</span></li>
|
||||
<li><span class="glyphicon glyphicon-road" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-road</span></li>
|
||||
<li><span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-download-alt</span></li>
|
||||
<li><span class="glyphicon glyphicon-download" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-download</span></li>
|
||||
<li><span class="glyphicon glyphicon-upload" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-upload</span></li>
|
||||
<li><span class="glyphicon glyphicon-inbox" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-inbox</span></li>
|
||||
<li><span class="glyphicon glyphicon-play-circle" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-play-circle</span></li>
|
||||
<li><span class="glyphicon glyphicon-repeat" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-repeat</span></li>
|
||||
<li><span class="glyphicon glyphicon-refresh" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-refresh</span></li>
|
||||
<li><span class="glyphicon glyphicon-list-alt" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-list-alt</span></li>
|
||||
<li><span class="glyphicon glyphicon-lock" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-lock</span></li>
|
||||
<li><span class="glyphicon glyphicon-flag" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-flag</span></li>
|
||||
<li><span class="glyphicon glyphicon-headphones" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-headphones</span></li>
|
||||
<li><span class="glyphicon glyphicon-volume-off" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-volume-off</span></li>
|
||||
<li><span class="glyphicon glyphicon-volume-down" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-volume-down</span></li>
|
||||
<li><span class="glyphicon glyphicon-volume-up" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-volume-up</span></li>
|
||||
<li><span class="glyphicon glyphicon-qrcode" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-qrcode</span></li>
|
||||
<li><span class="glyphicon glyphicon-barcode" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-barcode</span></li>
|
||||
<li><span class="glyphicon glyphicon-tag" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-tag</span></li>
|
||||
<li><span class="glyphicon glyphicon-tags" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-tags</span></li>
|
||||
<li><span class="glyphicon glyphicon-book" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-book</span></li>
|
||||
<li><span class="glyphicon glyphicon-bookmark" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-bookmark</span></li>
|
||||
<li><span class="glyphicon glyphicon-print" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-print</span></li>
|
||||
<li><span class="glyphicon glyphicon-camera" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-camera</span></li>
|
||||
<li><span class="glyphicon glyphicon-font" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-font</span></li>
|
||||
<li><span class="glyphicon glyphicon-bold" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-bold</span></li>
|
||||
<li><span class="glyphicon glyphicon-italic" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-italic</span></li>
|
||||
<li><span class="glyphicon glyphicon-text-height" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-text-height</span></li>
|
||||
<li><span class="glyphicon glyphicon-text-width" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-text-width</span></li>
|
||||
<li><span class="glyphicon glyphicon-align-left" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-align-left</span></li>
|
||||
<li><span class="glyphicon glyphicon-align-center" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-align-center</span></li>
|
||||
<li><span class="glyphicon glyphicon-align-right" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-align-right</span></li>
|
||||
<li><span class="glyphicon glyphicon-align-justify" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-align-justify</span></li>
|
||||
<li><span class="glyphicon glyphicon-list" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-list</span></li>
|
||||
<li><span class="glyphicon glyphicon-indent-left" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-indent-left</span></li>
|
||||
<li><span class="glyphicon glyphicon-indent-right" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-indent-right</span></li>
|
||||
<li><span class="glyphicon glyphicon-facetime-video" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-facetime-video</span></li>
|
||||
<li><span class="glyphicon glyphicon-picture" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-picture</span></li>
|
||||
<li><span class="glyphicon glyphicon-map-marker" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-map-marker</span></li>
|
||||
<li><span class="glyphicon glyphicon-adjust" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-adjust</span></li>
|
||||
<li><span class="glyphicon glyphicon-tint" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-tint</span></li>
|
||||
<li><span class="glyphicon glyphicon-edit" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-edit</span></li>
|
||||
<li><span class="glyphicon glyphicon-share" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-share</span></li>
|
||||
<li><span class="glyphicon glyphicon-check" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-check</span></li>
|
||||
<li><span class="glyphicon glyphicon-move" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-move</span></li>
|
||||
<li><span class="glyphicon glyphicon-step-backward" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-step-backward</span></li>
|
||||
<li><span class="glyphicon glyphicon-fast-backward" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-fast-backward</span></li>
|
||||
<li><span class="glyphicon glyphicon-backward" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-backward</span></li>
|
||||
<li><span class="glyphicon glyphicon-play" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-play</span></li>
|
||||
<li><span class="glyphicon glyphicon-pause" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-pause</span></li>
|
||||
<li><span class="glyphicon glyphicon-stop" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-stop</span></li>
|
||||
<li><span class="glyphicon glyphicon-forward" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-forward</span></li>
|
||||
<li><span class="glyphicon glyphicon-fast-forward" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-fast-forward</span></li>
|
||||
<li><span class="glyphicon glyphicon-step-forward" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-step-forward</span></li>
|
||||
<li><span class="glyphicon glyphicon-eject" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-eject</span></li>
|
||||
<li><span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-chevron-left</span></li>
|
||||
<li><span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-chevron-right</span></li>
|
||||
<li><span class="glyphicon glyphicon-plus-sign" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-plus-sign</span></li>
|
||||
<li><span class="glyphicon glyphicon-minus-sign" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-minus-sign</span></li>
|
||||
<li><span class="glyphicon glyphicon-remove-sign" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-remove-sign</span></li>
|
||||
<li><span class="glyphicon glyphicon-ok-sign" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-ok-sign</span></li>
|
||||
<li><span class="glyphicon glyphicon-question-sign" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-question-sign</span></li>
|
||||
<li><span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-info-sign</span></li>
|
||||
<li><span class="glyphicon glyphicon-screenshot" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-screenshot</span></li>
|
||||
<li><span class="glyphicon glyphicon-remove-circle" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-remove-circle</span></li>
|
||||
<li><span class="glyphicon glyphicon-ok-circle" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-ok-circle</span></li>
|
||||
<li><span class="glyphicon glyphicon-ban-circle" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-ban-circle</span></li>
|
||||
<li><span class="glyphicon glyphicon-arrow-left" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-arrow-left</span></li>
|
||||
<li><span class="glyphicon glyphicon-arrow-right" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-arrow-right</span></li>
|
||||
<li><span class="glyphicon glyphicon-arrow-up" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-arrow-up</span></li>
|
||||
<li><span class="glyphicon glyphicon-arrow-down" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-arrow-down</span></li>
|
||||
<li><span class="glyphicon glyphicon-share-alt" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-share-alt</span></li>
|
||||
<li><span class="glyphicon glyphicon-resize-full" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-resize-full</span></li>
|
||||
<li><span class="glyphicon glyphicon-resize-small" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-resize-small</span></li>
|
||||
<li><span class="glyphicon glyphicon-exclamation-sign"
|
||||
aria-hidden="true"></span><span class="glyphicon-class">glyphicon glyphicon-exclamation-sign</span>
|
||||
</li>
|
||||
<li><span class="glyphicon glyphicon-gift" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-gift</span></li>
|
||||
<li><span class="glyphicon glyphicon-leaf" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-leaf</span></li>
|
||||
<li><span class="glyphicon glyphicon-fire" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-fire</span></li>
|
||||
<li><span class="glyphicon glyphicon-eye-open" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-eye-open</span></li>
|
||||
<li><span class="glyphicon glyphicon-eye-close" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-eye-close</span></li>
|
||||
<li><span class="glyphicon glyphicon-warning-sign" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-warning-sign</span></li>
|
||||
<li><span class="glyphicon glyphicon-plane" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-plane</span></li>
|
||||
<li><span class="glyphicon glyphicon-calendar" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-calendar</span></li>
|
||||
<li><span class="glyphicon glyphicon-random" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-random</span></li>
|
||||
<li><span class="glyphicon glyphicon-comment" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-comment</span></li>
|
||||
<li><span class="glyphicon glyphicon-magnet" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-magnet</span></li>
|
||||
<li><span class="glyphicon glyphicon-chevron-up" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-chevron-up</span></li>
|
||||
<li><span class="glyphicon glyphicon-chevron-down" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-chevron-down</span></li>
|
||||
<li><span class="glyphicon glyphicon-retweet" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-retweet</span></li>
|
||||
<li><span class="glyphicon glyphicon-shopping-cart" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-shopping-cart</span></li>
|
||||
<li><span class="glyphicon glyphicon-folder-close" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-folder-close</span></li>
|
||||
<li><span class="glyphicon glyphicon-folder-open" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-folder-open</span></li>
|
||||
<li><span class="glyphicon glyphicon-resize-vertical"
|
||||
aria-hidden="true"></span><span class="glyphicon-class">glyphicon glyphicon-resize-vertical</span>
|
||||
</li>
|
||||
<li><span class="glyphicon glyphicon-resize-horizontal"
|
||||
aria-hidden="true"></span><span class="glyphicon-class">glyphicon glyphicon-resize-horizontal</span>
|
||||
</li>
|
||||
<li><span class="glyphicon glyphicon-hdd" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-hdd</span></li>
|
||||
<li><span class="glyphicon glyphicon-bullhorn" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-bullhorn</span></li>
|
||||
<li><span class="glyphicon glyphicon-bell" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-bell</span></li>
|
||||
<li><span class="glyphicon glyphicon-certificate" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-certificate</span></li>
|
||||
<li><span class="glyphicon glyphicon-thumbs-up" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-thumbs-up</span></li>
|
||||
<li><span class="glyphicon glyphicon-thumbs-down" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-thumbs-down</span></li>
|
||||
<li><span class="glyphicon glyphicon-hand-right" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-hand-right</span></li>
|
||||
<li><span class="glyphicon glyphicon-hand-left" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-hand-left</span></li>
|
||||
<li><span class="glyphicon glyphicon-hand-up" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-hand-up</span></li>
|
||||
<li><span class="glyphicon glyphicon-hand-down" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-hand-down</span></li>
|
||||
<li><span class="glyphicon glyphicon-circle-arrow-right"
|
||||
aria-hidden="true"></span><span class="glyphicon-class">glyphicon glyphicon-circle-arrow-right</span>
|
||||
</li>
|
||||
<li><span class="glyphicon glyphicon-circle-arrow-left"
|
||||
aria-hidden="true"></span><span class="glyphicon-class">glyphicon glyphicon-circle-arrow-left</span>
|
||||
</li>
|
||||
<li><span class="glyphicon glyphicon-circle-arrow-up"
|
||||
aria-hidden="true"></span><span class="glyphicon-class">glyphicon glyphicon-circle-arrow-up</span>
|
||||
</li>
|
||||
<li><span class="glyphicon glyphicon-circle-arrow-down"
|
||||
aria-hidden="true"></span><span class="glyphicon-class">glyphicon glyphicon-circle-arrow-down</span>
|
||||
</li>
|
||||
<li><span class="glyphicon glyphicon-globe" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-globe</span></li>
|
||||
<li><span class="glyphicon glyphicon-wrench" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-wrench</span></li>
|
||||
<li><span class="glyphicon glyphicon-tasks" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-tasks</span></li>
|
||||
<li><span class="glyphicon glyphicon-filter" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-filter</span></li>
|
||||
<li><span class="glyphicon glyphicon-briefcase" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-briefcase</span></li>
|
||||
<li><span class="glyphicon glyphicon-fullscreen" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-fullscreen</span></li>
|
||||
<li><span class="glyphicon glyphicon-dashboard" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-dashboard</span></li>
|
||||
<li><span class="glyphicon glyphicon-paperclip" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-paperclip</span></li>
|
||||
<li><span class="glyphicon glyphicon-heart-empty" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-heart-empty</span></li>
|
||||
<li><span class="glyphicon glyphicon-link" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-link</span></li>
|
||||
<li><span class="glyphicon glyphicon-phone" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-phone</span></li>
|
||||
<li><span class="glyphicon glyphicon-pushpin" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-pushpin</span></li>
|
||||
<li><span class="glyphicon glyphicon-usd" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-usd</span></li>
|
||||
<li><span class="glyphicon glyphicon-gbp" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-gbp</span></li>
|
||||
<li><span class="glyphicon glyphicon-sort" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-sort</span></li>
|
||||
<li><span class="glyphicon glyphicon-sort-by-alphabet"
|
||||
aria-hidden="true"></span><span class="glyphicon-class">glyphicon glyphicon-sort-by-alphabet</span>
|
||||
</li>
|
||||
<li><span class="glyphicon glyphicon-sort-by-alphabet-alt"
|
||||
aria-hidden="true"></span><span class="glyphicon-class">glyphicon glyphicon-sort-by-alphabet-alt</span>
|
||||
</li>
|
||||
<li><span class="glyphicon glyphicon-sort-by-order" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-sort-by-order</span></li>
|
||||
<li><span class="glyphicon glyphicon-sort-by-order-alt"
|
||||
aria-hidden="true"></span><span class="glyphicon-class">glyphicon glyphicon-sort-by-order-alt</span>
|
||||
</li>
|
||||
<li><span class="glyphicon glyphicon-sort-by-attributes"
|
||||
aria-hidden="true"></span><span class="glyphicon-class">glyphicon glyphicon-sort-by-attributes</span>
|
||||
</li>
|
||||
<li><span class="glyphicon glyphicon-sort-by-attributes-alt"
|
||||
aria-hidden="true"></span><span class="glyphicon-class">glyphicon glyphicon-sort-by-attributes-alt</span>
|
||||
</li>
|
||||
<li><span class="glyphicon glyphicon-unchecked" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-unchecked</span></li>
|
||||
<li><span class="glyphicon glyphicon-expand" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-expand</span></li>
|
||||
<li><span class="glyphicon glyphicon-collapse-down" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-collapse-down</span></li>
|
||||
<li><span class="glyphicon glyphicon-collapse-up" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-collapse-up</span></li>
|
||||
<li><span class="glyphicon glyphicon-log-in" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-log-in</span></li>
|
||||
<li><span class="glyphicon glyphicon-flash" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-flash</span></li>
|
||||
<li><span class="glyphicon glyphicon-log-out" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-log-out</span></li>
|
||||
<li><span class="glyphicon glyphicon-new-window" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-new-window</span></li>
|
||||
<li><span class="glyphicon glyphicon-record" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-record</span></li>
|
||||
<li><span class="glyphicon glyphicon-save" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-save</span></li>
|
||||
<li><span class="glyphicon glyphicon-open" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-open</span></li>
|
||||
<li><span class="glyphicon glyphicon-saved" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-saved</span></li>
|
||||
<li><span class="glyphicon glyphicon-import" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-import</span></li>
|
||||
<li><span class="glyphicon glyphicon-export" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-export</span></li>
|
||||
<li><span class="glyphicon glyphicon-send" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-send</span></li>
|
||||
<li><span class="glyphicon glyphicon-floppy-disk" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-floppy-disk</span></li>
|
||||
<li><span class="glyphicon glyphicon-floppy-saved" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-floppy-saved</span></li>
|
||||
<li><span class="glyphicon glyphicon-floppy-remove" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-floppy-remove</span></li>
|
||||
<li><span class="glyphicon glyphicon-floppy-save" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-floppy-save</span></li>
|
||||
<li><span class="glyphicon glyphicon-floppy-open" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-floppy-open</span></li>
|
||||
<li><span class="glyphicon glyphicon-credit-card" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-credit-card</span></li>
|
||||
<li><span class="glyphicon glyphicon-transfer" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-transfer</span></li>
|
||||
<li><span class="glyphicon glyphicon-cutlery" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-cutlery</span></li>
|
||||
<li><span class="glyphicon glyphicon-header" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-header</span></li>
|
||||
<li><span class="glyphicon glyphicon-compressed" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-compressed</span></li>
|
||||
<li><span class="glyphicon glyphicon-earphone" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-earphone</span></li>
|
||||
<li><span class="glyphicon glyphicon-phone-alt" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-phone-alt</span></li>
|
||||
<li><span class="glyphicon glyphicon-tower" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-tower</span></li>
|
||||
<li><span class="glyphicon glyphicon-stats" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-stats</span></li>
|
||||
<li><span class="glyphicon glyphicon-sd-video" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-sd-video</span></li>
|
||||
<li><span class="glyphicon glyphicon-hd-video" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-hd-video</span></li>
|
||||
<li><span class="glyphicon glyphicon-subtitles" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-subtitles</span></li>
|
||||
<li><span class="glyphicon glyphicon-sound-stereo" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-sound-stereo</span></li>
|
||||
<li><span class="glyphicon glyphicon-sound-dolby" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-sound-dolby</span></li>
|
||||
<li><span class="glyphicon glyphicon-sound-5-1" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-sound-5-1</span></li>
|
||||
<li><span class="glyphicon glyphicon-sound-6-1" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-sound-6-1</span></li>
|
||||
<li><span class="glyphicon glyphicon-sound-7-1" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-sound-7-1</span></li>
|
||||
<li><span class="glyphicon glyphicon-copyright-mark" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-copyright-mark</span></li>
|
||||
<li><span class="glyphicon glyphicon-registration-mark"
|
||||
aria-hidden="true"></span><span class="glyphicon-class">glyphicon glyphicon-registration-mark</span>
|
||||
</li>
|
||||
<li><span class="glyphicon glyphicon-cloud-download" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-cloud-download</span></li>
|
||||
<li><span class="glyphicon glyphicon-cloud-upload" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-cloud-upload</span></li>
|
||||
<li><span class="glyphicon glyphicon-tree-conifer" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-tree-conifer</span></li>
|
||||
<li><span class="glyphicon glyphicon-tree-deciduous" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-tree-deciduous</span></li>
|
||||
<li><span class="glyphicon glyphicon-cd" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-cd</span></li>
|
||||
<li><span class="glyphicon glyphicon-save-file" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-save-file</span></li>
|
||||
<li><span class="glyphicon glyphicon-open-file" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-open-file</span></li>
|
||||
<li><span class="glyphicon glyphicon-level-up" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-level-up</span></li>
|
||||
<li><span class="glyphicon glyphicon-copy" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-copy</span></li>
|
||||
<li><span class="glyphicon glyphicon-paste" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-paste</span></li>
|
||||
<li><span class="glyphicon glyphicon-alert" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-alert</span></li>
|
||||
<li><span class="glyphicon glyphicon-equalizer" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-equalizer</span></li>
|
||||
<li><span class="glyphicon glyphicon-king" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-king</span></li>
|
||||
<li><span class="glyphicon glyphicon-queen" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-queen</span></li>
|
||||
<li><span class="glyphicon glyphicon-pawn" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-pawn</span></li>
|
||||
<li><span class="glyphicon glyphicon-bishop" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-bishop</span></li>
|
||||
<li><span class="glyphicon glyphicon-knight" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-knight</span></li>
|
||||
<li><span class="glyphicon glyphicon-baby-formula" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-baby-formula</span></li>
|
||||
<li><span class="glyphicon glyphicon-tent" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-tent</span></li>
|
||||
<li><span class="glyphicon glyphicon-blackboard" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-blackboard</span></li>
|
||||
<li><span class="glyphicon glyphicon-bed" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-bed</span></li>
|
||||
<li><span class="glyphicon glyphicon-apple" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-apple</span></li>
|
||||
<li><span class="glyphicon glyphicon-erase" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-erase</span></li>
|
||||
<li><span class="glyphicon glyphicon-hourglass" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-hourglass</span></li>
|
||||
<li><span class="glyphicon glyphicon-lamp" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-lamp</span></li>
|
||||
<li><span class="glyphicon glyphicon-duplicate" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-duplicate</span></li>
|
||||
<li><span class="glyphicon glyphicon-piggy-bank" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-piggy-bank</span></li>
|
||||
<li><span class="glyphicon glyphicon-scissors" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-scissors</span></li>
|
||||
<li><span class="glyphicon glyphicon-bitcoin" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-bitcoin</span></li>
|
||||
<li><span class="glyphicon glyphicon-btc" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-btc</span></li>
|
||||
<li><span class="glyphicon glyphicon-xbt" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-xbt</span></li>
|
||||
<li><span class="glyphicon glyphicon-yen" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-yen</span></li>
|
||||
<li><span class="glyphicon glyphicon-jpy" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-jpy</span></li>
|
||||
<li><span class="glyphicon glyphicon-ruble" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-ruble</span></li>
|
||||
<li><span class="glyphicon glyphicon-rub" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-rub</span></li>
|
||||
<li><span class="glyphicon glyphicon-scale" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-scale</span></li>
|
||||
<li><span class="glyphicon glyphicon-ice-lolly" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-ice-lolly</span></li>
|
||||
<li><span class="glyphicon glyphicon-ice-lolly-tasted"
|
||||
aria-hidden="true"></span><span class="glyphicon-class">glyphicon glyphicon-ice-lolly-tasted</span>
|
||||
</li>
|
||||
<li><span class="glyphicon glyphicon-education" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-education</span></li>
|
||||
<li><span class="glyphicon glyphicon-option-horizontal"
|
||||
aria-hidden="true"></span><span class="glyphicon-class">glyphicon glyphicon-option-horizontal</span>
|
||||
</li>
|
||||
<li><span class="glyphicon glyphicon-option-vertical"
|
||||
aria-hidden="true"></span><span class="glyphicon-class">glyphicon glyphicon-option-vertical</span>
|
||||
</li>
|
||||
<li><span class="glyphicon glyphicon-menu-hamburger" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-menu-hamburger</span></li>
|
||||
<li><span class="glyphicon glyphicon-modal-window" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-modal-window</span></li>
|
||||
<li><span class="glyphicon glyphicon-oil" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-oil</span></li>
|
||||
<li><span class="glyphicon glyphicon-grain" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-grain</span></li>
|
||||
<li><span class="glyphicon glyphicon-sunglasses" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-sunglasses</span></li>
|
||||
<li><span class="glyphicon glyphicon-text-size" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-text-size</span></li>
|
||||
<li><span class="glyphicon glyphicon-text-color" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-text-color</span></li>
|
||||
<li><span class="glyphicon glyphicon-text-background"
|
||||
aria-hidden="true"></span><span class="glyphicon-class">glyphicon glyphicon-text-background</span>
|
||||
</li>
|
||||
<li><span class="glyphicon glyphicon-object-align-top"
|
||||
aria-hidden="true"></span><span class="glyphicon-class">glyphicon glyphicon-object-align-top</span>
|
||||
</li>
|
||||
<li><span class="glyphicon glyphicon-object-align-bottom" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-object-align-bottom</span></li>
|
||||
<li><span class="glyphicon glyphicon-object-align-horizontal"
|
||||
aria-hidden="true"></span><span class="glyphicon-class">glyphicon glyphicon-object-align-horizontal</span>
|
||||
</li>
|
||||
<li><span class="glyphicon glyphicon-object-align-left"
|
||||
aria-hidden="true"></span><span class="glyphicon-class">glyphicon glyphicon-object-align-left</span>
|
||||
</li>
|
||||
<li><span class="glyphicon glyphicon-object-align-vertical"
|
||||
aria-hidden="true"></span><span class="glyphicon-class">glyphicon glyphicon-object-align-vertical</span>
|
||||
</li>
|
||||
<li><span class="glyphicon glyphicon-object-align-right"
|
||||
aria-hidden="true"></span><span class="glyphicon-class">glyphicon glyphicon-object-align-right</span>
|
||||
</li>
|
||||
<li><span class="glyphicon glyphicon-triangle-right" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-triangle-right</span></li>
|
||||
<li><span class="glyphicon glyphicon-triangle-left" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-triangle-left</span></li>
|
||||
<li><span class="glyphicon glyphicon-triangle-bottom"
|
||||
aria-hidden="true"></span><span class="glyphicon-class">glyphicon glyphicon-triangle-bottom</span>
|
||||
</li>
|
||||
<li><span class="glyphicon glyphicon-triangle-top" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-triangle-top</span></li>
|
||||
<li><span class="glyphicon glyphicon-console" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-console</span></li>
|
||||
<li><span class="glyphicon glyphicon-superscript" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-superscript</span></li>
|
||||
<li><span class="glyphicon glyphicon-subscript" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-subscript</span></li>
|
||||
<li><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-menu-left</span></li>
|
||||
<li><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-menu-right</span></li>
|
||||
<li><span class="glyphicon glyphicon-menu-down" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-menu-down</span></li>
|
||||
<li><span class="glyphicon glyphicon-menu-up" aria-hidden="true"></span><span
|
||||
class="glyphicon-class">glyphicon glyphicon-menu-up</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="accordion-group"></div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script>
|
||||
<script src="/static/script/bootstrap.min.js" type="text/javascript"></script>
|
||||
<script src="/static/script/tool.js" type="text/javascript"></script>
|
||||
{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body>
|
||||
</html>
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,97 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||||
<title>{$my.Think.config.web.caiji.title}</title>
|
||||
<meta name="applicable-device" content="pc,mobile"/>
|
||||
<meta http-equiv="Cache-Control" content="no-transform"/>
|
||||
<meta http-equiv="Cache-Control" content="no-siteapp"/>
|
||||
<meta name="keywords" content="{$my.Think.config.web.caiji.keywords}" />
|
||||
<meta name="description" content="{$my.Think.config.web.caiji.description}" />
|
||||
<meta name="renderer" content="webkit"/>
|
||||
<meta name="apple-mobile-web-app-capable" content="yes"/>
|
||||
<link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon"/>
|
||||
<link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/static/style/tool.css" rel="stylesheet" type="text/css"/>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script>
|
||||
<script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
{:$my.Think.config.web.header}
|
||||
</head>
|
||||
<body>
|
||||
{include file="header" /}
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 col10main">
|
||||
<div class="accordion" id="accordion2">
|
||||
<div class="accordion-group">
|
||||
<ul class="nav nav-tabs hbflag">
|
||||
<li role="presentation"><a href="/editor/">Html在线编辑器</a></li>
|
||||
<li role="presentation"><a href="/autoformat/"> 文章自动排版</a></li>
|
||||
<li role="presentation" class="active"><a href="/caiji/"> 文章内容采集</a></li>
|
||||
<li role="presentation"><a href="/jianfan/">简繁字体转换</a></li>
|
||||
<li role="presentation"><a href="/pinyin/">汉字转为拼音</a></li>
|
||||
<li role="presentation"><a href="/huoxingwen/">火星文转换器</a></li>
|
||||
<li role="presentation"><a href="/txtreplace/">文本内容替换</a></li>
|
||||
<li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown"
|
||||
href="javascript:;" role="button"
|
||||
aria-haspopup="true" aria-expanded="false">更多工具<span
|
||||
class="caret"> </span></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li role="presentation"><a href="/textdiff/"> 文本内容对比</a></li>
|
||||
<li role="presentation"><a href="/txtcount/">在线统计字数工具</a></li>
|
||||
<li role="presentation"><a href="/shupai/">文字竖排工具</a></li>
|
||||
<li role="presentation"><a href="/textflip/">文字翻转工具</a></li>
|
||||
<li role="presentation"><a href="/quchong/">内容去重工具</a></li>
|
||||
<li role="presentation"><a href="/wenzitexiao/">文字特效工具</a></li>
|
||||
<li role="presentation"><a href="/zipstringtext/">字符串文本压缩工具</a></li>
|
||||
<li role="presentation"><a href="/camelcase/">驼峰与下划线互转</a></li>
|
||||
<li role="presentation"><a href="/quanbaojiao/">全角半角转换</a></li>
|
||||
<li role="presentation"><a href="/hexrgb/"> RGB颜色在线转换</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="panel">
|
||||
<form id="form1" action="" class="form-horizontal" method="post">
|
||||
<div class="input-group mb5">
|
||||
<input class="form-control" type="text" name="url" id="url" value="{$url}" placeholder="输入要采集的网址,需含http(s)://"/>
|
||||
<span class="input-group-btn"><button class="btn btn-success" type="submit" id="get_remote">采集内容</button></span>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="col-sm-12">
|
||||
<textarea onmouseover="this.focus();" id="content" name="content" rows="17" class="form-control">{$content}</textarea>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="alert alert alert-success alert-dismissible"><h4>文章内容采集</h4>
|
||||
<p>
|
||||
文章采集器为您提供文章采集,数据采集,网页无法复制工具,文章编辑工具,信息采集,在线采集器,在线采集网页内容,采集文章内容,采集文章,采集内容,采集信息等,只要输入网址,点击采集网页,即可采集到目标网页的文章内容和标题,方便编辑文章内容。</p>
|
||||
</div>
|
||||
<div class="accordion-group"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script>
|
||||
<script src="/static/script/bootstrap.min.js" type="text/javascript"></script>
|
||||
<script src="/static/script/tool.js" type="text/javascript"></script>
|
||||
<script src="/static/kindeditor/kindeditor-all-min.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
KindEditor.ready(function (K) {
|
||||
var htmls = K.create('#content', {
|
||||
items: ['source', '|', 'undo', 'redo', '|', 'preview', 'print', 'code', 'cut', 'copy', 'paste', 'plainpaste', 'wordpaste', '|', 'justifyleft', 'justifycenter', 'justifyright', 'justifyfull', 'insertorderedlist', 'insertunorderedlist', 'indent', 'outdent', 'subscript', 'superscript', 'clearhtml', 'quickformat', 'selectall', '|', 'fullscreen', '/', 'formatblock', 'fontname', 'fontsize', '|', 'forecolor', 'hilitecolor', 'bold', 'italic', 'underline', 'strikethrough', 'lineheight', 'removeformat', '|', 'image', 'flash', 'media', 'table', 'hr', 'emoticons', 'baidumap', 'pagebreak', 'anchor', 'link', 'unlink'],
|
||||
allowImageUpload: false,
|
||||
allowMediaUpload: false,
|
||||
allowFlashUpload: false
|
||||
});
|
||||
});
|
||||
</script>
|
||||
{include file="nav" /}
|
||||
{include file="footer" /}
|
||||
</body>
|
||||
</html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,7 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.calcdata.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.calcdata.keywords}" /><meta name="description" content="{$my.Think.config.web.calcdata.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/nianlvli/">利率计算器在线</a></li><li role="presentation"><a href="/subnetmask/">子网掩码计算器</a></li><li role="presentation"><a href="/calculator/">在线科学计算器</a></li><li role="presentation"><a href="/calcarea/">面积换算器</a></li><li role="presentation"><a href="/calcheat/">热量换算器</a></li><li role="presentation"><a href="/calcvolume/">体积换算器</a></li><li role="presentation" class="active"><a href="/calcdata/">数据大小换算器</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/calcpressure/">压力换算器</a></li><li role="presentation"><a href="/calcpower/">功率换算器</a></li><li role="presentation"><a href="/calclength/">长度换算器</a></li><li role="presentation"><a href="/calctemperature/">温度换算器</a></li><li role="presentation"><a href="/calctime/">时间换算器</a></li><li role="presentation"><a href="/calcspeed/">速度换算器</a></li><li role="presentation"><a href="/calcangle/">角度换算器</a></li><li role="presentation"><a href="/calcthickness/">密度换算器</a></li><li role="presentation"><a href="/calcforce/">力换算器</a></li></ul></li></ul> <div class="panel"> <div class="form-inline " style="width: 98%; text-align: center;"> <div class="form-group"> <ul class="DataStoreCountCent" style="text-align: right;"> <li> <label> <span>比特</span><span class="mathunit">(bit)</span></label><input type="text" id="bitTxt" class="form-control filesizetxt" onkeyup="this.value=this.value.replace(/[^0-9.]/g,'')" onafterpaste="this.value=this.value.replace(/[^0-9.]/g,'')" placeholder="请输入数字" aria-describedby="basic-addon2"> </li> <li> <label> <span>字节</span><span class="mathunit">(Bytes)</span></label><input type="text" id="bytesTxt" class="form-control filesizetxt" onkeyup="this.value=this.value.replace(/[^0-9.]/g,'')" onafterpaste="this.value=this.value.replace(/[^0-9.]/g,'')" placeholder="请输入数字" aria-describedby="basic-addon2"> </li> <li> <label> <span>千字节</span><span class="mathunit">(KB)</span></label> <input type="text" id="kbTxt" class="form-control filesizetxt" onkeyup="this.value=this.value.replace(/[^0-9.]/g,'')" onafterpaste="this.value=this.value.replace(/[^0-9.]/g,'')" placeholder="请输入数字" aria-describedby="basic-addon2"> </li> <li> <label> <span>兆字节</span><span class="mathunit">(MB)</span></label><input type="text" id="mbTxt" class="form-control filesizetxt" onkeyup="this.value=this.value.replace(/[^0-9.]/g,'')" onafterpaste="this.value=this.value.replace(/[^0-9.]/g,'')" placeholder="请输入数字" aria-describedby="basic-addon2"> </li> <li> <label> <span>千兆字节</span><span class="mathunit">(GB)</span></label><input type="text" id="gbTxt" class="form-control filesizetxt" onkeyup="this.value=this.value.replace(/[^0-9.]/g,'')" onafterpaste="this.value=this.value.replace(/[^0-9.]/g,'')" placeholder="请输入数字" aria-describedby="basic-addon2"> </li> <li> <label> <span>太字节</span><span class="mathunit">(TB)</span></label><input type="text" id="tbTxt" class="form-control filesizetxt" onkeyup="this.value=this.value.replace(/[^0-9.]/g,'')" onafterpaste="this.value=this.value.replace(/[^0-9.]/g,'')" placeholder="请输入数字" aria-describedby="basic-addon2"> </li></ul> <hr /> <input type="button" id="reset" class="btn btn-warning" value="全部重置"></div>
|
||||
</div> </div></div></div></div></div><div class="alert alert-success alert-dismissible"><h4>在线数据大小换算器介绍</h4> <p>比特、字节、千兆字节、千字节、拍字节、兆字节、太字节(bit,bytes,KB,MB,GB,TB)的数据存储单位转换</p></div> <div class="accordion-group"> </div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script src="/static/script/pcjs/dataexchage.js" type="text/javascript"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.calctemperature.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.calctemperature.keywords}" /><meta name="description" content="{$my.Think.config.web.calctemperature.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/nianlvli/">利率计算器在线</a></li><li role="presentation"><a href="/subnetmask/">子网掩码计算器</a></li><li role="presentation"><a href="/calculator/">在线科学计算器</a></li><li role="presentation"><a href="/calcarea/">面积换算器</a></li><li role="presentation"><a href="/calcheat/">热量换算器</a></li><li role="presentation"><a href="/calcvolume/">体积换算器</a></li><li role="presentation" class="active"><a href="/calctemperature/">温度换算器</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/calcpressure/">压力换算器</a></li><li role="presentation"><a href="/calcpower/">功率换算器</a></li><li role="presentation"><a href="/calclength/">长度换算器</a></li><li role="presentation"><a href="/calctime/">时间换算器</a></li><li role="presentation"><a href="/calcspeed/">速度换算器</a></li><li role="presentation"><a href="/calcangle/">角度换算器</a></li><li role="presentation"><a href="/calcdata/">数据大小换算器</a></li><li role="presentation"><a href="/calcthickness/">密度换算器</a></li><li role="presentation"><a href="/calcforce/">力换算器</a></li></ul></li></ul> <div class="panel"> <div class="form-inline " style="width: 98%; text-align: center;"> <div class="form-group"> <ul class="TemperatureCountCent" style="text-align: right;"> <li> <label> <span>摄氏度</span><span class="mathunit">(C)</span></label> <input type="text" class="form-control TemperatureTxt" onkeyup="this.value=this.value.replace(/[^0-9.]/g,'')" onafterpaste="this.value=this.value.replace(/[^0-9.]/g,'')" placeholder="请输入数字"><a type="button" class="btn btn-default BtnHS">换算</a></li> <li> <label> <span>华氏度</span><span class="mathunit">(K)</span></label> <input type="text" class="form-control TemperatureTxt" onkeyup="this.value=this.value.replace(/[^0-9.]/g,'')" onafterpaste="this.value=this.value.replace(/[^0-9.]/g,'')" placeholder="请输入数字"><a type="button" class="btn btn-default BtnHS">换算</a></li> <li> <label> <span>开氏度</span><span class="mathunit">(hPa)</span></label> <input type="text" class="form-control TemperatureTxt" onkeyup="this.value=this.value.replace(/[^0-9.]/g,'')" onafterpaste="this.value=this.value.replace(/[^0-9.]/g,'')" placeholder="请输入数字"><a type="button" class="btn btn-default BtnHS">换算</a></li> <li> <label> <span>兰氏度</span><span class="mathunit">(Ra)</span></label> <input type="text" class="form-control TemperatureTxt" onkeyup="this.value=this.value.replace(/[^0-9.]/g,'')" onafterpaste="this.value=this.value.replace(/[^0-9.]/g,'')" placeholder="请输入数字"><a type="button" class="btn btn-default BtnHS">换算</a></li> <li> <label> <span>列氏度</span><span class="mathunit">(Re)</span></label> <input type="text" class="form-control TemperatureTxt" onkeyup="this.value=this.value.replace(/[^0-9.]/g,'')" onafterpaste="this.value=this.value.replace(/[^0-9.]/g,'')" placeholder="请输入数字"><a type="button" class="btn btn-default BtnHS">换算</a></li> </ul> <hr /> <input type="button" id="reset" class="btn btn-warning" value="全部重置"></div> </div> </div></div></div></div></div><div class="alert alert-success alert-dismissible"><h4>在线温度换算器介绍</h4> <p> 可实现在线摄氏度(CELSIUS EQUALS)、华氏度(FAHENHEIT EQUALS)、开氏度(KELVIN EQUALS)、兰氏度(RANKINE EQUALS)、列氏度(REAUMUR EQUALS)五种温度计量单位间的互转互换</p> <p> K=5/9(°F+459.67) K = ℃+273.15</p> <p> n°F= [(n-32)×5/9]℃ n℃= (9/5×n+32)°F 1℃= 9/5°F+32°F 1°F=5/9℃-32×5/9℃</p> <p> F=9/5C+32,或C=5/9(F-32)</p></div> <div class="accordion-group"> </div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script type="text/javascript">var bs=[1,33.8,274.15,493.47,0.8];var num=0;$(".BtnHS").on("click",function(){num=$(this).prev().val();if(num!=""&&!isNaN(num)){var tag=num/bs[$(".TemperatureCountCent li").index($(this).parent())];$(".TemperatureCountCent li").each(function(ind){$(this).find(".TemperatureTxt").val(bs[ind]*tag)})}});$("#reset").on("click",function(){$("input[type='text']").val("")});</script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.camelcase.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.camelcase.keywords}" /><meta name="description" content="{$my.Think.config.web.camelcase.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/editor/">Html在线编辑器</a></li><li role="presentation"><a href="/autoformat/"> 文章自动排版</a></li><li role="presentation"><a href="/caiji/"> 文章内容采集</a></li><li role="presentation"><a href="/jianfan/">简繁字体转换</a></li><li role="presentation"><a href="/pinyin/">汉字转为拼音</a></li><li role="presentation"><a href="/huoxingwen/">火星文转换器</a></li><li role="presentation" class="active"><a href="/camelcase/">驼峰与下划线互转</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/txtreplace/">文本内容替换</a></li><li role="presentation"><a href="/textdiff/"> 文本内容对比</a></li><li role="presentation"><a href="/txtcount/">在线统计字数工具</a></li><li role="presentation"><a href="/shupai/">文字竖排工具</a></li><li role="presentation"><a href="/textflip/">文字翻转工具</a></li><li role="presentation"><a href="/quchong/">内容去重工具</a></li><li role="presentation"><a href="/wenzitexiao/">文字特效工具</a></li><li role="presentation"><a href="/zipstringtext/">字符串文本压缩工具</a></li><li role="presentation"><a href="/quanbaojiao/">全角半角转换</a></li><li role="presentation"><a href="/hexrgb/"> RGB颜色在线转换</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal" action="/md5/" method="post"><div class="form-group"><div class="col-sm-12"><textarea class="form-control" id="content" name="content" rows="10" placeholder="输入要转换的内容"></textarea></div></div><div class="form-group"><div class="col-sm-12 text-center"><button class="btn btn-success" type="button" id="htaccess" onclick="pcjson_convert('camelcase',2)">下划线转驼峰</button> <button class="btn btn-success" type="button" id="htaccess" onclick="pcjson_convert('camelcase',1)">驼峰转下划线</button><button type="button" class="btn btn-default" onclick="demo();">示例</button><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制</span><button type="button" class="btn btn-default" onclick="ClearAll()">清空</button></div></div><div class="form-group"><div class="col-sm-12"><pre><code id="result"></code></pre></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>驼峰与下划线互转工具</h4><p>驼峰与下划线互转工具为您提供在线驼峰转下划线,下划线转驼峰,变量,类名,属性名,函数等命名的驼峰与下划线相互转换。</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script src="/static/script/hightout.js"></script><script type="text/javascript">function demo(){var demo_str = "order_id;\nauth_code;\ntotal_amount;";$("#content").val(demo_str);}</script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,97 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||||
<title>{$my.Think.config.web.chaicp.title}</title>
|
||||
<meta name="applicable-device" content="pc,mobile"/>
|
||||
<meta http-equiv="Cache-Control" content="no-transform"/>
|
||||
<meta http-equiv="Cache-Control" content="no-siteapp"/>
|
||||
<meta name="keywords" content="{$my.Think.config.web.chaicp.keywords}"/>
|
||||
<meta name="description" content="{$my.Think.config.web.chaicp.description}"/>
|
||||
<meta name="renderer" content="webkit"/>
|
||||
<meta name="apple-mobile-web-app-capable" content="yes"/>
|
||||
<link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon"/>
|
||||
<link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/static/style/tool.css" rel="stylesheet" type="text/css"/>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script>
|
||||
<script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->
|
||||
{:$my.Think.config.web.header}
|
||||
</head>
|
||||
<body>{include file="header" /}
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="accordion" id="accordion2">
|
||||
<div class="accordion-group">
|
||||
<ul class="nav nav-tabs hbflag">
|
||||
<li role="presentation"><a href="/checkweixin/">微信域名检测工具</a></li>
|
||||
<li role="presentation"><a href="/htaccess2nginx/">htaccess转nginx</a></li>
|
||||
<li role="presentation"><a href="/shortcut/">生成桌面快捷方式</a></li>
|
||||
<li role="presentation"><a href="/px2rem/">rem与px转换工具</a></li>
|
||||
<li role="presentation"><a href="/favicon/">在线制作ico图标</a></li>
|
||||
<li role="presentation"><a href="/createmeta/">生成网页Meta标签</a></li>
|
||||
<li role="presentation" class="active"><a href="/chaicp/"> ICP网站备案查询</a></li>
|
||||
<li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown"
|
||||
href="javascript:;" role="button"
|
||||
aria-haspopup="true" aria-expanded="false">更多工具<span
|
||||
class="caret"> </span></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li role="presentation"><a href="/refresh/">在线定时刷新网址</a></li>
|
||||
<li role="presentation"><a href="/tiaoseban/">在线调色板</a></li>
|
||||
<li role="presentation"><a href="/gzip/">网站Gzip压缩检测</a></li>
|
||||
<li role="presentation"><a href="/checkurl/">网站死链检测</a></li>
|
||||
<li role="presentation"><a href="/whois/">Whois查询工具</a></li>
|
||||
<li role="presentation"><a href="/chameta/">Meta标签优化分析</a></li>
|
||||
<li role="presentation"><a href="/checkkeyword/">网页关键词密度检测</a></li>
|
||||
<li role="presentation"><a href="/webstatus/">HTTP状态码查询</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="panel">
|
||||
<form id="form1" class="form-horizontal" method="post">
|
||||
<div class="input-group mb5" style="width:85%"><input class="form-control" type="text"
|
||||
name="icp" id="icp" value="{$url}"
|
||||
placeholder="请输入您要查询的域名,如:{$_SERVER.HTTP_HOST}"/><span
|
||||
class="input-group-btn"><button class="btn btn-success" type="submit" id="get_remote">查询ICP备案</button></span>
|
||||
</div>
|
||||
{if $icp}
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">
|
||||
ICP备案查询结果,域名 <span class="greentag">{$url}</span> ICP备案信息
|
||||
</h3>
|
||||
</div>
|
||||
<table class="table table-bordered table-striped">
|
||||
{if $code!='200'}
|
||||
<tr><td><font color="red">{$icp.msg}</font></td></tr>
|
||||
{else/}
|
||||
{foreach $icp as $name=>$value}
|
||||
<tr><td><span class="lx_name">{$name}</span><span class="lx_value">{$value}</span></td></tr>
|
||||
{/foreach}
|
||||
{/if}
|
||||
</table>
|
||||
</div>
|
||||
{/if}
|
||||
<div class="form-group" style="margin-top:50px">
|
||||
<div class="col-sm-12"><p>最近查询: </p></div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="alert alert alert-success alert-dismissible"><h4>ICP备案查询</h4>
|
||||
<p>网站ICP备案查询,批量查询网站备案。查看网站是否已经备案及备案情况</p></div>
|
||||
<div class="accordion-group"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script>
|
||||
<script src="/static/script/bootstrap.min.js" type="text/javascript"></script>
|
||||
<script src="/static/script/tool.js" type="text/javascript"></script>
|
||||
{include file="nav" /}
|
||||
{include file="footer" /}
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,163 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||||
<title>{$my.Think.config.web.chameta.title}</title>
|
||||
<meta name="applicable-device" content="pc,mobile"/>
|
||||
<meta http-equiv="Cache-Control" content="no-transform"/>
|
||||
<meta http-equiv="Cache-Control" content="no-siteapp"/>
|
||||
<meta name="keywords" content="{$my.Think.config.web.chameta.keywords}"/>
|
||||
<meta name="description" content="{$my.Think.config.web.chameta.description}"/>
|
||||
<meta name="renderer" content="webkit"/>
|
||||
<meta name="apple-mobile-web-app-capable" content="yes"/>
|
||||
<link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon"/>
|
||||
<link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/static/style/tool.css" rel="stylesheet" type="text/css"/>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script>
|
||||
<script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->
|
||||
{:$my.Think.config.web.header}
|
||||
</head>
|
||||
<body>{include file="header" /}
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="accordion" id="accordion2">
|
||||
<div class="accordion-group">
|
||||
<ul class="nav nav-tabs hbflag">
|
||||
<li role="presentation"><a href="/checkweixin/">微信域名检测工具</a></li>
|
||||
<li role="presentation"><a href="/htaccess2nginx/">htaccess转nginx</a></li>
|
||||
<li role="presentation"><a href="/shortcut/">生成桌面快捷方式</a></li>
|
||||
<li role="presentation"><a href="/px2rem/">rem与px转换工具</a></li>
|
||||
<li role="presentation"><a href="/favicon/">在线制作ico图标</a></li>
|
||||
<li role="presentation"><a href="/createmeta/">生成网页Meta标签</a></li>
|
||||
<li role="presentation" class="active"><a href="/chameta/">Meta标签优化分析</a></li>
|
||||
<li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown"
|
||||
href="javascript:;" role="button"
|
||||
aria-haspopup="true" aria-expanded="false">更多工具<span
|
||||
class="caret"> </span></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li role="presentation"><a href="/refresh/">在线定时刷新网址</a></li>
|
||||
<li role="presentation"><a href="/tiaoseban/">在线调色板</a></li>
|
||||
<li role="presentation"><a href="/gzip/">网站Gzip压缩检测</a></li>
|
||||
<li role="presentation"><a href="/checkurl/">网站死链检测</a></li>
|
||||
<li role="presentation"><a href="/whois/"> Whois查询工具</a></li>
|
||||
<li role="presentation"><a href="/chaicp/">ICP网站备案查询</a></li>
|
||||
<li role="presentation"><a href="/checkkeyword/">网页关键词密度检测</a></li>
|
||||
<li role="presentation"><a href="/webstatus/">HTTP状态码查询</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="panel">
|
||||
<form id="form1help" class="form-horizontal" method="post">
|
||||
<div class="form-group">
|
||||
<div class="col-sm-9">
|
||||
<input class="form-control" id="txt_url" name="txt_url" type="text" value="{$url}"
|
||||
placeholder="输入要查询的网址,如:http://{$_SERVER.HTTP_HOST}"/>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-3">
|
||||
<button type="submit" id="chameta" class="btn btn-success"
|
||||
onclick="$('#chameta').text('正在查询Meta标签信息,请稍候……')">查询Meta标签信息
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<div id="metachecktb">
|
||||
<table class="table table-bordered table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="titcolor" width="17%">
|
||||
标签
|
||||
</th>
|
||||
<th class="titcolor">
|
||||
内容
|
||||
</th>
|
||||
<th class="titcolor" width="10%">
|
||||
内容长度
|
||||
</th>
|
||||
<th class="titcolor" width="20%">
|
||||
优化建议
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
网页标题(Title)
|
||||
</td>
|
||||
|
||||
<td>
|
||||
{if $title}{$title}{elseif $url}<font color="red">标题,获取失败</font>{else/}-{/if}
|
||||
</td>
|
||||
<td>
|
||||
<font color="red">{$title_len}</font> 个字符
|
||||
</td>
|
||||
<td>
|
||||
{if $title_len<81}
|
||||
<font color="green">标题字符数量在合理范围</font>
|
||||
{else/}
|
||||
<font color="red">标题过长,建议不要超过80字符</font>
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
网页关键词(KeyWords)
|
||||
</td>
|
||||
<td>
|
||||
{if $keywords}{$keywords}{elseif $url}<font color="red">关键字,获取失败</font>{else/}-{/if}
|
||||
</td>
|
||||
<td>
|
||||
<font color="red">{$keywords_len}</font> 个字符
|
||||
</td>
|
||||
<td>
|
||||
{if $keywords_len<101}
|
||||
<font color="green">关键字数在合理范围</font>
|
||||
{else/}
|
||||
<font color="red">关键词过多,建议不要超过100字符</font>
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
内容描述(Description)
|
||||
</td>
|
||||
<td>
|
||||
{if $description}{$description}{elseif $url}<font color="red">内容描述,获取失败</font>{else/}-{/if}
|
||||
</td>
|
||||
<td>
|
||||
<font color="red">{$description_len}</font> 个字符
|
||||
</td>
|
||||
<td>
|
||||
{if $description_len<201}
|
||||
<font color="green">描述内容长度在合理范围</font>
|
||||
{else/}
|
||||
<font color="red">描述内容过长,建议不要超过200字符</font>
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="alert alert alert-success alert-dismissible"><h4>Meta标签优化分析工具</h4>
|
||||
<p>为您提供网站Meta标签信息检测查询,可以快速检测网页的META标签,分析标题、关键词、描述等是否符合搜索引擎收录规范 。</p></div>
|
||||
<div class="accordion-group"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script>
|
||||
<script src="/static/script/bootstrap.min.js" type="text/javascript"></script>
|
||||
<script src="/static/script/tool.js" type="text/javascript"></script>
|
||||
{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body>
|
||||
</html>
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,174 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||||
<title>{$my.Think.config.web.checkkeyword.title}</title>
|
||||
<meta name="applicable-device" content="pc,mobile"/>
|
||||
<meta http-equiv="Cache-Control" content="no-transform"/>
|
||||
<meta http-equiv="Cache-Control" content="no-siteapp"/>
|
||||
<meta name="keywords" content="{$my.Think.config.web.checkkeyword.keywords}"/>
|
||||
<meta name="description" content="{$my.Think.config.web.checkkeyword.description}"/>
|
||||
<meta name="renderer" content="webkit"/>
|
||||
<meta name="apple-mobile-web-app-capable" content="yes"/>
|
||||
<link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon"/>
|
||||
<link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/static/style/tool.css" rel="stylesheet" type="text/css"/>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script>
|
||||
<script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->
|
||||
{:$my.Think.config.web.header}
|
||||
</head>
|
||||
<body>{include file="header" /}
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="accordion" id="accordion2">
|
||||
<div class="accordion-group">
|
||||
<ul class="nav nav-tabs hbflag">
|
||||
<li role="presentation"><a href="/checkweixin/">微信域名检测工具</a></li>
|
||||
<li role="presentation"><a href="/htaccess2nginx/">htaccess转nginx</a></li>
|
||||
<li role="presentation"><a href="/shortcut/">生成桌面快捷方式</a></li>
|
||||
<li role="presentation"><a href="/px2rem/">rem与px转换工具</a></li>
|
||||
<li role="presentation"><a href="/favicon/">在线制作ico图标</a></li>
|
||||
<li role="presentation"><a href="/createmeta/">生成网页Meta标签</a></li>
|
||||
<li role="presentation" class="active"><a href="/checkkeyword/">网页关键词密度检测</a></li>
|
||||
<li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li role="presentation"><a href="/refresh/">在线定时刷新网址</a></li>
|
||||
<li role="presentation"><a href="/tiaoseban/">在线调色板</a></li>
|
||||
<li role="presentation"><a href="/gzip/">网站Gzip压缩检测</a></li>
|
||||
<li role="presentation"><a href="/checkurl/">网站死链检测</a></li>
|
||||
<li role="presentation"><a href="/whois/"> Whois查询工具</a></li>
|
||||
<li role="presentation"><a href="/chaicp/">ICP网站备案查询</a></li>
|
||||
<li role="presentation"><a href="/chameta/">Meta标签优化分析</a></li>
|
||||
<li role="presentation"><a href="/webstatus/">HTTP状态码查询</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="panel">
|
||||
<form id="form1help" class="form-horizontal" method="post">
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
<input class="form-control" id="txt_url" name="txt_url" type="text" value="{$url}" placeholder="输入要检测的网址,如:http://{$_SERVER.HTTP_HOST}"/>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-3">
|
||||
<input class="form-control" id="txt_url" name="txt_keyword" type="text" value="{$keyword}" placeholder="输入关键词"/>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-3">
|
||||
<button type="submit" id="chameta" class="btn btn-success" onclick="$('#chameta').text('正在检测,请稍候……')">查询关键词密度
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<div id="metachecktb">
|
||||
<table class="table table-bordered table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="titcolor" colspan="2">
|
||||
网址 {$url} 检测结果
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="25%">
|
||||
页面文本总长度
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<font color="red">{$html_strlen|default='-'}</font> 个字符
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
关键字符串长度
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<font color="red">{$html_gjccd|default='-'}</font> 个字符
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
关键字出现频率
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<font color="red">{$html_gjcsl|default='0'}</font> 次
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
关键字符总长度
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<font color="red">{$html_gjczcd|default='0'}</font> 个字符
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
密度结果计算
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<font color="red">{$html_mdjgjs|default='-'}</font> %
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
密度建议值
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<font color="red">2%≦密度≦8%</font>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
密度检测结果建议
|
||||
</td>
|
||||
|
||||
<td>
|
||||
{if isset($html_mdjgjs)}
|
||||
{if $html_mdjgjs>8}
|
||||
<font color="red">关键词密度>2%,密度偏高</font>
|
||||
{elseif $html_mdjgjs<2}
|
||||
<font color="red">关键词密度<2%,密度偏小</font>
|
||||
{else}
|
||||
<img src="/static/images/ok.png"> <font color="green">关键词密度在合理范围内</font>
|
||||
{/if}
|
||||
{else}
|
||||
-
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="alert alert alert-success alert-dismissible"><h4> 网页关键词密度检测工具</h4>
|
||||
<p>为您提供在线关键词密度检测查询,检测关键词的密度百分比,可以快速检测页面关键词出现的数量和密度,更适合蜘蛛的搜索。</p></div>
|
||||
<div class="accordion-group"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script>
|
||||
<script src="/static/script/bootstrap.min.js" type="text/javascript"></script>
|
||||
<script src="/static/script/tool.js" type="text/javascript"></script>
|
||||
{include file="nav" /}
|
||||
{include file="footer" /}
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,153 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||||
<title>{$my.Think.config.web.checkurl.title}</title>
|
||||
<meta name="applicable-device" content="pc,mobile"/>
|
||||
<meta http-equiv="Cache-Control" content="no-transform"/>
|
||||
<meta http-equiv="Cache-Control" content="no-siteapp"/>
|
||||
<meta name="keywords" content="{$my.Think.config.web.checkurl.keywords}"/>
|
||||
<meta name="description" content="{$my.Think.config.web.checkurl.description}"/>
|
||||
<meta name="renderer" content="webkit"/>
|
||||
<meta name="apple-mobile-web-app-capable" content="yes"/>
|
||||
<link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon"/>
|
||||
<link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/static/style/tool.css" rel="stylesheet" type="text/css"/>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script>
|
||||
<script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->
|
||||
{:$my.Think.config.web.header}
|
||||
</head>
|
||||
<body>{include file="header" /}
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="accordion" id="accordion2">
|
||||
<div class="accordion-group">
|
||||
<ul class="nav nav-tabs hbflag">
|
||||
<li role="presentation"><a href="/checkweixin/">微信域名检测工具</a></li>
|
||||
<li role="presentation"><a href="/htaccess2nginx/">htaccess转nginx</a></li>
|
||||
<li role="presentation"><a href="/shortcut/">生成桌面快捷方式</a></li>
|
||||
<li role="presentation"><a href="/px2rem/">rem与px转换工具</a></li>
|
||||
<li role="presentation"><a href="/favicon/">在线制作ico图标</a></li>
|
||||
<li role="presentation"><a href="/createmeta/">生成网页Meta标签</a></li>
|
||||
<li role="presentation" class="active"><a href="/checkurl/">网站死链检测</a></li>
|
||||
<li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li role="presentation"><a href="/refresh/">在线定时刷新网址</a></li>
|
||||
<li role="presentation"><a href="/tiaoseban/">在线调色板</a></li>
|
||||
<li role="presentation"><a href="/gzip/">网站Gzip压缩检测</a></li>
|
||||
<li role="presentation"><a href="/whois/"> Whois查询工具</a></li>
|
||||
<li role="presentation"><a href="/chaicp/">ICP网站备案查询</a></li>
|
||||
<li role="presentation"><a href="/chameta/">Meta标签优化分析</a></li>
|
||||
<li role="presentation"><a href="/checkkeyword/">网页关键词密度检测</a></li>
|
||||
<li role="presentation"><a href="/webstatus/">HTTP状态码查询</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="panel">
|
||||
<input id="TextArea2" rows="12" style="width:60%;float:left;display:inline" class="form-control"
|
||||
placeholder="请输入要检测的链接"/>
|
||||
<button id="btn" style="margin-left: 10px;" class="btn btn-warning" onclick="get_data(1)">
|
||||
立即检测死链
|
||||
</button> <a href="/pagecode/" target="_blank">HTTP状态码解释</a>
|
||||
<span id="searchcount" class="maintopright"></span>
|
||||
<a id="dlink" style="display:none;"></a>
|
||||
<div id="rtval" class="fullhidden">
|
||||
<table class="table table-bordered table-striped" style="margin-top:20px">
|
||||
<thead>
|
||||
<tr>
|
||||
<th width="60">序号</th>
|
||||
<th class="th61">网页标题</th>
|
||||
<th class="th60">检测的网址</th>
|
||||
|
||||
<th class="th62">检测状态</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="data">
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="pull-right">
|
||||
<ul id="count" class="pagination"></ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="alert alert alert-success alert-dismissible"><h4>网站死链检测查询工具</h4>
|
||||
<p>为您提供网站死链检查,检测网站有哪些链接是死链,死链查询,网站死链检测查询工具,网站死链检查等,帮您快速找到死链接,提升网站链接质量,帮助用户快速排查死链接更利于页面链接优化。死链接 -
|
||||
也称无效链接,即那些不可达到的链接。</p></div>
|
||||
<div class="accordion-group"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script>
|
||||
<script src="/static/script/bootstrap.min.js" type="text/javascript"></script>
|
||||
<script src="/static/script/tool.js" type="text/javascript"></script>
|
||||
<script src="/static/script/layer/layer.js"></script>
|
||||
<script type="text/javascript">
|
||||
function get_data(page) {
|
||||
var obj = {};
|
||||
obj['page'] = page;
|
||||
obj['url'] = $("#TextArea2").val();
|
||||
if (!obj['url']) {
|
||||
layer.msg("请输入链接");
|
||||
return false;
|
||||
}
|
||||
obj['limit'] = 20;
|
||||
obj['type'] = 'check_url';
|
||||
layer.msg("正在获取数据中", {time: 30000});
|
||||
$.get("/api/", $.param(obj, true), function (res) {
|
||||
if (res.code == 400) {
|
||||
layer.msg(res.msg);
|
||||
return false;
|
||||
}
|
||||
$("#data").empty();
|
||||
$("#data").append(res.data);
|
||||
//$("#totla_num").text(res.count);
|
||||
//$("#total_no").text(res.count_no);
|
||||
$("#count").empty();
|
||||
$("#count").append(res.count_str);
|
||||
var eachcount = 0;
|
||||
$.each(res.obj, function (i, val) {
|
||||
eachcount++;
|
||||
//console.log(val);
|
||||
layer.closeAll();
|
||||
layer.msg("正在检测链接,请稍候……");
|
||||
$.get("/api/", {type: 'single_url', id: val.id, url: val.url}, function (ooo) {
|
||||
//var ooo = JSON.parse(ooo);
|
||||
if(ooo.title){
|
||||
$("#tr_title_" + val.id).text(ooo.title);
|
||||
}
|
||||
if (ooo.code == 200 || ooo.code == 301 || ooo.code == 302 || ooo.code == 307) {
|
||||
$("#tr_" + val.id).html("<img src='/static/images/ok.png'> <font color='green'><strong>" + ooo.code + "</strong></font>");
|
||||
} else if (ooo.code == 404 || ooo.code == 500) {
|
||||
$("#tr_" + val.id).html("<img src='/static/images/error.png'> <font color='red'><strong>" + ooo.code + "</strong></font>");
|
||||
} else {
|
||||
$("#tr_" + val.id).html('<strong>'+ooo.code+'</strong>');
|
||||
}
|
||||
|
||||
})
|
||||
})
|
||||
if (eachcount >= res.total_count) {
|
||||
layer.msg("检测完成,共检测" + res.total_count + "了个链接!");
|
||||
}
|
||||
})
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
.owner {
|
||||
max-width: 500px
|
||||
}
|
||||
</style>
|
||||
{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,128 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||||
<title>{$my.Think.config.web.checkweixin.title}</title>
|
||||
<meta name="applicable-device" content="pc,mobile"/>
|
||||
<meta http-equiv="Cache-Control" content="no-transform"/>
|
||||
<meta http-equiv="Cache-Control" content="no-siteapp"/>
|
||||
<meta name="keywords" content="{$my.Think.config.web.checkweixin.keywords}"/>
|
||||
<meta name="description" content="{$my.Think.config.web.checkweixin.description}"/>
|
||||
<meta name="renderer" content="webkit"/>
|
||||
<meta name="apple-mobile-web-app-capable" content="yes"/>
|
||||
<link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon"/>
|
||||
<link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/static/style/tool.css" rel="stylesheet" type="text/css"/>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script>
|
||||
<script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->
|
||||
{:$my.Think.config.web.header}
|
||||
</head>
|
||||
<body>{include file="header" /}
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="accordion" id="accordion2">
|
||||
<div class="accordion-group">
|
||||
<ul class="nav nav-tabs hbflag">
|
||||
<li role="presentation" class="active"><a href="/checkweixin/">微信域名检测工具</a></li>
|
||||
<li role="presentation"><a href="/htaccess2nginx/">htaccess转nginx</a></li>
|
||||
<li role="presentation"><a href="/shortcut/">生成桌面快捷方式</a></li>
|
||||
<li role="presentation"><a href="/px2rem/">rem与px转换工具</a></li>
|
||||
<li role="presentation"><a href="/favicon/">在线制作ico图标</a></li>
|
||||
<li role="presentation"><a href="/createmeta/">生成网页Meta标签</a></li>
|
||||
<li role="presentation"><a href="/refresh/">在线定时刷新网址</a></li>
|
||||
<li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown"
|
||||
href="javascript:;" role="button"
|
||||
aria-haspopup="true" aria-expanded="false">更多工具<span
|
||||
class="caret"> </span></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li role="presentation"><a href="/tiaoseban/">在线调色板</a></li>
|
||||
<li role="presentation"><a href="/gzip/">网站Gzip压缩检测</a></li>
|
||||
<li role="presentation"><a href="/checkurl/">网站死链检测</a></li>
|
||||
<li role="presentation"><a href="/whois/"> Whois查询工具</a></li>
|
||||
<li role="presentation"><a href="/chaicp/">ICP网站备案查询</a></li>
|
||||
<li role="presentation"><a href="/chameta/">Meta标签优化分析</a></li>
|
||||
<li role="presentation"><a href="/checkkeyword/">网页关键词密度检测</a></li>
|
||||
<li role="presentation"><a href="/webstatus/">HTTP状态码查询</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="panel">
|
||||
<form id="form1help" class="form-horizontal">
|
||||
<div class="form-group">
|
||||
<div class="col-sm-9">
|
||||
<input class="form-control" id="txt_url" name="txt_url" type="text" value=""
|
||||
placeholder="输入要查询的域名,如:http://{$_SERVER.HTTP_HOST}"/>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-3">
|
||||
<button type="button" class="btn btn-success" id="chameta" onclick="check_meta()">
|
||||
立即检测
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<div id="metachecktb">
|
||||
<table class="table table-bordered table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="titcolor">
|
||||
检测域名
|
||||
</th>
|
||||
<th class="titcolor">
|
||||
微信域名检测结果
|
||||
</th>
|
||||
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span id="check_url">请在上面地址栏中,输入您要做微信检测的域名</span>
|
||||
</td>
|
||||
<td>
|
||||
<span id="check_result"></span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="alert alert alert-success alert-dismissible"><h4>微信域名检测工具</h4>
|
||||
<p>使用微信域名检测工具可以实时检测域名是否被微信屏蔽,检测您的域名在微信是否被拦截等 。</p></div>
|
||||
<div class="accordion-group"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script>
|
||||
<script src="/static/script/bootstrap.min.js" type="text/javascript"></script>
|
||||
<script src="/static/script/tool.js" type="text/javascript"></script>
|
||||
<script>
|
||||
function check_meta() {
|
||||
$('#chameta').text('正在检测,请稍候……');
|
||||
$('#check_result').text('正在检测,请稍候……');
|
||||
var txt_url = $("#txt_url").val();
|
||||
$("#check_url").html('<strong>' + txt_url + '</strong>');
|
||||
$.post('/api/', {txt_url: txt_url, type: 'checkweixin'}, function (datas) {
|
||||
if (datas.status == 1) {
|
||||
if (datas.code == 1) {
|
||||
$("#check_result").html("<img src='/static/images/error.png'> <font color='red'>" + datas.msg + "</font>")
|
||||
} else {
|
||||
$("#check_result").html("<img src='/static/images/ok.png'> <font color='green'>" + datas.msg + "</font>")
|
||||
}
|
||||
} else {
|
||||
pcjson_com_msg($("#txt_url"), datas.msg)
|
||||
}
|
||||
$('#chameta').text('立即检测')
|
||||
})
|
||||
}</script>
|
||||
{include file="nav" /}
|
||||
{include file="footer" /}
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.confundirjs.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.confundirjs.keywords}" /><meta name="description" content="{$my.Think.config.web.confundirjs.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/formathtml/">HTML格式化/压缩</a></li><li role="presentation"><a href="/formatcss/"> CSS格式化/压缩</a></li><li role="presentation"><a href="/formatjs/">JS格式化/压缩</a></li><li role="presentation"><a href="/endecodejs/">JS加密/解密</a></li><li role="presentation" class="active"><a href="/confundirjs/"> JS代码混合加密</a></li><li role="presentation"><a href="/formatsql/">SQL压缩/格式化</a></li><li role="presentation"><a href="/formatphp/">PHP代码格式化工具</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/formatxml/">XML压缩/格式化 </a></li><li role="presentation"><a href="/formatcs/">C#代码格式化工具</a></li><li role="presentation"><a href="/formatjava/">JAVA代码格式化工具</a></li><li role="presentation"><a href="/formatcsql/">SQL代码格式化工具</a></li><li role="presentation"><a href="/formatpy/">Python代码格式化工具</a></li><li role="presentation"><a href="/formatruby/">Ruby代码格式化工具</a></li><li role="presentation"><a href="/formatc/">C语言代码格式化工具</a></li><li role="presentation"><a href="/formatcpp/">C++代码格式化工具</a></li><li role="presentation"><a href="/formatperl/">Perl代码格式化工具</a></li><li role="presentation"><a href="/formatvbs/">VBScript格式化工具</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><div class="col-sm-12"><textarea class="form-control" id="content" name="content" rows="12" placeholder="请输入要混淆加密的Js代码"></textarea></div></div><div class="form-group"><div class="col-sm-12 text-center"><input class="btn btn-success" id="BtnCon" type="button" value="JS代码混和加密"><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制</span><input class="btn btn-default" onclick="ClearAll();" type="button" value="清空"></div></div><div class="form-group"><div class="col-sm-12"><pre><code id="result"></code></pre></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>JS混合加密工具介绍</h4><p>JS混合加密工具为您提供JS混合加密,js混合加密工具,JS在线混合加密,JS代码在线混合加密,通过本工具可以对JS代码混淆,使到保护JS代码的作用;是一款非常简便实用的在线JavaScript混合加密工具,先进行JS加密再进行混淆加密效果会更好,更安全的保护您的JavaScript。</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script src="/static/script/jsformat/jsformat.js" type="text/javascript"></script><script src="/static/script/jsformat/formatjs.js" type="text/javascript"></script><script src="/static/script/jsformat/jsendecode.js" type="text/javascript"></script><script src="/static/script/hightout.js"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.deencrypt.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.deencrypt.keywords}" /><meta name="description" content="{$my.Think.config.web.deencrypt.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation" class="active"><a href="/deencrypt/">对称加密/解密</a></li><li role="presentation"><a href="/aesencrypt/">AES加密/解密</a></li><li role="presentation"><a href="/desencrypt/">DES加密/解密</a></li><li role="presentation"><a href="/rc4encrypt/">RC4加密/解密</a></li><li role="presentation"><a href="/rabbitencrypt/">Rabbit加密/解密</a></li><li role="presentation"><a href="/tripledes/">TripleDES加密/解密</a></li><li role="presentation"><a href="/shaencrypt/">SHA/SHA256加密</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/allencrypt/">散列/哈希加密大全</a></li><li role="presentation"><a href="/morse/">摩尔斯电码加解密</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal"><div class="form-group"><div class="col-sm-12"><textarea onmouseover="this.focus();" id="content" name="content" class="form-control" rows="12" placeholder="请输入要加密或者解密的内容"></textarea></div></div><div class="form-group"><div class="col-sm-12"> <label class="btn btn-warning">选择加密算法:</label><label class="btn btn-default"><input type="radio" id="aes" checked="checked" class="btn btn-default" value="aes" name="encrypt_type">AES</label><label class="btn btn-default"><input type="radio" id="des" value="des" name="encrypt_type">DES</label><label class="btn btn-default"><input type="radio" id="rc4" value="rc4" name="encrypt_type">RC4</label><label class="btn btn-default"><input type="radio" id="rabbit" value="rabbit" name="encrypt_type">Rabbit</label><label class="btn btn-default"><input type="radio" id="tripledes" value="tripledes" name="encrypt_type">TripleDes</label></div></div><div class="form-group"><div class="col-sm-12 text-center"><input type="text" class="form-control form-di input-encrypt-txt" id="pwd" title="密钥,可不填" placeholder="密钥,可不填" /><input type="button" id="conv" onclick="encrypt();" value="加密" class="btn btn-success"><input type="button" id="res" onclick="decrypt();" value="解密" class="btn btn-success"><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制</span><input type="button" onclick="resetAll();" value="清空" class="btn btn-default"></div></div><div class="form-group"><div class="col-sm-12"><pre><code id="result"></code></pre></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>对称加密算法工具</h4><p>对称加密算法工具为您提供对称加密算法工具,可逆加密算法在线测试,aes算法,desc算法,rc4算法,rabbit算法,TripleDes算法,算法在线加密解密,可自定义加密解密密码。</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script type="text/javascript">setJS(["/static/script/pcjs/crypto-js.js","/static/script/pcjs/aes.js","/static/script/pcjs/rabbit.js","/static/script/pcjs/rc4.js","/static/script/pcjs/tripledes.js","/static/script/pcjs/deencrypt.js"]);</script><script src="/static/script/hightout.js"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.desencrypt.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.desencrypt.keywords}" /><meta name="description" content="{$my.Think.config.web.desencrypt.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/deencrypt/">对称加密/解密</a></li><li role="presentation"><a href="/aesencrypt/">AES加密/解密</a></li><li role="presentation" class="active"><a href="/desencrypt/">DES加密/解密</a></li><li role="presentation"><a href="/rc4encrypt/">RC4加密/解密</a></li><li role="presentation"><a href="/rabbitencrypt/">Rabbit加密/解密</a></li><li role="presentation"><a href="/tripledes/">TripleDES加密/解密</a></li><li role="presentation"><a href="/shaencrypt/">SHA/SHA256加密</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/allencrypt/">散列/哈希加密大全</a></li><li role="presentation"><a href="/morse/">摩尔斯电码加解密</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><div class="col-sm-12"><textarea onmouseover="this.focus();" id="content" name="content" class="form-control" rows="12" placeholder="请输入要加密或者解密的内容"></textarea></div></div><div class="form-group"><div class="col-sm-12 text-center"><input type="hidden" value="des" name="encrypt_type"><input type="text" class="form-control form-di input-encrypt-txt" id="pwd" title="密钥,可不填" placeholder="密钥,可不填" /><input type="button" id="conv" onclick="encrypt();" value="加密" class="btn btn-success"><input type="button" id="res" onclick="decrypt();" value="解密" class="btn btn-success"><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制</span><input type="button" onclick="resetAll();" value="清空" class="btn btn-default"></div></div><div class="form-group"><div class="col-sm-12"><pre><code id="result"></code></pre></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>DES加密解密工具</h4><p>DES加解密工具为您提供DES加解密工具,DES可逆加密算法在线测试,DES算法,可自定义DES加密解密秘钥,实现DES在线加密,DES在线解密,DES可逆加密解密的在线工具。</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script type="text/javascript">setJS(["/static/script/pcjs/crypto-js.js","/static/script/pcjs/aes.js","/static/script/pcjs/rabbit.js","/static/script/pcjs/rc4.js","/static/script/pcjs/tripledes.js","/static/script/pcjs/deencrypt.js"]);</script><script src="/static/script/hightout.js"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
@@ -0,0 +1,8 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.dns.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.dns.keywords}" /><meta name="description" content="{$my.Think.config.web.dns.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation" class="active"><a href="/dns/">公共DNS</a></li><li role="presentation"><a href="/alldns/">各地区公共DNS</a></li><li role="presentation"><a href="/dnsdx/">各地电信DNS</a></li><li role="presentation"><a href="/dnslt/">各地联通DNS</a></li><li role="presentation"><a href="/dnsyd/">各地移动DNS</a></li><li role="presentation"><a href="/dnstt/">各地铁通DNS</a></li><li role="presentation"><a href="/dnsedu/">教育网DNS</a></li><li role="presentation"><a href="/dnsusa/">美国DNS</a></li></ul> <div class="alert alert-success alert-dismissible" role="alert">在线免费公共DNS解析服务器列表:推荐阿里DNS、百度DNS、Google免费DNS地址、OpenDNS地址库、114 DNS、DNSPod等
|
||||
</div><div class="panel panel-success"><div class="table-responsive"><table class="table table-bordered table-striped table-hover" width="100%"><tbody><tr><th width="20%">服务商</th><th width="35%">dns1</th><th width="30%">dns2</th><th width="15%">地址</th></tr><tr><td>阿里</td><td>223.5.5.5</td><td>223.6.6.6</td><td><a href="http://www.alidns.com" rel="nofollow" target="_blank">官网链接</a></td></tr><tr><td>百度</td><td>180.76.76.76</td><td>2400:da00::6666(ipv6)</td><td><a href="https://dudns.baidu.com/intro/publicdns/" rel="nofollow" target="_blank">官网链接</a></td></tr><tr><td>OpenDNS</td><td>208.67.222.222</td><td>208.67.220.220</td><td><a href="https://www.opendns.com" rel="nofollow" target="_blank">官网链接</a></td></tr><tr><td>Google</td><td>8.8.8.8</td><td>8.8.4.4</td><td><a href="https://developers.google.com/speed/public-dns/" rel="nofollow" target="_blank">官网链接</a></td></tr><tr><td>114 DNS</td><td>114.114.114.114</td><td>114.114.115.115</td><td><a href="http://www.114dns.com" rel="nofollow" target="_blank">官网链接</a></td></tr><tr><td>Cloudflare</td><td>1.1.1.1</td><td>1.0.0.1</td><td><a href="https://1.1.1.1" rel="nofollow" target="_blank">官网链接</a></td></tr><tr><td>IBM Quad9</td><td>9.9.9.9</td><td>149.112.112.112</td><td><a href="https://www.quad9.net" rel="nofollow" target="_blank">官网链接</a></td></tr><tr><td>DNSPod</td><td>119.29.29.29</td><td>182.254.116.116</td><td><a href="https://www.dnspod.cn/Products/Public.DNS" rel="nofollow" target="_blank">官网链接</a></td></tr><tr><td>CNNIC sdns</td><td>1.2.4.8</td><td>210.2.4.8</td><td><a href="http://www.sdns.cn" rel="nofollow" target="_blank">官网链接</a></td></tr><tr><td>onedns</td><td>117.50.11.11</td><td>117.50.22.22</td><td><a href="https://www.onedns.net" rel="nofollow" target="_blank">官网链接</a></td></tr><tr><td>yandex</td><td>77.88.8.8</td><td>77.88.8.1</td><td><a href="https://dns.yandex.com/advanced/" rel="nofollow" target="_blank">官网链接</a></td></tr><tr><td>dnspai</td><td colspan="2">电信:首选:101.226.4.6<br>联通:首选:123.125.81.6<br>移动:首选:101.226.4.6<br>铁通:首选:101.226.4.6<br></td><td><a href="http://www.dnspai.com/public.html" rel="nofollow" target="_blank">官网链接</a></td></tr></tbody></table></div></div></div></div>
|
||||
<div class="accordion-group"> </div><div class="alert alert-success alert-dismissible" role="alert"><h4>国内外公共DNS解析服务大全</h4> <p> 阿里DNS、百度DNS、Google免费DNS地址、OpenDNS地址库、114 DNS、DNSPod、Cloudflare</p> <p> IBM Quad9、CNNIC sdns、onedns、dnspai、yandex等高质量公共DNS地址库 </p> <hr /> <p> 如果配置了不合理的 DNS 服务器,可能会导致网速缓慢、打不开网站;一些恶意的 DNS 还会让你电脑出现弹窗广告、网站被劫持修改 (中间人攻击)、监听等等一系列的安全问题,为了高速稳定上网,这里特意收集了目前全球范围内可靠的免费公共 DNS 服务地址</p></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,7 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.dnsedu.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.dnsedu.keywords}" /><meta name="description" content="{$my.Think.config.web.dnsedu.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/dns/">公共DNS</a></li><li role="presentation"><a href="/alldns/">各地区公共DNS</a></li><li role="presentation"><a href="/dnsdx/">各地电信DNS</a></li><li role="presentation"><a href="/dnslt/">各地联通DNS</a></li><li role="presentation"><a href="/dnsyd/">各地移动DNS</a></li><li role="presentation"><a href="/dnstt/">各地铁通DNS</a></li><li role="presentation" class="active"><a href="/dnsedu/">教育网DNS</a></li><li role="presentation"><a href="/dnsusa/">美国DNS</a></li></ul><div class="alert alert-success alert-dismissible" role="alert">教育网公共DNS解析,教育网免费DNS地址,最快的教育网公共DNS解析IP库</div><div class="panel panel-success"><div class="table-responsive"><table class="table table-bordered table-striped table-hover" width="100%"><tbody><tr><td>202.38.64.1</td><td>202.38.64.1</td><td>安徽省合肥市中国科学技术大学DNS服务器</td></tr><tr><td>202.103.243.112</td><td>202.103.243.112</td><td>广西桂林市桂林电子科技大学DNS服务器</td></tr><tr><td>202.112.112.10</td><td>202.112.112.10</td><td>北京市中国人民大学DNS服务器</td></tr><tr><td>202.112.144.30</td><td>202.112.144.30</td><td>北京交通大学DNS服务器</td></tr><tr><td>202.113.16.10</td><td>202.113.16.10</td><td>南开大学网络中心首选DNS服务器</td></tr><tr><td>202.113.16.11</td><td>202.113.16.11</td><td>南开大学学生邮件系统、网络中心备用DNS服务器</td></tr><tr><td>202.114.0.242</td><td>202.114.0.242</td><td>湖北省武汉市华中科技大学DNS服务器</td></tr><tr><td>202.114.240.6</td><td>202.114.240.6</td><td>湖北省武汉市武汉科技大学DNS服务器</td></tr><tr><td>202.115.32.39</td><td>202.115.32.39</td><td>四川省成都市四川联合大学DNS服务器</td></tr><tr><td>202.175.3.3</td><td>202.175.3.3</td><td>澳门澳门大学DNS服务器</td></tr><tr><td>202.175.3.8</td><td>202.175.3.8</td><td>澳门澳门大学DNS服务器</td></tr><tr><td>202.193.64.33</td><td>202.193.64.33</td><td>广西桂林市桂林电子科技大学DNS服务器</td></tr><tr><td>202.196.64.1</td><td>202.196.64.1</td><td>河南省郑州市郑州大学DNS服务器</td></tr><tr><td>202.203.144.33</td><td>202.203.144.34</td><td>云南省昆明市云南民族大学DNS服务器</td></tr><tr><td>202.203.160.33</td><td>202.203.160.34</td><td>云南省昆明市昆明理工大学DNS服务器</td></tr><tr><td>202.203.192.33</td><td>202.203.192.33</td><td>云南省昆明市云南财经大学DNS服务器</td></tr><tr><td>202.203.208.33</td><td>202.203.208.34</td><td>云南省昆明市云南大学DNS服务器</td></tr><tr><td>202.203.224.33</td><td>202.203.224.34</td><td>云南省昆明市云南师范大学DNS服务器</td></tr><tr><td>210.38.192.33</td><td>210.38.192.33</td><td>广东省韶关市韶关学院DNS服务器</td></tr></tbody></table></div></div></div></div></div>
|
||||
<div class="accordion-group"> </div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,7 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.dnstt.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.dnstt.keywords}" /><meta name="description" content="{$my.Think.config.web.dnstt.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/dns/">公共DNS</a></li><li role="presentation"><a href="/alldns/">各地区公共DNS</a></li><li role="presentation"><a href="/dnsdx/">各地电信DNS</a></li><li role="presentation"><a href="/dnslt/">各地联通DNS</a></li><li role="presentation"><a href="/dnsyd/">各地移动DNS</a></li><li role="presentation" class="active"><a href="/dnstt/">各地铁通DNS</a></li><li role="presentation"><a href="/dnsedu/">教育网DNS</a></li><li role="presentation"><a href="/dnsusa/">美国DNS</a></li></ul><div class="alert alert-success alert-dismissible" role="alert">铁通公共DNS解析,铁通免费DNS地址,最快的铁通公共DNS解析IP库</div><div class="panel panel-success"><div class="table-responsive"><table class="table table-bordered table-striped table-hover"width="100%"><tbody><tr><th width="30%">开始IP</th><th width="30%">结束IP</th><th width="40%">地理位置</th></tr><tr><td>61.232.202.158</td><td>61.232.202.158</td><td>陕西省西安市铁通DNS</td></tr><tr><td>61.234.254.5</td><td>61.234.254.6</td><td>湖南省铁通DNS服务器</td></tr><tr><td>61.235.164.13</td><td>61.235.164.13</td><td>广西柳州市铁通DNS服务器</td></tr><tr><td>61.235.164.18</td><td>61.235.164.18</td><td>广西柳州市铁通DNS服务器</td></tr><tr><td>211.98.2.4</td><td>211.98.2.4</td><td>广东省广州市铁通DNS服务器</td></tr><tr><td>211.98.4.1</td><td>211.98.4.1</td><td>广东省广州市铁通DNS服务器</td></tr><tr><td>211.98.72.7</td><td>211.98.72.8</td><td>云南省铁通DNS服务器</td></tr><tr><td>222.45.0.110</td><td>222.45.0.110</td><td>江苏省南通市铁通DNS服务器</td></tr><tr><td>222.45.1.40</td><td>222.45.1.40</td><td>江苏省徐州市铁通DNS服务器</td></tr><tr><td>222.46.120.5</td><td>222.46.120.6</td><td>浙江省铁通DNS服务器</td></tr><tr><td>222.52.118.162</td><td>222.52.118.163</td><td>广西南宁市铁通DNS服务器</td></tr></tbody></table></div></div></div></div></div>
|
||||
<div class="accordion-group"> </div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.editor.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.editor.keywords}" /><meta name="description" content="{$my.Think.config.web.editor.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation" class="active"><a href="/editor/">Html在线编辑器</a></li><li role="presentation"><a href="/autoformat/"> 文章自动排版</a></li><li role="presentation"><a href="/caiji/"> 文章内容采集</a></li><li role="presentation"><a href="/jianfan/">简繁字体转换</a></li><li role="presentation"><a href="/pinyin/">汉字转为拼音</a></li><li role="presentation"><a href="/huoxingwen/">火星文转换器</a></li><li role="presentation"><a href="/txtreplace/">文本内容替换</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/textdiff/"> 文本内容对比</a></li><li role="presentation"><a href="/txtcount/">在线统计字数工具</a></li><li role="presentation"><a href="/shupai/">文字竖排工具</a></li><li role="presentation"><a href="/textflip/">文字翻转工具</a></li><li role="presentation"><a href="/quchong/">内容去重工具</a></li><li role="presentation"><a href="/wenzitexiao/">文字特效工具</a></li><li role="presentation"><a href="/zipstringtext/">字符串文本压缩工具</a></li><li role="presentation"><a href="/camelcase/">驼峰与下划线互转</a></li><li role="presentation"><a href="/quanbaojiao/">全角半角转换</a></li><li role="presentation"><a href="/hexrgb/"> RGB颜色在线转换</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><div class="col-sm-12"><textarea onmouseover="this.focus();" id="content" name="content" rows="17" class="form-control"></textarea></div></div></form></div></div><div class="accordion-group"><div class="in collapse bs-docs-demoexample"><h4>Html在线编辑器</h4><p>Html在线编辑器提供富文本编辑器,在线文章编辑器,富文本编辑器,Html在线编辑器使用,具有高级功能的Html在线编辑器可全屏编辑,Web版Html在线编辑器在线使用,文章,网站编辑,微信公众号可以在线使用编辑器功能等。</p></div></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script src="/static/kindeditor/kindeditor-all-min.js" type="text/javascript"></script><script type="text/javascript">KindEditor.ready(function (K) {K.create('#content', {items: ['source', '|', 'undo', 'redo', '|', 'preview', 'print', 'code', 'cut', 'copy', 'paste', 'plainpaste', 'wordpaste', '|', 'justifyleft', 'justifycenter', 'justifyright', 'justifyfull', 'insertorderedlist', 'insertunorderedlist', 'indent', 'outdent', 'subscript', 'superscript', 'clearhtml', 'quickformat', 'selectall', '|', 'fullscreen', '/', 'formatblock', 'fontname', 'fontsize', '|', 'forecolor', 'hilitecolor', 'bold', 'italic', 'underline', 'strikethrough', 'lineheight', 'removeformat', '|', 'image', 'flash', 'media', 'table', 'hr', 'emoticons', 'baidumap', 'pagebreak', 'anchor', 'link', 'unlink'],allowImageUpload: false,allowMediaUpload: false,allowFlashUpload: false});});</script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.endecodejs.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.endecodejs.keywords}" /><meta name="description" content="{$my.Think.config.web.endecodejs.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/formathtml/">HTML格式化/压缩</a></li><li role="presentation"><a href="/formatcss/"> CSS格式化/压缩</a></li><li role="presentation"><a href="/formatjs/">JS格式化/压缩</a></li><li role="presentation" class="active"><a href="/endecodejs/">JS加密/解密</a></li><li role="presentation"><a href="/confundirjs/"> JS代码混合加密</a></li><li role="presentation"><a href="/formatsql/">SQL压缩/格式化</a></li><li role="presentation"><a href="/formatphp/">PHP代码格式化工具</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/formatxml/">XML压缩/格式化 </a></li><li role="presentation"><a href="/formatcs/">C#代码格式化工具</a></li><li role="presentation"><a href="/formatjava/">JAVA代码格式化工具</a></li><li role="presentation"><a href="/formatcsql/">SQL代码格式化工具</a></li><li role="presentation"><a href="/formatpy/">Python代码格式化工具</a></li><li role="presentation"><a href="/formatruby/">Ruby代码格式化工具</a></li><li role="presentation"><a href="/formatc/">C语言代码格式化工具</a></li><li role="presentation"><a href="/formatcpp/">C++代码格式化工具</a></li><li role="presentation"><a href="/formatperl/">Perl代码格式化工具</a></li><li role="presentation"><a href="/formatvbs/">VBScript格式化工具</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><div class="col-sm-12"><textarea class="form-control" id="content" name="content" rows="12" placeholder="请输入要加密、解密的Js代码"></textarea></div></div><div class="form-group"><div class="col-sm-12 text-center"><input class="btn btn-success" id="BtnAddEval" type="button" value="JS加密"><input class="btn btn-success" id="BtnClearEval" type="button" value="JS解密"><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制</span><input class="btn btn-default" onclick="ClearAll();" type="button" value="清空"></div></div><div class="form-group"><div class="col-sm-12"><pre><code id="result"></code></pre></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>JS加密解密工具介绍</h4><p>JS加密解密工具为您提供JS加密解密,js加解密工具,JS在线加解密,JS代码在线加解密,该工具基于eval方法的加密与解密功能,用户可将js代码加密成eval方法执行形式的代码,也可将eval方法加密过的代码进行解密操作。是一款非常简便实用的在线JavaScript加密解密工具</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script src="/static/script/jsformat/jsformat.js" type="text/javascript"></script><script src="/static/script/jsformat/formatjs.js" type="text/javascript"></script><script src="/static/script/jsformat/jsendecode.js" type="text/javascript"></script><script src="/static/script/hightout.js"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.enlower.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.enlower.keywords}" /><meta name="description" content="{$my.Think.config.web.enlower.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation" class="active"><a href="/enlower/">英文字母大小写转换</a></li><li role="presentation"><a href="/rmbdaxie/">人民币大写转换工具</a></li><li role="presentation"><a href="/random/">随机数生成器</a></li><li role="presentation"><a href="/unixtime/"> Unix时间戳在线转换</a></li><li role="presentation"><a href="/hexconvert/">常用进制转换工具</a></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><div class="col-sm-12"><textarea onmouseover="this.focus();" id="content" name="content" class="form-control" rows="10" placeholder="请输入要转换的文本内容"></textarea></div></div><div class="form-group"><div class="col-sm-12 text-center"><select class="btn btn-default dropdown-toggle" id="tabsize" name="tabsize"><option value="0">全部 </option><option value="1">每个单词首字母</option><option value="2">每行首字母</option><option value="3">每句首字</option></select><input onclick="en_convert(1)" value="转为大写" type="button" name="body" class="btn btn-success"><input onclick="en_convert(2)" value="转为小写" type="button" name="body" class="btn btn-info"><span id="copyallcode" class="btn btn-default" data-clipboard-target="#content">复制</span><button type="button" class="btn btn-default" onclick="javascript:$('#content').val('').focus(); ">清空</button></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>英文字母大小写转换工具</h4><p>英文字母大小写转换工具为您提供在线英文字母大小写转换工具,能方便快捷地将英文字母全部转换为大写或小写,或将英文句子转换成首字母大写,在线大小写转换,单词大小写在线转换等。</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script>setJS(["/static/script/pcjs/enletter.js"]);</script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.escape.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.escape.keywords}" /><meta name="description" content="{$my.Think.config.web.escape.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/md5/">MD5加密工具</a></li><li role="presentation"><a href="/urlcode/">URL网址16进制加密</a></li><li role="presentation"><a href="/urlthunder/">迅雷旋风URL加解密</a></li><li role="presentation"><a href="/base64/"> Base64加密/解密</a></li><li role="presentation" class="active"><a href="/escape/">Escape加密/解密</a></li></ul><div class="alert alert-success alert-dismissible" role="alert">Escape加密解密工具,可对字符串进行Escape编码(这样可以在所有的计算机上读取该字符串),该方法不会对 ASCII 字母和数字进行编码,也不会对下面这些 ASCII 标点符号进行编码: * @ - _ + . / 。其他所有的字符都会被转义序列替换。</div><div class="panel"><form id="form1" class="form-horizontal" action="/md5/" method="post"><div class="form-group"><div class="col-sm-12"><textarea class="form-control" id="content" name="content" rows="10" placeholder="请输入要Escape加密、解密的字符串"></textarea></div></div><div class="form-group"><div class="col-sm-12 text-center"><input class="btn btn-success" onclick="hightout(escape(jQuery('#content').val()));"type="button" value="Escape加密"><input class="btn btn-success" onclick="hightout(unescape(jQuery('#content').val()));"type="button" value="Escape解密"><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制</span><button type="button" class="btn btn-default" onclick="ClearAll()">清空</button></div></div><div class="form-group"><div class="col-sm-12"><pre><code id="result"></code></pre></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>Escape在线编码解码器,Escape在线加密解密工具</h4><p>Escape在线解码工具为您提供Escape编码,Escape在线解码,Escape加密,unescape解密,对字符串进行Escape的加密处理,可在线对字符串进行Escape编码解码,Escape在线编码解码器Escape加密,escape可对字符串进行编码,可在线对字符串进行Escape编码解码/加密解密操作,将字符串格式化为Escape字符形式,可解决中文在不同平台上乱码问题。</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script src="/static/script/hightout.js"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.excel2json.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.excel2json.keywords}" /><meta name="description" content="{$my.Think.config.web.excel2json.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/json/">Json格式化</a></li><li role="presentation"><a href="/jsonudview/"> Json格式化(上下)</a></li><li role="presentation"><a href="/jsonlrview/">Json格式化(左右)</a></li><li role="presentation"><a href="/jsonzip/">Json在线压缩转义</a></li><li role="presentation"><a href="/json2cs/">Json生成C#实体类</a></li><li role="presentation"><a href="/json2java/"> Json生成Java实体类</a></li><li role="presentation" class="active"><a href="/excel2json/">Excel/CSV转Json格式</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/json2go/">Json生成Go结构体</a></li><li role="presentation"><a href="/sql2java/">SQL转Java实体类</a></li><li role="presentation"><a href="/json2xml/">XML和Json在线互转</a></li><li role="presentation"><a href="/json2excel/">Json转Excel/CSV格式</a></li><li role="presentation"><a href="/json2get/">JSON和GET参数互转</a></li><li role="presentation"><a href="/json2yaml/">JSON转YAML</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><div class="col-sm-12"><textarea class="form-control" onmouseover="this.focus();" id="content" name="RawJson" rows="12" style="max-height: 2222px;" placeholder="请输入Csv/Excel数据"></textarea></div></div><div class="form-group"><div class="col-sm-12"><input type="text" class="form-control" id="fgfstr" placeholder="请输入分隔符,默认是制表符" aria-describedby="basic-addon1"></div></div><div class="form-group navi"><div class="col-sm-12 text-center"><div class="btn-group" role="group" aria-label="..."><button id="sels" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown"aria-haspopup="true" aria-expanded="false">按行转成对象<span class="caret"></span></button><ul class="dropdown-menu"><li><a href="javascript:;" onclick="c(0,this)">按行转成对象</a></li><li><a href="javascript:;" onclick="c(1,this)">按行转成数组</a></li></ul></div><button type="button" class="btn btn-success" id="changebtn">转换成Json</button><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制结果</span><input type="button" onclick="ClearAll();" value="清空" class="btn btn-default"><button type="button" class="btn btn-default" id="testcase">示例Demo</button><input type="hidden" id="ctype" value="0" /></div></div><div class="form-group"><div class="col-sm-12"><pre><code id="result"></code></pre></div></div></form></div></div><div class="alert alert alert-success alert-dismissible" role="alert"><h4>Excel转Json工具</h4><p>1、支持将Excel格式的数据转为Json格式</p><p>2、支持将Csv、xls数据转换为Json格式的数据</p><p>3、可可以自定义Excel转换分隔符,使Josn转换更加灵活便捷</p><p>4、可以自定义按行转化为Json数组 或 Json字符串对象</p><p>5、提供示例Demo供开发者测试转换后的Json演示,测试Excel转换为Json的全过程</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script src="/static/script/hightout.js" type="text/javascript"></script><script type="text/javascript">setJS(["/static/script/pcjs/base64csvtojson.js","/static/script/pcjs/excel2json.js"]);</script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.favicon.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.favicon.keywords}" /><meta name="description" content="{$my.Think.config.web.favicon.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group">
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/checkweixin/">微信域名检测工具</a></li><li role="presentation"><a href="/htaccess2nginx/">htaccess转nginx</a></li><li role="presentation"><a href="/shortcut/">生成桌面快捷方式</a></li><li role="presentation"><a href="/px2rem/">rem与px转换工具</a></li><li role="presentation" class="active"><a href="/favicon/">在线制作ico图标</a></li><li role="presentation"><a href="/createmeta/">生成网页Meta标签</a></li><li role="presentation"><a href="/refresh/">在线定时刷新网址</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/tiaoseban/">在线调色板</a></li><li role="presentation"><a href="/gzip/">网站Gzip压缩检测</a></li><li role="presentation"><a href="/checkurl/">网站死链检测</a></li><li role="presentation"><a href="/whois/"> Whois查询工具</a></li><li role="presentation"><a href="/chaicp/">ICP网站备案查询</a></li><li role="presentation"><a href="/chameta/">Meta标签优化分析</a></li><li role="presentation"><a href="/checkkeyword/">网页关键词密度检测</a></li><li role="presentation"><a href="/webstatus/">HTTP状态码查询</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post" enctype="multipart/form-data"><div class="alert alert alert-success"><p>1、请单击“选择图片”按钮上传你要转换的图片(支持格式 png,jpg,gif)</p><p>2、选择要生成的ICO目标尺寸(图标文件一般尺寸较小,常见的是16x16、32x32、48x48)</p><p>3、单击“生成ICO图标”按钮,将生成的ICO图标,下载保存到您的网站根目录下。</p></div> <span class="btn btn-warning fileinput-button mb5"><i class="glyphicon glyphicon-plus"></i><span>选择图片...</span><input accept="image/*" name="upimage" id="demo_input" type="file"></span><label class='checkbox-inline' id="update_file_label"></label><script type="text/javascript"> document.getElementById("demo_input").onchange = function () { document.getElementById("update_file_label").innerHTML = this.value; };</script><div class="form-group"><label class="radio-inline">目标尺寸:</label><label class="btn btn btn-default"><input type="radio" name="favicon_size" value="1">16 x 16</label><label class="btn btn btn-default"><input type="radio" name="favicon_size" value="2" checked>32 x 32</label><label class="btn btn btn-default"><input type="radio" name="favicon_size" value="3">48 x 48</label><label class="btn btn btn-default"><input type="radio" name="favicon_size" value="4">64 x 64</label><label class="btn btn btn-default"><input type="radio" name="favicon_size" value="5">128 x 128</label></div><div class="form-group"><div class="col-sm-12 text-center"><input type="submit" onclick="base642img();" value="生成ICO图标" class="btn btn-success"></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>ico图标在线制作工具介绍</h4><p>1、<font color="#FF0000">favicon.ico</font>通常用作网址url的前置缩略图,作为网站标志,favicon.ico显示在浏览器的地址栏或标签上,如下图<font color="#FF0000">圈中</font>的地方,目前几乎所有浏览器都支持ico图标。<br> <img src="/static/images/eg_favicon.png" title="什么是ico"></p><p>2、当成功生成favicon.ico图标文件后,浏览器会自动弹出ico图标下载,点击保存,将生成下载的favicon.ico图标放在根目录下(也可以是其他目录)。 </p><p>3、在页面源文件的<code><head></head></code>标签之间插入<code><link rel="shortcut icon" href=" /favicon.ico" /></code>。</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script>
|
||||
{include file="nav" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.formatc.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.formatc.keywords}" /><meta name="description" content="{$my.Think.config.web.formatc.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/formathtml/">HTML格式化/压缩</a></li><li role="presentation"><a href="/formatcss/"> CSS格式化/压缩</a></li><li role="presentation"><a href="/formatjs/">JS格式化/压缩</a></li><li role="presentation"><a href="/endecodejs/">JS加密/解密</a></li><li role="presentation"><a href="/confundirjs/"> JS代码混合加密</a></li><li role="presentation"><a href="/formatsql/">SQL压缩/格式化</a></li><li role="presentation" class="active"><a href="/formatc/">C语言代码格式化工具</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/formatphp/">PHP代码格式化工具</a></li><li role="presentation"><a href="/formatxml/">XML压缩/格式化 </a></li><li role="presentation"><a href="/formatcs/">C#代码格式化工具</a></li><li role="presentation"><a href="/formatjava/">JAVA代码格式化工具</a></li><li role="presentation"><a href="/formatcsql/">SQL代码格式化工具</a></li><li role="presentation"><a href="/formatpy/">Python代码格式化工具</a></li><li role="presentation"><a href="/formatruby/">Ruby代码格式化工具</a></li><li role="presentation"><a href="/formatcpp/">C++代码格式化工具</a></li><li role="presentation"><a href="/formatperl/">Perl代码格式化工具</a></li><li role="presentation"><a href="/formatvbs/">VBScript格式化工具</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><div class="col-sm-12"><textarea class="form-control" id="content" name="content" rows="12" placeholder="请输入要格式化美化的C语言代码">#include <stdio.h>
|
||||
main(){
|
||||
printf("Hello World!\n");
|
||||
}</textarea></div></div><div class="form-group"><div class="col-sm-12 text-center"><button class="btn btn-success" onclick="runTabifier('C语言');" type="button" autocomplete="off">C语言代码格式化</button><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制</span><input class="btn btn-default" onclick="Empty()" type="button" value="清空"></div></div><div class="form-group"><div class="col-sm-12"><pre><code id="result"></code></pre></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>C语言格式化工具</h4><p>C语言格式化工具为您提供C语言格式化,C语言代码美化,C语言代码格式化,C语言代码格式化美化排版处理,,C语言代码格式化美化在线工具,需要将C语言代码美化时,输入您需要格式化的C语言代码,点击C语言代码格式化,即可转换成功,并自动将C语言语法高亮着色,方便阅读查看C语言语法是否正确等</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script src="/static/script/pcformat.js" type="text/javascript"></script><script src="/static/script/hightout.js"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
@@ -0,0 +1,7 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.formatcpp.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.formatcpp.keywords}" /><meta name="description" content="{$my.Think.config.web.formatcpp.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/formathtml/">HTML格式化/压缩</a></li><li role="presentation"><a href="/formatcss/"> CSS格式化/压缩</a></li><li role="presentation"><a href="/formatjs/">JS格式化/压缩</a></li><li role="presentation"><a href="/endecodejs/">JS加密/解密</a></li><li role="presentation"><a href="/confundirjs/"> JS代码混合加密</a></li><li role="presentation"><a href="/formatsql/">SQL压缩/格式化</a></li><li role="presentation" class="active"><a href="/formatcpp/">C++代码格式化工具</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/formatphp/">PHP代码格式化工具</a></li><li role="presentation"><a href="/formatxml/">XML压缩/格式化 </a></li><li role="presentation"><a href="/formatcs/">C#代码格式化工具</a></li><li role="presentation"><a href="/formatjava/">JAVA代码格式化工具</a></li><li role="presentation"><a href="/formatcsql/">SQL代码格式化工具</a></li><li role="presentation"><a href="/formatpy/">Python代码格式化工具</a></li><li role="presentation"><a href="/formatruby/">Ruby代码格式化工具</a></li><li role="presentation"><a href="/formatc/">C语言代码格式化工具</a></li><li role="presentation"><a href="/formatperl/">Perl代码格式化工具</a></li><li role="presentation"><a href="/formatvbs/">VBScript格式化工具</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><div class="col-sm-12"><textarea class="form-control" id="content" name="content" rows="12" placeholder="请输入要格式化美化的C++代码">#include <iostream>
|
||||
int main(){cout << "HelloWorld\n";}</textarea></div></div><div class="form-group"><div class="col-sm-12 text-center"><button class="btn btn-success" onclick="runTabifier('C++');" type="button" autocomplete="off">C++代码格式化</button><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制</span><input class="btn btn-default" onclick="Empty()" type="button" value="清空"></div></div><div class="form-group"><div class="col-sm-12"><pre><code id="result"></code></pre></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>C++格式化工具</h4><p>C++格式化工具为您提供C++格式化,C++代码美化,CPP格式化,C++代码格式化,C++代码格式化美化排版处理,,C++代码格式化美化在线工具,需要将C++代码美化时,输入您需要格式化的C++代码,点击C++代码格式化,即可转换成功,并自动将C++语法高亮着色,方便阅读查看C++语法是否正确等</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script src="/static/script/pcformat.js" type="text/javascript"></script><script src="/static/script/hightout.js"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.formatcsql.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.formatcsql.keywords}" /><meta name="description" content="{$my.Think.config.web.formatcsql.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/formathtml/">HTML格式化/压缩</a></li><li role="presentation"><a href="/formatcss/"> CSS格式化/压缩</a></li><li role="presentation"><a href="/formatjs/">JS格式化/压缩</a></li><li role="presentation"><a href="/endecodejs/">JS加密/解密</a></li><li role="presentation"><a href="/confundirjs/"> JS代码混合加密</a></li><li role="presentation"><a href="/formatsql/">SQL压缩/格式化</a></li><li role="presentation" class="active"><a href="/formatcsql/">SQL代码格式化工具</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/formatphp/">PHP代码格式化工具</a></li><li role="presentation"><a href="/formatxml/">XML压缩/格式化 </a></li><li role="presentation"><a href="/formatcs/">C#代码格式化工具</a></li><li role="presentation"><a href="/formatjava/">JAVA代码格式化工具</a></li><li role="presentation"><a href="/formatpy/">Python代码格式化工具</a></li><li role="presentation"><a href="/formatruby/">Ruby代码格式化工具</a></li><li role="presentation"><a href="/formatc/">C语言代码格式化工具</a></li><li role="presentation"><a href="/formatcpp/">C++代码格式化工具</a></li><li role="presentation"><a href="/formatperl/">Perl代码格式化工具</a></li><li role="presentation"><a href="/formatvbs/">VBScript格式化工具</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><div class="col-sm-12"><textarea class="form-control" onmouseover="this.focus();" id="code" name="code" rows="15" placeholder="输入要格式化SQL代码"></textarea></div></div><div class="form-group"><div class="col-sm-3"><select name="tabsize" id="tabsize" class="form-control"><option value="1">使用 tab 符缩进</option><option value="2">使用 2 个空格缩进</option><option value="3">使用 3 个空格缩进</option><option value="4" selected="selected">使用 4 个空格缩进</option><option value="8">使用 8 个空格缩进</option></select></div><div class="col-sm-3"><select name="max-preserve-newlines" id="max-preserve-newlines" class="form-control"><option value="-1" selected="selected">删除所有多余换行符</option><option value="1">标记之间保留1个换行</option><option value="2">标记之间保留2个换行</option><option value="5">标记之间保留5个换行</option><option value="10">标记之间保留10个换行</option><option value="0">标记之间允许无限换行</option></select></div><div class="col-sm-3"><select name="wrap-line-length" id="wrap-line-length" class="form-control"><option value="0" selected="selected">不换行</option><option value="40">在40个字符附近换行</option><option value="70">在70个字符附近换行</option><option value="80">在80个字符附近换行</option><option value="110">在110个字符附近换行</option><option value="120">在120个字符附近换行</option><option value="160">在160个字符附近换行</option></select></div><div class="col-sm-2"><select id="brace-style" class="form-control"><option value="collapse">控制语句的括号</option><option value="expand" selected="selected">开始括号单独一行</option><option value="end-expand">结束括号单独一行</option></select></div></div><div class="form-group"><div class="col-sm-12 text-center"> <input type="button" onclick="beautify();" value="SQL代码格式化" class="btn btn-success" /><input type="button" onclick="Clean();" value="清空" class="btn btn-default"></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>SQL代码格式化工具</h4><p>SQL代码格式化工具为您提供SQL代码格式化,SQL代码排版,SQL代码在线格式化,SQL代码在线格式化美化整理,SQL代码美化格式化功能,Orcale,MySql,SqlServer等Sql语句在线美化,SQL个性化代码美化显示,可控制代码缩进大小与代码格式,点击SQL代码格式化按钮即可实现代码的格式化与美化功能,该该工具使SQL代码看起来更加漂亮且可读性更强也更容易编辑。</p></div> <div class="accordion-group"> </div></div></div></div>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.formatcss.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.formatcss.keywords}" /><meta name="description" content="{$my.Think.config.web.formatcss.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/formathtml/">HTML格式化/压缩</a></li><li role="presentation" class="active"><a href="/formatcss/"> CSS格式化/压缩</a></li><li role="presentation"><a href="/formatjs/">JS格式化/压缩</a></li><li role="presentation"><a href="/endecodejs/">JS加密/解密</a></li><li role="presentation"><a href="/confundirjs/"> JS代码混合加密</a></li><li role="presentation"><a href="/formatsql/">SQL压缩/格式化</a></li><li role="presentation"><a href="/formatphp/">PHP代码格式化工具</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/formatxml/">XML压缩/格式化 </a></li><li role="presentation"><a href="/formatcs/">C#代码格式化工具</a></li><li role="presentation"><a href="/formatjava/">JAVA代码格式化工具</a></li><li role="presentation"><a href="/formatcsql/">SQL代码格式化工具</a></li><li role="presentation"><a href="/formatpy/">Python代码格式化工具</a></li><li role="presentation"><a href="/formatruby/">Ruby代码格式化工具</a></li><li role="presentation"><a href="/formatc/">C语言代码格式化工具</a></li><li role="presentation"><a href="/formatcpp/">C++代码格式化工具</a></li><li role="presentation"><a href="/formatperl/">Perl代码格式化工具</a></li><li role="presentation"><a href="/formatvbs/">VBScript格式化工具</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal"><div class="form-group"><div class="col-sm-12"><textarea class="form-control" id="content" name="content" rows="12" placeholder="请输入要格式化的CSS代码"></textarea></div></div><div class="form-group"><div class="col-sm-12 text-center"><label class="checkbox-inline"><input type="checkbox" id="delnotes">删除注释</label> <label class="checkbox-inline"><input type="checkbox" id="tolower" checked>属性转小写</label> <label class="checkbox-inline"><input type="checkbox" id="chk">横向排列</label> <button type="button" class="btn btn-success" onclick="format_css('format');">格式化</button><button type="button" class="btn btn-success" onclick="format_css('pack');">压缩</button><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制</span><input class="btn btn-default" onclick="Empty()" id="BtnClear" type="button" value="清空"></div></div><div class="form-group"><div class="col-sm-12"><pre><code id="result">结果输出区域</code></pre></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>CSS在线格式化、美化、压缩工具介绍</h4><p>网上有不少CSS格式化压缩的工具,但是不少站点有广告干扰,或操作起来不方便,或打开速度比较慢,所以自己定制了这个css格式化压缩的工具,也希望对大家有帮助,提供的这个CSS代码格式化和css在线压缩工具,不需要下载使用YUI Compressor 或 CSSTidy等离线格式化工具,直接在线压缩操作即可。</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script src="/static/script/cssformat.js" type="text/javascript"></script><script src="/static/script/hightout.js"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.formatfilter.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.formatfilter.keywords}" /><meta name="description" content="{$my.Think.config.web.formatfilter.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/regex/">正则表达式测试工具</a></li><li role="presentation"><a href="/regexcode/">正则生成代码</a></li><li role="presentation" class="active"><a href="/formatfilter/">Html过滤工具</a></li><li role="presentation"><a href="/regexdso/">常用正则表达式</a></li><li role="presentation"><a href="/regexsucha/">正则表达式语法速查</a></li><li role="presentation"><a href="/runjs/">运行Js/html/css</a></li><li role="presentation"><a href="/xpath/">Xpath工具</a></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><div class="col-sm-12"><textarea class="form-control" id="content" name="content" rows="12" placeholder="请输入要过滤的内容"></textarea></div></div><div class="form-group"><div class="col-sm-12"><label class="btn btn-default"><input type="checkbox" name="type" value="0" />过滤HTML</label><label class="btn btn-default"><input type="checkbox" name="type" value="1" />过滤JS</label><label class="btn btn-default"><input type="checkbox" name="type" value="2" />过滤CSS</label><label class="btn btn-default"><input type="checkbox" name="type" value="3" />自定义过滤</label><div style="display: none;" id="place">想替换的字符:<input type="text" id="preplace" class="form-control" />替换后的字符:<input type="text" class="form-control" id="nextplace" /></div><input type="button" onclick="Filter();" value="快速过滤" class="btn btn-success" /><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制</span><input class="btn btn-default" onclick="Empty()" type="button" value="清空"></div></div><div class="form-group"><div class="col-sm-12"><pre><code id="result"></code></pre></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>html过滤工具</h4><p>html过滤工具提供Html过滤,Js过滤,Css过滤,script过滤,自定义过滤 过滤HTML 过滤JS 过滤CSS ,将想替换的字符替换自定义字符,可以把html代码过滤掉,过滤成单纯的文本,该工具还可以对指定字符进行替换,生成干净的纯文本或代码等</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script src="/static/script/jquery-1.7.1.min.js" type="text/javascript"></script><script src="/static/script/pcjs/htmlfilter.js" type="text/javascript"></script><script src="/static/script/hightout.js"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.formathtml.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.formathtml.keywords}" /><meta name="description" content="{$my.Think.config.web.formathtml.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation" class="active"><a href="/formathtml/">HTML格式化/压缩</a></li><li role="presentation"><a href="/formatcss/"> CSS格式化/压缩</a></li><li role="presentation"><a href="/formatjs/">JS格式化/压缩</a></li><li role="presentation"><a href="/endecodejs/">JS加密/解密</a></li><li role="presentation"><a href="/confundirjs/"> JS代码混合加密</a></li><li role="presentation"><a href="/formatsql/">SQL压缩/格式化</a></li><li role="presentation"><a href="/formatphp/">PHP代码格式化工具</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/formatxml/">XML压缩/格式化 </a></li><li role="presentation"><a href="/formatcs/">C#代码格式化工具</a></li><li role="presentation"><a href="/formatjava/">JAVA代码格式化工具</a></li><li role="presentation"><a href="/formatcsql/">SQL代码格式化工具</a></li><li role="presentation"><a href="/formatpy/">Python代码格式化工具</a></li><li role="presentation"><a href="/formatruby/">Ruby代码格式化工具</a></li><li role="presentation"><a href="/formatc/">C语言代码格式化工具</a></li><li role="presentation"><a href="/formatcpp/">C++代码格式化工具</a></li><li role="presentation"><a href="/formatperl/">Perl代码格式化工具</a></li><li role="presentation"><a href="/formatvbs/">VBScript格式化工具</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><div class="col-sm-12"><textarea class="form-control" id="content" name="content" rows="15" placeholder="输入要格式化 或 需要压缩的html代码"></textarea></div></div><div class="form-group"><div class="col-sm-12 text-center"><select class="btn btn-default dropdown-toggle" id="tabsize" name="tabsize"><option value="1">制表符缩进 </option><option value="2">2个空格缩进 </option><option value="4" selected>4个空格缩进 </option><option value="8">8个空格缩进 </option></select><input class="btn btn-success" id="beautify" onclick="return do_js_beautify()" type="button" value="格式化Html"><input class="btn btn-info" onclick="HTMLcompressor()" type="button" value="压缩Html"><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制</span> <input class="btn btn-default" onclick="ClearAll();" type="button" value="清空"></div></div><div class="form-group"><div class="col-sm-12"><pre><code id="result"></code></pre></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>为什么要进行html格式化/压缩?</h4><p>html格式化工具为您提供html格式化,html美化排版,html压缩工具,html在线格式化,html代码在线格式化,html在线压缩,html格式化,可以将凌乱的前端html代码整理的整整齐齐,凌乱的html代码不好调试,冗余代码多了也会严重影响速度,当你在为提高了用户体验,做出了很绚丽的效果而欣喜的时候,是否想过提高html的效率,很多网站的html代码都做了压缩处理,以达到快速响应的效果,本工具针对输入框中的代码还提供了html代码在线格式化工具(实现html压缩、格式化、美化排版)</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script src="/static/script/jsformat/common.js" type="text/javascript"></script><script src="/static/script/jsformat/jsformat.js" type="text/javascript"></script><script src="/static/script/jsformat/jsformat2.js" type="text/javascript"></script><script src="/static/script/jsformat/htmlformat.js" type="text/javascript"></script><script src="/static/script/jsformat/formatjs.js" type="text/javascript"></script><script src="/static/script/hightout.js"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.formatjs.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.formatjs.keywords}" /><meta name="description" content="{$my.Think.config.web.formatjs.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/formathtml/">HTML格式化/压缩</a></li><li role="presentation"><a href="/formatcss/"> CSS格式化/压缩</a></li><li role="presentation" class="active"><a href="/formatjs/">JS格式化/压缩</a></li><li role="presentation"><a href="/endecodejs/">JS加密/解密</a></li><li role="presentation"><a href="/confundirjs/"> JS代码混合加密</a></li><li role="presentation"><a href="/formatsql/">SQL压缩/格式化</a></li><li role="presentation"><a href="/formatphp/">PHP代码格式化工具</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/formatxml/">XML压缩/格式化 </a></li><li role="presentation"><a href="/formatcs/">C#代码格式化工具</a></li><li role="presentation"><a href="/formatjava/">JAVA代码格式化工具</a></li><li role="presentation"><a href="/formatcsql/">SQL代码格式化工具</a></li><li role="presentation"><a href="/formatpy/">Python代码格式化工具</a></li><li role="presentation"><a href="/formatruby/">Ruby代码格式化工具</a></li><li role="presentation"><a href="/formatc/">C语言代码格式化工具</a></li><li role="presentation"><a href="/formatcpp/">C++代码格式化工具</a></li><li role="presentation"><a href="/formatperl/">Perl代码格式化工具</a></li><li role="presentation"><a href="/formatvbs/">VBScript格式化工具</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><div class="col-sm-12"><textarea class="form-control" id="content" name="content" rows="15" placeholder="输入要格式化 或 需要压缩的Js代码"></textarea></div></div><div class="form-group"><div class="col-sm-12 text-center"><select class="btn btn-default dropdown-toggle" id="tabsize" name="tabsize"><option value="1">制表符缩进 </option><option value="2">2个空格缩进 </option><option value="4" selected>4个空格缩进 </option><option value="8">8个空格缩进 </option></select><input class="btn btn-success" id="beautify" onclick="return do_js_beautify()" type="button" value="格式化"><input class="btn btn-success" onclick="pack_js(0)" type="button" value="普通压缩"><input class="btn btn-success" onclick="pack_js(1)" type="button" value="加密压缩"><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制</span> <input class="btn btn-default" onclick="ClearAll();" type="button" value="清空"></div></div><div class="form-group"><div class="col-sm-12"><pre><code id="result"></code></pre></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>为什么要进行Js格式化/压缩?</h4><p>JS格式化工具为您提供JS格式化,js压缩工具,JS在线格式化,JS代码在线格式化,js在线压缩,javascript格式化,可以将凌乱的JS代码整理的整整齐齐,凌乱的Js代码不好调试,冗余代码多了也会严重影响速度,当你在为提高了用户体验,做出了很绚丽的效果而欣喜的时候,是否想过提高Js的效率,很多网站的Js代码都做了压缩处理,以达到快速响应的效果,本工具针对输入框中的代码还提供了JS代码在线格式化工具(实现Js压缩、格式化、加密压缩)</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script src="/static/script/jsformat/common.js" type="text/javascript"></script><script src="/static/script/jsformat/jsformat.js" type="text/javascript"></script><script src="/static/script/jsformat/jsformat2.js" type="text/javascript"></script><script src="/static/script/jsformat/htmlformat.js" type="text/javascript"></script><script src="/static/script/jsformat/formatjs.js" type="text/javascript"></script><script src="/static/script/hightout.js"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,7 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.formatphp.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.formatphp.keywords}" /><meta name="description" content="{$my.Think.config.web.formatphp.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/formathtml/">HTML格式化/压缩</a></li><li role="presentation"><a href="/formatcss/"> CSS格式化/压缩</a></li><li role="presentation"><a href="/formatjs/">JS格式化/压缩</a></li><li role="presentation"><a href="/endecodejs/">JS加密/解密</a></li><li role="presentation"><a href="/confundirjs/"> JS代码混合加密</a></li><li role="presentation"><a href="/formatsql/">SQL压缩/格式化</a></li><li role="presentation" class="active"><a href="/formatphp/">PHP代码格式化工具</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/formatxml/">XML压缩/格式化 </a></li><li role="presentation"><a href="/formatcs/">C#代码格式化工具</a></li><li role="presentation"><a href="/formatjava/">JAVA代码格式化工具</a></li><li role="presentation"><a href="/formatcsql/">SQL代码格式化工具</a></li><li role="presentation"><a href="/formatpy/">Python代码格式化工具</a></li><li role="presentation"><a href="/formatruby/">Ruby代码格式化工具</a></li><li role="presentation"><a href="/formatc/">C语言代码格式化工具</a></li><li role="presentation"><a href="/formatcpp/">C++代码格式化工具</a></li><li role="presentation"><a href="/formatperl/">Perl代码格式化工具</a></li><li role="presentation"><a href="/formatvbs/">VBScript格式化工具</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><div class="col-sm-12"><textarea class="form-control" id="content" name="content" rows="12" placeholder="请输入要格式化美化的PHP代码"><?php
|
||||
echo "Hello World !";?></textarea></div></div><div class="form-group"><div class="col-sm-12 text-center"><button class="btn btn-success" onclick="runTabifier('PHP');" type="button" autocomplete="off">PHP代码格式化</button><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制</span><input class="btn btn-default" onclick="Empty()" type="button" value="清空"></div></div><div class="form-group"><div class="col-sm-12"><pre><code id="result"></code></pre></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>PHP格式化工具</h4><p>PHP格式化工具为您提供PHP格式化,PHP代码美化,PHP代码格式化,PHP代码格式化美化排版处理,,PHP代码格式化美化在线工具,需要将PHP代码美化时,输入您需要格式化的PHP代码,点击PHP代码格式化,即可转换成功,并自动将PHP语法高亮着色,方便阅读查看PHP语法是否正确等</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script src="/static/script/pcformat.js" type="text/javascript"></script><script src="/static/script/hightout.js"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.formatsql.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.formatsql.keywords}" /><meta name="description" content="{$my.Think.config.web.formatsql.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/formathtml/">HTML格式化/压缩</a></li><li role="presentation"><a href="/formatcss/"> CSS格式化/压缩</a></li><li role="presentation"><a href="/formatjs/">JS格式化/压缩</a></li><li role="presentation"><a href="/endecodejs/">JS加密/解密</a></li><li role="presentation"><a href="/confundirjs/"> JS代码混合加密</a></li><li role="presentation" class="active"><a href="/formatsql/">SQL压缩/格式化</a></li><li role="presentation"><a href="/formatphp/">PHP代码格式化工具</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/formatxml/">XML压缩/格式化 </a></li><li role="presentation"><a href="/formatcs/">C#代码格式化工具</a></li><li role="presentation"><a href="/formatjava/">JAVA代码格式化工具</a></li><li role="presentation"><a href="/formatcsql/">SQL代码格式化工具</a></li><li role="presentation"><a href="/formatpy/">Python代码格式化工具</a></li><li role="presentation"><a href="/formatruby/">Ruby代码格式化工具</a></li><li role="presentation"><a href="/formatc/">C语言代码格式化工具</a></li><li role="presentation"><a href="/formatcpp/">C++代码格式化工具</a></li><li role="presentation"><a href="/formatperl/">Perl代码格式化工具</a></li><li role="presentation"><a href="/formatvbs/">VBScript格式化工具</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><div class="col-sm-12"><textarea class="form-control" id="content" name="content" rows="15" placeholder="输入要格式化 或 压缩的SQL代码"></textarea></div></div><div class="form-group"><div class="col-sm-12 text-center"><input type="button" onclick="$('#content').format({method: 'sql'});" value="SQL格式化" class="btn btn-success"><input type="button" onclick="$('#content').format({method: 'sqlmin'});" value="SQL压缩" class="btn btn-success"><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制</span><input type="button" onclick="ClearAll();" value="清空" class="btn btn-default"><a href="/formatcsql/" class="btn btn-success" target="_blank">SQL美化</a></div></div><div class="form-group"><div class="col-sm-12"><pre><code id="result"></code></pre></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>Sql语句格式化工具</h4><p>SQL格式化工具为您提供SQL格式化,SQL语句压缩工具,SQL在线格式化,SQL代码在线格式化,Sql在线格式化工具,实现了在线对Sql语句压缩格式化排版,把Sql进行整齐的显示,支持SQL Server,MySql,Orcale,Sqlite,PostgreSQL等主流数据库的Sql语句。</p></div> <div class="accordion-group"> </div></div></div></div> </div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script src="/static/script/json/xmlformat.js" type="text/javascript"></script><script src="/static/script/hightout.js"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.formatvbs.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.formatvbs.keywords}" /><meta name="description" content="{$my.Think.config.web.formatvbs.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/formathtml/">HTML格式化/压缩</a></li><li role="presentation"><a href="/formatcss/"> CSS格式化/压缩</a></li><li role="presentation"><a href="/formatjs/">JS格式化/压缩</a></li><li role="presentation"><a href="/endecodejs/">JS加密/解密</a></li><li role="presentation"><a href="/confundirjs/"> JS代码混合加密</a></li><li role="presentation"><a href="/formatsql/">SQL压缩/格式化</a></li><li role="presentation" class="active"><a href="/formatvbs/">VBScript格式化工具</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/formatphp/">PHP代码格式化工具</a></li><li role="presentation"><a href="/formatxml/">XML压缩/格式化 </a></li><li role="presentation"><a href="/formatcs/">C#代码格式化工具</a></li><li role="presentation"><a href="/formatjava/">JAVA代码格式化工具</a></li><li role="presentation"><a href="/formatcsql/">SQL代码格式化工具</a></li><li role="presentation"><a href="/formatpy/">Python代码格式化工具</a></li><li role="presentation"><a href="/formatruby/">Ruby代码格式化工具</a></li><li role="presentation"><a href="/formatc/">C语言代码格式化工具</a></li><li role="presentation"><a href="/formatcpp/">C++代码格式化工具</a></li><li role="presentation"><a href="/formatperl/">Perl代码格式化工具</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><div class="col-sm-12"><textarea class="form-control" id="content" name="content" rows="12" placeholder="请输入要格式化美化的Vbscript代码"><script>document.write("Hello from VBScript!")</script></textarea></div></div><div class="form-group"><div class="col-sm-12 text-center"><button class="btn btn-success" onclick="beautify();" type="button" autocomplete="off">Vbscript代码格式化</button><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制</span><input class="btn btn-default" onclick="Empty()" type="button" value="清空"></div></div><div class="form-group"><div class="col-sm-12"><pre><code id="result" class="vbscript"></code></pre></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>Vbscript格式化工具</h4><p>Vbscript格式化工具为您提供Vbscript格式化,Vbscript代码美化,VBS格式化,Vbscript代码格式化,Vbscript代码格式化美化排版处理,,Vbscript代码格式化美化在线工具,需要将Vbscript代码美化时,输入您需要格式化的Vbscript代码,点击Vbscript代码格式化,即可转换成功,并自动将Vbscript语法高亮着色,方便阅读查看Vbscript语法是否正确,VBScript代码格式化可快速实现VBScript代码的格式化与排版功能等</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script src="/static/script/vbsformat.js" type="text/javascript"></script><script src="/static/script/hightout.js"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.formatxml.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.formatxml.keywords}" /><meta name="description" content="{$my.Think.config.web.formatxml.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/formathtml/">HTML格式化/压缩</a></li><li role="presentation"><a href="/formatcss/"> CSS格式化/压缩</a></li><li role="presentation"><a href="/formatjs/">JS格式化/压缩</a></li><li role="presentation"><a href="/endecodejs/">JS加密/解密</a></li><li role="presentation"><a href="/confundirjs/"> JS代码混合加密</a></li><li role="presentation"><a href="/formatsql/">SQL压缩/格式化</a></li><li role="presentation" class="active"><a href="/formatxml/">XML压缩/格式化 </a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/formatphp/">PHP代码格式化工具</a></li><li role="presentation"><a href="/formatcs/">C#代码格式化工具</a></li><li role="presentation"><a href="/formatjava/">JAVA代码格式化工具</a></li><li role="presentation"><a href="/formatcsql/">SQL代码格式化工具</a></li><li role="presentation"><a href="/formatpy/">Python代码格式化工具</a></li><li role="presentation"><a href="/formatruby/">Ruby代码格式化工具</a></li><li role="presentation"><a href="/formatc/">C语言代码格式化工具</a></li><li role="presentation"><a href="/formatcpp/">C++代码格式化工具</a></li><li role="presentation"><a href="/formatperl/">Perl代码格式化工具</a></li><li role="presentation"><a href="/formatvbs/">VBScript格式化工具</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><div class="col-sm-12"><textarea class="form-control" id="content" name="content" rows="15" placeholder="输入要格式化 或 压缩的xml代码"></textarea></div></div><div class="form-group"><div class="col-sm-12 text-center"><input type="button" onclick="$('#content').format({method: 'xml'});" value="xml格式化" class="btn btn-success"><input type="button" onclick="$('#content').format({method: 'xmlmin'});" value="xml压缩" class="btn btn-success"><span id="copyallcode" class="btn btn-default" data-clipboard-target="#content">复制</span><input type="button" onclick="Empty();" value="清空" class="btn btn-default"></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>xml格式化工具</h4><p>xml格式化工具为您提供xml格式化,Xml格式化解析,xml压缩工具,xml在线格式化,xml代码在线格式化,xml在线格式化工具,实现了在线对xml格式化排版,将XML进行压缩可以减少保存Xml数据消耗的系统内存,格式化后的Xml数据更容易看清楚它的格式和结构,从而操作Xml更方便。</p></div> <div class="accordion-group"> </div></div></div></div> </div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script src="/static/script/json/xmlformat.js" type="text/javascript"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
@@ -0,0 +1,5 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.guid.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.guid.keywords}" /><meta name="description" content="{$my.Think.config.web.guid.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group">
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/password/">密码生成器</a></li><li role="presentation"><a href="/uuid/">UUID在线生成</a></li><li role="presentation" class="active"><a href="/guid/">GUID在线生成</a></li><li role="presentation"><a href="/htpasswd/">htpasswd生成</a></li><li role="presentation"><a href="/barcode/">条形码生成器</a></li><li role="presentation"><a href="/ip2long/">IP/数字地址转换</a></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><label class="col-sm-2 control-label">生成GUID的个数:</label><div class="col-sm-10"><select name="guid_number" class="form-control">{for start="1" end="100"}<option value="{$i}"{if $i==$guid_number} selected{/if}>{$i}个</option>{/for}</select></div></div><div class="form-group"><label class="col-sm-2 control-label">GUID大小写:</label><div class="col-sm-10"><select name="guid_letter" class="form-control"><option value="1"{if 1==$guid_letter} selected{/if}>GUID大写</option><option value="2"{if 2==$guid_letter} selected{/if}>guid小写</option></select></div></div><div class="form-group"><div class="col-sm-12 text-center"><input type="submit" onclick="ip2long();" value="生成GUID" class="btn btn-success" /><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制结果</span><input type="button" onclick="$('#result').empty();" value="清空" class="btn btn-default" /></div></div><div class="alert alert-info alert-dismissible text-center line-24" id="result">{foreach $guid as $vo}{$vo}<br/>{/foreach}</div></form></div></div><div class="accordion-group"><div class="in collapse bs-docs-demoexample"><h4>什么是GUID</h4><p>globally unique identifier(GUID——全局唯一标识符),GUID 是一个 128 位globally unique identifier(GUID——全局唯一标识符),GUID 是一个 128 位二进制数组成(16 字节),可用于所有需要唯一标识符的计算机和网络。此标识符重复的可能性非常小。GUID 的格式为“xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx”,其中每个 x 是 0-9 或 a-f 范围内的一个十六进制的数字。</p></div></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script>is_show();</script>{include file="nav" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.htaccess2nginx.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.htaccess2nginx.keywords}" /><meta name="description" content="{$my.Think.config.web.htaccess2nginx.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/checkweixin/">微信域名检测工具</a></li><li role="presentation" class="active"><a href="/htaccess2nginx/">htaccess转nginx</a></li><li role="presentation"><a href="/shortcut/">生成桌面快捷方式</a></li><li role="presentation"><a href="/px2rem/">rem与px转换工具</a></li><li role="presentation"><a href="/favicon/">在线制作ico图标</a></li><li role="presentation"><a href="/createmeta/">生成网页Meta标签</a></li><li role="presentation"><a href="/refresh/">在线定时刷新网址</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/tiaoseban/">在线调色板</a></li><li role="presentation"><a href="/gzip/">网站Gzip压缩检测</a></li><li role="presentation"><a href="/checkurl/">网站死链检测</a></li><li role="presentation"><a href="/whois/"> Whois查询工具</a></li><li role="presentation"><a href="/chaicp/">ICP网站备案查询</a></li><li role="presentation"><a href="/chameta/">Meta标签优化分析</a></li><li role="presentation"><a href="/checkkeyword/">网页关键词密度检测</a></li><li role="presentation"><a href="/webstatus/">HTTP状态码查询</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal" action="/md5/" method="post"><div class="form-group"><div class="col-sm-12"><textarea class="form-control" id="content" name="content" rows="10" placeholder="输入要转换的htaccess"></textarea></div></div><div class="form-group"><div class="col-sm-12 text-center"><button class="btn btn-success" type="button" id="htaccess" onclick="htaccess2nginx(1)">htaccess转nginx</button><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制</span><button type="button" class="btn btn-default" onclick="ClearAll()">清空</button></div></div><div class="form-group"><div class="col-sm-12"><pre><code id="result"></code></pre></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>htaccess换nginx工具介绍</h4><p>htaccess换nginx工具为您提供htaccess与nginx在线转换,apache伪静态文件转为nginx重写规则,htaccess伪静态规则换nginx,apache RewriteRule转rewrite,apache伪静态文件转nginx重写,apache转nginx重写规则,本工具支持<code>所有的htaccess</code>伪静态、基本的配置规则、重定向等转换为nginx。</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script src="/static/script/hightout.js"></script><script src="/static/script/rewrite-conf.js"></script><script src="/static/script/pcjs/htaccess2nginx.js"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.html2all.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.html2all.keywords}" /><meta name="description" content="{$my.Think.config.web.html2all.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/html2js/"> Html转JS</a></li><li role="presentation"><a href="/htmloutjs/">Html/JS互转</a></li><li role="presentation"><a href="/htmlescape/"> Html转义工具</a></li><li role="presentation"><a href="/html2cj/"> Html转C#/JSP</a></li><li role="presentation"><a href="/html2php/">Html转PHP代码</a></li><li role="presentation" class="active"><a href="/html2all/">Html转ASP/Perl</a></li><li role="presentation"><a href="/htmlfromcsv/">Excel转HTML表格</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/htmltable/">Html表格生成器</a></li><li role="presentation"><a href="/html2ubb/">HTML/UBB互转</a></li><li role="presentation"><a href="/htmlmarkdown/">HTML/MarkDown互转</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><div class="col-sm-12"><textarea class="form-control" id="content" name="content" rows="12" placeholder="请输入要转换的HTML代码"></textarea></div></div><div class="form-group"><div class="col-sm-12 text-center"><input class="btn btn-success" onclick="javascript:htmlCov('asp');" type="button" value="Html转ASP" /><input class="btn btn-success" onclick="javascript:htmlCov('vbnet');" type="button" value="Html转VB.NET" /><input class="btn btn-success" onclick="javascript:htmlCov('perl');" type="button" value="Html转Perl" /><input class="btn btn-success" onclick="javascript:htmlCov('sws');" type="button" value="Html转Sws" /><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制</span><input class="btn btn-default" onclick="Empty()" type="button" value="清空"></div></div><div class="form-group"><div class="col-sm-12"><pre><code id="result"></code></pre></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>Html转程序代码工具</h4><p>Html转程序代码工具为您提供在线Html转程序代码,Html转ASP,Html转PERL,Html转SWS,Html转VB.NET,能得到拼接好的程序代码等快速转换工具,实现Html在线转换成各种程序,脚本语言</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script src="/static/script/pcjs/html2js.js" type="text/javascript"></script><script src="/static/script/hightout.js"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.html2cj.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.html2cj.keywords}" /><meta name="description" content="{$my.Think.config.web.html2cj.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/html2js/"> Html转JS</a></li><li role="presentation"><a href="/htmloutjs/">Html/JS互转</a></li><li role="presentation"><a href="/htmlescape/"> Html转义工具</a></li><li role="presentation" class="active"><a href="/html2cj/"> Html转C#/JSP</a></li><li role="presentation"><a href="/html2php/">Html转PHP代码</a></li><li role="presentation"><a href="/html2all/">Html转ASP/Perl</a></li><li role="presentation"><a href="/htmlfromcsv/">Excel转HTML表格</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/htmltable/">Html表格生成器</a></li><li role="presentation"><a href="/html2ubb/">HTML/UBB互转</a></li><li role="presentation"><a href="/htmlmarkdown/">HTML/MarkDown互转</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><div class="col-sm-12"><textarea class="form-control" id="content" name="content" rows="12" placeholder="请输入要转换的HTML代码"></textarea></div></div><div class="form-group"><div class="col-sm-12 text-center"><input type="button" onclick="tocsharp();" value="Html转为C#代码" class="btn btn-success"><input type="button" onclick="tojsp();" value="Html转为JSP代码" class="btn btn-success"><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制</span><input class="btn btn-default" onclick="Empty()" type="button" value="清空"></div></div><div class="form-group"><div class="col-sm-12"><pre><code id="result"></code></pre></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>Html转C#/JSP代码工具</h4><p>Html转C#/JSP代码工具为您提供在线Html转换为Jsp和C#代码,Jsp代码,Html转C#,Html转.Net,Html转Jsp,在线Html转Jsp代码,HTML与JSP和C#,.Net代码在线转换,使用这个Html在线转换工具,能得到拼接好代码等</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script src="/static/script/pcjs/html2js.js" type="text/javascript"></script><script src="/static/script/hightout.js"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
@@ -0,0 +1,5 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.html2js.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.html2js.keywords}" /><meta name="description" content="{$my.Think.config.web.html2js.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://www.pcjson.com/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation" class="active"><a href="/html2js/"> Html转JS</a></li><li role="presentation"><a href="/htmloutjs/">Html/JS互转</a></li><li role="presentation"><a href="/htmlescape/"> Html转义工具</a></li><li role="presentation"><a href="/html2cj/"> Html转C#/JSP</a></li><li role="presentation"><a href="/html2php/">Html转PHP代码</a></li><li role="presentation"><a href="/html2all/">Html转ASP/Perl</a></li><li role="presentation"><a href="/htmlfromcsv/">Excel转HTML表格</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/htmltable/">Html表格生成器</a></li><li role="presentation"><a href="/html2ubb/">HTML/UBB互转</a></li><li role="presentation"><a href="/htmlmarkdown/">HTML/MarkDown互转</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><div class="col-sm-12"><textarea class="form-control" id="content" name="content" rows="12" placeholder="输入要 拼接或转换HTML/JS代码"></textarea></div></div><div class="form-group"><div class="col-sm-12 text-center"><input type="button" onclick="tojs();" value="Html转为JS" class="btn btn-success"><input type="button" onclick="tohtml();" value="JS转为Html" class="btn btn-success"><input type="button" onclick="htmltoarray();" value="Html转为JS数组格式" class="btn btn-success"><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制</span><input class="btn btn-default" onclick="Empty()" type="button" value="清空"></div></div><div class="form-group"><div class="col-sm-12"><pre><code id="result"></code></pre></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>HTML转JS工具</h4><p>HTML转JS工具为您提供TML转JS,在线Html和Js代码互相转换工具:Js转Html,Javascript转Html,HTML转为Js,Html拼接为Js,Js脚本转为Html代码,Html代码转换,Js基本转换为HTML,Js在线转换,Html和Js脚本在线互转等</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script src="/static/script/pcjs/html2js.js" type="text/javascript"></script><script src="/static/script/hightout.js"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.html2php.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.html2php.keywords}" /><meta name="description" content="{$my.Think.config.web.html2php.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/html2js/"> Html转JS</a></li><li role="presentation"><a href="/htmloutjs/">Html/JS互转</a></li><li role="presentation"><a href="/htmlescape/"> Html转义工具</a></li><li role="presentation"><a href="/html2cj/"> Html转C#/JSP</a></li><li role="presentation" class="active"><a href="/html2php/">Html转PHP代码</a></li><li role="presentation"><a href="/html2all/">Html转ASP/Perl</a></li><li role="presentation"><a href="/htmlfromcsv/">Excel转HTML表格</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/htmltable/">Html表格生成器</a></li><li role="presentation"><a href="/html2ubb/">HTML/UBB互转</a></li><li role="presentation"><a href="/htmlmarkdown/">HTML/MarkDown互转</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><div class="col-sm-12"><textarea class="form-control" id="content" name="content" rows="12" placeholder="请输入要转换的HTML代码"></textarea></div></div><div class="form-group"><div class="col-sm-12 text-center"><input class="btn btn-success" onclick="javascript:htmlCov('php');" type="button" value="Html转PHP代码" /><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制</span><input class="btn btn-default" onclick="Empty()" type="button" value="清空"></div></div><div class="form-group"><div class="col-sm-12"><pre><code id="result"></code></pre></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>Html转C#/JSP代码工具</h4><p>Html转C#/JSP代码工具为您提供在线Html转换为Jsp和C#代码,Jsp代码,Html转C#,Html转.Net,Html转Jsp,在线Html转Jsp代码,HTML与JSP和C#,.Net代码在线转换,使用这个Html在线转换工具,能得到拼接好代码等</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script src="/static/script/pcjs/html2js.js" type="text/javascript"></script><script src="/static/script/hightout.js"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
@@ -0,0 +1,5 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.html2ubb.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.html2ubb.keywords}" /><meta name="description" content="{$my.Think.config.web.html2ubb.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://www.pcjson.com/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/html2js/"> Html转JS</a></li><li role="presentation"><a href="/htmloutjs/">Html/JS互转</a></li><li role="presentation"><a href="/htmlescape/"> Html转义工具</a></li><li role="presentation"><a href="/html2cj/"> Html转C#/JSP</a></li><li role="presentation"><a href="/html2php/">Html转PHP代码</a></li><li role="presentation"><a href="/html2all/">Html转ASP/Perl</a></li><li role="presentation" class="active"><a href="/html2ubb/">HTML/UBB互转</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/htmlfromcsv/">Excel转HTML表格</a></li><li role="presentation"><a href="/htmltable/">Html表格生成器</a></li><li role="presentation"><a href="/htmlmarkdown/">HTML/MarkDown互转</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><div class="col-sm-12"><textarea class="form-control" id="content" name="content" rows="12" placeholder="请输入要转换的Html/UBB代码"></textarea></div></div><div class="form-group"><div class="col-sm-12 text-center"><input type="button" onclick="htmltoubb();" value="Html转UBB" class="btn btn-success"><input type="button" onclick="ubbtohtml();" value="UBB转Html" class="btn btn-success"><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制</span><input class="btn btn-default" onclick="ClearAll()" type="button" value="清空"></div></div><div class="form-group"><div class="col-sm-12"><pre><code id="result"></code></pre></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>UBB与HTML互转工具</h4><p>UBB与HTML互转工具为您提供在线UBB转为HTML代码,Html转为MarkDown格式,UBB转为Html语言,UBB和Html在线转换,UBB在线转换,Html在线转换工具,UBB转成Html代码,UBB在线转为Html工具,把UBB代码转换成HTML格式的代码/Html代码转换成Ubb论坛格式的代码等</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script src="/static/script/pcjs/html2ubb.js" type="text/javascript"></script><script src="/static/script/hightout.js"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.htmlescape.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.htmlescape.keywords}" /><meta name="description" content="{$my.Think.config.web.htmlescape.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/html2js/"> Html转JS</a></li><li role="presentation"><a href="/htmloutjs/">Html/JS互转</a></li><li role="presentation" class="active"><a href="/htmlescape/"> Html转义工具</a></li><li role="presentation"><a href="/html2cj/"> Html转C#/JSP</a></li><li role="presentation"><a href="/html2php/">Html转PHP代码</a></li><li role="presentation"><a href="/html2all/">Html转ASP/Perl</a></li><li role="presentation"><a href="/htmlfromcsv/">Excel转HTML表格</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/htmltable/">Html表格生成器</a></li><li role="presentation"><a href="/html2ubb/">HTML/UBB互转</a></li><li role="presentation"><a href="/htmlmarkdown/">HTML/MarkDown互转</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><div class="col-sm-12"><textarea class="form-control" id="content" name="content" rows="10" placeholder="请在输入框粘贴需转换的HTML代码"></textarea></div></div><div class="form-group"><div class="col-sm-12 text-center"><input type="button" id="btn1" value="HTML转义" class="btn btn-success"><input type="button" id="btn2" value="HTML反转义" class="btn btn-info"><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制</span><button type="button" class="btn btn-default" onclick="ClearAll()">清空</button><a class="btn btn-warning" href="/formathtml/" target="_blank">Html格式化</a></div></div><div class="form-group"><div class="col-sm-12"><pre><code id="result"></code></pre></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>html在线转义工具</h4><p>HTML转换工具,可以将HTML代码转换为HTML转义字符串,如果您觉得好用,请记得收藏我们的地址。</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script src="/static/script/hightout.js"></script><script src="/static/script/pcjs/htmlescape.js"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user