??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲性一级理论片在线观看,亚洲美女色在线欧洲美女,国产午夜亚洲精品国产成人小说http://m.tkk7.com/mmwy/搬家==?lt;a >www.soapui.cn</a>zh-cnSun, 11 May 2025 06:16:06 GMTSun, 11 May 2025 06:16:06 GMT60Struts2 的datetimepicker TaglibQ在使用freemarker做result type时的问题http://m.tkk7.com/mmwy/archive/2007/04/20/112136.htmlmmwymmwyFri, 20 Apr 2007 02:26:00 GMThttp://m.tkk7.com/mmwy/archive/2007/04/20/112136.htmlhttp://m.tkk7.com/mmwy/comments/112136.htmlhttp://m.tkk7.com/mmwy/archive/2007/04/20/112136.html#Feedback0http://m.tkk7.com/mmwy/comments/commentRss/112136.htmlhttp://m.tkk7.com/mmwy/services/trackbacks/112136.html
211672 [http-8080-Processor25] ERROR freemarker.runtime  - 
on line 
7, column 17 in admin/index.ftl s.datetimepicker not found.
The problematic instruction:
----------
==> user-directive s.datetimepicker [on line 7, column 17 in admin/index.ftl]
----------

Java backtrace for programmers:
----------
freemarker.core.InvalidReferenceException: on line 
7, column 17 in admin/index.ftl s.datetimepicker not found.

试着google一下,正好有h也提交了q个bugQ改?<@s.dateTimePicker />Q问题解?br />
The fix is as follows:

In struts2-core-
2.0.6:
org.apache.struts2.views.freemarker.tags.StrutsModels

has a method
getDateTimePicker()

Which should be re-named:
getDatetimepicker()

to match with the naming convention.


hello,struts2.jpg


mmwy 2007-04-20 10:26 发表评论
]]>
让birt2.1.x支持rtf、ppt、xlshttp://m.tkk7.com/mmwy/archive/2007/04/08/109240.htmlmmwymmwySun, 08 Apr 2007 07:42:00 GMThttp://m.tkk7.com/mmwy/archive/2007/04/08/109240.htmlhttp://m.tkk7.com/mmwy/comments/109240.htmlhttp://m.tkk7.com/mmwy/archive/2007/04/08/109240.html#Feedback2http://m.tkk7.com/mmwy/comments/commentRss/109240.htmlhttp://m.tkk7.com/mmwy/services/trackbacks/109240.html
3.Re:BIRTp工具的問?/span>[Re: uxa]     Copy to clipboard
Posted by: uxa
Posted on: 
2006-09-15 15:28

E過q次的失敗後~~弟i於試出來了
不過感覺它似乎只是support xls file format並沒有excel的一些功?gt; <

1. download eclipse plugin BIRTQ小弟抓的是birt-report-designer-all-in-one-2_1_0.zip
其解開後把eclipse\plugins和eclipse\features這兩個目錄放到eclipse的目錄底?br />珑֜eclipse打開Q?zhn)已經可以開始a計p了?br />
2. BIRT預設有支援HTML和PDF的格式,以下說明如何支援xls格式
a. download xls-emitter-bin_2
.1.0.zipQ解開後plugins複製到eclipse\plugins?br />b. download poi-bin-3.0-alpha2-20060616.zipQ解開後jar檔複製到eclipse\plugins\ org.uguess.birt.report.engine.emitter.xls_2.1.0.200607031206\lib
c. xls-emitter-bin_2
.1.0.zip解開後有個path的目錄,
(
1) org.eclipse.birt.report.designer.ui目錄下的檔案複製到eclipse\plugins\org.eclipse.birt.report.designer.ui.preview_2.1.0.*.jar
(
2)org.eclipse.birt.report.viewer目錄下的檔案複製到eclipse\plugins\ org.eclipse.birt.report.viewer_2.1.0.*\birt\WEB-INF\lib\viewservlets.jar
(
3)org.eclipse.birt.report.engine目錄下的檔案複製到eclipse\plugins\org.eclipse.birt.report.engine_2.1.0.*.jar

完成後啟動eclipse可看到在view report的按鈕上多了xls和ppt兩種格式

BIRT下載位置Qhttp://download.eclipse.org/birt/downloads/
Tribix下載位置Qhttps://sourceforge.net/projects/tribix
psQ請注意版本的問,BIRT2
.1.0請搭配Tribix XLS Emitter 2.1.0版本Q在|換檔名的部份也請注意\徑是否正?/span>



