2014年7月12日
摘要: 相信很多朋友都会遇到android studio 在MAC OS中运行的时候中文乱码。而在代码编辑的时候正常。经过几天的不断寻找解决办法,终于解决了比如:Toast.makeText(MainActivity.this,"我爱你", Toast.LENGTH_LONG).show(); 运行的时候在... 阅读全文
posted @ 2014-07-12 01:10 lgphp 阅读(1638) 评论(0) 推荐(0) 编辑
  2014年7月10日
摘要: import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamReader;import java.net.MalformedURLException;import java.net.URL;im... 阅读全文
posted @ 2014-07-10 08:41 lgphp 阅读(1642) 评论(0) 推荐(0) 编辑
摘要: 转自http://www.jishuzh.com/program/vb-smtp%E7%94%A8%E6%88%B7%E9%AA%8C%E8%AF%81%E5%8F%91%E9%80%81mail.html这几天技术宅在捣鼓怎么发送“垃圾邮件”,呵呵其实是想做一个群发邮件的小软件,希望通过vb来应用... 阅读全文
posted @ 2014-07-10 08:24 lgphp 阅读(996) 评论(0) 推荐(0) 编辑
  2014年7月9日
摘要: 登录某台服务器的mysql时候总报错:mysql2/client.rb:58:in `connect': Access denied for user 'root'@'localhost' (using password: YES) (Mysql2::Error)解决方法: 在windows 下的解... 阅读全文
posted @ 2014-07-09 12:14 lgphp 阅读(434) 评论(0) 推荐(0) 编辑
摘要: 重点关注private与protectedpublic默认即为public,全局都可以访问,这个不解释privateC++, “private” 意为 “private to this class”, 但是Ruby中意为 “private to this instance”.意思是:C++中,对于类... 阅读全文
posted @ 2014-07-09 12:08 lgphp 阅读(747) 评论(0) 推荐(0) 编辑
  2014年7月4日
摘要: 1.在测试时,如何实现一个提示可以使用Toast.makeText(this, "这是一个提示", Toast.LENGTH_SHORT).show();//从资源文件string.xml 里面取提示信息Toast.makeText(this, getString(R.string.welcome)... 阅读全文
posted @ 2014-07-04 12:06 lgphp 阅读(1306) 评论(0) 推荐(0) 编辑
摘要: 转的一篇。觉得很有用。Android SDK API (2.2,2.3,3.0)中文版文档地址:http://android.laoguo.org固定连接:http://www.laoguo.org/android/sdk/api/index.html 阅读全文
posted @ 2014-07-04 11:36 lgphp 阅读(394) 评论(0) 推荐(0) 编辑
摘要: 单选按钮RadioGroup、复选框CheckBox都有OnCheckedChangeListener事件,我们一起了解一下。 1 package com.genwoxue.oncheckedchanged; 2 3 import android.os.Bundle; 4 import andro... 阅读全文
posted @ 2014-07-04 11:34 lgphp 阅读(1893) 评论(0) 推荐(0) 编辑
摘要: 先试试。。。 阅读全文
posted @ 2014-07-04 11:07 lgphp 阅读(108) 评论(0) 推荐(0) 编辑