- 博客(4)
- 资源 (43)
- 收藏
- 关注
原创 在JAVA里面,String和Int的相互转化
1、String转Int,两种方法String s="9527";//方法一: Integer i =new Integer(s); int x=i.intValue(); System.out.println(x);//方法二: int y = Integer.parseInt(s); System.out.println(y);2、Int转String,四种方法 int num=9527; //方法一: String ...
2020-10-14 15:28:50
163
转载 FinalShell SSH工具,服务器管理,远程桌面加速软件,支持Windows,Mac OS X,Linux,版本2.9,时间2018.6.7
FinalShell是一体化的的服务器,网络管理软件,不仅是ssh客户端,还是功能强大的开发,运维工具,充分满足开发,运维需求.特色功能:免费海外服务器远程桌面加速,ssh加速,双边tcp加速,内网穿透.QQ群一 342045988(已满) 群二 432514576Windows版下载地址:http://www.hostbuf.com/downloads/finalshell_install.e...
2018-06-10 12:15:13
272
转载 Dojo Javascript 编程规范
前言相当不错的 Javascript 编程风格规范,建议大家采用此规范编写 Javascript。原文链接: http://dojotoolkit.org/developer/StyleGuide 。 翻译(Translated by):feelinglucky{at}gmail.com,转载请注明出处、作者和翻译者,谢谢配合。 本文地址: http://code.google.com
2008-01-31 11:25:00
458
转载 Dojo Style Guide(存照)
Contents: General Quick Reference Naming Conventions Specific Naming Conventions Files Variables Layout Documentation This document follow
2008-01-31 11:10:00
583
Eclipse(MyEclipse)下VSS(Visual SourceSafe)的安装和使用
2008-03-19
CSS2.0 中文手册
2008-03-04
spring配置全书
2009-11-30
elicpse3.4插件visual editor(ve)1.4+emf2.4+gef3.4完美整合版,适合myeclipse6.5-7.0,eclipse3.4
2009-11-24
Nokia官方主题制作软件S40-2.rar
2008-12-24
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人