码迷,mamicode.com
首页 >  
搜索关键字:system    ( 49231个结果
Chapter 1 Foundation
FoundationI must create a system, or be enslav'd by another Man's ; I will not reason and compare: my business is to create.--- William BlakeSuppose y...
分类:其他好文   时间:2015-08-21 18:56:22    阅读次数:144
Androidstudio安装AVD出现no system images installed for this target解决方案
解决方案:
分类:移动开发   时间:2015-08-21 18:50:02    阅读次数:143
命名空间“System.Web.Mvc”中不存在类型或命名空间名称“Ajax”(是否缺少程序集引用?)
从SVN中检出新项目之后本地编译可以通过,但是运行一直报错,错误提示信息:命名空间“System.Web.Mvc”中不存在类型或命名空间名称“Ajax”(是否缺少程序集引用?) 后来发现"System.Web.Mvc"这个dll文件的引用路径在本地,而我本地对应的路径下面没有这个dll,所以报...
分类:Web程序   时间:2015-08-21 18:43:18    阅读次数:2353
JAVA中获取当前系统时间的两种方法
一.获取当前系统时间和日期并格式化输出:importjava.util.Date;importjava.text.SimpleDateFormat;publicclassNowString{publicstaticvoidmain(String[]args){SimpleDateFormatdf=newSimpleDateFormat("yyyy-MM-ddHH:mm:ss");//设置日期格式System.out.println(df.format(newDa..
分类:编程语言   时间:2015-08-21 17:33:11    阅读次数:249
线程生产者与消费者
当货物2个的时候销售,还剩一个的时候生产要点:在生产中等待销售,在销售中等待生产生产者与消费者publicclassA{intnum;publicintgetNum(){returnnum;}//生产产品的方法;publicsynchronizedvoidproduce(){num++;System.out.println("生产了一个产品………………");this.notif..
分类:编程语言   时间:2015-08-21 17:28:56    阅读次数:219
It is not safe to rely on the system解决方法
PHP调试的时候出现了警告: Itisnotsafetorelyonthesystem解决方法,其实就是时区设置不正确造成的,本文提供了3种方法来解决这个问题。实 际上,从PHP5.1.0开始当对使用date()等函数时,如果timezone设置不正确,在每一次调用时间函数时,都会产生E_NOTICE 或者E_WARNING 信息..
分类:其他好文   时间:2015-08-21 17:21:09    阅读次数:144
Android常用adb命令
一、ADB(Android Debug Bridge);其工具包文件在SDK中,文件路径位于SDK安装路径下platform-tools文件夹中:     ADB源码在Android工程目录下/system/core/adb中。     使用:直接将运行目录切换到adb.exe所在路径,真机通过USB连接,或者启动模拟器,即可通过输入命令进行调试:          adb d...
分类:移动开发   时间:2015-08-21 17:14:51    阅读次数:328
Csharp: create word file using Open XML SDK 2.5
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:其他好文   时间:2015-08-21 17:05:27    阅读次数:288
装箱(boxing)和拆箱(unboxing) [转]
1.? 装箱和拆箱 装箱?就是把“值类型”转换成“引用类型”; 拆箱?就是把“引用类型”转换成“值类型”; 首先,我们要弄明白为什么需要装箱和拆箱。C#的所有类型,包括int、boo等,都继承自System.Object,但...
分类:其他好文   时间:2015-08-21 16:00:29    阅读次数:119
android中是如何对包进行解析--解析ContentProvider
如果了解过android的启动流程,我们知道android在启动的时候会去解析/data/system和/data/app下已经存在的apk。 那么是从哪里开始对这些包进行解析的呢? 1. public static final IPackageManager main(Context context, Installer installer, boolean f...
分类:移动开发   时间:2015-08-21 15:41:47    阅读次数:217
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!