第一个andriod小应用,对照着黑马视频14期电话拨号器写的,中间也遇到不少问题。MainActivity.javapackage com.stones.phone;import android.support.v7.app.ActionBarActivity;import android.sup...
分类:
其他好文 时间:
2015-02-15 17:54:48
阅读次数:
128
1. 检出、克隆库:git clone git://git.openwrt.org/openwrt.git2. create a new repository on the command lineecho # openwrt >> README.mdgit initgit add README.m...
分类:
其他好文 时间:
2015-02-15 01:01:52
阅读次数:
1086
文章出处:http://blog.csdn.net/kingvenll/article/details/27545221这次讲讲openwrt的结构.1. 代码上来看有几个重要目录package, target, build_root, bin, dl....---build_dir/host目录是...
分类:
其他好文 时间:
2015-02-14 18:52:25
阅读次数:
185
随着社会的发展,很多家庭都拥有2台或者数台电脑,为了实现电脑的共同上网,路由器和交换机也慢慢的被更多人认知,但是由于家用路由器和交换机从外面看起来很像,很多人都不知道路由器和交换机的区别,以及各自又有什么作用。路由器交换机主要是实现大家通过一根网线上网,但是大家上网是分别拨号的,各自使用自己的宽带,...
分类:
其他好文 时间:
2015-02-13 13:11:57
阅读次数:
104
1. ssh 没密码不让登录解决方法:使用串口登录上 passwd root 设置密码后 /etc/init.d/dropbear restart发现option BannerFile '/etc/banner' 被屏蔽掉了root@OpenWrt:/# vi /etc/config/dropbea...
分类:
其他好文 时间:
2015-02-11 23:17:55
阅读次数:
240
在Activity中的onCreate()方法中使用setDefaultKeyMode()可以做到在当前activity中打开拨号器、执行快捷键、启动本地搜索、启动全局搜索;setDefaultKeyMode(Activity.DEFAULT_KEYS_SEARCH_LOCAL);setDefaul...
分类:
移动开发 时间:
2015-02-11 12:22:00
阅读次数:
218
1.allseen官网对openWRT简介:https://wiki.allseenalliance.org/develop/openwrt2.关于连入云端节点问题:https://ask.allseenalliance.org/question/1618/which-cloud-service-s...
分类:
其他好文 时间:
2015-02-10 16:42:28
阅读次数:
147
This article introduces an approach to enhance web interface security on OpenWrt. Though it acts clumsy somewhere, it is a useful reference for some guys seeking similar solutions, I think…
And, many thanks to the guys sharing their achievements which inv...
分类:
Web程序 时间:
2015-02-10 13:22:35
阅读次数:
445
在/etc/init.d下添加文件my-plugin#!/bin/sh /etc/rc.common# /etc/init.d/my-pluginstart() { sh /root/userinfo/userinfo.sh}stop() {}建立连接 ln -s /etc/init....
分类:
其他好文 时间:
2015-02-10 13:10:33
阅读次数:
560