原文地址:http://bbs.gaozhouba.com/thread-19355-1-1.html* * * * * * * * * * * * * * * * * * * * * * * * *PhilZ Touch 6 RecoveryCWM Advanced Edition 6.x* * ...
分类:
移动开发 时间:
2014-11-23 15:41:24
阅读次数:
373
TCP发送方将段发送出去之后,会跟踪它们,直到得到接收方的确认为止。因此,当接收方收到一个段后,会根据情况将其添加到sk_receive_queue或prequeue,又或者sk_backlog后备队列中。
在启用tcp_low_latency时,TCP传输控制块在软中断中接收并处理TCP段,然后将其插入到sk_receive_queue队列中,等待用户进程从接收队列中获取TCP段后复制...
分类:
其他好文 时间:
2014-11-23 10:34:56
阅读次数:
241
1. 介绍 CC2540是一款2.4GHz Bluetooth® low energy SOC,基于8051 MCU 首先,你需要硬件设备 笔者的开发板为CC2540DK 得到开发板的同时应该还有TI提供的文档和代码 如果没有也可以在网上下载: - CC2540 - BLE-CC2540-1.3.2...
分类:
其他好文 时间:
2014-11-23 01:54:02
阅读次数:
612
1.反编译settings.apk2.在values/strings.xml里添加代码: Advanced Settings Launcher3.在values-zh-rcn/strings.xml里添加代码: 高级设置 启动器4.然后在drawable-hdpi里放2张图片:ic_laun...
分类:
移动开发 时间:
2014-11-22 23:03:25
阅读次数:
675
详细内容需要参考文档:Oracle 11i Advanced Pricing—Don’t Customize, Extend!
utl:http://blog.csdn.net/cai_xingyun/article/details/41384541
Oracle Advanced Pricing - Version 11.5.8 and later
Information in t...
分类:
其他好文 时间:
2014-11-22 20:18:35
阅读次数:
261
Oracle Order Management - Version 11.5.10.0 and later
Oracle Advanced Pricing - Version 11.5.10 and later
Oracle Purchasing - Version 11.5.10 and later
Information in this document applies to any p...
分类:
数据库 时间:
2014-11-22 20:16:23
阅读次数:
465
EXEC sp_configure 'show advanced options', 1GORECONFIGUREGOEXEC sp_configure 'xp_cmdshell', 1GORECONFIGUREGO--生成格式化文件 在此基础上再进行编辑,自己创建一个格式化文件有点问题--10.0...
分类:
数据库 时间:
2014-11-22 13:12:24
阅读次数:
175
参考官方文档:https://www.zabbix.com/documentation/2.0/manual/discovery/low_level_discovery参考自动监控Linux端口文档:http://ywzhou.blog.51cto.com/2785388/1580160说明:本节将使用脚本形式批量监控WEB页面,再多的URL都可以写在weblist文件中进行自动监控;由于监控..
分类:
Web程序 时间:
2014-11-21 19:04:10
阅读次数:
348
increment:由Hibernate自动以递增的方式生成标识符,适用于代理主键;identity:由底层数据库生成标识符,适用于代理主键;sequcence:由Hibernate根据底层数据库的序列生成标识符,适用于代理主键;(MySQL不适用)hilo:由Hibernate根据high/low...
分类:
Web程序 时间:
2014-11-21 14:10:09
阅读次数:
168
Before moving on to the more advanced aspects of monads, let’s recapitulate what defines a monad (seepart 1andpart 2for explanations):A data structure...
分类:
其他好文 时间:
2014-11-21 12:33:18
阅读次数:
129