码迷,mamicode.com
首页 >  
搜索关键字:standards    ( 320个结果
RSA
RSA 经验之谈 写代码这么多年了,在涉及RSA跨语言的功能时,总会让人经历一番折磨。所以有必要把现在我掌握的这些零碎的知识总结一下公布出来,免得组内同事再走弯路。由于RSA实在太复杂,还有很多内容没弄懂,也没精力全了解,暂且把问题留下,未来也许能回答。所以这篇文章的标题为“经验之谈” 本质上是数字 ...
分类:其他好文   时间:2019-04-30 10:45:52    阅读次数:207
关于浏览器兼容性问题
阅读目录 1. Web标准以及W3C 2. 主流浏览器内核 3. 标准模式(Standards Mode)和怪异模式(Quirks Mode) 4. CSS盒模型 5. 重置浏览器样式 6. HTML语义化 7. CSS选择器的优先级 8. 双外边距浮动问题 9. 3像素问题 10. IE6不支持m ...
分类:其他好文   时间:2019-03-29 00:41:39    阅读次数:215
NFPA, UL
Who or what is NFPA? NFPA (National Fire Protection Association) is an organization in the USA that publishes a comprehensive set of regulations for f ...
分类:其他好文   时间:2019-03-26 13:36:58    阅读次数:129
golang开发不错的参考资料
https://golangbot.com/learn golang series/ https://gist.github.com/ivangabriele/1c552aadc247c0a2f256292c1e49de15 https://github.com/golang standards/p ...
分类:其他好文   时间:2019-03-01 15:39:45    阅读次数:151
C ++头文件的十大错误,如何解决这些问题
Top 10 C++ header file mistakes and how to fix them C++ header files is a rather mundane topic by most standards. Talking about header files is not as ...
分类:其他好文   时间:2019-02-25 13:17:52    阅读次数:174
ARTS-S ISO C
一些简称 ANSI: American National Standards Institute. ANSI是the International Organization for Standardization(ISO)中的美国成员 IEC: International Electrotechnic ...
分类:其他好文   时间:2019-02-11 21:41:00    阅读次数:183
java lang IllegalArgumentException MALFORMED jar解析中文报错问题
二月 13, 2015 11:16:51 上午 org.apache.catalina.startup.TldConfig tldScanJarSEVERE: Exception processing JAR at resource path E:\Program Files\apache-tomc ...
分类:编程语言   时间:2019-02-04 18:13:18    阅读次数:603
IdentityServer4与ocelot实现认证与客户端统一入口
原文:IdentityServer4与ocelot实现认证与客户端统一入口关于IdentityServer4与ocelot博客园里已经有很多介绍我这里就不再重复了。 ocelot与IdentityServer4组合认证博客园里也有很多,但大多使用ocelot内置的认证,而且大多都是用来认证API的,... ...
分类:其他好文   时间:2019-01-13 02:02:19    阅读次数:269
ajax的19道经典面试题
ajax的19道经典面试题 1、什么是AJAX,为什么要使用Ajax(请谈一下你对Ajax的认识)什么是ajax:AJAX是“Asynchronous JavaScript and XML”的缩写。他是指一种创建交互式网页应用的网页开发技术。Ajax包含下列技术:基于web标准(standards- ...
分类:Web程序   时间:2019-01-07 21:21:28    阅读次数:168
启动Tomcat
这篇随笔的重点关注启动Tomcat时会用到的两个类,分别是Catalina类 和 Bootstrap类,它们都位于org.apache.catalina.startup包下,Catalina类用于启动或关闭Server对象,并负责解析Tomcat文件:server.xml文件。Bootstrap类是 ...
分类:其他好文   时间:2018-12-25 21:12:22    阅读次数:174
320条   上一页 1 ... 3 4 5 6 7 ... 32 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!