方法一:用encode和decode如:import os.pathimport xlrd,sysFilename=’/home/tom/Desktop/1234.xls’if not os.path.isfile(Filename):raise NameError,”%s is not a val...
分类:
编程语言 时间:
2015-02-04 14:36:06
阅读次数:
155
地址:https://github.com/donghouhe/python_fantan_shell_encode/blob/master/netcat_encode.py 如果你觉得可以,点个star鼓励一下
这是原始的一句命令
1
python -c ‘import socket,subprocess,os;s=socket.socket(socket.AF...
分类:
编程语言 时间:
2015-02-02 21:29:49
阅读次数:
563
Problem DescriptionGiven a string containing only 'A' - 'Z', we could encode it using the following method:1. Each sub-string containing k same charac...
分类:
其他好文 时间:
2015-01-31 11:58:49
阅读次数:
171
QrEncoder qrEncoder = new QrEncoder(ErrorCorrectionLevel.H); QrCode qrCode = qrEncoder.Encode(QueryUrl); GraphicsRender...
分类:
其他好文 时间:
2015-01-29 17:32:04
阅读次数:
226
由于学习需要最近注册了一个国外的php空间 鉴于自带php管理系统体验太差 想找一个靠谱的webshell来代替 经过几分钟的搜索 终于在网上找到了一个界面和功能都很不错的php webshell
如图:
当我想再加上自己diy的几个功能时 打开代码一看:
竟然是乱码! 于是。。心中闪过了一些邪恶的想法。。破解它!
首先 我注意到了base64_encode这个函数,于是 写了一个来讲...
分类:
Web程序 时间:
2015-01-29 09:34:37
阅读次数:
806
1 关键字
关键字基本上都是以@开头,常见关键字如下:
@interface,@implement,@end,@public,@private,@selector,@required,@encode等
其他id,self,super等
2 字符串以@开头
@"Hello world!"
3 布尔类型Yes/No
4 空类型nil(值为0)
5 其他C...
分类:
移动开发 时间:
2015-01-28 19:48:22
阅读次数:
201
原文网址:http://justcoding.iteye.com/blog/974631json_encode在ajax应用的开发里是必不可少的一个函数,但是json_encode的使用条件是比较苛刻的,需要在php 5.2.0以上并且需要PECL json在1.2.0以上才可以使用。其实json_...
分类:
Web程序 时间:
2015-01-28 12:50:32
阅读次数:
163
windows: ctrl+shift+f 自动缩进选择:windows-> preferences->java->Editor->Mark Occurences选择最上的复选框,下面的就有很多了。其中的Local variables就是变量的高亮显示。另外,encode的设置选择:windows....
分类:
系统相关 时间:
2015-01-27 20:02:04
阅读次数:
203
关于一篇中文编码的文章,挺不错的,就是没有分享外链。 下面的文章内容只是简单的复制/粘贴,如果觉得不错的话,可以查看原文。 原文地址:http://www.searchtb.com/2012/04/chinese_encode.html PS:使用fedor...
分类:
其他好文 时间:
2015-01-26 13:48:03
阅读次数:
167
ios 中如何使用oc封装一个 结构体到 NSValue中呢?
方法如下:
typedef struct{ //自定义一个结构体
int age;
int number;
}Student;
NSValue *stu=[NSValue valueWithBytes:&stu objCtype :@encode(Student)];//把结构体封装成一个对象
Stud...
分类:
移动开发 时间:
2015-01-25 15:18:46
阅读次数:
241