惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

N
News | PayPal Newsroom
Security Archives - TechRepublic
Security Archives - TechRepublic
Hacker News: Ask HN
Hacker News: Ask HN
H
Hacker News: Front Page
Apple Machine Learning Research
Apple Machine Learning Research
TaoSecurity Blog
TaoSecurity Blog
Help Net Security
Help Net Security
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
V
V2EX
Hugging Face - Blog
Hugging Face - Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
人人都是产品经理
人人都是产品经理
博客园 - 三生石上(FineUI控件)
Security Latest
Security Latest
Cloudbric
Cloudbric
WordPress大学
WordPress大学
S
SegmentFault 最新的问题
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Know Your Adversary
Know Your Adversary
A
Arctic Wolf
L
LangChain Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
The GitHub Blog
The GitHub Blog
P
Proofpoint News Feed
W
WeLiveSecurity
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
M
MIT News - Artificial intelligence
Google DeepMind News
Google DeepMind News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Cloudflare Blog
小众软件
小众软件
NISL@THU
NISL@THU
云风的 BLOG
云风的 BLOG
P
Privacy & Cybersecurity Law Blog
S
Security @ Cisco Blogs
博客园 - 【当耐特】
I
InfoQ
Vercel News
Vercel News
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
P
Proofpoint News Feed
O
OpenAI News
Google DeepMind News
Google DeepMind News
N
News and Events Feed by Topic
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
K
Kaspersky official blog
T
Threat Research - Cisco Blogs
量子位
宝玉的分享
宝玉的分享

博客园 - CowboyRyan

Agile WDR 读书笔记 获取 光盘信息 关于 python 的注释 python 调用 c 模块 hibernate 将图片写入 oracle blob jquery学习总结 之 dialog Excel开发总结:关于C#导入导出excel的那些琐事 转:HTML及XML语言的转义字符 - CowboyRyan - 博客园 关于SVN:合并提交是如何操作的? ActiveSync 无法同步解决记录 RH 基本文件操作命令 捣鼓Ubuntu下RPM安装 vm下linux 界面切换 杂 感 悟 测试杀毒软件强不强 【Transformer Ⅱ 】观感 关于 Windows Server 2008 许可证到期 使用PowerDesigner生成HTML功能 PowerDesigner建立已存在字段索引
ExtJs 笔记1
CowboyRyan · 2009-07-30 · via 博客园 - CowboyRyan

【2009年7月30日记】

1.使用整个 ext 目录嵌入 ASP.NET项目中生成时候会报错,只需把 example 目录移除即可;

2.注意关键字fields正确拼写;

3.在使用grid.GridPanel 时候注意,如果是试用使用json方式获取数据,那么声明columnsl时候就写‘cm’,如果是一般的话,就写成columns;

4.当使用FF排除错误的时候,可以head中加入ext-all-debug.js来调试;

5.在使用grid.GridPanel 时候注意,其里面的columns属性声明的元素中必须包含【id】这个属性