protected void downloadApk() { //apk下载链接地址,放置apk的所在路径 //1,判断sd卡是否可用,是否挂在上 if(Environment.getExternalStorageState().equals(Environment.MEDIA_MOUNTED)){... ...
分类:
其他好文 时间:
2016-12-23 19:05:20
阅读次数:
209
我的电脑是惠普j102tx,硬盘单块240g,之前全新安装的是mbr引导的win10系统,系统分为三个分区,mbr引导分区和c盘50g以及d盘约180g。 将centos的dvd iso下载下来,用ultraiso写入我u盘。将d盘分出100g(作为空闲空间不创建分区),然后插入U盘关机重启,f9进 ...
public static class StreamHelper { public static Stream DownloadFile(string path) { using (var client = new WebClient()) { var stream = client.Downloa ...
分类:
其他好文 时间:
2016-12-23 16:37:33
阅读次数:
147
方法一:使用命令安装(前提是已经安装了EPEL)。 安装redis: yum -y install redis 启动/停止/重启 Redis 启动服务: 1 systemctl start redis.service 停止服务: systemctl stop redis.service 重启服务: ...
分类:
其他好文 时间:
2016-12-22 09:04:20
阅读次数:
276
1:下载Erlang,地址:http://www.erlang.org/download/otp_win64_19.0.exe ,双击安装即可(首先装) 2:下载RabbitMQ,RabbitMQ 3.6.5下载 ,双击安装即可 启动报错 Applying plugin configuration ...
摘要 由于最近要做一个浏览器式的软件,其中有不少地方需要使用到jQuery和BootStrap,但是在C#中,默认的WebBrowser控件默认使用的是IE的core,而低版本的IE在JS加载上总是容易有问题,因此,打算使用Chrome的内核替换IE。 准备工作 首先,你要明白Chrome浏览器的内 ...
最近在学习Angular路由,用版本为54.0的chrome运行示例中的html时出现禁止跨域现象,如下: google了下解决方法,转载如下,原文地址:http://www.cnblogs.com/cshi/p/5660039.html 做前后分离的webapp开发的时候,出于一些原因往往需要将浏 ...
分类:
其他好文 时间:
2016-12-21 21:14:35
阅读次数:
129
一:搭建禅道做测试 搭建过程参考http://www.cnblogs.com/hiyu/p/5841650.html 1):下载 ZenTaoPMS.Pro5.5.1.zbox_64.tar.gz http://www.zentao.net/download.html 2):tar -zxvf Ze ...
分类:
其他好文 时间:
2016-12-21 18:19:16
阅读次数:
227
Overview A graphical user interface or GUI enables people especially end users to interactive with ROS through graphical icons and visual indicators. ...
分类:
编程语言 时间:
2016-12-21 07:43:07
阅读次数:
1128