上一页 1 ··· 172 173 174 175 176 177 178 179 180 ··· 186 下一页
摘要: w-BIG TABLE USING BTREE >BETTER >USING HASH 阅读全文
posted @ 2016-12-29 15:59 papering 阅读(216) 评论(0) 推荐(0) 编辑
摘要: http://dev.mysql.com/doc/refman/5.7/en/prepare.html Statement names are not case sensitive. preparable_stmt is either a string literal or a user varia 阅读全文
posted @ 2016-12-29 10:59 papering 阅读(138) 评论(0) 推荐(0) 编辑
摘要: https://googleblog.blogspot.com/2015/10/introducing-accelerated-mobile-pages.html October 7, 2015 October 7, 2015 Smartphones and tablets have revolut 阅读全文
posted @ 2016-12-29 09:55 papering 阅读(159) 评论(0) 推荐(0) 编辑
摘要: https://developers.google.com/search/docs/guides/intro-structured-data Structured data refers to kinds of data with a high level of organization, such 阅读全文
posted @ 2016-12-29 09:45 papering 阅读(188) 评论(0) 推荐(0) 编辑
摘要: https://static.googleusercontent.com/media/research.google.com/en//archive/bigtable-osdi06.pdf Abstract Bigtable is a distributed storage system for m 阅读全文
posted @ 2016-12-29 09:22 papering 阅读(223) 评论(0) 推荐(0) 编辑
摘要: COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION 阅读全文
posted @ 2016-12-29 09:05 papering 阅读(133) 评论(0) 推荐(0) 编辑
摘要: COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION 阅读全文
posted @ 2016-12-29 08:50 papering 阅读(226) 评论(0) 推荐(0) 编辑
摘要: SHOW VARIABLES LIKE '%version%'; https://dev.mysql.com/doc/refman/5.6/en/explain.html As of MySQL 5.6.3, permitted explainable statements for EXPLAIN  阅读全文
posted @ 2016-12-28 20:02 papering 阅读(218) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Heterogeneous_System_Architecture Steps performed when offloading calculations to the GPU on a non-HSA system Steps perf 阅读全文
posted @ 2016-12-28 16:26 papering 阅读(180) 评论(0) 推荐(0) 编辑
摘要: http://developer.amd.com/resources/heterogeneous-computing/what-is-heterogeneous-computing/ Heterogeneous computing refers to systems that use more th 阅读全文
posted @ 2016-12-28 16:23 papering 阅读(202) 评论(0) 推荐(0) 编辑
摘要: ping(网络诊断工具)_百度百科 https://baike.baidu.com/item/ping/6235?fr=aladdin 在物理链路连通和路由设置正确的情况下,使用Ping命令仍然屏不通,可能有以下几个问题: (1)网线刚插到交换机上就Ping通网关,忽略了生成树的收敛时间。当然,较新 阅读全文
posted @ 2016-12-28 15:42 papering 阅读(380) 评论(0) 推荐(0) 编辑
摘要: http://dev.mysql.com/doc/refman/5.7/en/sql-syntax-prepared-statements.html 阅读全文
posted @ 2016-12-28 14:17 papering 阅读(168) 评论(0) 推荐(0) 编辑
摘要: COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION 阅读全文
posted @ 2016-12-28 13:19 papering 阅读(210) 评论(0) 推荐(0) 编辑
摘要: COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION Like sign magnitude, twos complement representation uses the most signi 阅读全文
posted @ 2016-12-27 23:24 papering 阅读(254) 评论(0) 推荐(0) 编辑
摘要: http://dev.mysql.com/doc/refman/5.7/en/type-conversion.html MySQL 5.7 Reference Manual / Functions and Operators / Type Conversion in Expression Evalu 阅读全文
posted @ 2016-12-27 19:09 papering 阅读(214) 评论(0) 推荐(0) 编辑
摘要: http://dev.mysql.com/doc/refman/5.7/en/declare-local-variable.html http://dev.mysql.com/doc/refman/5.7/en/set-variable.html SET Syntax for Variable As 阅读全文
posted @ 2016-12-27 18:40 papering 阅读(169) 评论(0) 推荐(0) 编辑
摘要: ok ok http://dev.mysql.com/doc/refman/5.7/en/stored-programs-defining.html 阅读全文
posted @ 2016-12-27 18:11 papering 阅读(186) 评论(0) 推荐(0) 编辑
摘要: COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION There are several alternative conventions used to represent negative as 阅读全文
posted @ 2016-12-27 14:08 papering 阅读(376) 评论(0) 推荐(0) 编辑
摘要: COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION The ALU is that part of the computer that actually performs arithmetic 阅读全文
posted @ 2016-12-27 13:23 papering 阅读(174) 评论(0) 推荐(0) 编辑
摘要: Syntactic_sugar. 阅读全文
posted @ 2016-12-27 13:20 papering 阅读(122) 评论(0) 推荐(0) 编辑
摘要: COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION Therefore, the conversion algorithm involves repeated multiplication by 阅读全文
posted @ 2016-12-27 13:17 papering 阅读(173) 评论(0) 推荐(0) 编辑
摘要: COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION Hence, we convert from base 10 to base 2 by repeated divisions by 2. Th 阅读全文
posted @ 2016-12-27 13:14 papering 阅读(227) 评论(0) 推荐(0) 编辑
摘要: https://www.pythian.com/blog/hashing-algorithm-in-mysql-password-2/ 阅读全文
posted @ 2016-12-27 12:04 papering 阅读(158) 评论(0) 推荐(0) 编辑
摘要: https://msdn.microsoft.com/en-us/library/windows/desktop/ms682653(v=vs.85).aspx Every process has an environment block that contains a set of environm 阅读全文
posted @ 2016-12-27 11:59 papering 阅读(224) 评论(0) 推荐(0) 编辑
摘要: http://www.w3resource.com/mysql/mysql-procedure.php Stored procedures are fast. MySQL server takes some advantage of caching, just as prepared stateme 阅读全文
posted @ 2016-12-27 10:19 papering 阅读(138) 评论(0) 推荐(0) 编辑
摘要: http://www.mysqltutorial.org/getting-started-with-mysql-stored-procedures.aspx The first command is DELIMITER // , which is not related to the stored 阅读全文
posted @ 2016-12-27 09:59 papering 阅读(185) 评论(0) 推荐(0) 编辑
摘要: COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION A program computes the row sums Ci=anj = 1aij of an array A that is 100 阅读全文
posted @ 2016-12-26 22:30 papering 阅读(241) 评论(0) 推荐(0) 编辑
摘要: COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION There is another way in which addressable memory can be subdivided, kno 阅读全文
posted @ 2016-12-25 15:10 papering 阅读(353) 评论(0) 推荐(0) 编辑
摘要: 数学分析 张筑生 阅读全文
posted @ 2016-12-25 09:59 papering 阅读(157) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Gradient 阅读全文
posted @ 2016-12-25 09:28 papering 阅读(169) 评论(0) 推荐(0) 编辑
摘要: COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION To understand the structure of the linear address, you need to know tha 阅读全文
posted @ 2016-12-24 23:23 papering 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 数学分析 张筑生 阅读全文
posted @ 2016-12-24 23:18 papering 阅读(265) 评论(0) 推荐(0) 编辑
摘要: https://www.w3.org/TR/css3-selectors/ Note that the length of the first line depends on a number of factors, including the width of the page, the font 阅读全文
posted @ 2016-12-24 20:17 papering 阅读(427) 评论(0) 推荐(0) 编辑
摘要: 小结: 1) a. [mysqld] 打开/etc/my.cnf配置文件 添加skip_grant_tables 一行,然后保存退出 mysql忘记密码如何重置密码,以及修改root密码的三种方法 - 云+社区 - 腾讯云 https://cloud.tencent.com/developer/ar 阅读全文
posted @ 2016-12-24 19:09 papering 阅读(185) 评论(0) 推荐(0) 编辑
摘要: php -f Fetch data from db , use php without any bugs to analyse the data and read and write db, without the render of the broswer php shell VS browser 阅读全文
posted @ 2016-12-24 18:51 papering 阅读(143) 评论(0) 推荐(0) 编辑
摘要: w Fatal error: Maximum execution time of 10 seconds exceeded in ...\w_fun.php on line ... http://us2.php.net/manual/en/function.set-time-limit.php boo 阅读全文
posted @ 2016-12-24 17:50 papering 阅读(198) 评论(0) 推荐(0) 编辑
摘要: COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION In principle, then, every virtual memory reference can cause two physic 阅读全文
posted @ 2016-12-24 11:24 papering 阅读(372) 评论(0) 推荐(0) 编辑
摘要: COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION The basic mechanism for reading a word from memory involves the transla 阅读全文
posted @ 2016-12-24 11:00 papering 阅读(500) 评论(0) 推荐(0) 编辑
摘要: COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION With the use of paging, truly effective multiprogramming systems came i 阅读全文
posted @ 2016-12-24 09:19 papering 阅读(246) 评论(0) 推荐(0) 编辑
摘要: COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION Both unequal fixed-size and variable-size partitions are inefficient in 阅读全文
posted @ 2016-12-24 06:05 papering 阅读(163) 评论(0) 推荐(0) 编辑
上一页 1 ··· 172 173 174 175 176 177 178 179 180 ··· 186 下一页