<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[xinking520的专栏]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/xinking520</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; xinking520]]></copyright><item><title><![CDATA[润乾报表web相关配置]]></title><link>https://blog.csdn.net/xinking520/article/details/83983234</link><guid>https://blog.csdn.net/xinking520/article/details/83983234</guid><author>xinking520</author><pubDate>Tue, 09 Aug 2011 14:46:01 +0800</pubDate><description><![CDATA[1、&amp;lt;!-- 润乾报表 satrt --&amp;gt; &amp;lt;servlet&amp;gt;  &amp;lt;servlet-name&amp;gt;com.runqian.report.view.DataServlet&amp;lt;/servlet-name&amp;gt;  &amp;lt;servlet-class&amp;gt;com.runqian.report.view.DataServletExt&amp;lt;/servlet-class...]]></description><category></category></item><item><title><![CDATA[切割图片]]></title><link>https://blog.csdn.net/xinking520/article/details/83425348</link><guid>https://blog.csdn.net/xinking520/article/details/83425348</guid><author>xinking520</author><pubDate>Tue, 30 Jun 2009 11:32:42 +0800</pubDate><description><![CDATA[以前一直使用ps进行切割，累人。。今天突然想到使用css尝试一下：
准备图片：

 
该图片的位深度为32，比如要取“垃圾桶”
使用css
&amp;lt;style type=&quot;text/css&quot;&amp;gt;
*{
	border:0;
	margin:0;
	padding:0;
}
#div1 {
	background:url(1.png) -96px -160px no-r...]]></description><category></category></item><item><title><![CDATA[花哨的日历]]></title><link>https://blog.csdn.net/xinking520/article/details/83396093</link><guid>https://blog.csdn.net/xinking520/article/details/83396093</guid><author>xinking520</author><pubDate>Wed, 13 May 2009 11:56:13 +0800</pubDate><description><![CDATA[从网上copy来的花哨的日历，会不断更新
一、随鼠标变动，停止后成时钟
 &amp;lt;SCRIPT language=JavaScript&amp;gt;dCol='000000';//date colour.fCol='000000';//face colour.sCol='000000';//seconds colour.mCol='000000';//minutes colour.hCol='000...]]></description><category></category></item><item><title><![CDATA[层的移动入门一]]></title><link>https://blog.csdn.net/xinking520/article/details/83358989</link><guid>https://blog.csdn.net/xinking520/article/details/83358989</guid><author>xinking520</author><pubDate>Tue, 03 Mar 2009 13:45:30 +0800</pubDate><description><![CDATA[层的拖动思路为：
1、计算鼠标的偏移量：鼠标的位置-对象的位置
2、计算最后的位置：移动后鼠标位置+偏移量
ok，开始。
获取鼠标的位置：
//获取鼠标的坐标
function mouseCoords(ev)
{

	if (ev.pageX || ev.pageY) 
	{
		return {
			x :ev.pageX,
			y :ev.pageY
		};
	}
	return {
	...]]></description><category></category></item><item><title><![CDATA[捕捉鼠标点击]]></title><link>https://blog.csdn.net/xinking520/article/details/83357343</link><guid>https://blog.csdn.net/xinking520/article/details/83357343</guid><author>xinking520</author><pubDate>Wed, 25 Feb 2009 16:08:48 +0800</pubDate><description><![CDATA[两个函数帮助我们捕捉鼠标点击:onmousedown与onmouseup.当我们获取document.onmousedown时，我们同时获取了任何对象的点击属性如:text,images,tables等等.我们只想获取那些需要的属性，所以我们设置函数来获取。
document.onmouseup = mouseUp;
var dragObject = null;
function makeClic...]]></description><category></category></item><item><title><![CDATA[获取鼠标坐标]]></title><link>https://blog.csdn.net/xinking520/article/details/83357315</link><guid>https://blog.csdn.net/xinking520/article/details/83357315</guid><author>xinking520</author><pubDate>Wed, 25 Feb 2009 14:59:42 +0800</pubDate><description><![CDATA[需要获取鼠标的坐标．只需要将用户函数绑定到document.onmousemove就可以了，同时要考虑的ie与firefox等浏览器的区别。
首先，绑定
document.onmousemove=mouseMove;
  
