码迷,mamicode.com
首页 >  
搜索关键字:system    ( 49231个结果
Java基础之多态性
3 class A { 4 public void fun1(){ 5 System.out.println("A--->public fun1()"); 6 } 7 public void fun2(){ 8 this.fun1(); 9 ...
分类:编程语言   时间:2015-07-07 22:26:51    阅读次数:175
android 5.x system.img 大于2G导致编译otapackage时报错如何处理
当system分区预制过多apk时如果img size超过2G 在make otapackage时会报如下错误  zipfile.LargeZipFile: Zipfile size would require ZIP64 extensions 或 in writestr zinfo.CRC = crc32(bytes) & 0xffffffff # CRC-32 checksu...
分类:移动开发   时间:2015-07-07 21:18:13    阅读次数:498
Linux源码学习(4) 2013-2-27
Head.sHead.s在生成目标文件以后会和内核其他程序一起链接成System模块,并且位于System模块最开始部分,所以叫HeadHead.s过程1.重新设置中断描述符表和全局描述符表2.检测20位以上地址是否可用。通过比较1M地址以上的内容和0开始的内容是否一致3.判断是否有数字协处理器,并...
分类:系统相关   时间:2015-07-07 21:01:01    阅读次数:167
C#学习
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace HelloTomorrow{ class Program { static void Ma...
分类:Windows程序   时间:2015-07-07 21:00:57    阅读次数:146
Linux源码学习(3) 2013-2-27
Setup.s的过程1.利用Rombios中断读取系统硬件信息并存储到0x90000位置即原来bootsect.s的位置2.将System模块从0x10000位置移到0x00000处3.加载IDTR和GDTR4.开启A20地址线5.重新设置8259A的中断向量,将0x00~0x0f设置成0x20~0...
分类:系统相关   时间:2015-07-07 21:00:08    阅读次数:252
[深入学习C#]Task——任务
简介  .NET 4包含新名称空间System.Threading.Tasks,它 包含的类抽象出了线程功能。 在后台使用ThreadPool。 任务表示应完成的某个单元的工作。 这个单元的工作可以在单独的线程中运行,也可以以同步方式启动一个任务,这需要等待主调线程。 使用任务不仅可以获得一个抽象层,还可以对底层线程进行很多控制。   在安排需要完成的工作时,任务提供了非常大的灵活性。 例如,可...
分类:Windows程序   时间:2015-07-07 19:39:38    阅读次数:140
easyui combogrid 下拉框 智能输入
1. 后台代码using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Reflection;using System.Web;using Contrac...
分类:其他好文   时间:2015-07-07 19:26:39    阅读次数:353
C# snaps
C# 启用 禁用 本地连接 1 static void Enable(string interfaceName) 2 { 3 System.Diagnostics.ProcessStartInfo psi = 4 ...
分类:Windows程序   时间:2015-07-07 19:19:38    阅读次数:219
写一个system.data.entity的simpledatarepo,实现crudq这些功能,不需要引入entityframework,直接可以使用,用到objectset
note:you can delete reference of entityframework when using this classes.it`s just a simple repohelper.the code below can also include a getpagedlist ...
分类:其他好文   时间:2015-07-07 19:10:00    阅读次数:121
应付配置文件 Profile
(N) System Administrator > Profile > System Profile Option Name Site Application Responsibility Server Server Org User Remark MO: Default Operating Un...
分类:其他好文   时间:2015-07-07 19:04:56    阅读次数:118
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!