Intent dataintent=new Intent(Intent.ACTION_SEND); dataintent.putExtra(Intent.EXTRA_EMAIL, to);//to为指定邮箱地址 dataintent.putExtra(Intent.EXTRA_TEXT,...
分类:
其他好文 时间:
2014-08-11 17:42:12
阅读次数:
197
1.在httpd.conf文件中启用httpd-vhosts.conf 去掉#,即#Virtual hosts (虚拟主机)Include conf/extra/httpd-vhosts.conf2.架设虚拟主机在 D:/www 目录下 (需事先建立站点)3.设置http-vhosts.conf文....
分类:
其他好文 时间:
2014-08-10 12:57:50
阅读次数:
151
1、基本概念 屏幕大小(screen size) —— 屏幕的实际大小,用屏幕对角线长度来衡量(比如3.4寸,3.8寸)。android把屏幕分为以下4种:small,normal,large,extra large 屏幕密度(Screen Density) ——一块实际的屏幕区域有多少个像素,.....
分类:
移动开发 时间:
2014-08-09 23:08:49
阅读次数:
339
Determine whether an integer is a palindrome. Do this without extra space.按照palindrome的定义,负数一定不是palindrome number。而且palindrome number肯定是沿着中轴(可能为一个数或者两...
分类:
其他好文 时间:
2014-08-09 18:37:28
阅读次数:
213
Problem DescriptionThe Head Elder of the tropical island of Lagrishan has a problem. A burst of foreign aid money was spent on extra roads between vil...
分类:
其他好文 时间:
2014-08-06 18:02:11
阅读次数:
275
jeecg团队招新人(5人)
http://www.jeecg.org/forum.php?mod=viewthread&tid=2046&page=1&extra=#pid5569...
分类:
其他好文 时间:
2014-08-05 15:55:39
阅读次数:
295
windows环境利用apache 配置虚拟主机
1.修改http.host
#LoadModule vhost_alias_module modules/mod_vhost_alias.so
#Include conf/extra/httpd-vhosts.conf
去掉这两项的#
2.修改httpd-vhosts.conf添加如下内容
DocumentRoot D...
题目:Determine whether an integer is a palindrome. Do this without extra space.click to show spoilers.Some hints:Could negative integers be palindromes....
分类:
编程语言 时间:
2014-08-04 04:09:56
阅读次数:
339
原文:http://www.w3cfuns.com/forum.php?mod=viewthread&tid=5598364&extra=page%3D1%26filter%3Ddigest%26digest%3D1%26digest%3D11、JavaScript 数组2、JavaScript 函...
分类:
编程语言 时间:
2014-08-03 10:12:15
阅读次数:
245
题目:Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in place.click to show follow up.Follow up:Did you use extra s....
分类:
编程语言 时间:
2014-08-03 07:49:44
阅读次数:
193