notes
notes copied to clipboard
notes
Update https://registry.npm.taobao.org to https://registry.npmmirror.com, For more info please refer to https://zhuanlan.zhihu.com/p/430580607. This is an automated PR by @npmmirror (Which is a bot maintained by 8d6e8cefe5a7e3202364ec2c48db03fcc544218cf70100bf65d2ed2df5cc83da).
#### 温馨提示:iOS Animation已创建独立库[awesome-ios-animation](https://github.com/sxyx2008/awesome-ios-animation),此处不在更新维护,有兴趣的话请大家关注[awesome-ios-animation](https://github.com/sxyx2008/awesome-ios-animation) repo > 收集整理了下iOS平台下比较主流炫酷的几款动画框架。该列表不定期更新。。。 > 排名先后顺序按个人喜好,不代表大众意愿。望见谅 https://github.com/facebook/pop  https://github.com/schneiderandre/popping   https://github.com/MengTo/Spring    https://github.com/jwilling/JNWSpringAnimation  https://github.com/daltoniam/DCAnimationKit Tada  Bounce  Pulse  Shake...
Vagrant
# 配置示例 ``` bash Vagrant.configure("2") do |config| config.vm.define :master do |master| master.vm.provider "virtualbox" do |v| v.customize ["modifyvm", :id, "--name", "master", "--memory", "1024"] end master.vm.box = "ubuntu/trusty64" master.vm.hostname = "master" master.vm.network...
* SkyWalking APM ```bash -javaagent:/Users/amz/develop/skywalking-apm/agent/skywalking-agent.jar=agent.service_name=CMDB,collector.backend_service=127.0.0.1:11800 ``` ```bash -javaagent:/Users/amz/develop/skywalking-apm/agent/skywalking-agent.jar -Dskywalking.agent.service_name=CMDB -Dskywalking.collector.backend_service=127.0.0.1:11800 ``` https://github.com/apache/skywalking https://github.com/apache/skywalking-docker https://github.com/apache/skywalking/blob/master/docs/en/setup/service-agent/java-agent/README.md https://github.com/apache/skywalking/blob/master/docs/en/setup/service-agent/java-agent/Specified-agent-config.md https://github.com/apache/skywalking/blob/master/docs/en/setup/service-agent/java-agent/Setting-override.md * Pinpoint APM ```bash -javaagent:/Users/amz/develop/pinpoint-agent-2.1.0/pinpoint-bootstrap.jar -Dpinpoint.agentId=CMDB -Dpinpoint.applicationName=CMDB -Dpinpoint.zookeeper.address=localhost ``` http://naver.github.io/pinpoint/installation.html https://github.com/naver/pinpoint-docker
http://www.ruoyi.vip (全能型) https://pig4cloud.com https://bladex.vip 以上两款结合起来更香 https://github.com/elunez/eladmin (基于 Spring Boot 2.1.0 、 Spring Boot Jpa、 JWT、Spring Security、Redis、Vue的前后端分离的后台管理系统) https://github.com/zhangdaiscott/jeecg-boot (前后端分离架构:SpringBoot 2.x,Ant Design&Vue,Mybatis-plus,Shiro,JWT) https://github.com/wenjianzhang/go-admin (基于Gin + Vue + Element UI的前后端分离权限管理系统脚手架)
### 第一种方法 ```bash brew install proxychains-ng ``` 创建配置文件 ~/.proxychains/proxychains.conf ``` # proxychains.conf VER 4.x # # HTTP, SOCKS4a, SOCKS5 tunneling proxifier with DNS. # The option below identifies how the...
# Python常见问题 1、ERROR: Cannot uninstall 'wrapt'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial...
### Vagrantfile ``` Vagrant.configure("2") do |config| config.vm.define "centos7" do |node| node.vm.box = "centos/7" node.vm.box_version = "1905.1" node.vm.box_check_update = false node.vm.provision "shell", inline: "echo This box contains CentOS 7 64-bit." node.vm.hostname...
企业 阿里开源:http://mirrors.aliyun.com/ 搜狐开源镜像站:http://mirrors.sohu.com/ 网易开源镜像站:http://mirrors.163.com/ 教育网 东北大学(IPv4 & IPv6):http://mirror.neu.edu.cn/ 东北大学(IPv6):http://mirror.neu6.edu.cn/ 大连理工大学(IPv4 & IPv6):http://mirror.dlut.edu.cn/ 大连东软信息学院(IPv4):http://mirrors.neusoft.edu.cn/ 哈尔滨工业大学(IPv4 & IPv6):http://run.hit.edu.cn/ 哈尔滨工业大学(IPv6):http://run.hit6.edu.cn/ 清华大学(IPv4 & IPv6):http://mirrors.tuna.tsinghua.edu.cn/ 清华大学(IPv4):http://mirrors.4.tuna.tsinghua.edu.cn/ 清华大学(IPv6):http://mirrors.6.tuna.tsinghua.edu.cn/ 北京理工大学(IPv4):http://mirror.bit.edu.cn/ 北京理工大学(IPv6):http://mirror.bit6.edu.cn/ 北京交通大学(IPv4 & IPv6):http://mirror.bjtu.edu.cn/ 天津大学(IPv4):http://mirror.tju.edu.cn/ 天津大学(IPv6):http://mirror.tju6.edu.cn/ 中国科学技术大学(IPv4...
问题描述 ``` objc[52336]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home/bin/java (0x10942a4c0) and /Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home/jre/lib/libinstrument.dylib (0x1095a54e0). One of the two will be used. Which one is undefined. ``` 配置Intellij Idea 1、打开idea.properties文件 help->edit...