码迷,mamicode.com
首页 >  
搜索关键字:buddy system    ( 49281个结果
Use_Case
What is Use-Case 2.0?Use Case: A use case is all the ways of using a system to achieve a particular goal for a particular user. Takentogether the set ...
分类:其他好文   时间:2014-06-06 11:37:46    阅读次数:236
C#文件授权下载
1、创建HttpHandlerusing System;using System.Collections.Generic;using System.Text;using System.Web;namespace Handler{ public class DownloadHandler : I...
分类:其他好文   时间:2014-06-06 10:35:31    阅读次数:168
C# List.ForEach 方法
C#中List.ForEach 方法是对 List 的每个元素执行指定操作。 示例:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading....
分类:其他好文   时间:2014-06-06 08:29:39    阅读次数:470
MyTools
using UnityEditor;using UnityEngine;using System.IO;using System.Collections;using System.Collections.Generic;public class MyTools{ [MenuItem("MyTo...
分类:其他好文   时间:2014-06-06 07:42:32    阅读次数:332
日志记录到txt文件
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;n...
分类:其他好文   时间:2014-06-06 07:34:37    阅读次数:311
实例365(8)---------三种方法将字符串格式化为日期
一:DateTime.ParseExact方式,截图二:代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using S...
分类:其他好文   时间:2014-06-05 19:55:41    阅读次数:271
实例365(9)---------正则表达式之常见数字验证技巧
一:使用正则表达式验证电话号码,截图二:代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Te...
分类:其他好文   时间:2014-06-05 19:21:49    阅读次数:265
标准C++中的STL容器类简单介绍
SGI -- Silicon Graphics[Computer System] Inc.硅图[计算机系统]公司.STL -- Standard Template Library标准模板库。容器的概念所谓STL容器,即是将最常运用的一些数据结构(data structures)实现出来。容器是指容纳...
分类:编程语言   时间:2014-06-05 18:27:04    阅读次数:431
Android架构设计和软硬整合完整训练:HAL&Framework&Native Service&Android Service&Best Practice
如何理解Android架构设计的初心并开发出搭载Android系统并且具备深度定制和软硬整合能力特色产品,是本课程解决的问题。课程以Android的五大核心:HAL、Binder、Native Service、Android Service(并以AMS和WMS为例)、View System为主轴,一...
分类:移动开发   时间:2014-06-05 18:07:46    阅读次数:291
zTree v3.5配置
页面 一般处理程序using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace Web...
分类:其他好文   时间:2014-06-05 17:43:59    阅读次数:286
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!