using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Xml;name...
#!/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
接口服务运行一段时间后,IIS应用池就会突然挂掉,事件查看日志,会有事件日志Event ID为5011的错误 为应用程序池“PokeIn”提供服务的进程在与 Windows Process Activation Service 通信时出现严重错误。该进程 ID 为“2268”。数据字段包含错误号。 ...
分类:
其他好文 时间:
2015-02-12 18:02:06
阅读次数:
749
服务器端对象类库:
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...
例子: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
不多说贴代码
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
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
??
一、Frame、Page框架的相关介绍
1、Frame类:
继承层次结构
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
Syst...
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Diagnostics;using System.Threading;using System.Windows...