`
lokvin
  • 浏览: 164860 次
  • 性别: Icon_minigender_1
  • 来自: 地球
文章分类
社区版块
存档分类
最新评论
文章列表
      前两天才知道浏览器可以通过指定 .pac 的proxy 文件来对不同 domain 使用不同的 proxy , .pac 本身是一个特定的  javascript 文档。       公司访问 internet 也是通过一个 .pac 文件来 auto proxy 的,于是修改了一下 这个文件来实现同时访问自己测试用的 domain 和 internet.       关于 .pac 的语法这里说的很清楚          http://wp.netscape.com/eng/mozilla/2.0/relnotes/demo/proxy-live.html        相关内 ...
1. Regular Expression 了解  (done 2008-7-25) 2. MySql5.1 参考手册 --------------------------------------2008.8 3. jstl 1.2 specification 4. maven document 5. reading "Professional Javascript for web developers" 6. know about linux route table , win route table
Rising inflation will be one of the hottest topics of discussion at the annual sessions of the National People's Congress (NPC) and the Chinese People's Political Consultative Conference (CPPCC), which begin on March 3 and 5, respectively. The "two sessions" will discuss other burning issu ...
roller4.0 安装总体感觉很方便。有安装向导页面,自动建立数据库表。 但也有一点小问题,install-guide 上没有写得太详细,也可能我看得不够仔细,呵呵 。一个是没有说配置连接池配置文件,另一个是中文有点问题。 总结如下: 安装环境: JDK 1.5.05 tomcat-5.5.17 mysql-5.0.27 apache-roller-4.0 安装使用的是 msyql 数据库,现建立数据库和用户 mysql> create database rollerdb default charset utf8 collate utf8_general_ci; 文档 ...
     恢复了一下系统,eclipse europa 就启动不了了,弹出个提示框就退出了。jdk 没有 问题。 eclipse 3.2 版本可以使用。后来无意卸载了雅虎助手,中文上网,ebay 工具条等软件,竟然就能用了,奇怪啊。莫非某个软件对 europa 有影响,回头再试试 赫赫
默认用 CREATE DATABASE dbname; 创建的 mysql 数据库是 lat1 编码的,我们一般需要 utf8 编码来支持中文,等多语言 可以用如下命令: CREATE DATABASE IF NOT EXISTS dbname default charset utf8 COLLATE utf8_general_ci; 其中 COLLATE utf8_general_ci 似乎是按照 utf8 编码排序 或者写成 CREATE DATABASE dbname default charset utf8;
svg 路径 <path> 元素 path 的属性,2 个 d="path data" 路径上点的坐标 pathLength="<number>" 路径总长度 example: <path d="M 100 100 L 300 200 L 200 300 z" style="fill:none;stroke;blue;stroke-width:5" /> M 表示移动到当前点 M 100 100 指将当前点移动到坐标(100, 100) 的地方 L 表示绘制直线 & ...
     最近用到了一些 svg 展示相关的内容,准备整理一下。希望对用到的人有些参考作用 算抛砖引玉。
roller 的部署参考项目文档 roller-install-guide.pdf ,比较详细按照做就好了。 另外,roller-install-guide.odt 是 open office 的文件格式,是一种 xml 文件的 压缩格式,如果用rar 等工具可以看到内部的结构。
下载 resin3.1.2 解压缩, 进入resin3.1.2 运行 httpd.exe 启动resin 服务, 访问 http://localhost:8080/ (晕,竟然保存不成功, javaeye 的同学要查查这个bug) 将 resin 注册为 windows 服务 resin-3.1.2>httpd -install -conf conf/resin.conf 在 resin-3.1.2/conf 目录下提供了一些 .conf 配置文件,应该是启动的配置文件 ,没细研究,这里使用了 resin.conf 文件 windows 服务可以使用 net 命令来启动和终止,s ...
window --> preferences --> code style --> code template
   人说世事无常,命运有的时候真的不公平。一个人的力量虽然小,但是汇聚很多的话,也是很 可观的。如果方便的话请你也去帮她拍一张小小的捐助卡。谢谢。           地址:http://shop34748930.taobao.com/         如果想多了解一些看看这里:http://qingyan2007.blog.sohu.com/
下载了一个 jforum 2.1.7 beta3 它的web 向导配置数据库方式还挺有趣的,像安装 php 论坛程序。 安装时遇到点问题: Please give write access for the user who is running the webserver to the file 'index.htm' and for the directory 'WEB-INF/config' and its subdirectories before continuing. 说是文件没有写权限,去掉只读属性仍然不行。 在网上查道一个不知所云的解决方法 在JForum的安装目录下增 ...
Ladies and gentlemen , boys and girls, kindergarten kids, and all divine creatures of the universe! Here comes, after successfully  having myself in a mess tonight ,please allow me to take a deep breath first ... he ...hu... ,the pulse music... The lesson is , never promise ,you're gonna break it ...
'Hot Seat' is a American slang for the electronic chair (a method of execution) . The phrase 'in the hot seat' has come to refer to any kind of bad situation. Example: If you lie to your girlfriend, you will be in the hot seat . in the hot seat 表示有麻烦
Global site tag (gtag.js) - Google Analytics