通过自定义协议在Web中启动本地应用程序 实例是打开本地安装的Word程序 注册自己的协议Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\word] @="word" "URL Protocol"="C:\\ProgramFiles ( ...
分类:
Web程序 时间:
2017-02-22 12:58:32
阅读次数:
247
https://wiki.openwrt.org/about/toolchain <!-- wikipage start --> <!-- TOC START --> Table of Contents OpenWrt build system – Features OpenWrt build sy ...
分类:
其他好文 时间:
2017-02-22 00:07:57
阅读次数:
291
最近在项目中负责Tomcat高并发优化方案写一写新得。 优化1)tomcat默认的并发是75,可以启用线程池根据生产环境硬件设定线程池大小。 <Executor name="tomcatThreadPool" namePrefix="catalina-exec-" maxThreads="150" ...
分类:
其他好文 时间:
2017-02-21 19:14:08
阅读次数:
135
String、StringBuilder和StringBuffer理解 1>String java.lang.String 类 从以上JDK中String源码可以看出,String类被final修饰,在java中被final修饰的类是不能够被继承的,而且String类中的成员变量都被修饰成final ...
分类:
编程语言 时间:
2017-02-19 17:11:53
阅读次数:
250
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.or ...
分类:
Web程序 时间:
2017-02-17 16:44:09
阅读次数:
270
1.1 passwd和shadow文件说明 1.passwd root x 0 0 root /root /bin/bash 账号名称 账号密码 UID GID 用户说明 用户家目录 shell解释器 2.shadow 字段名称 注释说明 账号名称 账号密码 加密密码 最近更改密码的时间 1970.... ...
分类:
其他好文 时间:
2017-02-16 23:43:21
阅读次数:
283
MySQL源码编译安装(CentOS-6.6+MySQL-5.6) ...
分类:
数据库 时间:
2017-02-16 18:22:13
阅读次数:
350
创建一个元音字母Set。对UniqueWords.java操作,计数并显示在每一个输入单词中的元音字母数量,并显示输入文件中的所有元音字母的数量总和。 ...
分类:
编程语言 时间:
2017-02-15 18:59:31
阅读次数:
256
简单兼容: window.requestAnimFrame = (function(){ return window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFr ...
分类:
其他好文 时间:
2017-02-15 18:28:31
阅读次数:
218
一,cnmp的操作; 1,cnmp info jquery查询jquery的版本; 2,cnmp install jquery@1.11.1;安装; 3,cnmp list查询所有下载的内容; 4,cnmp list | grep jquery;只显示下载的juery; 二,在某个js文件中启用搭建 ...
分类:
Web程序 时间:
2017-02-15 12:07:38
阅读次数:
227