自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(16)
  • 资源 (9)
  • 收藏
  • 关注

原创 怂人会阿汤

大领导阿汤哥说,在我们公司平均待2年就会走, 你为什么还在这里 怂人答: 我也一直在找,可惜没找到合适的. 佛曰: ‘怂人是实力太弱 找不到工作’

2020-06-22 23:13:25 194

原创 spring boot cannot resolve symbol

报错记录: 出现cannot resolve symbol 错误,而且pom 是对的. command+; IDEA出现Module ** must not contain source root **. The root already belongs to module **这类错误的解决方法 当出现此类问题的时候,大概率是module的原因。   本人导入一个名称为CU的项目后...

2019-09-22 19:37:48 874

原创 git update-index –assume-unchanged file-name

不想继续追踪某个文件 git update-index –assume-unchanged file-name 如果想再次继续跟踪某个文件 git update-index –no-assume-unchanged file-name 删除远程库中的文件,但保留在本地 git rm --cached filename 添加远程库 git remote add origin git_r...

2019-09-16 23:23:44 328

原创 Mac network connect can’t be installed on this disk, a newer version of this software already exist

Mac network connect can’t be installed on this disk, a newer version of this software already exists on this disk 清理以下目录中的: /private/var/db/receipts

2019-09-16 10:24:20 2403

转载 nginx spa index.html static files cache

When your frontend app is a SPA, all the assets get loaded into the browser and routing happens within the browser unlike a SSR app or conventional/legacy web apps where every page is spat out b...

2019-08-05 17:40:21 1011

转载 MethodInvokingFactoryBean 解释最清楚的一个

https://yq.aliyun.com/articles/40270

2019-06-11 09:44:20 203

原创 mac msyql 8 TO mysql 5.7 sonar 不支持>=8 以上的mysql

1: mysqldump --all-database 2: 删掉mysql: 使用mysqldump备份你的数据库将文本文件! 停止数据库服务器 sudo /usr/local/mysql/support-files/mysql.server stop sudo rm /usr/local/mysql sudo rm -rf /usr/local/mysql* sudo rm -...

2019-06-04 07:40:58 1133

原创 pycharm virtualenv

用pycharm 创建工程。 然后设置解释器为当前项目下的ve nv source ./venv/bin/activate 然后在这个环境下安装依赖

2019-05-27 09:14:55 321

原创 java public protected friendly private

2019-05-03 21:09:22 273

原创 接口和抽象类区别

2019-05-03 21:04:15 103

转载 领域驱动设计(DDD:Domain-Driven Design)

https://www.jdon.com/ddd.html

2019-05-03 19:59:31 387

转载 java 向上转型后的属性访问

import java.util.Arrays; import java.util.HashSet; import java.util.Set; class A{ private String s1 = "A1" ; public String s2 = "A2" ; public String get(){ return s2 ; } public String getS1(){...

2019-05-03 19:54:15 855

转载 JAVA向上转型后的方法调用问题

Base b = new Sub ( ) ; JAVA基类变量接收子类对象的引用后,会向上转型: 此时: 1、变量 b 默认可以访问的方法依然是 基类中自身独有的 public和 protected 方法 ,private 方法不可被外界直接访问,这点始终不变 【 相当于Base b = new Base() 】 2、Sub 自身独有而 Base中没有的方法(无论是public,protec...

2019-05-03 19:50:44 486

原创 cglib 动态代理

···xml <dependency> <groupId>cglib</groupId> <artifactId>cglib</artifactId> <version>${cglib.version}</version> </dependency> ···

2019-04-07 21:27:10 152

原创 maven-war-plugin

org.apache.maven.plugins    maven-war-plugin    2.4                  src/main/webapp                            node_modules/**/*.* Gruntfile.js                                      

2016-11-17 22:23:03 461

转载 pom.xml中各个标签 的意思

pom.xml文件(实践用):    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">    4.0.0          

2016-11-14 21:54:27 426

yslow-3.1.8-crx-chrome.zip

基于yslow 源码打包的, 已经修改过 manifest 了。 The 'manifest_version' key must be present and set to 2 (without quotes). See developer.chrome.com/extensions/manifestVersion.html for details. 在manifest.json里面加上"manifest_version": 2

2019-06-01

ie8 mp4 player

经测完全可用。ie8 下播放mp4

2017-03-16

python25.dll

python25.dll (只有这一个文件)

2011-01-10

ie8 视频播放mp4

ie8 下播放mp4

2017-03-16

好用的东西windows md5 检测工具

md5 检测工具md5 检测工具md5 检测工具

2009-10-16

vim_config_lifesinger_20081105.zip

vim_config_lifesinger_20081105.zip 不用多说了!自己先看吧!不会找我! qq:253160544

2009-03-18

IpSeeker.jar

package com.cfang; 包含QQWry.dat (2015.10.1) <%! private IPSeeker ipSeeker = IPSeeker.getInstance(); public String getArea(String ip) { return ipSeeker.getArea(ip); } public String getCountry(String ip) { return ipSeeker.getCountry(ip); } public boolean isValidIp(String ip) { return ip!= null && ip.trim().matches("^[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+$"); } %>

2015-10-16

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除