#include
#include
#include
#include
/* This is a trivial JNI example where we use a native method
* to retur...
学习笔记--指针
linux路由 家长控制脚本
#指定IP地址每天0:00-19:00和19:30-23:59 禁止访问网络,保证孩子每天指定时间观看电视节目。
iptables -I FORWARD -d 192.168.10.241 -m time --time...
四川tiny模式
mode=wap;
listen_port=65080;
daemon=on;
worker_proc=0;
user=net_raw;
http_ip=10.0.0.172;
http_port=80;
https_conn...
smali 语句库
Padavan 编译教程
Linux Shell脚本实现检测某ip网络畅通情况(含短信报警功能)
#!/bin/bash
###########################################################################
#本脚本放于异机,使用定时任务检测192.1...
真正的ActiveX DLL免注册调用(VBA)
网上搜索了许多ActiveX DLL免注册的文章,虽然找到的方法有好几种,但是都不能满足我的需求(要么只能在VB中正常运行,到VBA就失效或报程序崩溃,要么就需要注册其它组件到系统),此方法完美解决问题,可用于VBA代码封装。废话不多说,直...