加载中
不弹出提示信息关闭窗口

<script language="javascript"> function WinClose(){ window.operner=null; window.open('','_self'); window.close(); } </script>...

2022/04/25 13:48
29
Java中字符串的比较

在java中,这个代码即使在两个字符串完全相同的情况下也会返回false Java中必须使用str1.equals(str2)来进行判断 格式转化: String.valueOf(str) 转自daily0403 熟悉C ++ 的人对于两个字符串...

2022/04/25 13:48
32
“小沈阳”版程序员

1.程序员其实可痛苦的了......需求一做一改,一个月就过去了;嚎~需求再一改一调,一季度就过去了;嚎~ 2..程序员最痛苦的事儿是啥,知道不?就是,程序没做完,需求又改了; 3..程序员最最痛...

2022/04/25 13:15
25
Apple 秋季发布会时间

2010 - Monday, June 7 2011 - Tuesday, October 4 2012 - Wednesday, September 12 2013 - Tuesday, September 10 2014 - Tuesday, September 9 2015 - Wednesday, September 9 2016 - Wedn...

2018/08/21 13:36
46
Mybatis相关

mybatis 注解相关操作 //# 删除 @Delete("delete from user where userName=#{userName}") public int delete(String userName); //# 更新 @Update("update user set userId=#{userId},pass...

2018/07/28 14:35
53
CentOS Linux命令(二)

###配置防火墙规则 vi /etc/sysconfig/iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT ###配置网络设置 #centos默认为ifcfg-eth0 vi /etc/sysconfig/network-...

有限责任公司

LLC:Limitted Liability Company 美国的有限责任公司 LLP:Limited Liability Partnership 有限责任合伙 Corporation 缩写:Corp. 广为人知的股份有限公司 Incorporated 缩写:Inc. 股份有限...

2017/12/27 12:44
151
高质量图库

Quad 9 - IBM、Global Cyber Alliance 、Packet Clearing House合力推出的DNS服务。 https://www.quad9.net/ https://free.com.tw/quad-9/ Printable Mazes - 智商迷宫 https://www.printabl...

2017/12/21 09:15
450
Software

Hosts c:\windows\system32\drivers\etc\hosts Draw.io https://github.com/jgraph/drawio-desktop/releases https://github.com/jgraph/drawio-desktop/releases/download/v7.8.7/draw.io-s...

2017/12/18 00:26
77
Node.js的安装与配置

简介 Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行环境。 Node.js 使用了一个事件驱动、非阻塞式 I/O 的模型,使其轻量又高效。 Node.js 的包管理器 npm,是全球最大的开源库生态系...

2017/09/04 10:49
108
Lombok

原理: JSR 269 Pluggable Annotation Processing API 注解 描述 @Getter/@Setter 注解在属性上;为属性提供 getting/setting 方法 @Data 注解在类上;提供类所有属性的 getting 和 setting ...

2017/08/31 14:15
41
CentOS 6/7 忘记root密码,重新设置的方法

CentOS 6.x设置方法 CentOS 7.x设置方法 CentOS 6.x设置方法 在虚拟机安装了Centos,今天要开机却忘记了密码,于是开始百度查找重新设置的方法,经过实验操作,确实有效,现将方法记录如下:...

2017/08/31 11:41
1.9K
CentOS Linux命令

关机 init 0 (不推荐) halt 立刻关机 poweroff 立刻关机,并且电源也会断掉 shutdown -h 10 10分钟后自动关机 shutdown -h now 立刻关机(root用户使用) shutdown +2 "The machine will ...

2017/08/31 11:38
87
Linux chmod解析

Linux chmod +755 和 chmod +777是什么意思? 在Linux终端先输入ll(ls -al),可以看到如: -rwx-r--r--(一共10个参数)表示文件所属组合用户的对应权限。 第一个跟参数属于管理员,跟chmod...

2017/08/31 10:55
192
Spring Boot神器

Spring Boot神器: auto-configuration:自动配置,完美的展示了CoC约定大于配置。 starters:用来简化依赖用的,默认提供一些starter,也可以自定义。 cli:命令行工具,可用于快速搭建基于...

2017/08/31 09:31
179
Color UI

FlatColorsUI http://www.flatcolorsui.com FlatUIColors http://flatuicolors.com Flat UI Pro http://designmodo.com/flat/...

2017/08/23 15:49
254

没有更多内容

加载失败,请刷新页面

返回顶部
顶部