码迷,mamicode.com
首页 >  
搜索关键字:specification    ( 588个结果
Java千百问_08JDK详解(008)_通过代码如何编译java文件
点击进入_更多_Java千百问1、通过代码如何编译java文件编译器是一个命令行工具(jdk自带的编译工具javac,了解javac看这里:javac是什么),但也可以使用API来调用(一般的IDE都会使用这一组API来封装自己的编译功能)。编译器遵循Java语言规范(The Java Language Specification,JLS)和Java虚拟机规范(The Java Virtual Ma...
分类:编程语言   时间:2016-06-19 07:53:59    阅读次数:318
hostapd wpa_supplicant madwifi详细分析(九)——wps原理及实现 一
这篇文章基于《Wi-Fi Simple Configuration Technical Specification Version 2.0.5》文档, 更详细的内容请直接参考文档,这里只将自己的想法做一些简单的记录。 一、WSC的三种实现     WSC(wifi simple configuration),一看这名字就知道这个协议是用来偷懒用的,所以我将它翻译为“快速接入无线网”协议,这...
分类:其他好文   时间:2016-06-15 10:58:23    阅读次数:2165
VS工具相关内容
1.VS自带的Visual Studio中的《C# 语言规范》安装路径:C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC#\Specifications\2052\CSharp Language Specification.docx. ...
分类:其他好文   时间:2016-06-11 14:26:18    阅读次数:142
NPTL vs PThread
NPTL vs PThread POSIX threads (pthread) is not an implementation, it is a API specification (a standard, on paper, in english) of several functions wh ...
分类:其他好文   时间:2016-06-10 14:54:34    阅读次数:131
个人总结
一、请自己翻译下面这段文字,注意不要借鉴别人的结果或者试图从网上找译文,一定用自己的语言把这段文字体会一遍 Software engineers shall commit themselves to making the analysis, specification, design, develo ...
分类:其他好文   时间:2016-06-08 13:54:37    阅读次数:129
个人总结
一、请自己翻译下面这段文字,注意不要借鉴别人的结果或者试图从网上找译文,一定用自己的语言把这段文字体会一遍 Software engineers shall commit themselves to making the analysis, specification, design, develo ...
分类:其他好文   时间:2016-06-08 12:26:41    阅读次数:129
CSS 之 嵌套 margin-top 处理
如下代码: 会发现,内层div的margin-top显示在了外层div上。 这个“问题”……它是CSS2.1的盒模型中规定的内容——Collapsing margins: In this specification, the expression collapsing margins means t ...
分类:Web程序   时间:2016-06-06 13:44:53    阅读次数:186
个人总结--软件工程篇
1、请自己翻译下面这段文字,注意不要借鉴别人的结果或者试图从网上找译文,一定用自己的语言把这段文字体会一遍。 Software engineers shall commit themselves to making the analysis, specification, design, devel ...
分类:其他好文   时间:2016-06-06 00:34:22    阅读次数:205
个人最终总结
一、请自己翻译下面这段文字,注意不要借鉴别人的结果或者试图从网上找译文,一定用自己的语言把这段文字体会一遍 Software engineers shall commit themselves to making the analysis, specification, design, develo ...
分类:其他好文   时间:2016-06-05 21:27:53    阅读次数:206
软件工程-个人最终总结
1、请自己翻译下面这段文字,注意不要借鉴别人的结果或者试图从网上找译文,一定用自己的语言把这段文字体会一遍 Software engineers shall commit themselves to making the analysis, specification, design, develo ...
分类:其他好文   时间:2016-06-05 13:50:44    阅读次数:173
588条   上一页 1 ... 33 34 35 36 37 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!