jdbc driver

jdbc driver jdbc driver: com.MySQL.jdbc.Driver oracle.jdbc.driver.OracleDriver jdbc url: jdbc:MySQL://localhost:3306/xxxxxx jdbc:oracle:thin:@xxx.xxx.xxx.xxx:1521:xxxxxx

Debian 6 squeeze TightVNC Server

Debian 6 squeeze TightVNC Server 1 安装 如果已经安装了图形用户界面,只需要在bash中apt-get install tightvncserver。 sudo apt-get install tightvnc* vnc client: xtightvncviewer 2 运行 2.1 普通运行 在

nginx rewrite

nginx rewrite 理解地址重写 与 地址转发 地址重写与地址转发是两个不同的概念。 地址重写 是为了实现地址的标准化,比如我们可以在地址栏中中输入 www.baidu.com. 我们也可以输入 www.baidu.cn.

SIteMesh

SIteMesh 转自:http://javauu.com/thread-27-1-1.html 一、SIteMesh介绍 一、SiteMesh简介 SiteMe

FreeMarker

FreeMarker http://www.oecp.cn/hi/hailang/blog/146 一、 FreeMarker简介 FreeMarker是一个用Java语言编写的模板引擎,它基于模板来生成文本输出。 所谓模板,就是一份已经写好

serialVersionUID

serialVersionUID serialVersionUID作用: 序列化时为了保持版本的兼容性,即在版本升级时反序列化仍保持对象的唯一性。 有两种生成方式: 一个是默认的

claude

claude 1 2 3 # macos install claude npm install -g @anthropic-ai/claude-code claude command 1 2 3 claude whoami claude chat --prompt "你当前是哪个模型?请给出模型名称。"

axel

axel Axel 通过打开多个 HTTP/FTP 连接来将一个文件进行分段下载,从而达到加速下载的目的。对于下载大文件,该工具将特别有用。 1 2 3 4 5 6 7 8 9 #安装: sudo apt-get install axel

Awesome

Awesome http://confusedfly.yo2.cn/articles/awesome%E7%AE%80%E4%BB%8B.html 什么是平铺窗口管理器 这里首先需要解释一下窗口管理器(Windows Manager)和桌面环境(Desktop Environment)的概

SpringMVC

SpringMVC http://www.iteye.com/blogs/subjects/springmvc-explore 《Struts2技术内幕» 本文是专栏文章 (SpringMVC深度探险) 系列的文章之一,博客地址为: http://downpour.iteye.com/blog/1330537 在我们熟知的建立在三层结

用 dbunit-maven-plugin 来管理你的测试数据

用 dbunit-maven-plugin 来管理你的测试数据 http://newwhx2011.iteye.com/blog/1089559 单元测试有人写过,也有人没做过,数据库的 dbunit 的用的人应该更少了,它可以用来给你做测试准备数据。一般我们做测试会在一个测

字符串匹配算法总结

字符串匹配算法总结 KMP虽然经典,但是理解起来极其复杂,好不容易理解好了,便起码来巨麻烦! 老子就是今天图书馆在写了几个小时才勉强写了一个有b

Database

Database SQL tuning 类 列举几种表连接方式 等连接 (内连接) 、非等连接、自连接、外连接 (左、右、全) Or hash join/merge join/nest loop(cluster join)/index join ?? ORACLE 8i,9i 表连接方法。 一般的相等连接:

快速匹配字符串

快速匹配字符串 假设内存有一个大字符串集,里面含有约1000万个字符串,如何快速知道该字符串集是否含有某个指定的测试字符串 ? (假设内存能放下这

what if

what if 如果…将会怎么样 例句与用法: What if it is true? 如果这是真的又该如何呢? What if he doesn’t agree? 如果他不同意该怎么办呢? What if he comes back now? 如果他现在回来

citrix

citrix install, uninstall, and update 1 2 dpkg --list | grep -i icaclient download https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html for ubuntu 24.04 Support for Ubuntu 2404 To support Citrix Workspace app for Linux on Ubuntu 2404, backporting the webkit2gtk library is required. Follow the steps below to backport the library based on your architecture: For x64 architecture: Add the following packages for jammy: sudo apt-add-repository deb http://us.archive.ubuntu.com/ubuntu jammy main sudo apt-add-repository deb http://us.

normalize.css 简介

normalize.css 简介 大部分情况下,我们在页面中使用 CSS Resets 解决不同浏览器对 HTML 元素的默认 CSS 设置的差异。CSS normalization 则与 CSS Resets 不同,为了页面具有相同的表现,CSS Resets 对大

LESS CSS

LESS CSS 一种 动态 样式 语言 LESS 将 CSS 赋予了动态语言的特性,如 变量, 继承,运算, 函数. LESS 既可以在 客户端 上运行 (支持IE 6+, Webkit, Firefox),也可以借助N