码迷,mamicode.com
首页 >  
搜索关键字:system    ( 49231个结果
Linq101-Quantifiers
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 5 namespace Linq101 6 { 7 class Quantifiers 8 { 9 /// 10 ...
分类:其他好文   时间:2015-03-12 16:54:02    阅读次数:111
MySql c#通用类 转
using System;using System.Data;using System.Configuration;using System.Collections.Generic;using System.Linq;using System.Text;using System.Xml.Linq;u...
分类:数据库   时间:2015-03-12 16:52:30    阅读次数:188
MySql c#通用类
using System;using System.Collections.Generic;using System.Linq;using System.Text;//导命名空间using System.Data;using MySql.Data.MySqlClient;using System.C...
分类:数据库   时间:2015-03-12 16:48:40    阅读次数:135
Python 之远程复制文件及调用远程命令脚本
#!/usr/bin/envpython #-*-coding:UTF-8-*- """ @Item:v1.0 @Author:ShengWangQiang @Group:System @Date:2015-01-28 @E-mail:swq.499809608@hotmail.com @Funtion: """ importsys,time,os,traceback,commands, importparamiko, classRemote(object): def__init__(self): ve..
分类:编程语言   时间:2015-03-12 15:28:23    阅读次数:164
在安卓4.2.2的系统上,具有系统权限的应用不能读写SD卡
解决方法有两种: 1.通过修改android系统的源码,开放SD卡的读写权限,详细的修改方法和说明,可以参考网上资料http://www.ifeegoo.com/android-debug-static-storage-paths-are-not-available-from-aid-system-error-analysis-and-solution.html 2.在应用中把android:...
分类:移动开发   时间:2015-03-12 15:10:32    阅读次数:953
Unity3d C# HttpWebRequest 异步下载文件
最近一直在把公司游戏迁移到支持ARM64,中间出现了很多BUG或者Unity目前不支持操作的问题,这两天遇到异步HttpWebRequest不支持的问题,因为之前一直没有接触,所以也趁机学习了下相关使用。 下面通过一个例子,来使用HttpWebRequest异步下载一个ZIP文件。 using UnityEngine; using System.Collections; usi...
分类:编程语言   时间:2015-03-12 15:07:34    阅读次数:244
基础的对象初始化解析
using System;using System.Collections.Generic;using System.Text;namespace ConsoleApplication1 { class A { //调用到这个构造函数时:x=1,y=0 public...
分类:其他好文   时间:2015-03-12 15:01:54    阅读次数:100
c# BOOK类的实现(疑问有答案)
这是别人的程序,只能先学习coby一下:using System;class BOOK { //定义字段 private readonly string isbn; private string titile; private string author; privat...
分类:Windows程序   时间:2015-03-12 14:54:35    阅读次数:143
C#高级编程第9版 第二章 核心C# 读后笔记
System命名空间包含了最常用的.NET类型。对应前面第一章的.NET基类。可以这样理解:.NET类提供了大部分的功能,而C#语言本身是提供了规则。pseudo-code,哈哈,秀逗code。伪代码。必须初始化变量才能编译,否则报错。有些情况下,没有显示初始化,会被编译器默认为0去编译。实例化一个...
分类:Windows程序   时间:2015-03-12 14:54:14    阅读次数:203
数据库 增 ,删,改, 查询
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:数据库   时间:2015-03-12 14:41:14    阅读次数:162
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!