码迷,mamicode.com
首页 >  
搜索关键字:process explorer    ( 12683个结果
jQuery Mobile 过渡效果
jQuery Mobile 拥有一系列关于如何从一页过渡到下一页的效果。前提是浏览器必须支持 CSS3 3D 转换:浏览器支持Internet Explorer 10 支持 3D 转换(更早的版本不支持)Opera 仍然不支持 3D 转换过渡效果可应用于任意链接或通过使用 data-transiti...
分类:Web程序   时间:2014-05-10 01:11:52    阅读次数:414
一个python小脚本——合并一个文件夹下的所有文本
#coding:utf8import sys,osdef process(path): for f in os.listdir(path): fin = open(path+"/"+f,"r") print...
分类:编程语言   时间:2014-05-09 12:41:07    阅读次数:362
编写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
菜鸟也想学WPF—XAML 学习心得
只要打开VS->新建项目,然后选择WPF Application就ok。进入界面可以,你直接运行F5运行界面。就可以看到一个窗体了。简单吧。咱们进一步来看看右边关于solution Explorer的里面的东西。这里面包含了关于咱们新建项目的一些基本的文件。但是具体是个什么东西呢?如下图。
分类:其他好文   时间:2014-05-08 21:41:47    阅读次数:434
解析_theme_build_registry()和_theme_process_registry()
Drupal使用_theme_build_registry()和_theme_process_registry()两个函数构建theme registry。theme registry是theme hook的集合组数。这里以practice模块定义两个theme hook为例,说明一下theme r...
分类:其他好文   时间:2014-05-08 20:39:16    阅读次数:418
python多进程的理解 multiprocessing Process join run
最近看了下多进程。一种接近底层的实现方法是使用 os.fork()方法,fork出子进程。但是这样做事有局限性的。比如windows的os模块里面没有 fork() 方法。windows:。linux:另外还有一个模块:subprocess。这个没整过,但从vamei的博客里看到说也同样有局限性。所...
分类:编程语言   时间:2014-05-07 18:26:17    阅读次数:516
createprocess并行运算
#include "stdafx.h"#include "windows.h"#include using namespace std;int _tmain(int argc, _TCHAR* argv[]){ STARTUPINFO si; PROCESS_INFORMATION...
分类:其他好文   时间:2014-05-05 10:31:18    阅读次数:412
firefox is already running..在linux中使用firfox出现的问题
中文版显示:Firefox 已经在运行,但是没有响应。如要打开新窗口,您必须先关闭该 Firefox 进程,或者重新启动您的系统。 英文版显示:Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or ...
分类:系统相关   时间:2014-05-04 17:44:21    阅读次数:647
[TroubleShooting]'trn\bak' is incorrectly formed. SQL Server cannot process this media family.
?? SQL Server online consultants came across an interesting scenario where one of our client was unable to restore a native SQL Server backup successfully performed from one instance running on M...
分类:数据库   时间:2014-05-04 17:42:50    阅读次数:394
Linux Booting Process: A step by step tutorial for understanding Linux boot sequence
Oneofthemostremarkableachievementinthehistoryofmankindiscomputers.Anotheramazingfactaboutthisremarkableachievementcalledcomputersisthatitsacollectionofdifferentelectroniccomponents,andtheyworktogetherincoordinationtogiveyouameaningfuloutput.Weinourdaytodayl..
分类:系统相关   时间:2014-05-04 17:05:15    阅读次数:608
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!