常见的解决方法有三种:1.
使用wordcloud#install.packages(c("wordcloud","tm"),repos="http://cran.r-project.org")library(wordcloud)library(tm)wordcloud("May
our child...
分类:
其他好文 时间:
2014-06-07 02:47:09
阅读次数:
348
使用如下:1.先下载android-support-v4.jar最新版本,之前的版本是没有SwipeRefreshLayout下拉刷新控件的,如果已经更新,此步骤可省略。2.在xml文件中引用android.support.v4.widget.SwipeRefreshLayout控件,在里面可以放置...
分类:
其他好文 时间:
2014-06-03 13:10:17
阅读次数:
300
获取程序的Home目录 NSString *home =
NSHomeDirectory();注意: 虚拟机Home目录: /Users/userName/Library/Application
Support/iPhone Simulator/6.1/Applications/C926CCFA-A...
分类:
其他好文 时间:
2014-05-30 03:05:43
阅读次数:
233
importandroid.content.Context;importandroid.support.v4.view.ViewPager;importandroid.util.AttributeSet;importandroid.view.MotionEvent;/****@类名CustomVie...
分类:
其他好文 时间:
2014-05-29 19:24:15
阅读次数:
341
操作方法:1.新建工程;File——>new——>Java
Project——>TestServlet(工程名称)——>Finish.2.加载servlet-api.jar类包;TestServlet(右键)——>Build
Path——>Configure Build Path——>Library...
分类:
其他好文 时间:
2014-05-29 15:24:02
阅读次数:
254
打开模拟器沙盒目录下面看看模拟器的沙盒文件夹在mac电脑上的什么位置。
文件都在个人用户名文件夹下的一个隐藏文件夹里,中文叫资源库,他的目录其实是Library。方法1可以设置显示隐藏文件,然后在Finder下直接打开。设置查看隐藏文件的方法如下:打开终端,输入命名
显示Mac隐藏文件的命令:def...
分类:
其他好文 时间:
2014-05-29 10:49:14
阅读次数:
200
原因1:给定目录下jvm.dll不存在。对策:(1)重新安装jre或者jdk并配置好环境变量。(2)copy一个jvm.dll放在该目录下。原因2:eclipse的版本与jre或者jdk版本不一致对策:要么两者都安装64位的,要么都安装32位的,不能一个是32位一个是64位。原因2的概率更大一些,原...
分类:
编程语言 时间:
2014-05-28 18:39:06
阅读次数:
298
/*** 获取用户手机序列号*/+ (NSString *)serialNumber{
NSString *serialNumber = nil; void *IOKit =
dlopen("/System/Library/Frameworks/IOKit.framework/IOKit", ...
分类:
移动开发 时间:
2014-05-28 17:01:53
阅读次数:
752
使用这个功能时,遇到几个问题: 1. 当点击library时,ie报错:A problem
with this webpage caused Internet Explorer to close and reopen the tab
解决方法:使用Internet Explorer (No Add-...
分类:
其他好文 时间:
2014-05-28 16:17:47
阅读次数:
536
参考链接:VC++中CTime类Format参数详解CTime/COleDateTime::Format方法的使用http://stat.ethz.ch/R-manual/R-devel/library/base/html/strptime.htmlhttp://www.geezer.org/sw/...
分类:
编程语言 时间:
2014-05-28 13:47:28
阅读次数:
433