码迷,mamicode.com
首页 >  
搜索关键字:system    ( 49231个结果
C# 串口波形显示
C#做的串口示波器,可以实现动态波形显示的效果。using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using Sy...
分类:Windows程序   时间:2015-03-11 19:05:48    阅读次数:3495
消息队列接口API(posix 接口和 system v接口)
消息队列 posix API消息队列(也叫做报文队列)能够克服早期unix通信机制的一些缺点。信号这种通信方式更像\"即时\"的通信方式,它要求接受信号的进程在某个时间范围内对信号做出反应,因此该信号最多在接受信号进程的生命周期内才有意义,信号所传递的信息是接近于随进程持续的概念(process-p...
分类:Windows程序   时间:2015-03-11 18:57:57    阅读次数:286
【转】BlueDroid介绍
原文网址:http://www.cnblogs.com/hzl6255/p/3887547.html自从Android 4.2开始,Android开始使用自己的蓝牙协议栈BlueDroid,而不是bluezBlueDroid可分为两层:- BTE: Bluetooth Embedded System...
分类:其他好文   时间:2015-03-11 18:55:04    阅读次数:869
$.toJSON的用法或把数组转换成json类型
1. html页面全部代码2.json.ashx页面全部代码using System;using System.Web;using System.Web.Script.Serialization;using System.Collections.Generic;public class json :...
分类:编程语言   时间:2015-03-11 18:55:00    阅读次数:135
使用Jenkins进行android项目的自动构建(6)
之前已经介绍过使用Maven做构建,在来介绍一下Gralde的自动化构建。什么是Gralde?官方的解释是Gradle is an open source build automation system. Gradle can automate the building, testing, publ...
分类:移动开发   时间:2015-03-11 18:42:35    阅读次数:142
ZOJ-3770(Ranking System)
Few weeks ago, a famous software company has upgraded its instant messaging software. A ranking system was released for user groups. Each member of a group has a level placed near his nickname. The le...
分类:其他好文   时间:2015-03-11 17:14:04    阅读次数:196
使用服务器端控件(GridView)进行数据导出(Excel和Word)
1.我使用三层做的,在DAL和BLL中引用System.Web;命名空间2.写三层方法 #region 额外 /// /// 导出Excel和导出Word的方法 /// /// 要导出的数据 /// 导出数据的文档类型 ...
分类:其他好文   时间:2015-03-11 17:00:55    阅读次数:144
动态调用WebService
WebService内容using Microsoft.CSharp;using System;using System.CodeDom;using System.CodeDom.Compiler;using System.IO;using System.Linq;using System.Net;...
分类:Web程序   时间:2015-03-11 16:59:09    阅读次数:150
软件项目管理常用单词解说
以下为收集的一些软件项目管理中的常用单词简写:PI:Project Initiation(项目启动)PPL:Project Plan(制定项目计划,Establish PPL)SRS: Software R一些equirements Specification, 也有可能是System Requir...
分类:其他好文   时间:2015-03-11 16:30:38    阅读次数:147
java 多线程的理解 黑马程序员
public class MultiThread { public static void main(String args[]) { System.out.println("我是主线程!"); //下面创建线程实例thread1 ThreadUseExtends thread1=new Thr.....
分类:编程语言   时间:2015-03-11 16:29:28    阅读次数:136
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!