码迷,mamicode.com
首页 >  
搜索关键字:open the lock    ( 37840个结果
键盘各键对应的ASCII码值(包括鼠标和键盘所有的键)
最近收集了一下键盘按键对应的ASCII码: ESC键VK_ESCAPE (27) 回车键:VK_RETURN (13) TAB键:VK_TAB (9) Caps Lock键:VK_CAPITAL (20) Shift键:VK_SHIFT (16) Ctrl键:VK_CONTROL (17) Alt键:VK_MENU (18) 空格键:VK_SPACE...
分类:其他好文   时间:2014-06-05 11:37:19    阅读次数:263
IO流
System.IO.FileStream files = new System.IO.FileStream(ofdFile.FileName, System.IO.FileMode.Open, System.IO.FileAccess.Read, System.IO.FileShare.ReadWr...
分类:其他好文   时间:2014-06-03 09:49:51    阅读次数:218
从 avformat_open_input 中解图ffmpeg准备decode默认参数的过程。
// ps 为成功打开媒体文件后的上下文。filename为要打开的文件名。// fmt为强制指定以何种格式打开文件,如果fmt为null,ffmpeg将自动分析媒体文件头,以媒体文件指定的格式(解码器和解码器参数)打开。// 该函数只分析解码器、解码器参数,并形成上下文,但不打开解码器。// 关于...
分类:其他好文   时间:2014-06-03 08:17:38    阅读次数:1089
WIN7 下 Qt Creator 安装 QWT
WIN7 下 Qt Creator 安装 QWT环境:WIN7 +QT Creator2.6.21.下载QWT源代码qwt-6.1-rc3.zip2 编译QWTopen projects->找到解压后的qwt-6.0.1中的qwt.pro文件->open,找到designer ->qwtbuild-...
分类:Windows程序   时间:2014-05-31 14:04:01    阅读次数:408
【MySQL】MySQL锁和隔离级别浅析一
参考:http://imysql.cn/2008_07_10_innodb_tx_isolation_and_lock_mode本文只是对于“SELECT ... LOCK IN SHARE MODE”和“SELECT ... FORUPDATE”事务中的锁和RR隔离级别内的测试,针对于表结构、索引...
分类:数据库   时间:2014-05-31 13:11:15    阅读次数:389
POJ 3680 Intervals 离散 + 费用流
IntervalsTime Limit: 5000MSMemory Limit: 65536KTotal Submissions: 6246Accepted: 2542DescriptionYou are given N weighted open intervals. The ith interv...
分类:其他好文   时间:2014-05-30 21:46:55    阅读次数:399
删除数据库 - with DROP DATABASE Statement
Oracle 10g 增加了drop database 命令,这样我们删除数据库会方便很多。 不过DROP DATABASE还是有一定的限制条件的:一些错误1.ORA-01586: database must be mounted EXCLUSIVE and not open for this op...
分类:数据库   时间:2014-05-30 19:49:07    阅读次数:421
JS 父页面调子页面(2种情况),子掉父级(1种)(转)
A :父级调用子级页面 ,非IFRAME情况,类似平级: window.open("子页面.html", "", "width=1024,height=768"); window.opener.子页面函数名字();B : 父级调用子级页面 ,IFRAME情况 window.frames["ifram...
分类:Web程序   时间:2014-05-30 18:18:47    阅读次数:271
make screenshot at Eclipse
In Eclipse, from the Window menu, select Open Perspective > Other... > DDMS. Select the Kindle Fire tablet, and click the camera icon. (If the tablet ...
分类:系统相关   时间:2014-05-29 20:29:15    阅读次数:479
C# Adding Hyperlink to Windows Form z
When creating a Windows form in C#, we would like to create a hyperlink so that when the user click on the link it would open up a web browser and dis...
分类:Windows程序   时间:2014-05-29 18:11:58    阅读次数:413
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!