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

推荐订阅源

Google DeepMind News
Google DeepMind News
T
The Blog of Author Tim Ferriss
MongoDB | Blog
MongoDB | Blog
B
Blog RSS Feed
N
News and Events Feed by Topic
GbyAI
GbyAI
I
InfoQ
P
Privacy & Cybersecurity Law Blog
AWS News Blog
AWS News Blog
Cisco Talos Blog
Cisco Talos Blog
C
Check Point Blog
Recent Announcements
Recent Announcements
D
Darknet – Hacking Tools, Hacker News & Cyber Security
D
Docker
P
Proofpoint News Feed
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Scott Helme
Scott Helme
C
CERT Recently Published Vulnerability Notes
Apple Machine Learning Research
Apple Machine Learning Research
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
N
News and Events Feed by Topic
C
CXSECURITY Database RSS Feed - CXSecurity.com
Microsoft Security Blog
Microsoft Security Blog
L
LangChain Blog
W
WeLiveSecurity
S
Securelist
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
www.infosecurity-magazine.com
www.infosecurity-magazine.com
K
Kaspersky official blog
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Schneier on Security
Schneier on Security
Stack Overflow Blog
Stack Overflow Blog
S
Security Affairs
NISL@THU
NISL@THU
O
OpenAI News
Vercel News
Vercel News
C
Cyber Attacks, Cyber Crime and Cyber Security
Y
Y Combinator Blog
T
Tor Project blog
G
GRAHAM CLULEY
T
Tailwind CSS Blog
博客园 - Franky
Webroot Blog
Webroot Blog
Simon Willison's Weblog
Simon Willison's Weblog
Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
V2EX - 技术
V2EX - 技术
H
Help Net Security
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
F
Full Disclosure

博客园 - 铭天

亲家网络的面试,请大家谨慎过去 redis命令String 安装redis RedHat6安装gcc Visual Studio 2015激活码,Visual Studio 2015密钥 从程序员到翻译的感受 取客户MAP地址 .net中的浅拷贝和深拷贝 DataReader转实体<T> 关于.Net类型转换 Jquery传数组数据到Mvc后台 Silverlight TreeView控件的增删改查 Visual Studio 2010序列号 SilverLight3访问Wcf - 铭天 - 博客园 DataTable到范型转换 访问Oracle11g的.net组件 js特效和树 自定义WebPart菜单 SilverLight2CheckBox动态调用WebService
JSChart控件 & Ajax 图片
铭天 · 2008-11-18 · via 博客园 - 铭天

http://www.wujianrong.com/archives/javascript/

Ajax 图片 http://bbs.okajax.com/thread-186-1-1.html

http://www.vifir.com/upload/daxia/WK2L8UxjDMairEeG.pdf

buttons: [{
    text:'批量刪除',
    handler:function(){
   
    var rows=grid.getSelectionModel().getSelections();
     var permission_id = '';
     for(var i=0;i <rows.length;i++){
      if(i>0){
       permission_id = permission_id + ',' + rows[i].get('permission_id');
      }else{
       permission_id = permission_id + rows[i].get('permission_id');
      }
     }
         mainForm.getForm().submit({
              url:'{{$__ROOT}}permission/delete',
              params:{permission_id:permission_id},
      //waitMsg:'Submitting.....',
      success: function(form,action){
       location.href='{{$__ROOT}}permission';
      },
      failure: function(){
       location.href='{{$__ROOT}}permission';
      }
     })
         }
   },
   {
    text:'新增',
    id:'add_btn'
   }]

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>cs测试</title>

<style>
  body
  {
   margin:10px;
  }
 
  #content{
   border-left:1px solid #11a3ff;
 border-bottom:1px solid #11a3ff;
 border-right:1px solid #11a3ff;
 padding:15px;
 font-size:12px;
 
  }

    ul#tabnav{
  list-style-type:none;
  margin:0px;
  padding-left:0px;
  padding-bottom:23px;
  border-bottom:1px solid #11a3ff;
  font:bold 12px verdana,arial;
 }
 
 ul#tabnav li{
  float:left;
  height:22px;
  background-color:#a3dbff;
  marging:0px 3px 0px 0px;
  border:1px solid #11a3ff;
 }
 
 ul#tabnav a:link,ul#tabnav a:visited{
   display:block;
   color:#006eb3;
   text-decoration:none;
   padding:5px 10px 3px 10px;
 }
 
 ul# tabnav a:hover{
  background-color:#006eb3;
  color:#ffffff;
 }
 body#home li.home,body#news li.news,body#blog li.blog{
  border-botton:1px solid #ffffff;
  color:#000000;
  background:background-color:#ffffff;
 }
 
</style>
</head>

<body id="home">
 <ul id="tabnav">
   <li class="home" ><a href="">首页</a></li>
   <li class="news"><a href="">新闻</a></li>
   <li class="sports"><a href="">体育</a></li>
   <li class="music"><a href="">音乐</a></li>
   <li class="nextstation"><a href="">下一站</a></li>
 </ul>


<div id="content">
 <ul>
  <li>[首页]今年的冬天雪下得太晚</li>
  <li>[首页]今年的冬天雪下得太晚</li>
  <li>[首页]今年的冬天雪下得太晚</li>
  <li>[首页]今年的冬天雪下得太晚</li>
  <li>[首页]今年的冬天雪下得太晚</li>
  <li>[首页]今年的冬天雪下得太晚cbdcn-xinglian</li>
 </ul>
</div>
</body>
</html>