??xml version="1.0" encoding="utf-8" standalone="yes"?>国产高清美女一级毛片久久,欧美日本韩国一区二区,亚洲综合图片http://www.aygfsteel.com/windfly/archive/2016/08/21/431650.html风飞?windfly)风飞?windfly)Sun, 21 Aug 2016 10:46:00 GMThttp://www.aygfsteel.com/windfly/archive/2016/08/21/431650.htmlhttp://www.aygfsteel.com/windfly/comments/431650.htmlhttp://www.aygfsteel.com/windfly/archive/2016/08/21/431650.html#Feedback0http://www.aygfsteel.com/windfly/comments/commentRss/431650.htmlhttp://www.aygfsteel.com/windfly/services/trackbacks/431650.htmlJSON基础知识点:

1>
    
JSONQJavaScript  Object  NotationQ是一U简单的数据格式Q比XMLdy

    JSON是JavaScript原生格式。这意味着在JavaScript中处理JSON格式数据不需要Q何特D格式的API或者工具包?br />
    JSON的规则很单,JSON对象是一个无序的键值对集合。以{开始,}l束?br />
    JSON对象的属性的值可以是一个JSON对象Q也可以是一个方法?br />
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 <script type="text/javascript">
    //声明一个Json对象
    var jsonObject={
       "name":"windfly",
       "age":8,
       "address":{"country":"China","city":"Beijing"},
       "testMethod":function(){
            alert("This is a test method!");
        }
    };
  
     //弹出json对象的属?/code>
     alert(jsonObject.name);
     alert(jsonObject.age);
     alert(jsonObject.address.country);
     alert(jsonObject.address.city);
  
     //调用json对象的方?/code>
      jsonObject.testMethod();
  
 </script>

2>
    
补充知识点:
        使用eval()Ҏ把一个字W串转成本地js代码执行
1
2
3
4
5
6
7
<script type="text/javascript">
     
    var testStr="alert('hello windfly')";
 
    eval(testStr);//q句代码会执行alert('hello windfly')
 
</script>
   
      q入正题Q如何将一个字W串转成一个json对象Q这是我们关心的?br />
1
2
3
4
5
6
7
8
9
10
11
 <script type="text/javascript">
  
     var jsonStr="{'name':'windfly'}";
      
     //上面的字符串{成json对象
      var jsonObject=eval("("+jsonStr+")");
      
     //弹出json对象的属?/code>
      alert(jsonObject.name);
  
 </script>
   
        推荐文章Q?nbsp;json与jsonp的联pM区别   

        待箋...
          

