This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title>有字有谋</title> | |
<script type="text/javascript"> | |
/* 小学一年级生字 */ | |
var dicts = ["一二三十木禾上下土个八入大天人火文六七儿九无口日中了子门月不开四五目耳头米见白田电也长山出飞马鸟云公车牛羊小少巾牙尺毛卜又心风力手水广升足走方半巴业本平书自已东西回片皮生里果几用鱼今正雨两瓜衣来年左右万百丁齐冬说友话春朋高你绿们花红草爷亲节的岁行古处声知多忙洗真认父扫母爸写全完关家看笑着兴画会妈合奶放午收女气太早去亮和李语秀千香听远唱定连向以更后意主总先起干明赶净同专工才级队蚂蚁前房空网诗黄林闭童立是我朵叶美机她过他时送让吗往吧得虫很河借姐呢呀哪谁凉怕量跟最园脸因阳为光可法石找办许别那到都吓叫再做象点像照沙海桥军竹苗井面乡忘想念王这从进边道贝男原爱虾跑吹乐地老快师短淡对热冷情拉活把种给吃练学习非苦常问伴间共伙汽分要没孩位选北湖南秋江只帮星请雪就球跳玩桃树刚兰座各带坐急名发成动晚新有么在变什条", "宜实色华谷金尽层丰壮波浪灯作字苹丽劳尤其区巨它安块站已甲豆识纷经如好娃洼于首枝枫记刘胡戏棋钢观弹琴养休伸甜歌院除息您牵困员青宁室样校切教响班欠元包钟叹哈迟闹及身仔细次外计怦礼加夕与川州台争民族亿洁欢祖旗帜庆曲央交市旁优阴坛城国图申匹互京泪洋拥抱相扬讲打指接惊故侯奇寸落补拔功助取所信沿拾际蛙错答还言每治棵挂哇怪慢怎思穿弯比服浅漂啦啊夫表示号汗伤吸极串免告诉狐狸猴颗斤折挑根独满容易采背板椅但傍清消由术吐注课铅笔桌景拿坏松扎抓祝福句幸之令布直当第现期轮路丑永饥饱温贫富户亚角周床病始张寻哭良食双体操场份粉昨晴姑娘妹读舟乘音客何汪丛牢拍护保物鸡猫羽领捉理跃蹦灵晨失觉扔掉眼睛纸船久乎至死腰捡粒被并夜喜重味轻刻群卫运宇宙航舰冲晒池浮灾害黑器岸纹洞影倒游圆围杯件住须能飘必事历史灭克化代孙植厂产介农科技纺织脱冻溪棉探摇野躲解未追店枯徐烧荣菜宿冈世界轰笋芽喊呼唤弟哥骨抽拐浇终静躺谢渐微瓦泉然结股脆塔杜鹃冒雷迈迷迹叔锋滴洒泥泞扑托摸利铃弱末芬芳夏应该岛展建纱环绕胜隐约省茂盛吾季留杏密蜜坡搭摘钉沟龙寿泼敬脚凤束府夺扮伟够恩柏特鲜度凰色勾单宫雄烁辉另题漫哄骗尔仍便票式且煌志 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
http://www.ghost-hack.com/post/jsexperiments/tunneler/tunneler.html | |
--> | |
<html> | |
<head> | |
<style type="text/css"> | |
body | |
{ | |
font-family: Monospace; | |
background-color: #222222; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Debug CSS by iifksp | |
* Author: [email protected] | |
* Author URI: http://www.swordair.com/blog | |
* Version: 1.1 | |
* License: MIT | |
*/ | |
/* inline style */ | |
*[style]{outline:1px dotted #f00 !important;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bool MainWindow::isUtf8File(QIODevice *file) | |
{ | |
const int testSize = 1024; | |
char str[testSize];/// | |
int size = file->peek(str, testSize); | |
// char buf[3]; | |
// if (f->peek(buf, sizeof(buf)) == sizeof(buf)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<!-- | |
//http://help.dottoro.com/ljuecqgv.php | |
--> | |
<script type="text/javascript"> | |
function Init () { | |
var textarea = document.getElementById ("textarea"); | |
if (textarea.addEventListener) { | |
// Google Chrome and Safari |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Debug CSS by iifksp | |
* Author: [email protected] | |
* Author URI: http://www.swordair.com/blog | |
* Version: 1.1 | |
* License: MIT | |
*/ | |
/* inline style */ | |
*[style]{outline:1px dotted #f00 !important;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<Strings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |
<Name>Simplified Chinese</Name> | |
<OriginalLanguageName>简体中文</OriginalLanguageName> | |
<OkButton_Text>确定</OkButton_Text> | |
<CancelButton_Text>取消</CancelButton_Text> | |
<StopButton_Text>停止</StopButton_Text> | |
<SetDefaultButton_Text>还原为默认值</SetDefaultButton_Text> | |
<ErrorMessage_FileAlreadyExists>无法重命名文件,因为与此名称的文件已经存在!</ErrorMessage_FileAlreadyExists> | |
<WarningMessage_ChangeFileExtension>你真的想改变文件扩展名?</WarningMessage_ChangeFileExtension> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package mobi.bbase.ahome.utils; | |
import java.io.ByteArrayOutputStream; | |
import java.util.Random; | |
/** | |
* 加密解密QQ消息的工具类. QQ消息的加密算法是一个16次的迭代过程,并且是反馈的,每一个加密单元是8字节,输出也是8字节,密钥是16字节 | |
* 我们以prePlain表示前一个明文块,plain表示当前明文块,crypt表示当前明文块加密得到的密文块,preCrypt表示前一个密文块 | |
* f表示加密算法,d表示解密算法 那么从plain得到crypt的过程是: crypt = f(plain ˆ preCrypt) ˆ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset=utf-8> | |
<title>Liquid Particles 3D | spielzeugz.de/lab </title> | |
<meta name="description" content="HTML5 Demo, particles trapped in a sphere." /> | |
<meta name="keywords" content="html5,canvas,javascript,particles,interactive,velocity,programming,flash" /> | |
<style> | |
*{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//关闭Stream选项 | |
//以下内容添加到FiddlerScript的OnBeforeResponse中 | |
if(oSession.host.EndsWith("example.com")){ | |
//使用正则表达式 | |
oSession.utilReplaceRegexInResponse("Example","Hahaha"); | |
//自己处理 | |
var body = oSession.GetResponseBodyAsString(); | |
body = body+"asdfadsfadfs"; | |
oSession.utilSetResponseBody(body); |