码迷,mamicode.com
首页 >  
搜索关键字:system    ( 49231个结果
android设置动态壁纸 (Wallpaper) 介绍
当进入改壁纸的设置页面 但是还没有设置时09-21 07:55:05.575: INFO/System.out(1337): service onCreate09-21 07:55:05.614: INFO/System.out(1337): service onCreateEngine09-21 ...
分类:移动开发   时间:2014-05-30 06:36:56    阅读次数:284
C# : new 和 overrider 的区别
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication2{ class...
分类:其他好文   时间:2014-05-30 05:34:16    阅读次数:272
SqlHelper 带详细中文注释
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 //对数据库进行操作引入命名空间 6 using System.Data;...
分类:数据库   时间:2014-05-30 03:34:30    阅读次数:287
c#-IO和序列化操作
IO用到的命名空间:using System.IO;文件和目录的管理!File类FileInfo类Directory类DirectoryInfo类操作文件的类!FileStream{Seek(偏移的位置,参考位置);CopyTo(流对象); 等}StreamWriteStreamReaderBina...
分类:其他好文   时间:2014-05-30 02:48:15    阅读次数:224
Linux System Programming 学习笔记(九) 内存管理
1. 进程地址空间Linux中,进程并不是直接操作物理内存地址,而是每个进程关联一个虚拟地址空间内存页是memory management unit (MMU) 可以管理的最小地址单元机器的体系结构决定了内存页大小,32位系统通常是 4KB, 64位系统通常是 8KB内存页分为 valid or i...
分类:系统相关   时间:2014-05-30 00:53:45    阅读次数:551
找回CentOS启动菜单
重装Windows时,Windows的启动菜单会覆盖Linux启动菜单。Ubuntu找回比较容易,CentOS相对比较麻烦。步骤如下:1. 用UltraISO制作CentOS 6的启动盘。2. U盘启动CetnOS,从启动菜单选择"Rescue installed system"3. 启动shell...
分类:其他好文   时间:2014-05-29 22:08:01    阅读次数:307
java面向对象(1)
一、方法传不固定值的用法 public void Test(int a,Person ...Persons) { for(Person p:Persons){ System.out.println(p.age); } } 好处是不用去构造数组Persons...
分类:编程语言   时间:2014-05-29 21:53:36    阅读次数:337
使用svctraceviewer查看WCF服务异常信息
这两天遇到一个问题,调用一个WCF服务的时候,服务器端正常的返回了数据,但是客户端却遇到了一场System.ServiceModel.CommunicationException: The underlying connection was closed: The connection was cl...
分类:其他好文   时间:2014-05-29 20:56:56    阅读次数:276
java中文乱码解决方法汇总
publicstaticvoidmain(String[]argv){try{ System.out.println(“中文”);//1 System.out.println(“中文”.getBytes());//2 System.out.println(“中文”.getBytes(“GB2312″...
分类:编程语言   时间:2014-05-29 20:24:06    阅读次数:424
正在表达式总结
我这个是窃取我们公司同事的劳动成果,分享出来,看谁用到就帮助谁了,嘿嘿!!!一:取出字符串中的汉字(只保留汉字)的正则表达式: Stringstr="sa汉字e3中国人r#|c";System.out.println(str.replaceAll("[^\u4E00-\u9FA5]",""));二:...
分类:其他好文   时间:2014-05-29 19:21:11    阅读次数:306
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!