码迷,mamicode.com
首页 >  
搜索关键字:using password: yes    ( 53562个结果
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
好乱的代码
using System;using System.Web;public class Search_Book : IHttpHandler { public void ProcessRequest (HttpContext context) { context.Respo...
分类:其他好文   时间:2014-04-30 23:28:59    阅读次数:372
Ajax.BeginForm返回方法OnSuccess
在MVC3里面——程序集 System.Web.Mvc.dll, v4.0.30319有这么一个Ajax.BeginForm异步登录验证的类型,我们在下面给出一个例子:在登录页面Logion.cshtml。使用@using (Ajax.BeginForm("Login", "Home", new.....
分类:其他好文   时间:2014-04-30 23:13:32    阅读次数:561
vs2008中使用gdi+的设置
vs2008中使用gdi+1.新建一个mfc工程2.在stdafx.h文件中加入以下几行语句:#include //#pragma comment(lib, "gdiplus.lib") //在工程属性中添加亦可using namespace Gdiplus; //使用GDI+的命名空间, 若不用....
分类:其他好文   时间:2014-04-30 23:03:21    阅读次数:553
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!