摘要:
环境windows 10JDK 1.8Android SDKNodeJS v12.16.1Appium 1.15.1python 3.7.4Sublime Text3安装JDK不详细说了,网上到处都是。Android SDK主要还是安装完成后检查环境变量。没有梯子,可以去这里 https://www.androiddevtools.cn/ 下载NodeJS一路next安装完成,完成后检查环境变量A...
阅读全文
posted @ 2020-05-22 10:07
Alex~
阅读(168)
推荐(0)
摘要:
查看环境变量是否缺少了以下配置D:\Anaconda3; D:\Anaconda3\Scripts; D:\Anaconda3\Library\bin
阅读全文
posted @ 2020-05-22 09:42
Alex~
阅读(1836)
推荐(0)
摘要:
使用如下命令pip3 install numpy pandas matplotlib sklearn tensorflow==2.0.0-alpha0 -i https://pypi.doubanio.com/simple安装notebookpip3 install notebook -i https://pypi.doubanio.com/simple另有文章说python3使用pip3 ins...
阅读全文
posted @ 2019-09-29 10:33
Alex~
阅读(1821)
推荐(0)
摘要:
之前的都是准备,真正的插件是从这里开始的参考:https://developer.atlassian.com/server/framework/atlassian-sdk/modify-the-plugin/参考:https://www.cnblogs.com/DevilMayCry-Samsara/p/6052286.html 第3点以后的部署
阅读全文
posted @ 2019-09-03 09:20
Alex~
阅读(384)
推荐(0)
摘要:
安装参考 https://developer.atlassian.com/server/framework/atlassian-sdk/install-the-atlassian-sdk-on-a-windows-system/ 说明Windows 安装比较简单,安装完成后,命令行运行 atlas-version 验证是否安装成功注意:安装完成后,最好将Atlassian自带的Maven的本地仓库...
阅读全文
posted @ 2019-09-02 18:29
Alex~
阅读(964)
推荐(0)
摘要:
参考 https://developer.atlassian.com/server/framework/atlassian-sdk/ download the SDK 说明Download the SDKInstall the SDK and create a projectWriting and running plugin testsFrequently used SDK commandsW...
阅读全文
posted @ 2019-09-02 14:00
Alex~
阅读(750)
推荐(0)
摘要:
写入: public void WriteString(string msg) { if(file == null) { file = MemoryMappedFile.CreateNew(fileName, capacity, MemoryMappedFileAccess.ReadWrite);
阅读全文
posted @ 2019-08-23 09:16
Alex~
阅读(757)
推荐(0)
摘要:
转自 https://blog.csdn.net/microzone/article/details/7044266权声明:本文为博主原创文章,遵循 CC 4.0 by-sa 版权协议,转载请附上原文出处链接和本声明。本文链接:https://blog.csdn.net/bjtbjt/article/details/7044266 1 Windows进程间通信的各种方法 进程是装入内存并准备...
阅读全文
posted @ 2019-08-23 09:12
Alex~
阅读(2575)
推荐(0)
摘要:
Redis 命令分为15类,如下:ClusterConnectionGeoHashesHyperLogLogKeysListsPub/SubScriptingServerSetsSorted SetsStreamsStringsTransactions参考:https://redis.io/commands#transactions
阅读全文
posted @ 2019-02-26 13:41
Alex~
阅读(402)
推荐(0)
摘要:
https://linux.cn/article-4340-1.htmlCentOS 7 中 Docker 的安装Docker 软件包已经包括在默认的 CentOS-Extras 软件源里。因此想要安装 docker,只需要运行下面的 yum 命令:[root@localhost ~]# yum install docker启动 Docker 服务安装完成后,使用下面的命令来启动 docker 服...
阅读全文
posted @ 2019-01-26 10:54
Alex~
阅读(3865)
推荐(0)
摘要:
看ls /dev然后挂载 df -T 只可以查看已经挂载的分区和文件系统类型fdisk -l 可以显示出所有挂载和未挂载的分区,但不显示文件系统类型parted -l 可以查看未挂载的文件系统类型,以及哪些分区尚未格式化lsblk -f 可以查看未挂载的文件系统类型
阅读全文
posted @ 2019-01-26 09:15
Alex~
阅读(13868)
推荐(0)
摘要:
原文:https://adolphor.com/blog/2017/03/21/the-different-and-choice-of-license.html各协议授权详情先来了解一些下相关用词的解释:协议和版权信息(License and copyright notice):在代码中保留作者提供的协议和版权信息声明变更(State Changes):在代码中声明对原来代码的重大修改及变更公开源...
阅读全文
posted @ 2019-01-25 09:09
Alex~
阅读(1443)
推荐(1)
摘要:
1. yum install epel-release2. yum install –y redis3. start : systemctl start redis.service4. status : systemctl status redis.service5. startup: systemctl enable redis.serviceredis.conf文件默认在/etc目录下,可更改...
阅读全文
posted @ 2019-01-24 19:26
Alex~
阅读(159)
推荐(0)
摘要:
sudo add-apt-repository ppa:webupd8team/java Press Enter to continue.sudo apt updatesudo apt install oracle-java8-installerIssues:subprocess installed post-installation script returned error exit stat...
阅读全文
posted @ 2019-01-18 11:04
Alex~
阅读(823)
推荐(0)
摘要:
http://www.voidcn.com/article/p-wyaahqji-dr.html从我们见到的各种图像识别软件来看,机器似乎能认出人脸、猫、狗、花草、各种汽车等等日常生活中出现的物体,但实际上,这有一个前提:你要用这些类别的图像,对它进行过训练。确切地说,该叫它“图像分类”。建立一个图像分类器并不复杂,技术博客Source Dexter上最近发表的一篇文章,介绍了该如何快速用Tens...
阅读全文
posted @ 2019-01-10 09:55
Alex~
阅读(1003)
推荐(0)
摘要:
1. yum install git2. git version or git –version3. uninstall: git remove
阅读全文
posted @ 2019-01-10 09:34
Alex~
阅读(329)
推荐(0)
摘要:
1. install pip 1). yum -y install epel-release 2). yum install python-pip 3). pip install --upgrade pip2. pip install -U tensorflow===============install python3.61.yum install epel-relea...
阅读全文
posted @ 2019-01-09 15:22
Alex~
阅读(381)
推荐(0)
摘要:
download python 3.7.2 for windows, https://www.python.org/run python-3.7.2.exe
阅读全文
posted @ 2019-01-03 11:30
Alex~
阅读(241)
推荐(0)
posted @ 2019-01-03 10:59
Alex~
阅读(200)
推荐(0)
摘要:
https://hostpresto.com/community/tutorials/how-to-install-and-setup-gitlab-on-centos-7/http://linux.it.net.cn/CentOS/course/2016/0813/24330.htmlhttp://linux.it.net.cn/CentOS/course/2015/0321/14033.htm...
阅读全文
posted @ 2017-09-03 09:29
Alex~
阅读(485)
推荐(0)
摘要:
http://sharadchhetri.com/2014/10/04/install-redis-server-centos-7-rhel-7/In this tutorial we will learn, how to install redis server on CentOS 7 / RHEL 7 . The abbreviation of redis is REmote DIctiona...
阅读全文
posted @ 2017-08-27 22:00
Alex~
阅读(239)
推荐(0)
摘要:
解决办法: yum -y install kernel-headers kernel-devel gcc reboot
阅读全文
posted @ 2017-08-27 20:36
Alex~
阅读(278)
推荐(0)
摘要:
spring boot 使用eureka注册后,会报RejectedExecutionException异常: 解决方法是在eureka client端增加如下配置: eureka.client.registerWithEureka=trueeureka.client.fetchRegistry=true
阅读全文
posted @ 2016-12-02 15:50
Alex~
阅读(794)
推荐(0)
摘要:
Linux CentOS 7.1 x64 Java 1.8 x64 apache-maven-3.3.9 Installation sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo sudo rpm --import https://jenkins-ci.org/re...
阅读全文
posted @ 2016-11-10 10:00
Alex~
阅读(213)
推荐(0)
摘要:
No such property: sonatypeUsername for class: org.gradle.api.publication.maven.internal.ant.DefaultG 在项目根目录创建名为gradle.properties的属性文件,在文件中输入下面的内容: sonatypeUsername=sonatypePassword=sonatypeRepo=
阅读全文
posted @ 2016-10-10 13:10
Alex~
阅读(686)
推荐(0)
摘要:
tomcat*/conf/web.xml中,在web-app结束前增加如下配置 /* DELETE PUT TRACE OPTIONS BASIC 重启tomcat
阅读全文
posted @ 2016-09-29 14:26
Alex~
阅读(2530)
推荐(0)
摘要:
转自 Vangos Pterneas, 4 Apr 2016 CPOL 5.00 (1 vote) vote 1vote 2vote 3vote 4vote 5 The past few days have been really exciting for Natural User Interfaces. Microsoft released the official HololensSD...
阅读全文
posted @ 2016-09-12 16:33
Alex~
阅读(702)
推荐(0)
摘要:
The krpano Viewer is a small and very flexible high-performance viewer for all kind of panoramic images and interactive virtual tours. The viewer is available as Flash and HTML5 application. The viewe...
阅读全文
posted @ 2016-08-29 17:57
Alex~
阅读(269)
推荐(0)
摘要:
All krpano software can be downloaded and tested for free - without any functional limitation.For using krpano productive and without any watermarks, a license need to be bought. 全买要457欧 krpano ...
阅读全文
posted @ 2016-08-29 17:25
Alex~
阅读(378)
推荐(0)
摘要:
1. Caused by: java.lang.reflect.MalformedParameterizedTypeException 启动时报错,原因是dubbo 依赖 spring 2.5.6.SEC03,而我项目中有用spring 3.2.4.RELEASE,所以导致冲突。 在maven中把d
阅读全文
posted @ 2016-08-02 14:24
Alex~
阅读(532)
推荐(0)