码迷,mamicode.com
首页 >  
搜索关键字:desktop lock    ( 17674个结果
HDU 3104 Combination Lock(数学题)
HDU 3104 Combination Lock(数学题)...
分类:其他好文   时间:2014-10-06 23:56:51    阅读次数:194
win7删除IE图标方法-----(注册表找不到对应的IE项)
删除个IE图标费了半天事,硬是找不到网上说的那个[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\下的那个Internet Explorer的对应项。然后就是找到了这个方法...
分类:Windows程序   时间:2014-10-06 20:22:10    阅读次数:222
centos中chfn命令
功能说明:改变finger指令显示的信息 如果你想改变哪个用户的finger信息,直接chfn 用户名即可,然后就可以输入一系列的信息 [root@centos Desktop]# chfn root  Changing finger information for root.  Name [root]: your name Office []:  Office P...
分类:其他好文   时间:2014-10-06 19:46:40    阅读次数:213
web desktop在线演示
基于extjs的web desktop应用框架。 1、跨浏览器 2、动态加载所需css,js文件 3、权限管理 4、支持多语种 5、支持asp,jsp,php 6、Sql server2008数据库 QQ: 623076512 Email: mychirs@21cn.com...
分类:Web程序   时间:2014-10-06 19:32:30    阅读次数:490
JavaScript进阶系列07,鼠标事件
鼠标事件有Keydown, Keyup, Keypress,但Keypress与Keydown和Keyup不同,如果按ctrl, shift, caps lock......等修饰键,不会触发Keypress事件,而会触发Keydown和Keyup事件,这就是Keypress事件与Keydown、K...
分类:编程语言   时间:2014-10-05 10:45:08    阅读次数:212
jQuery-DesktopGrid
jQueryDesktopGrid jQuery desktop, jQuery desktop grid, jQuery mac os x, jQuery system. to make an beautiful desktop like os system to enhance user experience. clone the project, then just run the i...
分类:Web程序   时间:2014-10-05 03:49:17    阅读次数:231
Global Interpretor Lock
讲Python的Global Interpretor Lock的比较好的文章 耐心看完会有好多收获,我的收获就是 Python多线程 < Python单线程 < Python多进程 多进程请用python multiprocessing 参见PEP: 371 python2.6引入pyProcess...
分类:其他好文   时间:2014-10-04 16:17:16    阅读次数:165
Hibernate的各种保存方式的区别 (save,persist,update,saveOrUpdte,merge,flush,lock)等
hibernate的保存  hibernate对于对象的保存提供了太多的方法,他们之间有很多不同,这里细说一下,以便区别:  一、预备知识:  在所有之前,说明一下,对于hibernate,它的对象有三种状态,transient、persistent、detached  下边是常见的翻译办法:  transient:瞬态或者自由态  persistent:持久化状态  detache...
分类:系统相关   时间:2014-10-04 13:06:06    阅读次数:314
【149】ArcGIS Desktop 10.0 & Engine 10.0 安装及破解
目录:ArcGIS Desktop 10.0 安装ArcGIS Desktop 10.0 破解ArcGIS Engine 10.0 安装ArcGIS Engine 10.0 破解ArcGIS Desktop 10.0 安装首先安装ArcGIS License,一路安装下去;然后安装ArcGIS De...
分类:其他好文   时间:2014-10-04 00:23:15    阅读次数:367
SQL Server 主动防止阻塞的 1 方法
方法 1、 set lock_timeout 5000; 这里设置超时为5秒; 例子: 连接A begin tran update dbo.TestTable set String = 'AAA' where ID=1; go...
分类:数据库   时间:2014-10-03 10:44:24    阅读次数:259
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!