码迷,mamicode.com
首页 >  
搜索关键字:A general system er    ( 53009个结果
c#学习3,构造函数
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 构造函数1{ class Program { static void Main(strin...
分类:其他好文   时间:2014-05-20 02:22:09    阅读次数:299
生成条码
先写一个类#region Using directivesusing System;using System.Text;#endregionnamespace Ean13Barcode2005{public class Ean13{private string _sName = "EAN13";pr...
分类:其他好文   时间:2014-05-17 15:17:03    阅读次数:398
3种Android sdk来源
安卓工具有3种:make、make sdk、下载安装启动安卓模拟器需要文件:system.img、userdata.img、ramdisk.img(3个安卓镜像文件)、zImage(Linux内核镜像文件)命令:emulator默认使用:zImage:$PATH(/prebuilts/qemu-ke...
分类:移动开发   时间:2014-05-17 14:57:34    阅读次数:304
蓝牙协议栈
http://blog.chinaunix.net/uid-21411227-id-2780269.htmlOSI/RM(Open System Interconnection/Reference Model)——开放系统互连参考模型,1983年ISO颁布的网络体系结构标准。从低到高分七层:物理层、...
分类:其他好文   时间:2014-05-17 14:56:53    阅读次数:254
马哥学习笔记十八——MySQL进阶之日志管理
错误日志:log_error,log_warnings 服务器启动和关闭过程中的信息 服务器运行过程中的错误信息 事件调度运行一个事件时产生的信息 在从服务器上启动从服务器进程时产生的信息一般查询日志:general_log,general_log_file,log,log_output={...
分类:数据库   时间:2014-05-17 14:53:01    阅读次数:347
打开已存在 Android项目及常见的问题
Eclipse 打开已存在 Android项目及常见的问题 1、 点击菜单“File”-- "Import",会弹出 Import 对话框:2, 选择“General”—“Existing Projects into Workspace” 后点击“Next”:1、 选择”Browse” 选择项目所在...
分类:移动开发   时间:2014-05-17 14:39:23    阅读次数:291
c#学习2,面向对象引用
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 对象引用{ class Program { static void Main(string...
分类:其他好文   时间:2014-05-17 14:30:19    阅读次数:279
Linux System Programming 学习笔记(四) 高级I/O
1.Scatter/Gather I/Oa single system call to read or write data between single data stream and multiple buffersThis type of I/O is so named because the...
分类:系统相关   时间:2014-05-17 14:17:55    阅读次数:571
微软私有云分享(R2)10-SCVMM报错干货一小波
对于运维工作而言,稳定运行当然没啥说的,让人头痛的都是出现了一大波错误却无法解决。今天为大家分享一下我在SCVMM2012(SP1和R2)中遇到的一大波错误。=======都是干货============12704,无法连接到Hyper-V服务,一般来说这时候是网络有问题造成SCVMM2012R2与Hyper-V主机主..
分类:其他好文   时间:2014-05-16 02:06:25    阅读次数:406
C#-TabControl---ShinePans
program.cs using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; namespace GroupBoxTest13 { static class Program { /// /// 应用程序的...
分类:其他好文   时间:2014-05-16 01:56:45    阅读次数:319
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!