摘要:
mvn install:install-file -Dfile=c:\lib\IKAnalyzer-3.2.8.jar -DgroupId=org.wltea.analyzer -DartifactId=IKAnalyzer -Dversion=3.2.8 -Dpackaging=jar mvn install:install-file -Dfile=c:\lib\imaging-0101200... 阅读全文
摘要:
ESP8266 NodeMCU,是一个开源的物联网平台。 它使用Lua脚本语言编程。该平台基于eLua 开源项目,底层使用ESP8266 sdk 0.9.5版本。该平台使用了很多开源项目, 例如 lua-cjson, spiffs. NodeMCU包含了可以运行在 esp8266 Wi-Fi SoC 阅读全文
摘要:
使用SSH通过秘钥登录Linux https://gitee.com/help/articles/4181#article-header0 https://www.jianshu.com/p/3c6473755773 阅读全文
摘要:
第一章 IDEA入门 1.1 Intellij IDEA下载 Ultimate版本,所有的功能都完美的支持,收费 破解方式 Community版本,开源免费,有些功能不支持 破解方式 1.2 IDEA界面介绍 Alt+1:Project Alt+2:Favorities Alt+4:Run Alt+ 阅读全文
摘要:
ubuntu安装好之后,默认是不能用root用户登录桌面的,只能使用普通用户或者访客登录。怎样开启root用户登录桌面呢? 先用普通用户登录,然后切换到root用户,然后执行如下命令: 在打开的文件里添加一句: 这句的意思是在登录时允许用户自己输入用户名和密码。 然后给root用户设置登录密码,设置 阅读全文
摘要:
http://www.linuxidc.com/Linux/2015-01/112030.htm 注意改完全局配置文件后:要执行:source ~/.bashrc 阅读全文
摘要:
http://www.cnblogs.com/a2211009/p/4265225.html 阅读全文
摘要:
http://www.linuxidc.com/Linux/2015-05/117473.htm 操作系统环境:CentOS Linux release 7.0.1406(Core) 64位CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙步骤。 1、关闭fi 阅读全文
摘要:
# /etc/init.d/mysql stop 或者 service mysqld stop# mysqld_safe --user=mysql --skip-grant-tables --skip-networking &# mysql -u root mysqlmysql> UPDATE us 阅读全文
摘要:
以此文档为准:http://blog.csdn.net/dandanzmc/article/details/51935311 http://www.cnblogs.com/jwrwst/p/6520114.html Linux配置并启动 jenkins 4.1、上传jenkins.war到tomca 阅读全文
摘要:
直接用官方的私服空间: https://bitbucket.org/ funf*e@126.com fh19***** 私服搭建:http://newthink.blog.51cto.com/872263/1870235/ 官方:https://bitbucket.org/product/downl 阅读全文