proguard5.3下载地址:http://down.51cto.com/data/2316123从eclipse中导出工程的jar包(这个就不详细说了)安装proguard后打开bin目录下的proguardgui.bat启动proguard如下图所示:点击Input/Output,设置输入输出的jar包,input就是原jar,output就是混淆后的jar。5.点击Input..
分类:
编程语言 时间:
2017-06-11 15:39:19
阅读次数:
265
Asynchronous I/O, or non-blocking I/O, is a form of input/output processing that permits other processing to continue before the transmission has fini ...
分类:
其他好文 时间:
2017-06-08 16:33:19
阅读次数:
205
最近的一个项目在用tp5,对于tp3都几乎没用过的我来说~~~ tp5最好的一点就是对接口的单独封装,只要严格按照要求一步一步来就可以成功了 创建自定义命令行(接口) protected function execute(Input $input, Output $output) { } } 同时可 ...
分类:
Web程序 时间:
2017-06-05 18:25:18
阅读次数:
1882
IO流(Input Output) : IO技术主要的作用是解决设备与设备之间 的数据传输问题。 比如: 硬盘 >内存 内存的数据 >硬盘上 把键盘的数据 >内存中 IO技术的应用场景: 导出报表 , 上传大头照 、 下载 、 解释xml文件 ... 数据保存到硬盘上,该数据就可以做到永久性的保存。 ...
分类:
编程语言 时间:
2017-06-05 00:35:36
阅读次数:
166
【CF简单介绍】 提交链接:Two Buttons 题面: B. Two Buttons time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard ou ...
分类:
编程语言 时间:
2017-06-03 11:26:56
阅读次数:
231
#####iptables#######iptables是一个工作于用户空间的防火墙应用软件三表五链表:filter、mangel、natfilter:到达本机,不经过内核。nat:通过本机做什么东西,经过内核。链:INPUT、OUTPUT、FORWARD、PREROUTING、POSTROUTING1.实验之前关闭firewalld服务,开启iptables2.ipt..
分类:
其他好文 时间:
2017-06-01 00:29:15
阅读次数:
245
A. Heidi and Library (easy) time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Your search ...
分类:
编程语言 时间:
2017-05-29 10:57:45
阅读次数:
220
A. Do you want a date? time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output A. Do you want a ...
分类:
编程语言 时间:
2017-05-29 10:55:56
阅读次数:
334
介绍:防火墙默认有四表五链四表:(表的优先级:raw>mangle>nat>filter)1.Raw表——两个链:PREROUTING、OUTPUT作用:决定数据包是否被状态跟踪机制处理内核模块:iptable_raw2.Mangle表——五个链:PREROUTING、POSTROUTING、INPUT、OUTPUT、FORWARD作用:修改数据..
分类:
系统相关 时间:
2017-05-28 23:46:49
阅读次数:
354
A. Straight «A» time limit per test:1 second memory limit per test:256 megabytes input:standard input output:standard output Noora is a student of one ...
分类:
编程语言 时间:
2017-05-28 19:36:18
阅读次数:
454