-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
36 lines (29 loc) · 2.09 KB
/
index.xml
File metadata and controls
36 lines (29 loc) · 2.09 KB
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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Javascript on 点滴记录</title>
<link>https://cxjava.github.io/categories/javascript/</link>
<description>Recent content in Javascript on 点滴记录</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh-cn</language>
<lastBuildDate>Fri, 06 Apr 2012 15:06:00 +0800</lastBuildDate>
<atom:link href="https://cxjava.github.io/categories/javascript/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>UglifyJS压缩js文件和jsp里面的js代码</title>
<link>https://cxjava.github.io/post/uglifyjs%E5%8E%8B%E7%BC%A9js%E6%96%87%E4%BB%B6%E5%92%8Cjsp%E9%87%8C%E9%9D%A2%E7%9A%84js%E4%BB%A3%E7%A0%81/</link>
<pubDate>Fri, 06 Apr 2012 15:06:00 +0800</pubDate>
<guid>https://cxjava.github.io/post/uglifyjs%E5%8E%8B%E7%BC%A9js%E6%96%87%E4%BB%B6%E5%92%8Cjsp%E9%87%8C%E9%9D%A2%E7%9A%84js%E4%BB%A3%E7%A0%81/</guid>
<description><blockquote>
<p>如果你不知道UglifyJS就out了,jquery的官方压缩工具啦~
本来UglifyJS没有windows的客户端压缩工具,后来自己参照YUI的BAT工具(好像是淘宝一个哥们写的)改写了一个,具体见下面的说明。</p></description>
</item>
<item>
<title>ExtJS input readOnly backspace</title>
<link>https://cxjava.github.io/post/ext%E7%9A%84%E7%BB%84%E4%BB%B6%E8%AE%BE%E7%BD%AEreadonly%E5%92%8Cdisabled%E4%B9%8B%E5%90%8E%E6%8C%89backspace%E9%A1%B5%E9%9D%A2%E5%90%8E%E9%80%80%E7%9A%84%E9%97%AE%E9%A2%98/</link>
<pubDate>Mon, 15 Aug 2011 16:59:00 +0800</pubDate>
<guid>https://cxjava.github.io/post/ext%E7%9A%84%E7%BB%84%E4%BB%B6%E8%AE%BE%E7%BD%AEreadonly%E5%92%8Cdisabled%E4%B9%8B%E5%90%8E%E6%8C%89backspace%E9%A1%B5%E9%9D%A2%E5%90%8E%E9%80%80%E7%9A%84%E9%97%AE%E9%A2%98/</guid>
<description><blockquote>
<p>Ext的组件设置readOnly和disabled之后,按backspace页面后退的问题 </p></description>
</item>
</channel>
</rss>