本文转自http://www.9hao.info/pages/2014/08/android-soke-ru-kou-q前言 开年来开始接触一些加固样本,基本都对了so进行了处理,拖入ida一看,要么没有JNI_OnLoad,要么JNI_OnLoad汇编代码羞涩难懂,让人无法下手。JNI_OnLo....
分类:
移动开发 时间:
2014-09-22 02:58:11
阅读次数:
388
//made by davidsu33
//boost.property_tree是一个保存了多个属性值的树形数据结构
//boost.property_tree可以解析xml ini json和info四种格式的文本
#include
#include
#include
#include
#include
#include
using namespace std;
void ...
分类:
其他好文 时间:
2014-09-22 01:02:11
阅读次数:
388
1.在res目录下新建目录values-zh-rCN,并在values-zh-rCN目录下新建strings.xml,可以根据安卓系统的操作语言的不同显示相应的语言。2.LogCat(后台日志监控):5个打印级别:verbose详细,debug调试,info通知,warn警告,error错误过滤器增...
分类:
其他好文 时间:
2014-09-20 18:01:59
阅读次数:
296
题目链接:http://acdream.info/problem?pid=1191
Dragon Maze
Time Limit: 2000/1000MS (Java/Others)Memory Limit: 128000/64000KB (Java/Others)
SubmitStatisticNext
Problem
Problem Description
...
分类:
其他好文 时间:
2014-09-20 15:24:27
阅读次数:
234
脚本代码如下:#!/bin/bash # Info : check mysql slave # Author : dingtm # CTime : 2011.03.21 # This script run by root DBDir=/elain/apps/mysql/bin/ DBSock=/el...
分类:
数据库 时间:
2014-09-19 19:15:56
阅读次数:
236
http://rdoc.info/github/ruby-amqp/bunny/Bunny/QueueClass: Bunny::QueueInherits:Object show all Defined in:lib/bunny/queue.rbOverviewRepresents AMQP 0....
分类:
其他好文 时间:
2014-09-19 19:12:45
阅读次数:
455
git branchgit statusgit add *.mgit add *.hgit add *.pnggit add zher/Info.plistgit commit -a -m "1112222333"
分类:
其他好文 时间:
2014-09-19 11:25:45
阅读次数:
163
http://stephband.info/jquery.event.move/Move eventsmovestartFired following touchmove or mousemove, when the touch (or mouse) crosses a threshold dist...
分类:
Web程序 时间:
2014-09-19 08:46:05
阅读次数:
262
Django中建立数据库视图
Django中没有建立视图的接口,如果要建立一个视图需要一些手动的改变。 这里使用的Django 版本>1.5, 使用的数据库为mysql
第一步
建立视图,例如视图的名称叫做 user_info
第二步
model中这么写:
class MyModel(models.Model):
...
class...
分类:
数据库 时间:
2014-09-19 01:14:54
阅读次数:
265