码迷,mamicode.com
首页 > 其他好文
AHK的正则表达式相关文档(二)
RegExMatch()函数功能:判断字符串是否包含某个匹配模式(正则表达式)。FoundPos := RegExMatch(Haystack, NeedleRegEx [, UnquotedOutputVar = "", StartingPosition = 1])参数FoundPosRegExM...
分类:其他好文   时间:2014-11-28 14:21:27    阅读次数:124
转:折腾一晚上Bullet及Ogre相关工具的成果 -- 3Ds Max,Maya, blender, GameKit
起始目的很简单,整合Bullet及Ogre,找个能够生成.scene和.bullet文件的建模工具。折腾一晚上Bullet及Ogre相关的东西,基本上就像爱迪生发明灯泡一样,得出了N个失败的教训,总结如下,大家不要再走弯路了。1. Blender, 开源产品,我寄予了厚望,结果却是大大的失望,Ble...
分类:其他好文   时间:2014-11-28 14:18:30    阅读次数:337
eql高可用部署方案
运行环境服务器两台(后面的所有配置案例都是以10.96.0.64和10.96.0.66为例)操作系统CentOS release 6.2必须要有共同的局域网网段两台服务器都要安装keepalived(双机热备)和eql服务软件部署keepalived 部分keepalived是一个用于做双机热备(H...
分类:其他好文   时间:2014-11-28 14:20:44    阅读次数:442
点击cell时动画效果
效果图:工程图:代码:RootViewController.h#import @interface RootViewController : UIViewController{ UITableView *myTableView;}@endRootViewController.m#import ...
分类:其他好文   时间:2014-11-28 14:19:05    阅读次数:256
Single transistor provides short-circuit protection
In certain dc/dc-converter applications, on-chip, cycle-by-cycle current limit may be insufficient protection to prevent a failure during a short circ...
分类:其他好文   时间:2014-11-28 14:19:55    阅读次数:221
Make a printer-port EEPROM programmer and dongle
You can easily use a PC's printer port for serial-EEPROM programming. You can use a device-programmer circuit used to program the MicroWire serial EE-...
分类:其他好文   时间:2014-11-28 14:18:55    阅读次数:226
zoj2059(经典dp)
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=1059分析:dp[i][j]表示前i个石头组成两座塔高度差为j的较低塔最大高度状态转移:每次石头都有三种方法:1.放在高塔上:dp[i][j]=max(dp[i][j+t...
分类:其他好文   时间:2014-11-28 14:18:51    阅读次数:119
[LeetCode] Edit Distance
Given two wordsword1andword2, find the minimum number of steps required to convertword1toword2. (each operation is counted as 1 step.)You have the fol...
分类:其他好文   时间:2014-11-28 14:16:19    阅读次数:157
转:Bullet物理引擎不完全指南(Bullet Physics Engine not complete Guide)
write by 九天雁翎(JTianLing) -- blog.csdn.net/vagrxie讨论新闻组及文件前言 Bullet据称为游戏世界占有率为第三的物理引擎,也是前几大引擎目前唯一能够找到的支持iPhone,开源,免费(Zlib协议,非常自由,且商业免费)的物理引擎,但是文档资料并不是很...
分类:其他好文   时间:2014-11-28 14:18:30    阅读次数:354
Dual-polarity supply provides ±12V from one IC
Well-regulated, dual-polarity power supplies find wide use in disk-drive, handheld-device, automotive, and notebook-computer applications. In these ap...
分类:其他好文   时间:2014-11-28 14:15:58    阅读次数:315
leetcode Binary Tree Zigzag Level Order Traversal
给定一个树,按照Z字形记录每一行。例如:Given binary tree{3,9,20,#,#,15,7}, 3 / \ 9 20 / \ 15 7return its zigzag level order traversal as:[ [3], [20,9], ...
分类:其他好文   时间:2014-11-28 14:18:16    阅读次数:131
Centos系统的一些操作记录
1.关闭selinux vi /etc/selinux/configreboot 2.安装安全狗linux版本http://bbs.safedog.cn/thread-63020-1-1.html可以采取wget的方式下载发布包(32位系统把64换成32即可):wget http://safedo....
分类:其他好文   时间:2014-11-28 14:17:48    阅读次数:216
Cascode MOSFET increases boost regulator's input- and output-voltage ranges
Targeting use in portable-system applications that require raising a battery's voltage to a higher level, IC boost regulators often include output tra...
分类:其他好文   时间:2014-11-28 14:17:55    阅读次数:216
Circuit translates I2C voltages
This Design Idea explores level-shifting an I2C bus from 5V/ground (positive domain) to ground/–5V (negative domain). In multisupply systems, you some...
分类:其他好文   时间:2014-11-28 14:15:37    阅读次数:226
20141128
职责单一思想,状态机思想,工厂思想,单例思想,订阅者思想,prmise思想,模块化思想,代理思想,表驱动思想优雅地操作DOM元素,结合,工厂思想,代理思想,状态机思想。工厂思想,体现在html模板,js类。这样你就能做多个代理思想,体现在,业务代码不直接操作DOM,是通过一个代理对象操作。状态机思想...
分类:其他好文   时间:2014-11-28 14:16:55    阅读次数:173
Use two picogate devices for bidirectional level-shifting
In new mixed-voltage systems, it is often necessary to level-shift a control signal from a high level to a low level. An open-drain device, such as th...
分类:其他好文   时间:2014-11-28 14:16:23    阅读次数:206
maven mvn 安装
Linux下安装maven1.首先到Maven官网下载安装文件,目前最新版本为3.0.3,下载文件为apache-maven-3.0.3-bin.tar.gz,下载可以使用wget命令;2.进入下载文件夹,找到下载的文件,运行如下命令解压tar-xvfapache-maven-2.2.1-bin.t...
分类:其他好文   时间:2014-11-28 14:15:54    阅读次数:159
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!