码迷,mamicode.com
首页 >  
搜索关键字:addition    ( 590个结果
virtualbox linux虚拟机相关
linux虚拟机设置为静态IP 在virtualbox中安装好linux虚拟机后,如果采用的是NAT方式的话,linux虚拟机默认采用dhcp方式自动上网,而且用的是NetworkManager服务而不是network。此时查看当前通信网卡的mac地址、ip地址、以及默认路由、网关,并将这些信息记录 ...
分类:系统相关   时间:2016-12-01 03:33:20    阅读次数:180
mysql配置以及性能优化
MySQL配置文件my.cnf中文详解,附mysql性能优化方法分享 MySQL配置文件my.cnf中文详解,附mysql性能优化方法分享 Mysql参数优化对于新手来讲,是比较难懂的东西,其实这个参数优化,是个很复杂的东西,对于不同的网站,及其在线量,访问量,帖子数量,网络情况,以及机器硬件配置都 ...
分类:数据库   时间:2016-11-29 22:30:06    阅读次数:295
198. House Robber
You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping yo ...
分类:其他好文   时间:2016-11-28 09:26:28    阅读次数:185
MySQL 性能优化
参考文章:http://www.jb51.net/article/24392.htm 当我们去设计数据库表结构,对操作数据库时(尤其是查表时的SQL语句),我们都需要注意数据操作的性能。这里,我们不会讲过多的SQL语句的优化,而只是针对MySQL这一Web应用最多的数据库。希望下面的这些优化技巧对你 ...
分类:数据库   时间:2016-11-25 20:38:32    阅读次数:205
MaskEdit组件的EditText属性和Text属性
MaskEdit组件主要是EditMask属性 是string属性。 掩码字符串EditMask属性分为3个部分,分别用分号隔开,形式是“XXXXX;X;X” 第一部分是掩码字符串的主要部分,它确定输入数据的格式,由一系列制定的特殊字符构成。其中用到的字符和意义见表 第二部分决定是否将掩码中的非格式 ...
分类:其他好文   时间:2016-11-24 19:15:41    阅读次数:232
*HDU 2451 数学
Simple Addition Expression Time Limit: 5000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 1723 Accepted Submissi ...
分类:其他好文   时间:2016-11-24 18:30:46    阅读次数:139
Java Concurrency - Concurrent Collections
Data structures are a basic element in programming. Almost every program uses one or more types of data structures to store and manage their data. Jav ...
分类:编程语言   时间:2016-11-23 22:31:05    阅读次数:306
Leetcode-88 Merge Sorted Array
#88. Merge Sorted Array Given two sorted integer arrays nums1 and nums2, merge nums2 into nums1 as one sorted array. Note: You may assume that nums1 h ...
分类:其他好文   时间:2016-11-21 18:39:39    阅读次数:204
370. Range Addition
Assume you have an array of length n initialized with all 0's and are given k update operations. Each operation is represented as a triplet: [startInd ...
分类:其他好文   时间:2016-11-20 07:07:19    阅读次数:186
Xilinx ISE FIFO读写操作仿真学习
恢复内容开始 针对xilinx FIFO IP核进行简单的学习,整个流程参考http://www.eefocus.com/guoke1993102/blog/15-06/313183_36284.html,仿真工具使用modelsim. FIFO ip核设置参照链接设置,本文不再贴图,其中部分设置更 ...
分类:其他好文   时间:2016-11-19 15:24:30    阅读次数:517
590条   上一页 1 ... 40 41 42 43 44 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!