TO_STUDY_LIST

1. io & nio
2. mina & netty
3. jmx & mbean
4. 系统运行监控工具JavaMelody
5. P6Spy + SQL Profiler + IronTrackSQL
http://netfork.iteye.com/blog/286789
http://www.ibm.com/developerworks/cn/java/j-lo-p6spy/index.html
6. http://www.math.pku.edu.cn/teachers/qiuzy/seminar_A/slides/BC-seminar-07-ch10.pdf
7. 关于地图经纬度的问题(Url最短表示; 谁离我最近; hash模糊检索)
refer to: http://blog.youkuaiyun.com/chen77716/archive/2010/05/10/5576668.aspx
8. Java Concurrency in Practice
http://www.ibm.com/developerworks/cn/java/j-jtp/
9. ActiveMQ集群
ActiveMQ支持的消息属性(通用及特有的)
http://activemq.apache.org/activemq-message-properties.html
Dead Letter Queue(死信队列)
http://activemq.apache.org/message-redelivery-and-dlq-handling.html
10.远程服务调用框架设计与实现
refer to: http://blog.youkuaiyun.com/cenwenchu79/archive/2007/11/12/1879688.aspx
11.面向程序员的数据库访问性能优化法则
http://blog.youkuaiyun.com/yzsind/archive/2010/12/06/6059209.aspx
12.CACTI:一套基于PHP,MySQL,SNMP及RRDTool开发的网络流量监测图形分析工具
13.Probe监控tomcat或jboss
http://hi.baidu.com/higkoo/blog/item/0e3596037744c17f3812bb13.html
14.AppleScript
http://developer.apple.com/library/mac/#documentation/AppleScript/Conceptual/AppleScriptX/AppleScriptX.html
if (NULL == node) { if (addTime - study_item_time > WIDS_WIPS_STUDY_TIME) { WIDSWIPS_DEBUG("study_ study_shot_count = %d, study_item_num = %d", study_shot_count, study_item_num); // 时间窗口到期,进行阈值判断 if (study_item_num > WIDS_WIPS_STUDY_ITEM_COUNT && (study_shot_count * 1.0 / study_item_num) > 0.8) { // 触发学习模式:缩短黑名单老化时间 WIDSWIPS_DEBUG("study_shot_count"); study_flag = 1; // param->ic_cfg.dy_black_list_expire_time = 300; } else { // 未达阈值:恢复默认老化时间 WIDSWIPS_DEBUG("study_shot_count no"); study_flag = 0; // param->ic_cfg.dy_black_list_expire_time = param->black_list_expire_time_backup; } study_item_time = addTime; // 重置时间窗口 study_item_num = 0; // 重置计数器 study_shot_count = 0; } else{ wids_wips_priv_node *study_node = NULL; // 查看是否命中 for (int index = 0; index < WIDS_WIPS_NODE_TABLE_LEN; index++) { study_node = &(param->ic_flood_table.node[index].ni_elem); if (NODE_STATE_ACTIVE == study_node->state){ if ((0 == memcmp(study_node->sourceMac, (u_int8_t *)(hdr->sa.octet), 3)) && (abs(study_node->sourceApRssi - wrxh->rssi) < 4) && study_node->bss_chann.ic_freq == wf_chspec_primary20_chan(wlc->chanspec)) /* find the entry */ { study_shot_count ++; break; } } } study_item_num++; } }为什么加上这段程序,固件就会报错insmod: can't insert '/lib/modules/4.19.294/extra/wl.ko': unknown symbol in module, or unknown parameter /etc/init.d/bcm-wlan-drivers.sh: line 441: /bin/pspctl: not found Configuring wlan related threads... no thread pin applied Wlan related processes are pinned by default Broadcom Packet Flow Cache learning via BLOG disabled. Broadcom Packet Flow Cache flushing the flows [ 22.505090] Archer Mode set to L3 Broadcom Packet Flow Cache acceleration mode <L3> Broadcom Packet Flow Cache learning via BLOG enabled. Flow Refresh Timer Interval = 10000 millisecs TCP Flow Idle Timer = 60 s UDP Flow Idle Timer = 120 s
11-10
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值