Easter79 Easter79
3年前
tornadofx演示分形图的绘制
枚举类中有抽象方法、有构造函数,每个值继承该方法实现自己的业务行为逻辑。combobox绑定枚举类。togglegroup包裹radiobutton,利用枚举类的值批量生成radiobutton查看演示:https://www.bilibili.com/video/av60656281/(https://www.oschina.net/actio
Stella981 Stella981
3年前
Python技巧之使用“faulthandler”标准库模块
Python3.3有一个标准库模块,用于展示回溯,即使Python“dies”。例如,下面为一个段错误在启用错误操作器前后的标准输出:$python3c"importctypes;ctypes.string_at(0)"Segmentationfault$python3qXfaulthan
Stella981 Stella981
3年前
Golang依赖管理工具:glide从入门到精通使用
介绍不论是开发Java还是你正在学习的Golang,都会遇到依赖管理问题。Java有牛逼轰轰的Maven和Gradle。Golang亦有godep、govendor、glide、gvt、gopack等等,本文主要给大家介绍gilde(https://www.oschina.net/action/GoToLink?urlhttps%3
Stella981 Stella981
3年前
SpringBoot2.0 基础案例(17):自定义启动页,项目打包和指定运行环境
本文源码GitHub地址:知了一笑https://github.com/cicadasmile/springbootbase一、打包简介springboot的打包方式有很多种。可以打war包,可以打jar包,可以使用jekins进行打包部署的。不推荐用war包,SpringBoot适合前后端分离
Stella981 Stella981
3年前
Egret的按钮事件处理
首先要在exml内要设置有对应按钮的ID!(https://oscimg.oschina.net/oscnet/079d7f1add048600e12f2cff222cdb2fcf4.png)2,编写TypeScript脚本:publicmybutton:eui.Button;函数内部:this.mybutton
Stella981 Stella981
3年前
Angular NgModule里定义的注解和NgModuleRef$1运行时
!(https://oscimg.oschina.net/oscnet/up9ae668fe90ec82d461ca4d9f38e8aa81.png)ExampleModule的declarations里有五个Components:!(https://oscimg.oschina.net/oscnet/uped04e21dfe9510b1
Easter79 Easter79
3年前
SpringCloud之zuul搭建
一、zuul简介Zuul的主要功能是路由和过滤器。路由功能是微服务的一部分,比如/api/user映射到user服务,/api/shop映射到shop服务。zuul实现了负载均衡。zuul有以下功能:AuthenticationInsightsStressTestingCanaryTesting
Stella981 Stella981
3年前
Spring Boot 2.0 版的开源项目云收藏来了!
先给大家晒一下云收藏的几个数据,作为一个SpringBoot的开源项目(https://gitee.com/ityouknow/favoritesweb(https://gitee.com/ityouknow/favoritesweb))目前在Github上面已经有1600多个Star,如果按照SpringBoot标签进行筛选的话也可
Wesley13 Wesley13
3年前
MySQL 锁(5)
InnoDB引擎有8类锁https://dev.mysql.com/doc/refman/5.7/en/innodblocking.html(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fdev.mysql.com%2Fdoc%2Frefman%2F5.7%2Fen%2
Stella981 Stella981
3年前
Nosql数据库(一)——MongoDB(二)MongoDB的基本语法
1.进入test数据库//查看当前mongodb有哪些数据库showdbs//进入test数据库usetest//查看当前所在的数据库名称db2.向数据库的user集合中插入一个文档/db.colle