会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
RongT
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
16
17
18
19
20
21
22
23
24
···
26
下一页
2017年7月18日
C语言 提取double的每一位
摘要: 附:C语言,如何输出每一位数字? https://zhidao.baidu.com/question/584309257492424645.html 一、传统方法,通过除法和模除,取出每一位,并输出。 二、转为字符串,然后输出字符串各个字符。 由于在C语言中,有很多库函数,比如itoa, sprin
阅读全文
posted @ 2017-07-18 14:30 RongT
阅读(3190)
评论(0)
推荐(1)
2017年7月10日
Android 之 <requestFocus />
摘要: EditText中的 <requestFocus />标记??
阅读全文
posted @ 2017-07-10 11:18 RongT
阅读(1900)
评论(0)
推荐(1)
2017年7月9日
JavaWeb 之 清理错误的无奈之举
摘要: 1. Project -> Clean 2. 清空浏览器缓存 (得先按了F2,出了调试窗口,才可以右键它) 3. 右键项目 -> Maven -> Update -> Force update 4. 检查所有文件是否保存 5. 检查数据库是否打开 最后只能: 关Eclipse重启!!
阅读全文
posted @ 2017-07-09 19:04 RongT
阅读(141)
评论(0)
推荐(1)
Java Web报错: GET http://localhost:8080/ 404 (Not Found)
摘要: eclipse正常启动tomcat,但是 访问http://localhost:8080 报404错误 搞笑的是我访问服务器中的其他网页也可以打开 报错如下: 解决: 如果这3项都已经变灰色,删除配置好的tomcat,再重新配置一次,然后再选到第二项。重新启动tomcat! 问题解决!!
阅读全文
posted @ 2017-07-09 19:00 RongT
阅读(17521)
评论(0)
推荐(2)
Android 之 tools:context和tools:ignore两个属性的作用
摘要: 1.tools:context的作用 Eclipse ADT (或AndroidStudio)会根据xml文件实时的绘制我们的布局文件的样式,但是我们也可以在Acitivity中设置布局文件的样式,因此对于一个xml布局文件,我们要知道哪个Activity会修改这个xml,这样Eclipse ADT
阅读全文
posted @ 2017-07-09 12:10 RongT
阅读(32690)
评论(1)
推荐(2)
AndrodStudio报错: Cannot launch AVD in emulator.
摘要: Cannot launch AVD in emulator.Output:Hax is enabledHax ram_size 0x60000000HAX is working and emulator runs in fast virt mode.emulator: WARNING: Update
阅读全文
posted @ 2017-07-09 11:26 RongT
阅读(2597)
评论(0)
推荐(1)
AndroidStudio 之 Inter x86 Emulator Accelerator(Haxm installer) - not compatible with windows
摘要:
阅读全文
posted @ 2017-07-09 11:24 RongT
阅读(1216)
评论(0)
推荐(1)
AndroidStudio 之 如何提高模拟器速度
摘要: Haxm
阅读全文
posted @ 2017-07-09 11:24 RongT
阅读(456)
评论(0)
推荐(1)
2017年7月8日
Android:contentDescription 不是无用
摘要: 在写Android的XML布局文件时,在ImageView或ImageButton中经常会碰到一个提示: Missing contentDescription attribute on image. 在Android 的图片显示类的控件中,不写 android:contentDescription
阅读全文
posted @ 2017-07-08 09:53 RongT
阅读(3766)
评论(0)
推荐(2)
2017年6月27日
ACM笔记
摘要: 写给自己看,纯属打发时间。。。
阅读全文
posted @ 2017-06-27 20:30 RongT
阅读(144)
评论(0)
推荐(1)
上一页
1
···
16
17
18
19
20
21
22
23
24
···
26
下一页
公告