码迷,mamicode.com
首页 >  
搜索关键字:os    ( 139979个结果
JVM(Java Virtual Machine)
JVM是java的核心和基础,在java编译器和os平台之间的虚拟处理器。它是一种利用软件方法实现的抽象的计算机基于下层的操作系统和硬件平台,可以在上面执行java的字节码程序。
分类:编程语言   时间:2014-06-25 12:13:11    阅读次数:230
string.Format之你不知道的事
1、格式化货币(跟系统的环境有关,中文系统默认格式化人民币,英文系统格式化美元)string.Format("{0:C}",0.2) 结果为:¥0.20 (英文操作系统结果:$0.20)默认格式化小数点后面保留两位小数,如果需要保留一位或者更多,可以指定位数 string.Format("{0:C1...
分类:其他好文   时间:2014-06-25 12:01:42    阅读次数:271
回车键
public class Test {public static void main(String[] args) { String s=null; //字符缓冲区,System.in系统输入 BufferedReader bf=new BufferedReader(new Input...
分类:其他好文   时间:2014-06-25 11:54:17    阅读次数:186
Code Simplicity–The Science of Software Development 书摘
Code Simplicity–The Science of Software Development
分类:其他好文   时间:2014-06-25 11:48:12    阅读次数:193
SD卡添加文件,添加不进去,报 Read-only file system错误
android 模拟器手机如何添加文件到sd卡?在DDMS中直接添加文件到模拟器sd卡如果出现错误类似:Failed to push XXXXX.txt on emulator- : Read-only file system的错误,原因是你的sdcard权限不够,需要直接创建一个SDCARD 。一...
分类:其他好文   时间:2014-06-25 11:35:42    阅读次数:184
hdu1671Phone List(字典树)
#include #include #include #include using namespace std; typedef struct Node { struct Node *next[10]; int flag; }Node,*Tree; int flag1; void Cre...
分类:其他好文   时间:2014-06-25 11:27:43    阅读次数:154
跨页面传值常用方法
1.QueryStringrequest.QueryString["ParaName"] //传递的“ParaName”值2.Form-Post控件传值3.Cookies传递实现单值Cookie的设置1).httpCookie ck_animal=new HttpCookie("animal");2...
分类:其他好文   时间:2014-06-25 11:27:11    阅读次数:255
linux下交叉编译器制作
目前我用的交叉编译器是TQ2440配套光盘中制作好了的,解压后需要如下配置:1.对于Fedora系统:修改/etc/profile文件,在其中添加交叉编译器的环境变量的设置。 对于Ubuntu系统,修改/etc/enviroment文件2.我用的是Fedora系统,修改PATH值,在其后添加上交叉编...
分类:系统相关   时间:2014-06-25 11:18:12    阅读次数:212
黑马程序员_OC学习笔记之Foundation框架集合类
-----------android培训、java培训、ios学习型技术博客、期待与您交流! ------------ OC--集合类1.OC集合类包括NSArray,NSSet,NSDictionary都是以面向对象的方式操作数组,而且OC数组不像C语...
分类:其他好文   时间:2014-06-25 11:16:11    阅读次数:236
微软职位内部推荐-Sr Development Lead-OSG-IPX
微软近期Open的职位:Job Summary:Be part of Microsoft’s strategy to deliver a great input experience across the Microsoft platforms! We are looking for an expe...
分类:其他好文   时间:2014-06-25 11:13:03    阅读次数:257
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!