其次，制作自定义用户函数mouseMove(ev)
function mouseMove(event){
      ev= event|| window.event;//所有...]]></description><category></category></item><item><title><![CDATA[javaFX资料]]></title><link>https://blog.csdn.net/xinking520/article/details/83329386</link><guid>https://blog.csdn.net/xinking520/article/details/83329386</guid><author>xinking520</author><pubDate>Thu, 01 Jan 2009 22:41:18 +0800</pubDate><description><![CDATA[JavaFX Script 编程语言（以下称为JavaFX）是Sun微系统公司开发的一种declarative, statically typed(声明性的、静态类型)脚本语言。JavaFX技术有着良好的前景，包括可以直接调用Java API的能力。因为 JavaFX Script是静态类型，它同样具有结构化代码、重用性和封装性，如包、类、继承和单独编译和发布单元，这些特性使得使用Java技术创建...]]></description><category></category></item><item><title><![CDATA[Java专业术语标准化规范]]></title><link>https://blog.csdn.net/xinking520/article/details/83329385</link><guid>https://blog.csdn.net/xinking520/article/details/83329385</guid><author>xinking520</author><pubDate>Thu, 01 Jan 2009 22:38:26 +0800</pubDate><description><![CDATA[Java专业术语标准化规范
http://www.enet.com.cn/article/2008/0115/A20080115109881.shtml
-A- 　　AJAX: (建议不译，原因：专有名词) [Asynchronous JavaScript and XML，异步JavaScript及XML] 　　annotation: 注解 　　Ant: (建议不译，原因：专有名词) 　　AOP:...]]></description><category></category></item><item><title><![CDATA[在线学习资料]]></title><link>https://blog.csdn.net/xinking520/article/details/83329363</link><guid>https://blog.csdn.net/xinking520/article/details/83329363</guid><author>xinking520</author><pubDate>Thu, 01 Jan 2009 18:22:37 +0800</pubDate><description><![CDATA[http://caterpillar.onlyfun.net/Gossip/index.html]]></description><category></category></item><item><title><![CDATA[extjs学习视频]]></title><link>https://blog.csdn.net/xinking520/article/details/83329358</link><guid>https://blog.csdn.net/xinking520/article/details/83329358</guid><author>xinking520</author><pubDate>Thu, 01 Jan 2009 17:10:08 +0800</pubDate><description><![CDATA[http://www.dojochina.com/index.php?q=node/902
http://www.vifir.com/Video/#
 ]]></description><category></category></item><item><title><![CDATA[制作小字]]></title><link>https://blog.csdn.net/xinking520/article/details/83324023</link><guid>https://blog.csdn.net/xinking520/article/details/83324023</guid><author>xinking520</author><pubDate>Thu, 11 Dec 2008 17:09:37 +0800</pubDate><description><![CDATA[小字的制作学习，地址为：http://wy263.uu1001.com/read.php?tid-70-fpage-2.html
 呵呵。
我的结果：
 ]]></description><category></category></item><item><title><![CDATA[ps 添加字体]]></title><link>https://blog.csdn.net/xinking520/article/details/83324005</link><guid>https://blog.csdn.net/xinking520/article/details/83324005</guid><author>xinking520</author><pubDate>Thu, 11 Dec 2008 16:55:00 +0800</pubDate><description><![CDATA[ps基础，点滴收藏。
1.利用搜索引擎一搜：ps 字体，然后下载一个自己中意的。
2.下载一种字体保存起来(我通常都保存在桌面上) ，桌面上会出现一个压缩包,我们点击右键解压到当前文件夹，解压出来一个文件.复制、粘贴到C:\WINDOWS\Fonts这个文件夹里，OK完成.
很简单，呵呵
补充：
想知道怎么打出粗体字,越粗越好？ 
在工具栏选取字体工具选项后,在属性栏处会显示出一排属性值.你将鼠标...]]></description><category></category></item><item><title><![CDATA[学习GXT的资料]]></title><link>https://blog.csdn.net/xinking520/article/details/83322997</link><guid>https://blog.csdn.net/xinking520/article/details/83322997</guid><author>xinking520</author><pubDate>Mon, 08 Dec 2008 17:58:42 +0800</pubDate><description><![CDATA[学习GXT的网络资源太少,不过还好GXT是基于GWT的，关于GWT的相关资料就要多点，所以，为了便于查看，放于此，不断更新
1.GXT官方文档
http://www.extjs.com/products/gxt/
gxt个人blog:
http://christianposta.com/blog/?p=6
gwt扩展
http://gwt-widget.sourceforge.net/
http:...]]></description><category></category></item><item><title><![CDATA[gxt prc]]></title><link>https://blog.csdn.net/xinking520/article/details/83322974</link><guid>https://blog.csdn.net/xinking520/article/details/83322974</guid><author>xinking520</author><pubDate>Mon, 08 Dec 2008 16:59:34 +0800</pubDate><description><![CDATA[gxt即Ext GWT: Rich Internet Application Framework for GWT，因此，gxt rpc 的核心是gwt rpc,故此，参阅一些网络资料，支持作者，尊重版权，列出如下：
1、http://www.thescreencast.com/2007/08/gwt-rpc-in-eclipse.html
2、http://blog.sina.com.cn/s/b...]]></description><category></category></item><item><title><![CDATA[ps 制作 条形码]]></title><link>https://blog.csdn.net/xinking520/article/details/83322729</link><guid>https://blog.csdn.net/xinking520/article/details/83322729</guid><author>xinking520</author><pubDate>Sun, 07 Dec 2008 18:00:32 +0800</pubDate><description><![CDATA[学习一下简单的ps制作，看到一个关于条形码的，呵呵，原文出处：http://edu.itbulo.com/200712/121575.htm
先看看我制作的效果，呵呵
 具体步骤如下：
