码迷,mamicode.com
首页 >  
搜索关键字:system    ( 49231个结果
acm2024
/**  * C语言合法标识符  */ import java.util.*; public class acm2024 { public static void main(String[] args) { Scanner in = new Scanner(System.in); int n = in.nextInt(); in.nextLine(); while (n--!...
分类:其他好文   时间:2015-03-18 14:05:46    阅读次数:122
boost::asio学习(定时器)
#include #include void handle1(const boost::system::error_code& ec){ std::cout << "5.s" << std::endl;}void handle2(const boost::system::error_code&...
分类:其他好文   时间:2015-03-18 13:49:42    阅读次数:123
新版 itextsharp pdf code
using System;using iTextSharp.text;using iTextSharp.text.pdf;using System.IO;namespace iTextSharp.Demo{/**//// /// Making a document with a header con...
分类:其他好文   时间:2015-03-18 13:46:35    阅读次数:334
$.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-18 13:44:48    阅读次数:102
.NET反射应用
.Net中,在编写框架时,反射是最长用的一个知识点,在这举个小例子,旨在说明反射如何应用;本文只程序中只涉及到System.Type的应用,通过这个类可以访问关于任何数据类型的信息,注释部分涉及到System.Reflection.Assembly类,该类用于访问给定程序集的相关信息,或者把这个程....
分类:Web程序   时间:2015-03-18 13:42:34    阅读次数:124
java遍历文件目录
参考地址:http://blog.csdn.net/huang_xw/article/details/7058296 【遍历文件目录】 public void printFileList(File file, int count){ if (file.isDirectory()) { System.out.println(printTab(count) + "-" + file....
分类:编程语言   时间:2015-03-18 12:30:44    阅读次数:191
RESTORE detected an error on page (0:0) in database
在测试服务器还原生产服务器的一个数据库时遇到了下面错误: System.Data.SqlClient.SqlError: RESTORE detected an error on page (0:0) in database "xxxx" as read from the backup set. (...
分类:数据库   时间:2015-03-18 12:19:07    阅读次数:138
在 Mac OS X 下 Eclipse 无法显示 Android 设备
在 Eclipse 的 Devices 中死活不显示我的安卓设备,解决办法:1.打开终端,输入:system_profiler SPUSBDataType 命令可以查看连接的usb设备的信息。比如我现在用的是魅族MX4 Pro手机,最后查看到设备的信息: vender id: 0x19d2Produ...
分类:移动开发   时间:2015-03-18 12:18:48    阅读次数:229
[ Unity3D]unity3d5.0简单的调用摄像头
Unity3D中新建一个工程,加一个Plane,新建一个C# 脚本,将这个脚本添加到Plane上,调用摄像头。(如果显示的图片居然是翻转的,Plane的Rotation 值就可以了)以下是脚本内容:using UnityEngine;using System.Collections;public c...
分类:编程语言   时间:2015-03-18 12:07:15    阅读次数:153
微信公众号发起微信支付 c#
tenpay.dll:MD5Util.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Security.Cryptography;namespace te...
分类:微信   时间:2015-03-18 12:02:04    阅读次数:408
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!