mmwy 2007-04-08 15:42 发表评论
]]>
在birt2.1.2中显C条形码http://m.tkk7.com/mmwy/archive/2007/04/07/109052.htmlmmwymmwyFri, 06 Apr 2007 19:37:00 GMThttp://m.tkk7.com/mmwy/archive/2007/04/07/109052.htmlhttp://m.tkk7.com/mmwy/comments/109052.htmlhttp://m.tkk7.com/mmwy/archive/2007/04/07/109052.html#Feedback4http://m.tkk7.com/mmwy/comments/commentRss/109052.htmlhttp://m.tkk7.com/mmwy/services/trackbacks/109052.html
今晚看birt文Q第 23 ?使用 Java ~写事g处理E序Q,例子中用java实现了一个LabelEventAdapter的适配器,Ҏ(gu){օ素进行事件控制。脑子里灵光一玎ͼg条码有着落了?br />
我的试例子很简单,l承ImageEventAdapterc,重蝲onCreateҎ(gu)Q以q行条Ş码处?br />
 1 package cn.ynzc.common.birt.test;
 2 
 3 import java.io.File;
 4 import java.io.FileOutputStream;
 5 
 6 import jbarcodebean.Code128;
 7 import jbarcodebean.JBarcodeBean;
 8 
 9 import org.apache.commons.codec.digest.DigestUtils;
10 import org.eclipse.birt.report.engine.api.script.IReportContext;
11 import org.eclipse.birt.report.engine.api.script.eventadapter.ImageEventAdapter;
12 import org.eclipse.birt.report.engine.api.script.instance.IImageInstance;
13 
14 public class MyLabelClass extends ImageEventAdapter {
15 
16   public void onCreate(IImageInstance image, IReportContext reportContext) {
17     try {
18       //实际应用中,可以使用image.getRowData().getColumnValue("columnname")获得字段?/span>
19       String code = "ABCDEF123-2222";
20       //gwindows文g名中不允怋用?”等W号Q干脆将codeq行md5散列处理
21       File file = new File(System.getProperty("java.io.tmpdir"), DigestUtils.md5Hex(code));
22       //避免每次都进行条码文件生?/span>
23       if (!file.exists()) {
24         JBarcodeBean bb = new JBarcodeBean();
25         bb.setCodeType(new Code128());
26         bb.setShowText(true);
27         bb.setBarcodeHeight(45); //条码高度
28         bb.setCode(code);
29         bb.gifEncode(new FileOutputStream(file));
30       }
31       image.setFile(file.getAbsolutePath());
32     }
33     catch (Exception e) {
34       e.printStackTrace();
35     }
36   }
37 
38 }
39 

试用的birt报表文g单得要死Q就往上面扔了个image元素Q设|其Event Handler Class为刚才写好的javac,最l得到的rptdesign文g内容如下Q?br />
 1 <?xml version="1.0" encoding="UTF-8"?>
 2 <!-- Written by Eclipse BIRT 2.0 -->
 3 <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.6" id="1">
 4     <property name="createdBy">Eclipse BIRT Designer Version 2.1.2.v20070205-1728 Build &lt;20070205-1728></property>
 5     <property name="units">in</property>
 6     <page-setup>
 7         <simple-master-page name="Simple MasterPage" id="2"/>
 8     </page-setup>
 9     <body>
10         <image id="4">
11             <property name="eventHandlerClass">cn.ynzc.common.birt.test.MyLabelClass</property>
12         </image>
13     </body>
14 </report>

q行试Q条形码出来?br />
birt.jpg

遗留问题Q?br />q次是调用org.eclipse.birt.report.engine.api.script.instance.IImageInstance.setFile()来解决问题,从javadoc可以看到QIImageInstance有很多方法可以调用,其它Ҏ(gu)分别有什么作用?比如我尝试了半天的setData(byte[])Ҏ(gu)Q一开始以为是用这个方法直接把囑Ş数据setq去okQ结果未成功?br />



mmwy 2007-04-07 03:37 发表评论
]]>
利用birt2.1.2的IRunAndRenderTask.addScriptableJavaObject在birt中调用spring beahttp://m.tkk7.com/mmwy/archive/2007/04/06/108955.htmlmmwymmwyFri, 06 Apr 2007 07:39:00 GMThttp://m.tkk7.com/mmwy/archive/2007/04/06/108955.htmlhttp://m.tkk7.com/mmwy/comments/108955.htmlhttp://m.tkk7.com/mmwy/archive/2007/04/06/108955.html#Feedback3http://m.tkk7.com/mmwy/comments/commentRss/108955.htmlhttp://m.tkk7.com/mmwy/services/trackbacks/108955.htmladdScriptableJavaObject(java.lang.String jsName, java.lang.Object obj)Ҏ(gu)Q利用这个方法,在直接调用birt api操作处理报表的时候,我们可以Q何java对象通过addScriptableJavaObject("xxx",Object)加进birt去,然后在birt脚本中直接调用xxx.method()q行操作?br />
我的试是在一个webwork+spring+hibernate的webapp应用中进行的Q进行报表处理的代码参照http://wiki.eclipse.org/index.php/Servlet_Example~写Q在代码中,写了一?/code>task.addScriptableJavaObject("ctx",
WebApplicationContextUtils.getWebApplicationContext(sc));

birt中定义了一个scripts datasourceQ然后定义一个data setQ在dataset的openҎ(gu)中编写脚?br />
infoManager=ctx.getBean("infoManager");
infos=infoManager.loadAll();
...


