码迷,mamicode.com
首页 >  
搜索关键字:constant pool    ( 4909个结果
Renesas M16C/6X -- Simple PWM Signal Generation Using DMA
1. RequirementsTo generate a PWM output, we need to create a train of pulses with constant period and variable duty cycle.The dutycycle, being the mod...
分类:其他好文   时间:2015-08-21 18:44:27    阅读次数:210
Error detected while processing function CheckFoam256 问题的解决
今天在打开OpenFOAM的constant文件的时候, vim-OpenFOAM-syntax插件遇到了如下问题:Error detected while processing function CheckFoam256:line 3:E168: :finish used outside of a...
分类:其他好文   时间:2015-08-21 15:10:06    阅读次数:227
Ants POJ 1852
Description An army of ants walk on a horizontal pole of length l cm, each with a constant speed of 1 cm/s. When a walking ant reaches an end of the pole, it immediatelly falls off it. When two ant...
分类:其他好文   时间:2015-08-21 13:41:37    阅读次数:120
【LeetCode-面试算法经典-Java实现】【155-Min Stack(最小栈)】
【155-Min Stack(最小栈)】【LeetCode-面试算法经典-Java实现】【所有题目目录索引】原题  Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.   push(x) – Push element x onto stack.   po...
分类:编程语言   时间:2015-08-21 07:10:52    阅读次数:215
关于windows系统里locale、code page、ANSI编码的问题
最近把公司代码库里的代码同步下来之后编译了下,竟然出问题。问下同事说代码库肯定没问题,而我啥也没改,那到底那里出问题了呢?VS2018报的错误是:error RC2001: newline in constant百度下这个错误的原因,主要原因是定义的字符串常量两个引号之间有换行,跳到相应出错的代码位...
分类:Windows程序   时间:2015-08-20 14:45:21    阅读次数:185
c++11之类型萃取type_traits
不知道怎么评价这个特性。。。代码#include#include//继承integral_constant可以方便写静态变量structGetSize: std::integral_constant{};templatestruct integral_my{staticconst T value =...
分类:编程语言   时间:2015-08-19 23:18:59    阅读次数:270
icinga-web
icinga-web安装步骤:已安装过icinga,步骤略http://archive.ubuntu.com/ubuntu/pool/universe/i/icinga-web/icinga-web_1.13.1-1_all.deb#dpkg-iicinga-web_1.13.1-1_all.deb第1次输的是root的密码(该root是指mysql的root)第2次设的是icinga_web账号的密码第1次设的是root的..
分类:Web程序   时间:2015-08-19 02:08:34    阅读次数:165
MySql配置优化
MySQL 配置:1、使用 innodb_flush_method=O_DIRECT 来避免写的时候出现双缓冲区。2、避免使用 O_DIRECT 和 EXT3 文件系统 — 这会把所有写入的东西序列化。3、分配足够 innodb_buffer_pool_size ,来将整个InnoDB 文件加载到内...
分类:数据库   时间:2015-08-18 18:26:13    阅读次数:202
strace 监控所有php-fpm worker
strace命令详解 http://linux.die.net/man/1/stracestrace -tt -T $(pidof 'php-fpm: pool www' | sed 's/\([0-9]*\)/\-p \1/g')
分类:Web程序   时间:2015-08-18 11:31:01    阅读次数:142
kafka的并行度与JStorm性能优化
kafka的并行度与JStorm性能优化   > Consumers Messaging traditionally has two models: queuing and publish-subscribe. In a queue, a pool of consumers may read from a server and each message goes to one of th...
分类:Web程序   时间:2015-08-18 01:20:54    阅读次数:1040
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!