我的openwrt学习笔记(二十六):smartconfig一键配置udp原理
1、一种基于WIFI通信的电子设备接入网方法,其特征在于,所述方法包括:
步骤S1:发送端将需传输的原始数据信息加密为十六进制形式的待发送数据;
步骤S2:发送端将待发送数据以及数据索引加入多播IP地址;
步骤S3:发送端将该多播IP地址映射为对应的多播MAC地址;
步骤S4:发...
分类:
其他好文 时间:
2015-09-01 15:21:44
阅读次数:
5213
string类表示可变长字符序列,包含在头文件string中,作为标准库的一部分string定义在std命名空间中1.初始化string对象std::string s1;//默认初始化s1是个空字符
std::string s2 = s1;//s2是s1的副本
std::string s3 = "hello";//s3是该字符串字面值的副本
std::string s4(10,'h');s4的内容是...
分类:
编程语言 时间:
2015-08-30 19:41:31
阅读次数:
171
1. 打开终端 快捷键 Ctrl + Alt + t2. 切换为 root (需要输入当前用户密码) sudo -s3. 设置 root 密码 passwd root4. 编辑配置文件 gedit /usr/share/lightdm/lightdm.conf.d/50-ubuntu...
分类:
系统相关 时间:
2015-08-30 12:42:32
阅读次数:
371
Given s1, s2, s3, find whether s3 is formed by the interleaving of s1 and s2.
For example,
Given:
s1 = "aabcc",
s2 = "dbbca",
When s3 = "aadbbcbcac", return true.
When s3 = "aadbbbaccc", ret...
分类:
其他好文 时间:
2015-08-28 19:53:37
阅读次数:
148
ASIHTTPRequest (作者:BenCopsey) 是一个使用简单,可用于各种从简单到复杂的 HTTP 请求,或者可用于处理 Amazon S3、Rackspace 等REST 服务的强大框架。不幸的是,Ben 早在 2011 年 9 月 21 日就已经声明停止开发和支持该框架(见http:...
分类:
Web程序 时间:
2015-08-28 13:03:19
阅读次数:
185
1、安装grafana[root@Monitor~]#wgethttps://grafanarel.s3.amazonaws.com/builds/grafana-2.0.2-1.x86_64.rpm[root@Monitor~]#yum–yinstallgrafana-2.0.2-1.x86_64.rpm安装之后会有如下文件二进制文件/usr/sbin/grafana-server启动脚本/etc/init.d/grafana-server环境变量/e..
分类:
其他好文 时间:
2015-08-27 18:59:59
阅读次数:
317
http://www.cnblogs.com/quanweiru/archive/2012/09/26/2704628.htmlcall fnd_global.APPS_INITIALIZE(1318,50583,401)select fnd_profile.VALUE('ORG_ID') FROM...
分类:
数据库 时间:
2015-08-26 09:23:24
阅读次数:
328
http://www.cnblogs.com/quanweiru/archive/2013/03/30/2990945.htmlOracle EBS里Tools>Close Other Forms如果被勾选上的话,那么用户在打开一个Form的时候,就会关闭其他的Form,保证只有一个Form存在。我...
分类:
其他好文 时间:
2015-08-26 09:20:36
阅读次数:
147
登陆Oracle EBS的Form遇到问题Internet Explorer has modified this page to help prevent cross-site scripting 今天在登陆Oracle EBS的Form 遇到问题Internet Explorer has modified this page to help prevent cross-site s...
分类:
数据库 时间:
2015-08-21 17:14:17
阅读次数:
195
EBS中,有时进入一些基于OA Framework 的Web页面时,会出现这种现象: XXX 不是当前用户的有效责任,请联系您的系统管理员 ( or: xxxis not a valid responsibility for the current user. Please contact your...
分类:
其他好文 时间:
2015-08-21 12:49:21
阅读次数:
254