- 浏览: 38307 次
- 性别:
- 来自: 西安
最新评论
-
mimicom:
恩 果然是的... 艾玛. 谢谢.
win7的bat修改文件打开方式 -
pengyan5945:
你插入的是前景色啊!
poi改变excel背景色
文章列表
mongodb-linux-i686-2.6.5.gz
mongodb-win32-i386-2.6.3 压缩包
安装说明:
1) 数据库Path >mongod.exe --dbpath=C:\data\db 或 >mongod.exe --dbpath=/data/db 2) 数据库log >mongod.exe --logpath=C:\data\log 3)端口 >mongod.exe --port 12345 4)安装并启停数据库服务 >mongod.exe --dbpath=C:\data\db --logpath=C:\data\log --install >net start ...
@Test(timeout=1000)
public void fun1() throws Exception {
String urlStr="http........";
URL url=new URL(urlStr);
BufferedReader in = new BufferedReader(new InputStreamReader(url.openStream()));
String str;
while((str = in.readLine()) != null)
Syste ...
通过Calendar 获取时间
- 博客分类:
- java点点滴滴
@Test
public void get_Time_by_Calendar()
{
Calendar c=Calendar.getInstance();
System.out.println(c.get(Calendar.HOUR_OF_DAY));//时
System.out.println(c.get(Calendar.MINUTE));//分
System.out.println(c.get(Calendar.SECOND)); //秒
System.out.println(c.get(Calendar.DAY_OF_WEEK)); //周 周 ...
Win7 下 chm 使用索引时报错 的问题解决办法
- 博客分类:
- 百科
打开运行(或者快捷键 Win+R)
依次运行下面的命令,就可以了
regsvr32 jscript.dllregsvr32 hhctrl.ocxregsvr32 itss.dllregsvr32 itircl.dll
1.
Eclipse UML2 插件
2.
JUDE(Java and UML Developers' Environment)
Oreilly - Head First Design Patterns