mmwy 2007-04-06 15:39 发表评论
]]>
win2003上iis与tomcat的整?/title><link>http://m.tkk7.com/mmwy/archive/2007/03/19/104743.html</link><dc:creator>mmwy</dc:creator><author>mmwy</author><pubDate>Mon, 19 Mar 2007 07:39:00 GMT</pubDate><guid>http://m.tkk7.com/mmwy/archive/2007/03/19/104743.html</guid><wfw:comment>http://m.tkk7.com/mmwy/comments/104743.html</wfw:comment><comments>http://m.tkk7.com/mmwy/archive/2007/03/19/104743.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://m.tkk7.com/mmwy/comments/commentRss/104743.html</wfw:commentRss><trackback:ping>http://m.tkk7.com/mmwy/services/trackbacks/104743.html</trackback:ping><description><![CDATA[在apache|站上已l有很详l的介绍<br />http://tomcat.apache.org/connectors-doc/reference/iis.html<br /><br />有几Ҏ(gu)意的Q?br />1、除了照文的例子在注册?b>"HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi Redirector\1.0"</b>建相应键值外Q还可以?b>isapi_redirect.dll</b>所在的目录?b>“isapi_redirect.properties?/b>文g?br /><br />2、extension_uri=/jakarta/isapi_redirect.dll<br />q个extension_uri写成什么\径,得在iis站点中徏相应名字的虚拟目录(执行权限Q,以保?jakarta/isapi_redirect.dll能被正常讉K到?br /><br />3、除文档上介l的几大步(注册表、网站、虚拟\径等Q以外,win2003 iis上还得做下面q个步骤<br /><br /><strong>新徏应用E序扩展</strong><br />在IIS理器左侧网站下面选中Web服务扩展Q添加一个新的Web服务扩展Q扩展名为jakarta,d要求得文件ؓ(f)D:\Tomcat5.0\bin\jakart\isapi_redirect.dll,q设|扩展状态ؓ(f)允许?br />Q注Q来?<a title="http://www.cnrui.cn/blog/article.asp?id=179" >http://www.cnrui.cn/blog/article.asp?id=179</a> Q?br /><br /><br /><br /><br /><img src ="http://m.tkk7.com/mmwy/aggbug/104743.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/mmwy/" target="_blank">mmwy</a> 2007-03-19 15:39 <a href="http://m.tkk7.com/mmwy/archive/2007/03/19/104743.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Birt 2.1.1中table row背景颜色交替昄http://m.tkk7.com/mmwy/archive/2006/11/24/83150.htmlmmwymmwyThu, 23 Nov 2006 17:04:00 GMThttp://m.tkk7.com/mmwy/archive/2006/11/24/83150.htmlhttp://m.tkk7.com/mmwy/comments/83150.htmlhttp://m.tkk7.com/mmwy/archive/2006/11/24/83150.html#Feedback0http://m.tkk7.com/mmwy/comments/commentRss/83150.htmlhttp://m.tkk7.com/mmwy/services/trackbacks/83150.html
选中table的detail行,切换到script标签Q在onPrepare事g中输?br />
 
count=1;

在onCreate事g中输?br />
1count++;
2this.getStyle().backgroundColor=(count%2==0?"red":"blue");

或是直接打开xml sourceQ在相应的detail位置上修Ҏ(gu)码ؓ(f)
                <detail>
                  
<row id="66">
                    .
                    
<method name="onPrepare"><![CDATA[count=1;]]></method>
                    
<method name="onCreate"><![CDATA[count++;this.getStyle().backgroundColor=(count%2==0?"red":"blue");]]></method>
                    ..

xxxxx.jpg



mmwy 2006-11-24 01:04 发表评论
]]>
Birt 2.1.1 DataSet利用报表参数动态查?/title><link>http://m.tkk7.com/mmwy/archive/2006/11/23/82924.html</link><dc:creator>mmwy</dc:creator><author>mmwy</author><pubDate>Wed, 22 Nov 2006 17:48:00 GMT</pubDate><guid>http://m.tkk7.com/mmwy/archive/2006/11/23/82924.html</guid><wfw:comment>http://m.tkk7.com/mmwy/comments/82924.html</wfw:comment><comments>http://m.tkk7.com/mmwy/archive/2006/11/23/82924.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://m.tkk7.com/mmwy/comments/commentRss/82924.html</wfw:commentRss><trackback:ping>http://m.tkk7.com/mmwy/services/trackbacks/82924.html</trackback:ping><description><![CDATA[ <strong>定义报表参数Q?br /></strong> <br /> <p align="center"> <img alt="3.jpg" src="http://m.tkk7.com/images/blogjava_net/mmwy/3.jpg" border="0" height="202" width="433" /> </p> <br /> <br /> <strong>解决Ҏ(gu)一Q?br /></strong> <br /> <p align="center"> <img alt="1.jpg" src="http://m.tkk7.com/images/blogjava_net/mmwy/1.jpg" border="0" height="311" width="598" /> </p> <br /> <p align="center"> <img alt="2.jpg" src="http://m.tkk7.com/images/blogjava_net/mmwy/2.jpg" border="0" height="403" width="795" /> </p> <br /> <br /> <strong>解决办法二:(x)<br /></strong> <br />在报表空白处点击一下,然后切换到script标签Q选择beforeFactory?br /><p align="center"><img alt="4.jpg" src="http://m.tkk7.com/images/blogjava_net/mmwy/4.jpg" border="0" height="168" width="576" /></p><br /><img src ="http://m.tkk7.com/mmwy/aggbug/82924.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/mmwy/" target="_blank">mmwy</a> 2006-11-23 01:48 <a href="http://m.tkk7.com/mmwy/archive/2006/11/23/82924.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>hibernate.hbm2ddl.auto与import.sqlhttp://m.tkk7.com/mmwy/archive/2006/10/31/78187.htmlmmwymmwyMon, 30 Oct 2006 16:32:00 GMThttp://m.tkk7.com/mmwy/archive/2006/10/31/78187.htmlhttp://m.tkk7.com/mmwy/comments/78187.htmlhttp://m.tkk7.com/mmwy/archive/2006/10/31/78187.html#Feedback2http://m.tkk7.com/mmwy/comments/commentRss/78187.htmlhttp://m.tkk7.com/mmwy/services/trackbacks/78187.html
设hibernate.hbm2ddl.auto为update/create-drop/create后,在classpath中扔一?import.sqlq去Qhibernate启动时就?x)执行import.sql的内宏V?br />
11860 [main] INFO  org.hibernate.tool.hbm2ddl.SchemaExport  - Running hbm2ddl schema export
11860 [main] DEBUG org.hibernate.tool.hbm2ddl.SchemaExport  - import file not found: /import.sql
11875 [main] INFO  org.hibernate.tool.hbm2ddl.SchemaExport  - exporting generated schema to database


