码迷,mamicode.com
首页 >  
搜索关键字:explore    ( 468个结果
[Ruby]Guide to return statement
In Ruby language, the return statement in the Ruby functions are interesting, Let's explore them as below:...
分类:其他好文   时间:2014-07-08 17:19:12    阅读次数:177
0 Explore TreeView
尽可能接近WINDOWS 8的资源管理器效果(这里只模仿它的效果,处理文件功能不包括在内)TREEVIEW可以增加空白并且空白处不能单击重绘三角箭头重绘选中时的边框和填充色重绘失去焦点时选中时的边框和填充色重绘光标所在处的节点背景 MOUSE Hover闪烁的问题处理 当TREEVIEW大小改变时闪...
分类:其他好文   时间:2014-07-01 00:45:33    阅读次数:277
ShellExecute
#include ShellExecute函数原型及参数含义如下:ShellExecute(hWnd: HWND; {指定父窗口句柄}Operation: PChar; {指定动作, 譬如: open、runas、print、edit、explore、find[2]}FileName: PChar;...
分类:其他好文   时间:2014-06-28 20:18:55    阅读次数:290
修改Eclipse的EasyExplore插件的键盘快捷键
工欲善其事,必先利其器为了高效的编码,一个顺手的IDE是必不可少的。Eclipse下的EasyExplore插件挺不错,经常会打开项目的文件夹查找内容,只是日渐习惯全部键盘操作后,有时想使用EasyExplore打开一个文件夹,却发现弹出来的右键菜单里的"Easy Explore..." 是没有键盘...
分类:系统相关   时间:2014-06-25 19:42:58    阅读次数:291
IIS与ASP.NET中的线程池
当处于内核模式的http.sys接收到来自用户的请求之后,会将请求放入队列中。那处于用户模式的w3wp进程如何从内核模式的队列中取出请求呢?I/O完成端口(IOCP,I/O Completion Port)闪亮登场。w3wp专门用了一个线程池干这个——W3TP,可以通过process explore...
分类:编程语言   时间:2014-06-02 17:32:13    阅读次数:245
Cycript
【Cycript】 Cycript allows developers to explore and modify running applications on either iOS or Mac OS X using a hybrid of Objective-C++ and JavaScri....
分类:其他好文   时间:2014-05-13 20:12:46    阅读次数:257
编写IE插件的框架Add-in Express for Internet Explorer and .net 下载及使用方法
原文来自龙博方案网http://www.fanganwang.com/product/1362转载请注明出处Add-in Express for Internet Explore 是第一个适用于开发 IE 附件的可视化工具. 它完全支持IE 扩展 API控件,并且使得 add-on 开发和配置更方便...
分类:Web程序   时间:2014-05-09 11:17:14    阅读次数:507
How to generate UML Diagrams from Java code in Eclipse
UML diagrams compliment inline documentation (javadoc) and allow to better explore / understand a design. Moreover, you can print and bring them to ta...
分类:编程语言   时间:2014-04-30 03:48:50    阅读次数:716
468条   上一页 1 ... 45 46 47
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!