洛竹 洛竹
4年前
向 Deno 学习脚本的管理
前言🌱如果你使用过Deno、Go或者配置过AndroidStudio,那么你一定对配置环境变量不陌生。那么如果我们自己写了一个脚本或者命令行工具,如何分享给朋友们玩呢?最简单的当然是直接把脚本放出去,供别人手动下载和手动配置环境变量。但这既不优雅,也不利于传播,本文就是研读了Deno的安装机制后,总结出的一套可用的二进制可执行文件分发教程
Stella981 Stella981
4年前
Nginx 反向代理Springboot oAuth https配置方案
Nginx配置方案server{listen80;server_namewww.yourname.com;rewrite^(.)$https://${server_name}$1permanent;}server{
Stella981 Stella981
4年前
Git 手册
gitinit                                                 初始化本地git仓库(创建新仓库)gitconfigglobaluser.name"xxx"                      配置用户名gitconfigglobaluser.emai
Stella981 Stella981
4年前
Django模型层
在Django引用其他数据库,比如mysql,需要如下配置:settings.pyimportpymysqlpymysql.install_as_MySQLdb()DATABASES{'default':{'ENGINE':'django
Wesley13 Wesley13
4年前
Ubuntu长时间待机Wifi无法连接
Ubuntu长时间待机Wifi无法连接重启网络sudoservicenetworkmanagerrestart修改配置文件在/etc/default/acpisupport里面找到Addservicestothislisttostopthembeforesusp
Stella981 Stella981
4年前
Spring Boot 2.0 + FastJson 1.2.+作为JSON序列化
SpringBoot配置FastJson的时候,报错:java.lang.IllegalArgumentException:ContentTypecannotcontainwildcardtype''atorg.springframework.util.Assert.isTrue(Assert.java:116)~
Stella981 Stella981
4年前
Flowable论坛提问记录
1\.ExclusiveGateway之后的SequenceFlow同时配置了skipexpress和conditionexpression,流程如何走?https://forum.flowable.org/t/questionaboutskipexpressionofsequenceflowoutgoingfromexc
Wesley13 Wesley13
4年前
LINUX下如何搭建LAMP环境?
第一步1 安装linux系统2 配置linux 网络Vi  /etc/sysconfig/networkscripts/ifcfgeth0IPADDRNETMA
Wesley13 Wesley13
4年前
spring+mybatis 根据业务场景访问不同数据库,读写分离
//配置文件<beanid"sqlSessionFactory1"class"org.mybatis.spring.SqlSessionFactoryBean"   <propertyname"dataSource"ref"DataSource1"/   <propertyname"configLocat
Easter79 Easter79
4年前
Spring自带的多线程任务
1.添加配置类packagecom.yiyoudao.config;importorg.springframework.aop.interceptor.AsyncUncaughtExceptionHandler;importorg.springframework.context.annotation.Compo