wireshark过滤抓包时,capture fillter填写完后会崩溃的问题,报The link type of interface \Device\NPF_{11A6562D-E3B3-32BE-AEA1-3ACE8EBC1949} was not specified.错误。点击Compile...
分类:
其他好文 时间:
2014-07-26 01:12:16
阅读次数:
214
一 在Android 中,拍照对应的Action 是android.provider.MediaStore.ACTION_IMAGE_CAPTURE. 用于拍照的Activity 需要返回照片图像数据,摄像对应的Action 是android.provider.MediaStore.ACTION_V...
分类:
移动开发 时间:
2014-07-23 22:18:27
阅读次数:
288
Appium运行的时候,查看到log输出为:info: Welcome to Appium v1.2.0 (REV e53f49c706a25242e66d36685c268b599cc18da5)info: Appium REST http interface listener started o...
分类:
移动开发 时间:
2014-07-22 23:02:52
阅读次数:
433
程序开发有时候非常依赖使用的开发工具,好的完备的开发工具可以让开发人员的工作效率有大幅度的提高。开发Android也是如此,大家可能都离不开Eclipse或Android Studio这些工具,但他们其实是集成开发环境(Integrated development environment, IDE)...
分类:
移动开发 时间:
2014-07-19 14:05:00
阅读次数:
349
要执行存储过程就必须连接到数据库代码如下: string source = "server=(local) \\SQLEXPRESS;integrated security=SSPI;database=Student"; SqlConnection con...
分类:
Web程序 时间:
2014-07-19 09:35:10
阅读次数:
409
addEventListener中的第三个参 数是useCapture, 一个bool类型。当为false时为冒泡获取(由里向外),true为capture方式(由外向里)。document.getElementById('id1').addEventListener('click'...
分类:
Web程序 时间:
2014-07-16 20:14:41
阅读次数:
248
BACKGROUND OF THE INVENTIONThe present invention relates to a semiconductor integrated circuit device having a PN Vt balance compensation circuit for ...
分类:
其他好文 时间:
2014-07-16 19:59:51
阅读次数:
294
C++11添加了一项名为lambda表达式的新功能.通过这项功能能编写内嵌的匿名函数,而不必编写独立函数或函数对象,使得代码更加理解.
lambda表达式包含以下部分.
[capture_block](parameters) mutable exception_specification->return_type {body}
现在分析各个部分的内容:
(capture_block)捕捉块...
分类:
编程语言 时间:
2014-07-16 11:30:48
阅读次数:
210
[转]Part 1 - Expressiveness of Simple TransformationsSimple Transformations are a SAP proprietary programming language that is integrated into ABAP by ...
分类:
其他好文 时间:
2014-07-14 10:49:11
阅读次数:
257
BACKGROUNDThe present disclosure relates generally to integrated circuits, such as field programmable gate arrays (FPGAs). More particularly, the pres...
分类:
其他好文 时间:
2014-07-12 14:20:59
阅读次数:
301