Stella981 Stella981
4年前
GitHub重大更新
原文地址:https://zhuanlan.zhihu.com/p/138761471!(https://oscimg.oschina.net/oscnet/cd7a4a26166e4f9c858819069fac453c.jpg)Github最新推出的Codespaces可以实现基于VSCode的云端代码编译。现在,
Stella981 Stella981
4年前
SpiderMonkey安装
SpiderMonkey是Mozilla使用C/C开发的JavaScript引擎,该引擎已经在多个产品中使用。是用SpiderMonkey我们能够在命令行中调试和开发JavaScript代码。下载SpiderMonkey:https://developer.mozilla.org/enUS/docs/Mozilla/Projects/
Stella981 Stella981
4年前
Nepxion Discovery 5.5.0 发布
!(https://oscimg.oschina.net/oscnet/f81c043194ef4732880459d00c1a720e.png)发布日志功能更新:增加基于Opentracing调用链的支持,目前支持UberJaeger,实现在SpringCloudGateway、Zuul和服务上的灰度
Stella981 Stella981
4年前
G2Plot 2.0 全新来袭
!统计图表专文.png(https://cdn.nlark.com/yuque/0/2020/png/221520/16059653956224bbaf831eea44f72b3c396221c15002b.pngalignleft&displayinline&height900&margin%5Bobject%20Object%5D
Easter79 Easter79
4年前
SpringSecurityOAuth使用JWT Token实现SSO单点登录
!(https://oscimg.oschina.net/oscnet/ad6c52b9f85a72f02db7b30069c349d4ee9.jpg)⒈认证服务器  1.添加pom依赖   1<dependency2<groupIdorg.springframework.
Stella981 Stella981
4年前
Apache检查配置文件语法
Windows环境:httpdt或者:httpd.exewtf"C:\\Apache2.2\\conf\\httpd.conf"d"C:\\Apache2.2\\."_httpd.conf配置错误如果apache的配置文件httpd.conf搞错了,在windows里启动它,会提示therequested
Wesley13 Wesley13
4年前
#pragma once 与 #ifndef 解析
为了避免同一个文件被include多次,C/C中有两种方式,一种是ifndef方式,一种是pragmaonce方式。   方式一:   ifndef\_\_SOMEFILE\_H\_\_   define\_\_SOMEFILE\_H\_\_   ......//一些声明语句   endif
Stella981 Stella981
4年前
SpringBoot 整合 XXL
!(https://oscimg.oschina.net/oscnet/up70e17c6d470e8a78c2ce62b4e097f686258.png)1、Docker创建调度中心dockerrunePARAMS"spring.datasource.urljdbc:mysql://xxx:3306/xxl_job?
Wesley13 Wesley13
4年前
Java_swing_打开文件目录
经过百度,千篇一律的内容,如下:1.java自带的API打开文件:FilefilenewFile("c://test.pdf");java.awt.Desktop.getDesktop().open(file);打开目录:FilefilenewFile("c://test.pdf");java.awt.Deskto
可莉 可莉
4年前
10个非常实用的JS工具函数
!(https://oscimg.oschina.net/oscnet/0e403cc8d81c373d388f1fe2633be5c10eb.jpg)作者: chanwahfunghttps://www.cnblogs.com/chanwahfung/p/12404880.html生成一周时间