码迷,mamicode.com
首页 >  
搜索关键字:threading    ( 3244个结果
c#操作xml文件
using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Xml;name...
分类:Windows程序   时间:2015-02-18 11:48:45    阅读次数:137
多进程和多线程
#!/usr/bin/python # -*- coding:utf-8 -*- import os import threading import multiprocessing import time #Process entry def process_worker(sign,lock,function): global count_process #lock.acquir...
分类:编程语言   时间:2015-02-13 18:31:28    阅读次数:172
多线程
//动态多线程using System;using System.Collections.Generic;using System.Text;using System.IO;using System.Threading;namespace ConsoleApplication1{ class ...
分类:编程语言   时间:2015-02-13 09:12:41    阅读次数:204
System.Threading.Tasks.Task引起的IIS应用池崩溃
接口服务运行一段时间后,IIS应用池就会突然挂掉,事件查看日志,会有事件日志Event ID为5011的错误 为应用程序池“PokeIn”提供服务的进程在与 Windows Process Activation Service 通信时出现严重错误。该进程 ID 为“2268”。数据字段包含错误号。 ...
分类:其他好文   时间:2015-02-12 18:02:06    阅读次数:749
C# 建立UDP服务器并接收客户端数据
服务器端对象类库: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net.Sockets; using System.Net; using System.Threading; using System.IO; namespace Ud...
分类:Windows程序   时间:2015-02-11 18:39:01    阅读次数:556
线程----WaitHandle抽象基类(等待句柄)
例子:usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Threading.Tasks; usingSystem.Threading; namespaceConsoleApplication6 { classProgram { privatedelegateintAsycTaskDelegate(inti,intj); staticvoidMain(string[]a..
分类:编程语言   时间:2015-02-11 01:56:20    阅读次数:297
使用Aspose将一个ppt每一帧分离出来成为一个新的ppt
不多说贴代码 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Aspose.Slides; namespace Test { class Program { stati...
分类:Web程序   时间:2015-02-10 16:48:25    阅读次数:204
工作项目终结[3](万炮捕鱼3)
using System.Net.Sockets;using System.Net;using System.Threading;using System.IO;using System.Xml;using System;using System.Text;using System.Collecti...
分类:其他好文   时间:2015-02-09 12:23:27    阅读次数:366
WPF和WinRT中的导航问题
?? 一、Frame、Page框架的相关介绍 1、Frame类: 继承层次结构 System.Object   System.Windows.Threading.DispatcherObject     System.Windows.DependencyObject       System.Windows.Media.Visual         Syst...
分类:Windows程序   时间:2015-02-07 13:11:51    阅读次数:248
C# notepad自动打开文件 QQ登录 自动计算
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Diagnostics;using System.Threading;using System.Windows...
分类:Windows程序   时间:2015-02-07 11:25:49    阅读次数:228
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!