码迷,mamicode.com
首页 >  
搜索关键字:using stacks    ( 53729个结果
iOS Programming Recipe 6: Creating a custom UIView using a Nib
iOS Programming Recipe 6: Creating a custom UIView using a NibJANUARY 7, 2013BYMIKETT12 COMMENTSCreating a custom UIView using a NibAssumptionsYou are...
分类:移动开发   时间:2014-07-22 23:07:15    阅读次数:651
我的grub.cfg配置文件
路径:/boot/grub/grub.cfg配置文件如下:## DO NOT EDIT THIS FILE## It is automatically generated by grub-mkconfig using templates# from /etc/grub.d and settings ...
分类:其他好文   时间:2014-05-01 16:29:15    阅读次数:452
代码生成器
一.界面设计 二.具体代码 using System; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Data; using System...
分类:其他好文   时间:2014-05-01 15:26:48    阅读次数:345
In-App Purchase----(一) ---- About In-App Purchase
About In-App PurchaseIn-App Purchase allows you to embed a store inside your app using the Store Kit framework. This framework connects to the App Sto...
分类:移动开发   时间:2014-05-01 14:45:53    阅读次数:519
BZOJ 1588 营业额统计 Splay
主要操作为Splay中插入节点,查找前驱和后继节点。 1: #include 2: #include 3: #include 4: using namespace std; 5: #define MaxL 100005 6: #define INF 0x7ffffff 7: #define keyT...
分类:其他好文   时间:2014-05-01 14:16:03    阅读次数:633
泛型连接数据库
这些天用泛型做了一个数据库的底层,自我感觉很方便,但是功能不是很完善,会继续考虑下去下面给大家分享一下代码1数据库连接的帮助类using System;using System.Collections.Generic;using System.Linq;using System.Text;using...
分类:数据库   时间:2014-05-01 14:07:32    阅读次数:603
文件流
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Li...
分类:其他好文   时间:2014-05-01 01:02:33    阅读次数:322
HOOK技术演示
一、首先创建一个dll工程,取名为KeyboardHookDll,代码如下:// KeyboardHookDll.cpp : 定义 DLL 应用程序的导出函数。//#include "stdafx.h"#include using namespace std;#define MYAPI extern...
分类:其他好文   时间:2014-05-01 01:00:28    阅读次数:364
View从Action中获得数据和html helper function(转载)
@model MvcApplication1.Models.M_Person@using MvcApplication1.Models;@{ ViewBag.Title = "GetData"; var p = ViewData["data"] as M_Person; var p...
分类:Web程序   时间:2014-05-01 00:00:48    阅读次数:486
C# 文件操作
【创建目录】using System.IO;Directory.CreateDirectory(FilePath);【使用WriteFile下载文件】private string fileName = HttpContext.Current.Server.UrlEncode("规范.rar"); p...
分类:其他好文   时间:2014-04-30 23:34:03    阅读次数:443
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!