似梦清欢 似梦清欢
4年前
Linux shell(1)
1.免交互处理在免交互输出处理中可以使用重定向将输出内容输入到黑洞文件/dev/null中。root@localhostechopassword|passwdstdinuser&/dev/null使用重定向输入将/root/testmail中的内容以Testmail为右键名发送给root@localhost:root@local
Stella981 Stella981
4年前
PyCharm 2020.1 x64 专业版破解【亲测有效】
1.下载安装PyCharm2020.1x64,软件安装过程不详解了百度云分享地址:链接:https://pan.baidu.com/s/1LOEz\_1vRDBVehc9WqknvZg 提取码:ll942.下载jetbrainsagentlatest.zip文件百度云分享地址:链接:https://pan.baid
Stella981 Stella981
4年前
IntelliJ IDEA 社区版没有 Spring Initializr
RT解决办法1.打开文件设置插件!(https://oscimg.oschina.net/oscnet/17f711568cb640d0d3e97b4f68513975938.jpg)2.输入Spring找到插件SpringAssistant并安装下载可能会需要一点点时间.!
Stella981 Stella981
4年前
Python打包工具
1Python打包工具目前在windows平台上将Python程序打包成exe文件主要有三个工具。py2exehttp://www.py2exe.org/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.py2exe.org%2F)
Stella981 Stella981
4年前
Babel 处理 webpack 无法处理的 ES 语法(Babel 6.x 和 Babel 7.x 有区别)(二)
//这是main.js是我们项目的js入口文件//1:a导入jQuery,引入jQuery包用$变量接收,此方法与node中const$require('jquery')同//此为ES6中导入模块的方式//由于ES6的语法太高级,浏览器解析不了次引入方式import$from'jqu
Stella981 Stella981
4年前
FreeMarker Demo
Freemarker是一款模板引擎。模板数据模型输出 !(http://static.oschina.net/uploads/space/2013/0108/100909_oCtt_154489.jpg)从上图不难看出FreeMarker就是将数据模型中的值填充到模板文件中指定的插值处,最后将填充后的文本形式输
Stella981 Stella981
4年前
BeetlSQL3.0 难搞
最近想支持一下nosql,难搞,每个nosqlserver,都很难一天掌握安装和基础用法,所以先决定选用clickhouse,apachedrill(操作文件),Cassandra,这三个下手!(https://oscimg.oschina.net/oscnet/up09b8039a8f86fc7338a09054856c049f426.p
Easter79 Easter79
4年前
SpringBoot使用assembly进行项目打包教程2
我在前文介绍了如何使用assembly对SpringBoot项目进行打包(点击查看(https://my.oschina.net/piaoxianren/blog/4794382)),打包后会发现项目的代码和项目所有的依赖文件会一起打成一个可执行的jar包。!(https://oscimg.oschina.net/oscnet/up
Easter79 Easter79
4年前
SpringBoot热部署与启动速度优化
SpringBoot热部署  默认情况下SpringBoot是不支持热部署的,所以当每次修改代码的时候,都需要重新启动服务器,这个是非常浪费时间的,所以可以在pom.xml文件里面导入以下依赖1<dependency2<groupIdorg.springframework.boot</groupId
Wesley13 Wesley13
4年前
mysql 找不到 InndoDB引擎
今天在xampp1.7.1版本上打开mysql,查看表设计时,报错: Unknowntableengine'InnoDB'打开my.ini看到配置文件,有多个innodb开头的选项都是打开的,应该不是没安装InnoDB引擎导致的。后来在StackOverflow网站上找到了原因http://stackoverflow.com/que