风飞?windfly) 2016-08-21 18:46 发表评论
]]>
常见单异常处理汇?/title><link>http://www.aygfsteel.com/windfly/archive/2016/08/16/431596.html</link><dc:creator>风飞?windfly)</dc:creator><author>风飞?windfly)</author><pubDate>Tue, 16 Aug 2016 07:50:00 GMT</pubDate><guid>http://www.aygfsteel.com/windfly/archive/2016/08/16/431596.html</guid><wfw:comment>http://www.aygfsteel.com/windfly/comments/431596.html</wfw:comment><comments>http://www.aygfsteel.com/windfly/archive/2016/08/16/431596.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/windfly/comments/commentRss/431596.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/windfly/services/trackbacks/431596.html</trackback:ping><description><![CDATA[<p><br /><span style="font-size: 10pt"><strong>常见的普通简单的异常汇总:</strong></span><br /><br />    1.   <span style="font-size: 10pt; color: ">懒加载异常:</span><span style="color: ">  <span style="color: #ff0000">org.hibernate.LazyInitializationException<br /></span></span>          <span style="font-size: 10pt">成因Q?/span><span style="font-size: 10pt">加蝲懒数据时Session已经关闭Q可能后台已l蟩转了好几个action<br />           解决Q在  *.hbm.xml  中配|?nbsp;   lazy="false"<br />代码Q?/span></p> <div style="font-size: 13px; border-top: #cccccc 1px solid; border-right: #cccccc 1px solid; width: 98%; border-bottom: #cccccc 1px solid; word-break: break-all; padding-bottom: 4px; padding-top: 4px; padding-left: 4px; border-left: #cccccc 1px solid; padding-right: 5px; background-color: #eeeeee"><!--<br /> <br /> Code highlighting produced by Actipro CodeHighlighter (freeware)<br /> http://www.CodeHighlighter.com/<br /> <br /> --><span style="color: #008080">1</span><img alt="" src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" /><span style="color: #008000"><!--</span><span style="color: #008000"> children属?nbsp;</span><span style="color: #008000">--></span><span style="color: #000000"><br /></span><span style="color: #008080">2</span><span style="color: #000000"><img alt="" src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />            </span><span style="color: #0000ff"><</span><span style="color: #800000">set </span><span style="color: #ff0000">name</span><span style="color: #0000ff">="children"</span><span style="color: #ff0000"> order-by</span><span style="color: #0000ff">="id ASC"</span><span style="color: #ff0000"> lazy</span><span style="color: #0000ff">="false"</span><span style="color: #0000ff">></span><span style="color: #000000"><br /></span><span style="color: #008080">3</span><span style="color: #000000"><img alt="" src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />                </span><span style="color: #0000ff"><</span><span style="color: #800000">key </span><span style="color: #ff0000">column</span><span style="color: #0000ff">="parentId"</span><span style="color: #0000ff">></</span><span style="color: #800000">key</span><span style="color: #0000ff">></span><span style="color: #000000"><br /></span><span style="color: #008080">4</span><span style="color: #000000"><img alt="" src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />                </span><span style="color: #0000ff"><</span><span style="color: #800000">one-to-many </span><span style="color: #ff0000">class</span><span style="color: #0000ff">="Privilege"</span><span style="color: #0000ff">/></span><span style="color: #000000"><br /></span><span style="color: #008080">5</span><span style="color: #000000"><img alt="" src="http://www.aygfsteel.com/images/OutliningIndicators/None.gif" align="top" />            </span><span style="color: #0000ff"></</span><span style="color: #800000">set</span><span style="color: #0000ff">></span></div> <p><span style="font-size: 10pt"><br /><br />更新?..<br /></span>   <span style="color: #ff0000"> </span></p> <div style="border-top: #ff0000 1px solid; border-right: #ff0000 1px solid; width: 100%; border-bottom: #ff0000 1px solid; border-left: #ff0000 1px solid"> <p>作者:<a >风飞?windfly)</a></p> <p>出处Q?a >http://windfly.blogjava.net/</a></p> <p>本文版权归作者和博客园共有,Ƣ迎转蝲Q但未经作者同意必M留此D声明,且在文章面明显位置l出原文链接?</p></div> <img src ="http://www.aygfsteel.com/windfly/aggbug/431596.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/windfly/" target="_blank">风飞?windfly)</a> 2016-08-16 15:50 <a href="http://www.aygfsteel.com/windfly/archive/2016/08/16/431596.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>MyEclipse和Eclipse中开发中常用快捷?/title><link>http://www.aygfsteel.com/windfly/archive/2016/08/15/431581.html</link><dc:creator>风飞?windfly)</dc:creator><author>风飞?windfly)</author><pubDate>Mon, 15 Aug 2016 15:15:00 GMT</pubDate><guid>http://www.aygfsteel.com/windfly/archive/2016/08/15/431581.html</guid><wfw:comment>http://www.aygfsteel.com/windfly/comments/431581.html</wfw:comment><comments>http://www.aygfsteel.com/windfly/archive/2016/08/15/431581.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/windfly/comments/commentRss/431581.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/windfly/services/trackbacks/431581.html</trackback:ping><description><![CDATA[<br /> <strong style="font-size: 10pt">MyEclipse和Eclipse中开发中常用快捷键(自用Q用到新的就dq来<span style="color: #ff0000">*</span><span style="color: #ff0000">*</span><span style="color: #ff0000">*代表太常用了</span>Q:<br />    </strong><span style="font-size: 10pt">Q对于一般普通通用的其他文本编辑中的快捷键q里?/span><span style="font-size: 10pt">略)</span><br style="font-size: 10pt" /> <br style="font-size: 10pt" /> <span style="font-size: 10pt">        调试相关</span><strong style="font-size: 10pt"><span style="color: #ff0000">*</span><span style="color: #ff0000">*</span><span style="color: #ff0000">*</span></strong><span style="font-size: 10pt">Q?/span><br style="font-size: 10pt" /> <br style="font-size: 10pt" /> <span style="font-size: 10pt">        【F11】:调试最后一ơ执行的E序?nbsp;</span><br style="font-size: 10pt" /> <span style="font-size: 10pt">        【Ctrl+F11】:q行最后一ơ执行的E序?nbsp;</span><br style="font-size: 10pt" /> <span style="font-size: 10pt">        【F5】:跟踪到方法中Q当E序执行到某ҎӞ可以按【F5】键跟踪到方法中?nbsp;</span><br style="font-size: 10pt" /> <span style="font-size: 10pt">        【F6】:单步执行E序?nbsp;</span><br style="font-size: 10pt" /> <span style="font-size: 10pt">        【F7】:执行完方法,q回到调用此Ҏ的后一条语句?nbsp;</span><br style="font-size: 10pt" /> <span style="font-size: 10pt">        【F8】:l箋执行Q到下一个断ҎE序l束?/span><br style="font-size: 10pt" /> <br style="font-size: 10pt" /> <span style="font-size: 10pt; color: red"> </span><span style="font-size: 10pt; color: #ff0000"> </span><span style="font-size: 10pt">      Ctrl+O        ------------------------------昄当前cM成员变量和方?/span><span style="font-size: 10pt; color: #ff0000">***</span><br style="font-size: 10pt" /> <br style="font-size: 10pt" /> <span style="font-size: 10pt">        再次 Ctrl+O       -------------------------昄</span><span style="font-size: 10pt; color: #ff0000">l承q来?/span><span style="font-size: 10pt; color: ">成员变量和方?span style="color: #ff0000">***</span></span><br style="font-size: 10pt" /> <br style="font-size: 10pt" /> <span style="font-size: 10pt">        shift+Ctrl+R      -------------------------open resource  快速打开资源文g</span><span style="font-size: 10pt; color: #ff0000">***</span><br style="font-size: 10pt" /> <br style="font-size: 10pt" /> <span style="font-size: 10pt">        shift+Ctrl+T      -------------------------open  Type     快速打开一些类型包括一些配|文?/span><span style="font-size: 10pt; color: #ff0000">***</span><br style="font-size: 10pt" /> <br style="font-size: 10pt" /> <span style="font-size: 10pt">        shift+Alt+A       -------------------------快速操作,cM于小学手握多支笔抄字词一?/span><br style="font-size: 10pt" /> <br style="font-size: 10pt" /> <span style="font-size: 10pt">        再次shift+Alt+A    -----------------------退Z面的快捷操作</span><br style="font-size: 10pt" /> <br style="font-size: 10pt" /> <span style="font-size: 10pt">        Ctrl+Q             --------------------------光标回到上次~辑的位|?/span><span style="font-size: 10pt; color: #ff0000">***</span><br style="font-size: 10pt" /> <br style="font-size: 10pt" /> <span style="font-size: 10pt">        Ctrl+2+L         ---------------------------自动补全Ҏq回值类型和名称</span><span style="font-size: 10pt; color: #ff0000">***</span><br style="font-size: 10pt" /> <br style="font-size: 10pt" /> <span style="font-size: 10pt">        shift+Alt+L      -----------------------------效果和上面的差不?有的快捷键与W记本自带快捷键冲突)</span><br style="font-size: 10pt" /> <br style="font-size: 10pt" /> <span style="font-size: 10pt">        Alt+↑               -----------------------------快速移动代?nbsp; 向上(效果相当于Ctrl+X,再Ctrl+V)</span><span style="font-size: 10pt; color: #ff0000">***</span><br style="font-size: 10pt" /> <br style="font-size: 10pt" /> <span style="font-size: 10pt">        Alt+↓               -----------------------------快速移动代?nbsp; 向下(效果相当于Ctrl+X,再Ctrl+V)</span><span style="font-size: 10pt; color: #ff0000">***</span><br style="font-size: 10pt" /> <br style="font-size: 10pt" /> <span style="font-size: 10pt">        Ctrl+shift+O      ----------------------------导包</span><span style="font-size: 10pt; color: #ff0000">***</span><br style="font-size: 10pt" /> <br style="font-size: 10pt" /> <span style="font-size: 10pt">        Ctrl+Alt+↓      ------------------------------向下复制_脓Q我的冲H,Ҏ Ctrl+↓+↓Q?/span><br style="font-size: 10pt" /> <br style="font-size: 10pt" /> <span style="font-size: 10pt">        Ctrl+Alt+↑     ------------------------------向上复制_脓</span><br style="font-size: 10pt" /> <br style="font-size: 10pt" /> <span style="font-size: 10pt">        Ctrl+H         -------------------------------打开search搜烦框,可用于模p搜?/span><span style="font-size: 10pt; color: #ff0000">***<br /> <br />         </span><span style="font-size: 10pt; color: ">Ctrl+T         -------------------------------昄当前cȝl承l构<span style="color: #ff0000">***<br /> <br />         </span><span style="color: ">Ctrl + /       -------------------------------一行一行注释,再次按则取消注释<span style="color: #ff0000">***</span><br /> <br />         Ctrl+shift+  /    ---------------------------多行一h?span style="color: #ff0000">***</span><br /> <br />         Ctrl+shift+ \     ---------------------------取消上面的多行注?span style="color: #ff0000">***</span><br /> <br />         Ctrl+K       --------------------------------鼠标先选中关键词,在这个快捷键下可以快速寻找下一?span style="color: #ff0000">***</span> <br /> <br />         Ctrl+Z       --------------------------------撤销(一般在其他文本~辑中也是通用?<br /> <br />         Ctrl+Y       --------------------------------取消上面的撤销<span style="color: #ff0000">***</span> <br /> <br />         Ctrl+S       -------------------------------保存当前文档<br /> <br />         Ctrl+shift+S       -------------------------保存所有的已经打开未保存的文g<br /> <br />         Ctrl+W      --------------------------------关闭当前文档<br /> <br />         Ctrl+shift+W  -----------------------------关闭所有已打开的文?br /> <br />         Ctrl+shift+P   定位Cl匹配符的另外一个,如鼠标光标在{q里Q用这个快捷键自动光标跛_与之匚w的}<span style="color: #ff0000">***</span></span><span style="color: #ff0000"><br /> <br /> </span><span style="color: "><strong>其他Q?br />     <br /> </strong></span><span style="font-size: 10pt; color: "><strong> </strong>       <span style="white-space: normal; word-spacing: 0px; text-transform: none; float: none; color: #333333; font: 14px/24px arial, 宋体, sans-serif; widows: 1; display: inline !important; letter-spacing: normal; background-color: #ffffff; text-indent: 28px; -webkit-text-stroke-width: 0px">Alt+Shift+Z 重构的后悔药(Undo)</span><br /> </span><span style="color: #ff0000"><strong><br />         <span style="white-space: normal; word-spacing: 0px; text-transform: none; float: none; color: #333333; font: 10pt/24px arial, 宋体, sans-serif; widows: 1; display: inline !important; letter-spacing: normal; background-color: #ffffff; text-indent: 28px; -webkit-text-stroke-width: 0px">Alt+Shift+R 重命?br /> <br />         <font color="#ff0000">  </font><span style="white-space: normal; word-spacing: 0px; text-transform: none; float: none; color: #333333; font: 10pt/24px arial, 宋体, sans-serif; widows: 1; display: inline !important; letter-spacing: normal; background-color: #ffffff; text-indent: 28px; -webkit-text-stroke-width: 0px">Ctrl+Shift+F 格式化当前代?br /> <br />           <span style="white-space: normal; word-spacing: 0px; text-transform: none; float: none; color: #333333; font: 10pt/24px arial, 宋体, sans-serif; widows: 1; display: inline !important; letter-spacing: normal; background-color: #ffffff; text-indent: 28px; -webkit-text-stroke-width: 0px">Alt+Shift+M 抽取Ҏ<br /> <br />           <font color="#ff0000"><span style="font-size: 10pt">*</span></font><span style="white-space: normal; word-spacing: 0px; text-transform: none; float: none; color: #333333; font: 10pt/24px arial, 宋体, sans-serif; widows: 1; display: inline !important; letter-spacing: normal; background-color: #ffffff; text-indent: 28px; -webkit-text-stroke-width: 0px">Ctrl+/(键?  关于折叠代码讄  详情请参考http://jingyan.baidu.com/article/4853e1e562d9751908f72654.html<br /> <br />           <font color="#ff0000"><span style="font-size: 10pt">*</span></font><span style="white-space: normal; word-spacing: 0px; text-transform: none; float: none; color: #333333; font: 10pt/24px arial, 宋体, sans-serif; widows: 1; display: inline !important; letter-spacing: normal; background-color: #ffffff; text-indent: 28px; -webkit-text-stroke-width: 0px">Ctrl+×(键? <font color="#333333"><span style="font-size: 10pt">关于折叠代码讄  详情请参考http://jingyan.baidu.com/article/4853e1e562d9751908f72654.html</span></font><br /> <br />             <font color="#ff0000"><span style="font-size: 10pt">*</span><font color="#333333"><span style="font-size: 10pt">(</span></font></font></span><span style="white-space: normal; word-spacing: 0px; text-transform: none; float: none; color: #333333; font: 10pt/24px arial, 宋体, sans-serif; widows: 1; display: inline !important; letter-spacing: normal; background-color: #ffffff; text-indent: 28px; -webkit-text-stroke-width: 0px">关于折叠代码我的是配|成了Ctrl+F+F快捷?font color="#333333"><span style="font-size: 10pt">)</span><br /> <br />            <font color="#ff0000"><span style="font-size: 10pt">*</span></font> <span style="white-space: normal; word-spacing: 0px; text-transform: none; float: none; color: #333333; font: 10pt/24px arial, 宋体, sans-serif; widows: 1; display: inline !important; letter-spacing: normal; background-color: #ffffff; text-indent: 28px; -webkit-text-stroke-width: 0px">Ctrl+M 最大化当前的Edit或View (再按则反?<br /> <br />             <span style="white-space: normal; word-spacing: 0px; text-transform: none; float: none; color: #333333; font: 10pt/24px arial, 宋体, sans-serif; widows: 1; display: inline !important; letter-spacing: normal; background-color: #ffffff; text-indent: 28px; -webkit-text-stroke-width: 0px">Ctrl+L 定位在某?(输入行号Q自动定?<br /> <br />             <span style="font-size: 10pt; font-family: arial, 宋体, sans-serif; font-variant: normal; white-space: normal; word-spacing: 0px; text-transform: none; float: none; color: #333333; font-style: normal; widows: 1; display: inline !important; letter-spacing: normal; line-height: 24px; background-color: #ffffff; text-indent: 28px; -webkit-text-stroke-width: 0px">Shift+Enter 在当前行的下一行插入空?q时鼠标可以在当前行的Q一位置,相当于EndQ然后Enter)<br /> <br />             <span style="white-space: normal; word-spacing: 0px; text-transform: none; float: none; color: #333333; font: 10pt/24px arial, 宋体, sans-serif; widows: 1; display: inline !important; letter-spacing: normal; background-color: #ffffff; text-indent: 28px; -webkit-text-stroke-width: 0px">Alt+← 前一个编辑的面</span><br /> <br />             <span style="white-space: normal; word-spacing: 0px; text-transform: none; float: none; color: #333333; font: 10pt/24px arial, 宋体, sans-serif; widows: 1; display: inline !important; letter-spacing: normal; background-color: #ffffff; text-indent: 28px; -webkit-text-stroke-width: 0px">Alt+→ 下一个编辑的面</span><br /> <br />             <span style="white-space: normal; word-spacing: 0px; text-transform: none; float: none; color: #333333; font: 10pt/24px arial, 宋体, sans-serif; widows: 1; display: inline !important; letter-spacing: normal; background-color: #ffffff; text-indent: 28px; -webkit-text-stroke-width: 0px">alt+shift+zQ给选择的代码添加try catch?/span><br /> <br /> <strong>补充通用快捷键:<br /> <br />         </strong>ctrl+—> 光标右移一个单词,遇到I格Q就Ud一个空?br />         shift+->Q每按一下选中一个字W?br />         ctrl+shift+->Q光标右UM个单词,且选中<br />         HomeQ光标定位到行头<br />         EndQ?光标定位到行末尾<br />         ctrl+HomeQ光标定位到文g?br />         ctrl+EndQ?光标定位到文件尾<br />         shift+HomeQ从当前光标位置一直选择到行?br />         shift+EndQ?从当前光标位|一直选择到行末尾<br />         ctrl+shift+HomeQ从当前光标位置一直选择到文件头<br />         ctrl+shift+EndQ?从当前光标位|一直选择到文件尾<br /> <br />         ctrl+aQ全?br />         ctrl+cQ复?br />         ctrl+vQ粘?br />         ctrl+sQ保?br />         ctrl+zQ撤销<br />         ctrl+xQ剪?br />         ctrl+fQ查?br />         ctrl+sQ保存当前文?br />         ctrl+shift+sQ保存所有已打开且未保存的文?/span></span></span></font></span></span></span></span></span></strong></span></span><span style="color: "><span style="color: #ff0000"><strong><span style="white-space: normal; word-spacing: 0px; text-transform: none; float: none; color: #333333; font: 10pt/24px arial, 宋体, sans-serif; widows: 1; display: inline !important; letter-spacing: normal; background-color: #ffffff; text-indent: 28px; -webkit-text-stroke-width: 0px"><span style="white-space: normal; word-spacing: 0px; text-transform: none; float: none; color: #333333; font: 10pt/24px arial, 宋体, sans-serif; widows: 1; display: inline !important; letter-spacing: normal; background-color: #ffffff; text-indent: 28px; -webkit-text-stroke-width: 0px"><span style="white-space: normal; word-spacing: 0px; text-transform: none; float: none; color: #333333; font: 10pt/24px arial, 宋体, sans-serif; widows: 1; display: inline !important; letter-spacing: normal; background-color: #ffffff; text-indent: 28px; -webkit-text-stroke-width: 0px"><span style="white-space: normal; word-spacing: 0px; text-transform: none; float: none; color: #333333; font: 10pt/24px arial, 宋体, sans-serif; widows: 1; display: inline !important; letter-spacing: normal; background-color: #ffffff; text-indent: 28px; -webkit-text-stroke-width: 0px"><span style="white-space: normal; word-spacing: 0px; text-transform: none; float: none; color: #333333; font: 10pt/24px arial, 宋体, sans-serif; widows: 1; display: inline !important; letter-spacing: normal; background-color: #ffffff; text-indent: 28px; -webkit-text-stroke-width: 0px"><font color="#333333"><span style="white-space: normal; word-spacing: 0px; text-transform: none; float: none; color: #333333; font: 10pt/24px arial, 宋体, sans-serif; widows: 1; display: inline !important; letter-spacing: normal; background-color: #ffffff; text-indent: 28px; -webkit-text-stroke-width: 0px"><span style="white-space: normal; word-spacing: 0px; text-transform: none; float: none; color: #333333; font: 10pt/24px arial, 宋体, sans-serif; widows: 1; display: inline !important; letter-spacing: normal; background-color: #ffffff; text-indent: 28px; -webkit-text-stroke-width: 0px"><span style="font-size: 10pt; font-family: arial, 宋体, sans-serif; font-variant: normal; white-space: normal; word-spacing: 0px; text-transform: none; float: none; color: #333333; font-style: normal; widows: 1; display: inline !important; letter-spacing: normal; line-height: 24px; background-color: #ffffff; text-indent: 28px; -webkit-text-stroke-width: 0px"><br />         ctrl+dQ删除一行,删除所?br />         F2Q修Ҏ件名</span><br /> </span></span></font></span></span></span></span></span></strong></span></span><br />         遇到新的常用再更?..<br />         <br /> <audio controls="controls" style="display: none;"></audio><img src ="http://www.aygfsteel.com/windfly/aggbug/431581.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/windfly/" target="_blank">风飞?windfly)</a> 2016-08-15 23:15 <a href="http://www.aygfsteel.com/windfly/archive/2016/08/15/431581.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>开发中的犯二小l?/title><link>http://www.aygfsteel.com/windfly/archive/2016/08/13/431568.html</link><dc:creator>风飞?windfly)</dc:creator><author>风飞?windfly)</author><pubDate>Sat, 13 Aug 2016 08:14:00 GMT</pubDate><guid>http://www.aygfsteel.com/windfly/archive/2016/08/13/431568.html</guid><wfw:comment>http://www.aygfsteel.com/windfly/comments/431568.html</wfw:comment><comments>http://www.aygfsteel.com/windfly/archive/2016/08/13/431568.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/windfly/comments/commentRss/431568.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/windfly/services/trackbacks/431568.html</trackback:ping><description><![CDATA[<span style="font-size: 10pt;">开发中有些错误是弱智,很二的,然而这些错误可能卡你很长时_把自己遇到的犯二记录下来吧!<br /> <br />     </span><span style="font-size: 10pt"><strong>在配|?.hbm.xml时候,误把property写成properties<br /> </strong><br style="font-size: 10pt" />     <strong>在前端页面jq选择器获取元素时Q误?("某某?)写成${"某某?}<br /> <br />     在判断字W串内容是否相同Ӟ记得要用equals("xxx")Q偶会不小心写?=="</strong></span><span style="font-size: 10pt"><br /> <br /> </span><br />    <audio controls="controls" style="display: none;"></audio><img src ="http://www.aygfsteel.com/windfly/aggbug/431568.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/windfly/" target="_blank">风飞?windfly)</a> 2016-08-13 16:14 <a href="http://www.aygfsteel.com/windfly/archive/2016/08/13/431568.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Q福利)web前端好看模板分n——来自杨青博?/title><link>http://www.aygfsteel.com/windfly/archive/2016/07/23/431300.html</link><dc:creator>风飞?windfly)</dc:creator><author>风飞?windfly)</author><pubDate>Sat, 23 Jul 2016 12:57:00 GMT</pubDate><guid>http://www.aygfsteel.com/windfly/archive/2016/07/23/431300.html</guid><wfw:comment>http://www.aygfsteel.com/windfly/comments/431300.html</wfw:comment><comments>http://www.aygfsteel.com/windfly/archive/2016/07/23/431300.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/windfly/comments/commentRss/431300.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/windfly/services/trackbacks/431300.html</trackback:ping><description><![CDATA[<div align="center"><br /> <br /> <br /> <br /> <br /> <br />                             <br />                         </div> <div><span style="white-space: pre"></span>                            已经为需要模板的朋友打包好了      http://pan.baidu.com/s/1nvIWgvJ 密码: aaga<br />  <br />                             解压密码Qyangqq.com<br /> </div> <div></div> <div><span style="white-space: pre"></span>                            所有前端模板{存自 杨青博客 <a target="_blank">http://www.yangqq.com/download/<br /> <br /> </a></div> <div></div> <div><span style="white-space: pre"></span>                            本h只是本着互联|优U资源׃n原则Q如用于商业用途,请与 模板本h“杨青”联系?br /> </div> <div></div> <div><span style="white-space: pre"></span>                            产生的Q何问题与本h无关?br /> <br /> <audio controls="controls" style="display: none;"></audio> </div><img src ="http://www.aygfsteel.com/windfly/aggbug/431300.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/windfly/" target="_blank">风飞?windfly)</a> 2016-07-23 20:57 <a href="http://www.aygfsteel.com/windfly/archive/2016/07/23/431300.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss> <footer> <div class="friendship-link"> <a href="http://www.aygfsteel.com/" title="狠狠久久亚洲欧美专区_中文字幕亚洲综合久久202_国产精品亚洲第五区在线_日本免费网站视频">狠狠久久亚洲欧美专区_中文字幕亚洲综合久久202_国产精品亚洲第五区在线_日本免费网站视频</a> </div> </footer> վ֩ģ壺 <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ľ˹</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">䴨</a>| <a href="http://" target="_blank">ľ</a>| <a href="http://" target="_blank">̩˳</a>| <a href="http://" target="_blank">Ǹ</a>| <a href="http://" target="_blank">ͼʲ</a>| <a href="http://" target="_blank">IJ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ӥ̶</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ƽ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ɽ</a>| <a href="http://" target="_blank">⽭</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ˮ</a>| <a href="http://" target="_blank">ͬ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ų</a>| <a href="http://" target="_blank">ʯ</a>| <a href="http://" target="_blank">ĵ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ƽ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">Ϫ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ƽ</a>| <a href="http://" target="_blank"></a>| <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body>