码迷,mamicode.com
首页 >  
搜索关键字:information    ( 3222个结果
HTTP解决了什么问题?
Web's major goal was to be a shared information space through which people and machines could communicate --Tim Berners Lee 最初设计的目的就是为了解决人与机器的交流,这里浏览器 ...
分类:Web程序   时间:2019-05-24 00:41:22    阅读次数:171
RIP动态路由选择协议
RIP动态路由选择协议 routing information protocol IGP 小范围 路由器限制为15台 超过可能无法收敛 收敛概念 在一个域内 各个路由器知道各个网段的链路信息 接口 彼此学习 同步过程 称为收敛 好的路由选择协议收敛快 反之收敛慢 rip为30s 最差的路由选择协议 ...
分类:其他好文   时间:2019-05-23 23:07:40    阅读次数:144
批量修改mysql数据库引擎
SELECT CONCAT( 'ALTER TABLE ', TABLE_NAME, ' ENGINE=InnoDB;' )FROM information_schema.tablesWHERE table_schema = 'lct-agent-test' and ENGINE!='InnoDB' ...
分类:数据库   时间:2019-05-23 15:48:12    阅读次数:116
android checkBox背景样式及用颜色值实现button点击效果
1 使用颜色值(不使用图片)来实现按钮的点击效果: color.xml <color name="head_color">#836FFF</color> <color name="information_title_color">#666666</color> <color name="list_b ...
分类:移动开发   时间:2019-05-20 20:56:49    阅读次数:443
Oracle MySQL Server组件Information Schema子组件远程漏洞(CVE-2012-3163)
MySQL是一个小型关系型数据库管理系统,开发者为瑞典MySQLAB公司,在2008年1月16号被Sun公司收购。 Oracle MySQL Server组件的实现上存在安全漏洞,通过MySQL协议,已经验证的远程攻击者可利用此漏洞影响下列版本的完整性、可用性、机密性: 5.1.64及更早版本、5. ...
分类:数据库   时间:2019-05-20 10:31:34    阅读次数:248
[High Performance Computing] {Udacity} L1: Course Information
...
分类:其他好文   时间:2019-05-18 13:55:35    阅读次数:119
DNS
IANA :Internet Assigned Nunbers Authority,互联网数字分配机构,整个域名系统最高的权威机构,主管DNS根、.int、.arpa等国际化域名资源 CNNIC :China Internet Network Information Center中国互联网信息中心, ...
分类:其他好文   时间:2019-05-18 11:14:28    阅读次数:143
[Information Theory] L14: Approximating Probability Distributions (IV): Variational Methods
alternatively update Q_{\miu} and Q_{\sigma} another example is the spin system: a nasty thing here is the coupling term in E(x;J) and we use another ...
分类:移动开发   时间:2019-05-18 09:25:31    阅读次数:137
Customize User Interfaces and Pass User Input to Installer Classes
In this article I am going to demonstrate how to customize your MSI install to prompt the user for some information and then pass this information to ...
分类:其他好文   时间:2019-05-17 12:06:16    阅读次数:118
[Information Theory] L1: Introduction to Information Theory
http://www.inference.org.uk/mackay/itprnn/ http://videolectures.net/course_information_theory_pattern_recognition/ 1948, Shanon's fundamental problem: ...
分类:其他好文   时间:2019-05-16 09:32:18    阅读次数:144
3222条   上一页 1 ... 49 50 51 52 53 ... 323 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!