一、新建一个图层背景为透明

二、选择直径为1硬度为100%的画笔,按住shift键画出一条直线，注意前景色为#000000(黑色)

 三、执行滤镜---填加---杂色 
四、运用自动变换(垂直)拉伸（按住ctr...]]></description><category></category></item><item><title><![CDATA[gxt在tomcate6上运行配置]]></title><link>https://blog.csdn.net/xinking520/article/details/83322560</link><guid>https://blog.csdn.net/xinking520/article/details/83322560</guid><author>xinking520</author><pubDate>Sat, 06 Dec 2008 16:32:12 +0800</pubDate><description><![CDATA[上一篇介绍了gxt简单入门，运行环境实在GWT自带的环境下，那么如何在tomcate下运行呢？毕竟使用tomcate大有人在。一起来动手吧。 一、构建环境 下载:tomcat6.x。下载、解压后，添加到eclispe中即可。（这个步骤不用说了，对吧？）. 其他步骤一样，即添加GWT插件及配置 GWT Home目录，具体步骤请参阅上一篇文章吧。 二、编写简单实例 
1、新建一个动态 web项目
同上...]]></description><category></category></item><item><title><![CDATA[gxt:ext-gwt入门]]></title><link>https://blog.csdn.net/xinking520/article/details/83322411</link><guid>https://blog.csdn.net/xinking520/article/details/83322411</guid><author>xinking520</author><pubDate>Fri, 05 Dec 2008 19:14:09 +0800</pubDate><description><![CDATA[从今天开始研究gxt （我也刚接触，大家一起提高，学习）也就是mygwt加入extjs阵营以后的新版本(gxt1.2),关于gxt(ext gwt)与gwt-ext的区别,请自行查阅相关资料.
再次说明：不是 研究gwt-ext,而是，Ext GWT（原名MyGWT）是一个开源的Google Web Toolkit的扩展，它帮助开发人员非常容易地创建AJAX Web应用。Ext GWT是100%基...]]></description><category></category></item><item><title><![CDATA[JdbcTemplate 研究]]></title><link>https://blog.csdn.net/xinking520/article/details/83293975</link><guid>https://blog.csdn.net/xinking520/article/details/83293975</guid><author>xinking520</author><pubDate>Sun, 26 Oct 2008 18:40:22 +0800</pubDate><description><![CDATA[开发环境：eclipse+lomboz+mysql6.0
所需jar包：commons-dbcp.jar,commons-pool.jar,commons-logging.jar,mysql-connector-java-5.0.7-bin.jar,spring.jar
一、建立数据库(springdemo)和book表
[code=&quot;sql&quot;]
CREATE TABLE `book` (...]]></description><category></category></item><item><title><![CDATA[在tomcat6.0.18下手动配置jndi]]></title><link>https://blog.csdn.net/xinking520/article/details/83293622</link><guid>https://blog.csdn.net/xinking520/article/details/83293622</guid><author>xinking520</author><pubDate>Fri, 24 Oct 2008 16:21:58 +0800</pubDate><description><![CDATA[服务器：tomcat6.0.18
数据库：mysql-6.0.3-alpha-win32
数据库驱动：mysql-connector-java-5.0.7-bin.jar
[color=red]一.jndi简介[/color]
JNDI(Java Naming and Directory Interface)是一个应用程序设计的API，为开发人员提供了查找和访问各种命名和目录服务的通用、统...]]></description><category></category></item><item><title><![CDATA[生成myeclipse6.0的注册码]]></title><link>https://blog.csdn.net/xinking520/article/details/83293516</link><guid>https://blog.csdn.net/xinking520/article/details/83293516</guid><author>xinking520</author><pubDate>Fri, 24 Oct 2008 10:51:27 +0800</pubDate><description><![CDATA[以下代码编译通过,运行输入注册名,后就生成序列号了,呵呵,太强大了!
[code=&quot;java&quot;]
import java.io.*;

public class Test
{
	private static final String LL = &quot;Decompiling this copyrighted software is a violation of both your licen...]]></description><category></category></item></channel></rss>