mmwy 2006-10-31 00:32 发表评论
]]>
W记Q?0061015在CentOS4.3上搭建PHP服务器环境(GD、libmcrypt、mysql、Oracle10g支持Q?/title><link>http://m.tkk7.com/mmwy/archive/2006/10/15/75207.html</link><dc:creator>mmwy</dc:creator><author>mmwy</author><pubDate>Sat, 14 Oct 2006 18:46:00 GMT</pubDate><guid>http://m.tkk7.com/mmwy/archive/2006/10/15/75207.html</guid><wfw:comment>http://m.tkk7.com/mmwy/comments/75207.html</wfw:comment><comments>http://m.tkk7.com/mmwy/archive/2006/10/15/75207.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://m.tkk7.com/mmwy/comments/commentRss/75207.html</wfw:commentRss><trackback:ping>http://m.tkk7.com/mmwy/services/trackbacks/75207.html</trackback:ping><description><![CDATA[ <b>使用的安装包Q?br /><div style="border: 1px solid rgb(204, 204, 204); padding: 4px 5px 4px 4px; background-color: rgb(238, 238, 238); font-size: 13px; width: 98%;"><!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--><span style="color: rgb(0, 128, 128);"> 1</span> <span style="color: rgb(0, 0, 0);"></span><span style="color: rgb(0, 0, 0);">cronolog-</span><span style="color: rgb(0, 0, 0);">1.6.2</span><span style="color: rgb(0, 0, 0);">.tar.gz                              <br /></span><span style="color: rgb(0, 128, 128);"> 2</span><span style="color: rgb(0, 0, 0);">httpd-</span><span style="color: rgb(0, 0, 0);">2.0.59</span><span style="color: rgb(0, 0, 0);">.tar.gz                                <br /></span><span style="color: rgb(0, 128, 128);"> 3</span><span style="color: rgb(0, 0, 0);">instantclient-basic-linux32-</span><span style="color: rgb(0, 0, 0);">10.2.0.2</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">20060331</span><span style="color: rgb(0, 0, 0);">.zip  <br /></span><span style="color: rgb(0, 128, 128);"> 4</span><span style="color: rgb(0, 0, 0);">instantclient-sdk-linux32-</span><span style="color: rgb(0, 0, 0);">10.2.0.2</span><span style="color: rgb(0, 0, 0);">-</span><span style="color: rgb(0, 0, 0);">20060331</span><span style="color: rgb(0, 0, 0);">.zip    <br /></span><span style="color: rgb(0, 128, 128);"> 5</span><span style="color: rgb(0, 0, 0);">libmcrypt-</span><span style="color: rgb(0, 0, 0);">2.5.7</span><span style="color: rgb(0, 0, 0);">.tar.gz                             <br /></span><span style="color: rgb(0, 128, 128);"> 6</span><span style="color: rgb(0, 0, 0);">mhash-</span><span style="color: rgb(0, 0, 0);">0.9.7.1</span><span style="color: rgb(0, 0, 0);">.tar.gz                               <br /></span><span style="color: rgb(0, 128, 128);"> 7</span><span style="color: rgb(0, 0, 0);">mysql-</span><span style="color: rgb(0, 0, 0);">3.23.58</span><span style="color: rgb(0, 0, 0);">.tar.gz                               <br /></span><span style="color: rgb(0, 128, 128);"> 8</span><span style="color: rgb(0, 0, 0);">php-</span><span style="color: rgb(0, 0, 0);">4.4.4</span><span style="color: rgb(0, 0, 0);">.tar.gz     </span><span style="color: rgb(0, 0, 0);"></span></div></b> <b> <br />参考文?/b>Q?br /><ol><li><a >?Linux ?Windows 安装 PHP ?Oracle 10g Instant Client</a></li><li><a >Connecting to Oracle10g from PHP using OCI-8 (Linux)</a></li></ol><b>与文有出处的地?/b>Q?br /><ol><li>otn上只能下到zip格式的oracle 10g instant client basic和sdk包。解压羃后,全部攑ֈinstantclient_10_2目录下?br /><div style="border: 1px solid rgb(204, 204, 204); padding: 4px 5px 4px 4px; background-color: rgb(238, 238, 238); font-size: 13px; width: 98%;"><!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--><span style="color: rgb(128, 0, 0); font-weight: bold;">[</span><span style="color: rgb(128, 0, 0);">root@localhost sdk</span><span style="color: rgb(128, 0, 0); font-weight: bold;">]</span><span style="color: rgb(0, 0, 0);"># ls -l ..<br />total </span><span style="color: rgb(0, 0, 0);">115948</span><span style="color: rgb(0, 0, 0);"><br />-r--r--r--  </span><span style="color: rgb(0, 0, 0);">1</span><span style="color: rgb(0, 0, 0);"> root root  </span><span style="color: rgb(0, 0, 0);">1594191</span><span style="color: rgb(0, 0, 0);"> Feb  </span><span style="color: rgb(0, 0, 0);">5</span><span style="color: rgb(0, 0, 0);">  </span><span style="color: rgb(0, 0, 0);">2006</span><span style="color: rgb(0, 0, 0);"> classes12.jar<br />-rwxrwxr-x  </span><span style="color: rgb(0, 0, 0);">2</span><span style="color: rgb(0, 0, 0);"> root root </span><span style="color: rgb(0, 0, 0);">18774535</span><span style="color: rgb(0, 0, 0);"> Feb  </span><span style="color: rgb(0, 0, 0);">5</span><span style="color: rgb(0, 0, 0);">  </span><span style="color: rgb(0, 0, 0);">2006</span><span style="color: rgb(0, 0, 0);"> libclntsh.so<br />-rwxrwxr-x  </span><span style="color: rgb(0, 0, 0);">2</span><span style="color: rgb(0, 0, 0);"> root root </span><span style="color: rgb(0, 0, 0);">18774535</span><span style="color: rgb(0, 0, 0);"> Feb  </span><span style="color: rgb(0, 0, 0);">5</span><span style="color: rgb(0, 0, 0);">  </span><span style="color: rgb(0, 0, 0);">2006</span><span style="color: rgb(0, 0, 0);"> libclntsh.so</span><span style="color: rgb(0, 0, 0);">.10.1</span><span style="color: rgb(0, 0, 0);"><br />-r-xr-xr-x  </span><span style="color: rgb(0, 0, 0);">1</span><span style="color: rgb(0, 0, 0);"> root root  </span><span style="color: rgb(0, 0, 0);">5623929</span><span style="color: rgb(0, 0, 0);"> Feb  </span><span style="color: rgb(0, 0, 0);">5</span><span style="color: rgb(0, 0, 0);">  </span><span style="color: rgb(0, 0, 0);">2006</span><span style="color: rgb(0, 0, 0);"> libnnz10.so<br />-rwxrwxr-x  </span><span style="color: rgb(0, 0, 0);">1</span><span style="color: rgb(0, 0, 0);"> root root  </span><span style="color: rgb(0, 0, 0);">1398088</span><span style="color: rgb(0, 0, 0);"> Feb  </span><span style="color: rgb(0, 0, 0);">5</span><span style="color: rgb(0, 0, 0);">  </span><span style="color: rgb(0, 0, 0);">2006</span><span style="color: rgb(0, 0, 0);"> libocci.so</span><span style="color: rgb(0, 0, 0);">.10.1</span><span style="color: rgb(0, 0, 0);"><br />-rwxrwxr-x  </span><span style="color: rgb(0, 0, 0);">1</span><span style="color: rgb(0, 0, 0);"> root root </span><span style="color: rgb(0, 0, 0);">70690282</span><span style="color: rgb(0, 0, 0);"> Feb  </span><span style="color: rgb(0, 0, 0);">5</span><span style="color: rgb(0, 0, 0);">  </span><span style="color: rgb(0, 0, 0);">2006</span><span style="color: rgb(0, 0, 0);"> libociei.so<br />-r-xr-xr-x  </span><span style="color: rgb(0, 0, 0);">1</span><span style="color: rgb(0, 0, 0);"> root root   </span><span style="color: rgb(0, 0, 0);">119919</span><span style="color: rgb(0, 0, 0);"> Feb  </span><span style="color: rgb(0, 0, 0);">5</span><span style="color: rgb(0, 0, 0);">  </span><span style="color: rgb(0, 0, 0);">2006</span><span style="color: rgb(0, 0, 0);"> libocijdbc10.so<br />-r--r--r--  </span><span style="color: rgb(0, 0, 0);">1</span><span style="color: rgb(0, 0, 0);"> root root  </span><span style="color: rgb(0, 0, 0);">1540457</span><span style="color: rgb(0, 0, 0);"> Feb  </span><span style="color: rgb(0, 0, 0);">5</span><span style="color: rgb(0, 0, 0);">  </span><span style="color: rgb(0, 0, 0);">2006</span><span style="color: rgb(0, 0, 0);"> ojdbc14.jar<br />drwxr-xr-x  </span><span style="color: rgb(0, 0, 0);">4</span><span style="color: rgb(0, 0, 0);"> root root     </span><span style="color: rgb(0, 0, 0);">4096</span><span style="color: rgb(0, 0, 0);"> Oct </span><span style="color: rgb(0, 0, 0);">17</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">04</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 0);">27</span><span style="color: rgb(0, 0, 0);"> sdk<br /></span><span style="color: rgb(128, 0, 0); font-weight: bold;">[</span><span style="color: rgb(128, 0, 0);">root@localhost sdk</span><span style="color: rgb(128, 0, 0); font-weight: bold;">]</span><span style="color: rgb(0, 0, 0);"># ls -l<br />total </span><span style="color: rgb(0, 0, 0);">324</span><span style="color: rgb(0, 0, 0);"><br />drwxr-xr-x  </span><span style="color: rgb(0, 0, 0);">2</span><span style="color: rgb(0, 0, 0);"> root root   </span><span style="color: rgb(0, 0, 0);">4096</span><span style="color: rgb(0, 0, 0);"> Oct </span><span style="color: rgb(0, 0, 0);">17</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">04</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 0);">27</span><span style="color: rgb(0, 0, 0);"> demo<br />drwxr-xr-x  </span><span style="color: rgb(0, 0, 0);">2</span><span style="color: rgb(0, 0, 0);"> root root   </span><span style="color: rgb(0, 0, 0);">4096</span><span style="color: rgb(0, 0, 0);"> Oct </span><span style="color: rgb(0, 0, 0);">17</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">04</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 0);">27</span><span style="color: rgb(0, 0, 0);"> include<br />-r-xr-xr-x  </span><span style="color: rgb(0, 0, 0);">1</span><span style="color: rgb(0, 0, 0);"> root root    </span><span style="color: rgb(0, 0, 0);">346</span><span style="color: rgb(0, 0, 0);"> Oct </span><span style="color: rgb(0, 0, 0);">17</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">04</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 0);">27</span><span style="color: rgb(0, 0, 0);"> ott<br />-rw-r--r--  </span><span style="color: rgb(0, 0, 0);">1</span><span style="color: rgb(0, 0, 0);"> root root </span><span style="color: rgb(0, 0, 0);">298274</span><span style="color: rgb(0, 0, 0);"> Oct </span><span style="color: rgb(0, 0, 0);">17</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">04</span><span style="color: rgb(0, 0, 0);">:</span><span style="color: rgb(0, 0, 0);">27</span><span style="color: rgb(0, 0, 0);"> ottclasses.zip</span></div></li><li><span style="color: rgb(0, 0, 0);">php4.4.4已经提供?-with-oci8-instant-client参数的支持,同时修复了相兌丁,因此Q文档中为php打补丁、重?/span>“configure”脚本的步骤可以省略?/li></ol><b>环境变量</b>:<br /><ol><li>在LD_LIBRARY_PATH中添?span style="color: rgb(0, 0, 0);">oracle 10g instant client的\径?br /><div style="border: 1px solid rgb(204, 204, 204); padding: 4px 5px 4px 4px; background-color: rgb(238, 238, 238); font-size: 13px; width: 98%;"><!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--><span style="color: rgb(0, 0, 0);">export LD_LIBRARY_PATH</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">/www/server/instantclient_10_2/:${LD_LIBRARY_PATH}</span></div></span></li><li><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);">讄TNS_ADMIN为oracle tnsname.ora文g所在目录?br /><div style="border: 1px solid rgb(204, 204, 204); padding: 4px 5px 4px 4px; background-color: rgb(238, 238, 238); font-size: 13px; width: 98%;"><!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--><span style="color: rgb(0, 0, 0);">export TNS_ADMIN</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">/u01/app/oracle/product/10g/network/admin/</span></div></span></span></li></ol><b>~译脚本</b>Q?br /><div style="border: 1px solid rgb(204, 204, 204); padding: 4px 5px 4px 4px; background-color: rgb(238, 238, 238); font-size: 13px; width: 98%;"><!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--><span style="color: rgb(0, 0, 0);">./configure \<br />--prefix</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">/www/server/php-</span><span style="color: rgb(0, 0, 0);">4.4.4</span><span style="color: rgb(0, 0, 0);"> \<br />--with-apxs2</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">/www/server/httpd-</span><span style="color: rgb(0, 0, 0);">2.0.59</span><span style="color: rgb(0, 0, 0);">/bin/apxs \<br />--with-mysql</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">/www/server/mysql-</span><span style="color: rgb(0, 0, 0);">3.23.58</span><span style="color: rgb(0, 0, 0);"> \<br />--with-mcrypt</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">/www/server/libmcrypt-</span><span style="color: rgb(0, 0, 0);">2.5.7</span><span style="color: rgb(0, 0, 0);"> \<br />--with-mhash</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">/www/server/mhash-</span><span style="color: rgb(0, 0, 0);">0.9.7.1</span><span style="color: rgb(0, 0, 0);"> \<br />--with-gd --with-zlib \<br />--with-oci8-instant-client</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">/www/server/instantclient_10_2<br /></span></div>注:(x)需要用ln命o(h)为libclntsh.so.10.1创徏一个名?b>libclntsh.so</b>的连接,否则在configureq程中将?x)出现error:Link xxxx not found的错误。(<a >http://forums.oracle.com/forums/thread.jspa?messageID=1203218&#1203218</a>Q?br /><br /><b>试</b>Q?br /><ol><li>安装成功的话Q在phpinfo()信息中可以看到相应信?div style="border: 1px solid rgb(204, 204, 204); padding: 4px 5px 4px 4px; background-color: rgb(238, 238, 238); font-size: 13px; width: 98%;"><!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--><span style="color: rgb(0, 0, 0);">OCI8 Support                  enabled<br />Revision                      $Revision: </span><span style="color: rgb(0, 0, 0);">1.183.2.18.2.3</span><span style="color: rgb(0, 0, 0);"> $<br />Oracle Version                </span><span style="color: rgb(0, 0, 0);">10.1</span><span style="color: rgb(0, 0, 0);"><br />Compile-time ORACLE_HOME      /www/server/instantclient_10_2<br />Libraries Used                no value</span></div></li><li><span style="color: rgb(0, 0, 0);">试代码<div style="border: 1px solid rgb(204, 204, 204); padding: 4px 5px 4px 4px; background-color: rgb(238, 238, 238); font-size: 13px; width: 98%;"><!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--><span style="color: rgb(0, 128, 128);"> 1</span> <span style="color: rgb(0, 0, 0);"><?</span><span style="color: rgb(0, 0, 0);">php <br /></span><span style="color: rgb(0, 128, 128);"> 2</span> <span style="color: rgb(0, 0, 0);"></span><span style="color: rgb(128, 0, 128);">$conn</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> OCILogon(</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">username</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">,</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">password</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">,</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">//127.0.0.1:1521/sid</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">);<br /></span><span style="color: rgb(0, 128, 128);"> 3</span> <span style="color: rgb(0, 0, 0);"></span><span style="color: rgb(128, 0, 128);">$query</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">'</span><span style="color: rgb(0, 0, 0);">select table_name from user_tables</span><span style="color: rgb(0, 0, 0);">'</span><span style="color: rgb(0, 0, 0);">;<br /></span><span style="color: rgb(0, 128, 128);"> 4</span> <span style="color: rgb(0, 0, 0);"></span><span style="color: rgb(128, 0, 128);">$stid</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> OCIParse(</span><span style="color: rgb(128, 0, 128);">$conn</span><span style="color: rgb(0, 0, 0);">,</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(128, 0, 128);">$query</span><span style="color: rgb(0, 0, 0);">);<br /></span><span style="color: rgb(0, 128, 128);"> 5</span> <span style="color: rgb(0, 0, 0);">OCIExecute(</span><span style="color: rgb(128, 0, 128);">$stid</span><span style="color: rgb(0, 0, 0);">,</span><span style="color: rgb(0, 0, 0);"> OCI_DEFAULT);<br /></span><span style="color: rgb(0, 128, 128);"> 6</span> <span style="color: rgb(0, 0, 0);"><br /></span><span style="color: rgb(0, 128, 128);"> 7</span> <span style="color: rgb(0, 0, 0);"></span><span style="color: rgb(0, 0, 255);">while</span><span style="color: rgb(0, 0, 0);"> (</span><span style="color: rgb(128, 0, 128);">$succ</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> OCIFetchInto(</span><span style="color: rgb(128, 0, 128);">$stid</span><span style="color: rgb(0, 0, 0);">,</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(128, 0, 128);">$row</span><span style="color: rgb(0, 0, 0);">)) {<br /></span><span style="color: rgb(0, 128, 128);"> 8</span> <span style="color: rgb(0, 0, 0);">    </span><span style="color: rgb(0, 0, 255);">foreach</span><span style="color: rgb(0, 0, 0);"> (</span><span style="color: rgb(128, 0, 128);">$row</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">as</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(128, 0, 128);">$item</span><span style="color: rgb(0, 0, 0);">) {<br /></span><span style="color: rgb(0, 128, 128);"> 9</span> <span style="color: rgb(0, 0, 0);">        </span><span style="color: rgb(0, 0, 255);">echo</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(128, 0, 128);">$item</span><span style="color: rgb(0, 0, 0);">.</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">;<br /></span><span style="color: rgb(0, 128, 128);">10</span> <span style="color: rgb(0, 0, 0);">        }<br /></span><span style="color: rgb(0, 128, 128);">11</span> <span style="color: rgb(0, 0, 0);">    </span><span style="color: rgb(0, 0, 255);">echo</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"><br>\n</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">;<br /></span><span style="color: rgb(0, 128, 128);">12</span> <span style="color: rgb(0, 0, 0);"> }<br /></span><span style="color: rgb(0, 128, 128);">13</span> <span style="color: rgb(0, 0, 0);">OCILogoff(</span><span style="color: rgb(128, 0, 128);">$conn</span><span style="color: rgb(0, 0, 0);">);<br /></span><span style="color: rgb(0, 128, 128);">14</span> <span style="color: rgb(0, 0, 0);"></span><span style="color: rgb(0, 0, 0);">?></span></div><br /></span></li></ol><br /><img src ="http://m.tkk7.com/mmwy/aggbug/75207.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/mmwy/" target="_blank">mmwy</a> 2006-10-15 02:46 <a href="http://m.tkk7.com/mmwy/archive/2006/10/15/75207.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>mysql 3.23.58 charset讄对blob字段操作的媄(jing)?/title><link>http://m.tkk7.com/mmwy/archive/2006/10/12/74800.html</link><dc:creator>mmwy</dc:creator><author>mmwy</author><pubDate>Thu, 12 Oct 2006 07:54:00 GMT</pubDate><guid>http://m.tkk7.com/mmwy/archive/2006/10/12/74800.html</guid><wfw:comment>http://m.tkk7.com/mmwy/comments/74800.html</wfw:comment><comments>http://m.tkk7.com/mmwy/archive/2006/10/12/74800.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://m.tkk7.com/mmwy/comments/commentRss/74800.html</wfw:commentRss><trackback:ping>http://m.tkk7.com/mmwy/services/trackbacks/74800.html</trackback:ping><description><![CDATA[最q在“玩”hibernate AnnotationQ弄了个Attachment保存q数据库的测试,附g内容保存在content属性里面?br /><div style="border: 1px solid rgb(204, 204, 204); padding: 4px 5px 4px 4px; background-color: rgb(238, 238, 238); font-size: 13px; width: 98%;"><!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--><span style="color: rgb(0, 0, 0);">  @Lob<br />  @Column(columnDefinition </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">LongBlob</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">)<br />  </span><span style="color: rgb(0, 0, 255);">public</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 255);">byte</span><span style="color: rgb(0, 0, 0);">[] getContent() {<br />    </span><span style="color: rgb(0, 0, 255);">return</span><span style="color: rgb(0, 0, 0);"> content;<br />  }</span></div>一开始,配置mysql jdbc url如下<br /><div style="border: 1px solid rgb(204, 204, 204); padding: 4px 5px 4px 4px; background-color: rgb(238, 238, 238); font-size: 13px; width: 98%;"><!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--><span style="color: rgb(0, 0, 0);">jdbc.url            </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">    jdbc:mysql://localhost/test\<br />                            ?useUnicode</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">true\<br />                            &characterEncoding</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">gbk</span><span style="color: rgb(0, 0, 0);"></span></div>一试Q报?br /><div style="border: 1px solid rgb(204, 204, 204); padding: 4px 5px 4px 4px; background-color: rgb(238, 238, 238); font-size: 13px; width: 98%;"><!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--><span style="color: rgb(0, 0, 0);">Caused by: java.sql.BatchUpdateException: Syntax error or access violation message from server: </span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">You have an error in your SQL syntax near ''D0CF11E0A1B11AE1000000000000000000000000000000003E000300FEFF0900060000000000000' at line 1</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"><br />    at com.mysql.jdbc.PreparedStatement.executeBatch(PreparedStatement.java:</span><span style="color: rgb(0, 0, 0);">1540</span><span style="color: rgb(0, 0, 0);">)</span></div>同样的语句,直接在mysql命o(h)行下q行没问题Q偏偏jdbc上就有这臭毛病。换jdbc driver版本Q改@Lob?@Type(type = "org.springframework.orm.hibernate3.support.BlobByteArrayType")Q改hibernate配置Q比如hibernate.jdbc.use_streams_for_binary trueQ,甚至是直接用jdbc来insertQؕ七八p折腑֍天,问题照旧。最后只好用上“歪”招Q把byte[]配成StringQ在保存的时候把byte[]保存成hex String格式Q取的时候再解码回来?br /><br />歪招l归是歪招,q两天老ؓ(f)q东西心烦,晚上吃饭的时候无意中惌vcharset的问题,把代码捡回来再测试了一下,问题解决Q哈哈!<br /><div style="border: 1px solid rgb(204, 204, 204); padding: 4px 5px 4px 4px; background-color: rgb(238, 238, 238); font-size: 13px; width: 98%;"><!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--><span style="color: rgb(0, 0, 0);">jdbc.url            </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">    jdbc:mysql://localhost/mmwy_blog\<br />                            ?useUnicode</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">true\<br />                            &characterEncoding</span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);">utf-</span><span style="color: rgb(0, 0, 0);">8</span></div>如果设成iso-8859-1、utf-8,保存一炚w题都没有Q换用gbk、gb2312、big5之类的字W集Q问题就出来了?br /><br /><img src ="http://m.tkk7.com/mmwy/aggbug/74800.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/mmwy/" target="_blank">mmwy</a> 2006-10-12 15:54 <a href="http://m.tkk7.com/mmwy/archive/2006/10/12/74800.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss> <footer> <div class="friendship-link"> <p>лǵվܻԴȤ</p> <a href="http://m.tkk7.com/" title="亚洲av成人片在线观看">亚洲av成人片在线观看</a> <div class="friend-links"> </div> </div> </footer> վ֩ģ壺 <a href="http://513net.com" target="_blank">޹Ʒþþþþ</a>| <a href="http://xiaoduanfa.com" target="_blank">ҹƷһţӰԺ </a>| <a href="http://www-7607.com" target="_blank">ĸԴѹۿ</a>| <a href="http://kingco-glaze.com" target="_blank">ŷպۺϰȥ</a>| <a href="http://1314a.com" target="_blank">ֻˬ͵ëƬ</a>| <a href="http://26672814.com" target="_blank">ձ߹ۿ</a>| <a href="http://jujiamy.com" target="_blank">޹һ</a>| <a href="http://diswooo.com" target="_blank">鶹Ʒ͵Բ91</a>| <a href="http://zjdoukai.com" target="_blank">㽶һ</a>| <a href="http://0595laser.com" target="_blank">Ƭ߹ۿ</a>| <a href="http://yiren2233.com" target="_blank">պվ</a>| <a href="http://66eeb.com" target="_blank">Ƶѿ</a>| <a href="http://fenxue520.com" target="_blank">ɫëƬ߹ۿ</a>| <a href="http://woaianli.com" target="_blank">ձ߹ۿ</a>| <a href="http://www-8908.com" target="_blank">СƵ߹ۿ</a>| <a href="http://www-65jjj.com" target="_blank">Ůҹ24ʽƵ</a>| <a href="http://qestest.com" target="_blank">޾Һ</a>| <a href="http://f4f8.com" target="_blank">þAV뾫Ʒɫҹ</a>| <a href="http://hberay.com" target="_blank">պ</a>| <a href="http://jdwx58.com" target="_blank">ĻӰӳѹۿƵ </a>| <a href="http://cpsc-test.com" target="_blank">һ</a>| <a href="http://znboxcdn304.com" target="_blank">ĻѸ</a>| <a href="http://mosason.com" target="_blank">18߹ۿ</a>| <a href="http://dunyny.com" target="_blank">˳ɫ7777߹ۿ </a>| <a href="http://4922000.com" target="_blank">AVר޾Ʒ</a>| <a href="http://www431234.com" target="_blank">jlzzjlzz߲</a>| <a href="http://airou08.com" target="_blank">aƬѹۿƵ</a>| <a href="http://222222se.com" target="_blank">޹˾þþƷ</a>| <a href="http://222mp3.com" target="_blank">þ˽˹ƷvA</a>| <a href="http://gycat.com" target="_blank">?v˿߹ۿ</a>| <a href="http://dangyuming.com" target="_blank">91˳վ߹ۿ18</a>| <a href="http://ghdc5.com" target="_blank">ػɫĴƬۿƵ</a>| <a href="http://chuoche.com" target="_blank">Ʒ޳AA߹ۿ </a>| <a href="http://6t23.com" target="_blank">һպŷĻ</a>| <a href="http://ccccccx.com" target="_blank">Ʒþþ</a>| <a href="http://wxxwy.com" target="_blank">avר</a>| <a href="http://zuche001.com" target="_blank">鶹Ƶѹۿ</a>| <a href="http://hkschooltv.com" target="_blank">պƵ</a>| <a href="http://paweax.com" target="_blank">պþӰԺ </a>| <a href="http://mosason.com" target="_blank">޶ۺϾþ</a>| <a href="http://449892.com" target="_blank">þˮav뾫Ʒ鶹</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>