CSS注释语法

CSS注释语法 /* 注释内容 */ 示例 /* ----------文字样式开始---------- */ /* 梦之都白色12象素文字 */ .dreamduwhite12px { color:white; font-size:12px; } /* 梦之都黑色16象

HTML template, 模板

HTML template, 模板 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <!--css--> <style> body {

Monospace fonts

Monospace fonts http://www.lowing.org/fonts/ Monospace fonts (Such as Courier or LetterGothic), or “fixed pitch” fonts, contain characters that all have the same character width, producing text that can be used to create forms, tabular material or documents that require exact text line lengths. An example of a fixed pitch font is Courier 12 pitch, which is a 10 point font that will print at exactly 12 characters per inch. <th colspan="2" align="left" bgcolor="silver"> Good Programming Font Criteria </th> Crisp clear characters.

emacs org mode

emacs org mode Emacs 22 以后的版本已经集成了 org-mode,打开 .org 扩展的文件会自动进入 org 模式。 增减一个TODO项目的优先级 S-Up/Down move subtree/list item up/down M-S-UP/DOWN promote/demote heading M-LEFT/RIGHT insert new TODO entry/checkbox item M-S-RET

Fuse ESB

Fuse ESB Fuse ESB 学习笔记 (一) 构建 红薯 发表于 9-28 16:46 Fuse本来是开源软件商IONA的SOA集成套件,其中包括了ESB、Message Broker、Se

go math, 数学计算

go math, 数学计算 除法 1 2 3 4 5 6 7 8 9 10 11 package main import "fmt" func main() { fmt.Println(1/2) fmt.Println(2/2) fmt.Println(3/2) fmt.Println(4/2) } 求余, 取模 1 2 3 4 5 6 7 8 9 10 package main import "fmt" func main() { fmt.Println(1%2) fmt.Println(2%2) fmt.Println(3%2) fmt.Println(4%2) }

词法定界

词法定界 词法定界 (lexical scoping,有时候叫静态域) 是许多编程语言约定使用的,变量只能在这套范围 (按功能排列) 内被一些已经定义了的代码段中调用

CDN 加速

CDN 加速 CDN 加速 CDN 的全称是 Content Delivery Network,即内容分发网络。其目的是通过在现有的 Internet 中增加一层新的网络架构,将网站的内容发布到最接近用户的网络&

netlink

netlink 什么是Netlink通信机制 Netlink套接字是用以实现用户进程与内核进程通信的一种特殊的进程间通信(IPC) ,也是网络应用程序与内核通

samba

samba 1 2 3 4 5 6 # archlinux 安装 samba sudo pacman -S samba # centos install samba sudo yum install samba samba-client 1 2 3 4 5 6 7 8 9 10 11 12 13 #创建共享目录 sudo mkdir /home/user0/share # 创建 samba 用户,使用已有用户的话,可以跳过,p

windows shutdown script

windows shutdown script win10 win10 shutdown script 1 2 # shutdown.bat shutdown.exe /s /t 3 winXP 在Windows XP中,新增了一条命令行工具"shutdown”,其作用是"

seabios

seabios SeaBIOS is an open source implementation of a 16bit X86 BIOS. SeaBIOS can run in an emulator or it can run natively on X86 hardware with the use of coreboot. SeaBIOS is the default BIOS for qemu and kvm.

事务隔离

事务隔离 事务隔离级别 标准ANSI SQL规范中定义了四种隔离级别: 未提交读 (Read Uncommitted) : 最低隔离级别,一个事务能读取到别的事务未提交的更新数据,很不安

PF_RING

PF_RING https://www.jianshu.com/p/6d3f3cdc2411 PF_RING简介 PF_RING是Luca研究出来的基于Linux内核级的高效数据包捕获技术。简单来说PF_RING 是一个高速数据包捕获

spring 事务

spring 事务 @Transactional 使用 @Transactional 的要点有: 在DAO 层使用 JdbcTemplate 实现DB操作, 在 Service 的实现类上加上 @Transactional 注解, 不推荐在 Service 接口上加 @Transactional 注解. 需要进行事务控制的方法, 必须是 public 方

article, 冠词

article, 冠词 定冠词 “the”。 不定冠词(“a”或“an”)。 “the”是定冠词,用在特指名词或前文已提到的名词之前。定冠词特指的名词说的是特定的事